Versions Compared

Key

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

...

Code Block
languagetext
titleRoute Down Alarm (VES/CEDM)
collapsetrue
{
    "event": {
        "commonEventHeader": {
            "sourceId": "example-sotn-controller-id-val-51834linkeid", // The'target' valuefrom should be the same as what you set to the VM you just mockedrestconf notification.
            "startEpochMicrosec": 1413378172000000,
            "eventId": "ab305d54-85b4-a31b-7db2-fb6b977766",
            "sequence": 0,
            "domain": "fault",
            "lastEpochMicrosec": 1413378172000033,
            "eventName": "Fault_Route_Failure",
            "sourceName": "example-SOTN-Controller-name-val-5470linkid", // The'Target' valuefrom should be the same as what you set to the VM you just mockedrestconf notification.
            "priority": "High",
            "version": 3.0,
            "reportingEntityName": "Domain_Contorller"
        },
        "faultFields": {
            "eventSeverity": "CRITICAL",
            "alarmCondition": "Route_Down",
            "faultFieldsVersion": 2.0,
            "specificProblem": "Fault_SOTN_Service_Failure",
            "alarmAdditionalInformation": [{
                    "name": "serviceinter-instancecdomain-id",
                    "value": "service-instance-01"
    //  This is used by Holmes for     },
                 {
                    "name": "remote-nodeId",        // ... might not be neededalarm correlation 
                    "value": "exampleservice-nodeinstance-id01"
                }
            ]
            "eventSourceType": "other",
            "vfStatus": "Active"
        }
    }
}

...

These alarms are published to the unauthenticated.SEC_FAULT_OUTPUT topic of DMaaP.  

DCAE Blueprints

Blueprint for Restconf Collector

...