Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[   {     "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": "      "anchorName":"testAnchor",
      "operation":"CREATE",
      "xpath": "/"
   }Comic"     }   } ]
}
#

1idUUID of the event
2source
urn:cps:org.onap.cps
3schema
urn:cps:org.onap.cps:data-updated-event-schema:v1
4type
org.onap.cps.data-updated-delta-event
5content
{
   "operationdata": "UPDATE",
"anchorName{
      "observedTimestamp": "Anchor1"2024-01-17 12:34:43",
      "dataspaceName": "dataspace1testDataspace",
      "schemaSetName": "schemaset1bookstore",
"observedTimestamp": timestamp,
"data":
Code Block
languagetext
titledata body
collapsetrue

Controlling Notification

 It is important to control the delta notification for better performance. we need to decide on below options to control delta notification.

...