Versions Compared

Key

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

...

FieldTypeDescriptionKafka HeaderJSON FieldNotes
$schema
JSON schema definition X

$id
schema idX

$ref
schema X

definitions
outline schema


LCM Eventobject

The payload for LCM event


XDefined by LCM event object below

LCM Event Object

FieldTypeDescriptionKafka HeaderJSON FieldNotes
eventIDstringThe unique id identifying the eventX

eventCorrelationIdstringThe id identifying the event
X
eventTimestringThe timestamp when original event occurredX

eventSourcestringThe source of the event
X
eventTypestringThe type of the event
X
eventSchemastringThe schema that this event adheres to
X
eventSchemaVersionstring

The version of the schema that this event adheres to


X
eventobjectThe payload of an event
XDefined by event object below

Event Object

FieldTypeDescriptionKafka HeaderJSON FieldNotes
cmHandleIdstringcmHandle id
X
oldValuesobject

Values that represents the state of a cmHandle


XDefined by values object below
newValuesobjectValues that represents the state of a cmHandleX
Defined by values object below

Values Object

FieldTypeDescriptionKafka HeaderJSON FieldNotes
dataSyncEnabledstringcmHandle id
X
cmHandleStatestring

State of cmHandle


XEnum: 

["ADVISED", "READY", "LOCKED", "DELETING", "DELETED"]

cmHandlePropertiesobjectcmHandle properties
XList of Java <String, String> Maps

AVC Event

Description

AVC Event

FieldDescriptionKafka HeaderJSON FieldNotes
$schemaJSON schema X

$id
X

$ref
X

AvcEvent


















AVC Subscription Event

Description

...