Versions Compared

Key

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

...

In MDONS use case, prior to subscribing to topics to get event notifications. We manually register 'DCAE' in the domain controller (DC). Once registration is successful, system can subscribe to different topics of DC to get event notification. It is mandatory to pass 'notification URL' to DC so that when event occurs it posts notification to that URL.

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyDCAEGEN2-2293

Alarm Notification
  • TAPI Alarm Notification[TAPI format]

...

Code Block
languagetext
titleConverted VES Event
collapsetrue

HOLMES

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyHOLMES-312

AAI APIs

Upon receiving NNI down alarm:

...

Code Block
titleSDNCRequestEventPayloadType.avsc
collapsetrue
{
  "name": "SDNCRequestEventPayloadEntry",
  "type": "record",
  "fields": [
    {
      "name": "request-id",
      "type": "string"
    },
    {
      "name": "service-name",
      "type": "string"
    },
    {
      "name": "service-type",
      "type": "string"
    }
  ]
}

SDNC API

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySDNC-1233

Upon receiving the alarm event, DCAE_Output_Event, an SDNC API is called to do the following:

...