Versions Compared

Key

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

...

UVA subscribes RESTCONF_ALARM_TOPIC on DMAAP.

Route

...

Status Alarm 

Code Block
languagetext
titleRoute Down Status Alarm (VES/CEDM)
collapsetrue
{
    "event": {
        "commonEventHeader": {
            "sourceId": "example-target", // 'target' from the restconf notification.
            "startEpochMicrosec": 1413378172000000,
            "eventId": "ab305d54-85b4-a31b-7db2-fb6b977766",
            "sequence": 0,
            "domain": "fault",
            "lastEpochMicrosec": 1413378172000033,
            "eventName": "Fault_Route_Status",
            "sourceName": "example-target", // 'Target' from the restconf notification.
            "priority": "High",
            "version": 3.0,
            "reportingEntityName": "Domain_Contorller"
        },
        "faultFields": {
            "eventSeverity": "CRITICAL",
            "alarmCondition": "Route_Down",
            "faultFieldsVersion": 2.0,
            "specificProblem": "Fault_SOTN_Service_Status",
            "alarmAdditionalInformation": [
                {
                "name": "linkId",                     
                "value": "example-linkId"
                },
                {
                "name": "nodeId",                      
                "value": "example-linkId"
                },
                {
                "name": "topologyId",                    
                "value": "example-topologyId"
                },
                {
                "name": "tp-id",                    
                "value": "example-tp-id"               
                }
            ]
            "eventSourceType": "other",
            "vfStatus": "Active"
        }
    }
}

...