Skip to content

Commit fcd34a5

Browse files
committed
Amend Cygnus response
1 parent 200dba2 commit fcd34a5

3 files changed

Lines changed: 32 additions & 30 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ package-lock.json
4141
!docker/Dockerfile
4242
Dockerfile
4343
.idea
44+
diff.sh

docs/historic-context-flume.md

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -323,35 +323,36 @@ curl -X GET \
323323

324324
```json
325325
[
326-
{
327-
"id": "63b6e2f48786fb29a221125a",
328-
"description": "Notify Cygnus of all context changes",
329-
"status": "active",
330-
"subject": {
331-
"entities": [
332-
{
333-
"idPattern": ".*"
334-
}
335-
],
336-
"condition": {
337-
"attrs": []
338-
}
339-
},
340-
"notification": {
341-
"timesSent": 3,
342-
"lastNotification": "2023-01-05T14:48:29.000Z",
343-
"attrs": [],
344-
"onlyChangedAttrs": false,
345-
"attrsFormat": "normalized",
346-
"http": {
347-
"url": "http://cygnus:5051/notify"
348-
},
349-
"lastSuccess": "2023-01-05T14:48:29.000Z",
350-
"lastSuccessCode": 200,
351-
"covered": false
352-
},
353-
"throttling": 5
354-
}
326+
{
327+
"id": "64b6abf35716d070f607cc69",
328+
"description": "Notify Cygnus of all context changes",
329+
"status": "active",
330+
"subject": {
331+
"entities": [
332+
{
333+
"idPattern": ".*"
334+
}
335+
],
336+
"condition": {
337+
"attrs": [],
338+
"notifyOnMetadataChange": true
339+
}
340+
},
341+
"notification": {
342+
"timesSent": 3,
343+
"lastNotification": "2023-07-18T15:15:13.000Z",
344+
"attrs": [],
345+
"onlyChangedAttrs": false,
346+
"attrsFormat": "normalized",
347+
"http": {
348+
"url": "http://cygnus:5051/notify"
349+
},
350+
"lastSuccess": "2023-07-18T15:15:08.000Z",
351+
"lastSuccessCode": 200,
352+
"covered": false
353+
},
354+
"throttling": 5
355+
}
355356
]
356357
```
357358

0 commit comments

Comments
 (0)