Versions Compared

Key

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

...

 Contents of event body based on RFC 8641 with Alt #1 header

{

 "eventId": "00001",

 "eventTime": "2015-11-16T16:42:25-04:00",

 "eventType": "org.onap.ncmp.CmHandleCreateEventcmhandle-lcm-event",
 "eventSource": "org.onap.ncmp", # ??? Is this needed?

   "schema": "org.onap.ncmp:cmhandle-lcm-event-schema:v1"
 "event": {

      "ietf-yang-push:push-change-update" : {

         "id" : "349839",

         "datastore-changes" : {
             "ietf-yang-patch:yang-patch" : {
                 "patch-id" : "34534ffd98",  # Some unreadable patch id generated by the machine 
                 "edit" : [
                    {
                      "edit-id" : "ded43434-1",
                      "operation" : "create",
                      "target" : "/cmhandle=111222333",
                      "value" : {
                           "state" : {
                               "cmhandleState" : "ADVISED"
                           }
                      }
                  ]
            }
      }

}

...