Table of Contents |
---|
...
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Current LCM Event Object
Type:Event (cps:org.onap.ncmp.cmhandle.lcm-event:v1)
Type:Values
|
...
Before | After | CloudeEvent builder method | Example Value | Notes |
---|---|---|---|---|
eventId | id | .withId() | Mandatory | |
eventSource | source | Mandatory | ||
N/A | specversion (default 1.0) | 1.0 | Mandatory - This is the version of the cloud events | |
eventType | type | Mandatory | ||
eventTime | time | Optional | ||
eventSchema | dataschema | Optional includes the version of the schema | ||
datacontenttype | application/json | Optional | ||
eventCorrelationId | correlationid | .withExtension | ( O ) This will be part of the extensions field in the cloud events and all the restrictions of the attribute field naming applies to it. i.e these fields will be in the small case. This is marked as optional as it applies to the event which has this field. | |
event | data | .withData(json TBC) | ( M ) actual event/payload now would be under "data" field. |
...