You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Overview

CPS-1628 - Getting issue details... STATUS

  • This page gives a description of CPS events including their fields
  • Events will be split into events and Kafka headers

Events

#DescriptionSourceStatusNotes
1LCM EventNCMPIn UseLCM (Life Cycle Management)
2AVC EventNCMPIn Use
3AVC Subscription EventNCMPImplemented
4DMI Async Request Response EventNCMPImplemented
5NCMP Async Request Response EventNCMPImplemented
6Bulk Response EventNCMPIn Progress
7Bulk Response Client Topic EventNCMPIn Progress

LCM Event

Description

LCM (Life Cycle Management) Event

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

AVC Event

Description

AVC Event

FieldDescriptionKafka HeaderJSON FieldNotes
$schemaJSON schema X

$id
X

$ref
X





















AVC Subscription Event

Description

AVC Subscription Event

FieldDescriptionKafka HeaderJSON FieldNotes
$schemaJSON schema X

$id
X

$ref























DMI Async Request Response Event

Description

DMI Asynchronous Request Response Event

FieldDescriptionKafka HeaderJSON FieldNotes
$schemaJSON schema X

$id
X

$ref























NCMP Async Request Response Event

Description

NCMP Asynchronous Request Response Event

FieldDescriptionKafka HeaderJSON FieldNotes
$schemaJSON schema X

$id
X

$ref























Bulk Response Event

Description

Bulk Response Event, uses event target for topic

FieldDescriptionKafka HeaderJSON FieldNotes
$schemaJSON schema X

$id
X

$ref























Bulk Response Event - Client Topic

Description

Bulk Response Event, uses client defined topic

FieldDescriptionKafka HeaderJSON FieldNotes
$schemaJSON schema X

$id
X

$ref























  • No labels