Versions Compared

Key

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

...

NCMP will send timely notifications in case of any alterations in a device's trust level via Kafka interface.


Proposal for NCMP to Clients Notification's Schema

Code Block
languagetext
titleNCMP to Clients Notifications on Trust Level Changes
linenumberstrue
collapsetrue
id : "random UUID"
source : "NCMP"
specversion	: "1.0"
type : "deviceTrustLevelNotification"
time : "notificationTime"
dataschema : "org.onap.cps.ncmp.events.trustlevel.DeviceTrustLevelNotification:1.0.0"
correlationid : "deviceId+trustLevel"
"data": {
	"trustLevel": "NONE/PARTIAL/COMPLETE",
	"deviceId": "CMHandle1"
}

...