Table of Contents |
---|
...
# | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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",
} |
...
API : PUT https://IP:PORT/cps/api/v2/dataspace/<dataspace-name>/deltanotification/<subscribe or unsubscribe>
Request body:
[
{
"anchorName": "anchor01", "subscribeDeltaNotification ": true
},
{
"anchorName": "anchor02","subscribeDeltaNotification": true
}
]
Additional field will be added to Anchor table to persist delta notification subscription. newly added field details are as below.
...