...
# |
|
|
---|
1 | id | UUID of the event |
2 | source | urn:cps:org.onap.cps |
3 | schema | urn:cps:org.onap.cps:data-updated-event-schema:v1 |
4 | type | org.onap.cps.data-updated-delta-event |
5 | content | {"operation": "UPDATE", "anchorName": "Anchor1", "dataspaceName": "dataspace1", "schemaSetName": "schemaset1", "observedTimestamp": timestamp, "data": Code Block |
---|
language | text |
---|
title | data body |
---|
collapse | true |
---|
| [
{
"action": "ADD",
"xpath": "/bookstore/categories/[@code=3]",
"payload": {
"code": 3,
"name": "kidz"
}
},
{
"action": "DELETE",
"xpath": "/bookstore/categories/[@code=1]",
"payload": {
"code": 1,
"name": "Fiction"
}
},
{
"action": "UPDATE",
"xpath": "/bookstore/categories/[@code=2]",
"payload": {
"name": "Comic"
}
}
] |
} |
...
Table Name: AnchorForDeltaNotification
Field | type |
---|
Anchor IdANCHORID | Integer |
Implementation details
...