...
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 Legacy |
---|
server | System Jira |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 4733707d-2057-3a0f-ae5e-4fd8aff50176 |
---|
key | DCAEGEN2-2293 |
---|
|
Alarm Notification
- TAPI Alarm Notification[TAPI format]
...
Code Block |
---|
language | text |
---|
title | Converted VES Event |
---|
collapse | true |
---|
|
|
HOLMES
Jira Legacy |
---|
server | System Jira |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 4733707d-2057-3a0f-ae5e-4fd8aff50176 |
---|
key | HOLMES-312 |
---|
|
AAI APIs
Upon receiving NNI down alarm:
...
Code Block |
---|
title | SDNCRequestEventPayloadType.avsc |
---|
collapse | true |
---|
|
{
"name": "SDNCRequestEventPayloadEntry",
"type": "record",
"fields": [
{
"name": "request-id",
"type": "string"
},
{
"name": "service-name",
"type": "string"
},
{
"name": "service-type",
"type": "string"
}
]
} |
SDNC API
Jira Legacy |
---|
server | System Jira |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 4733707d-2057-3a0f-ae5e-4fd8aff50176 |
---|
key | SDNC-1233 |
---|
|
Upon receiving the alarm event, DCAE_Output_Event, an SDNC API is called to do the following:
...