...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "notify_oid" : "example-mappingfile-id.x.1", "ietf-restconf:notification": { "eventTime": "2018-07-28T09:15:03.924Z", "ietf-yang-push:push-change-update": { "subscription-id": 1, "datastore-changes": { "ietf-yang-patch:yang-patch": { "patch-id": "d1d08ce8-b24d-4efb-a0e7-7b835642f2f1", "edit": [ { "edit-id": "0", "operation": "merge", "target": "/network=providerId%2F5555%2FclientId%2F6666%2FtopologyId%2F11/node=example-node/ietf-network-topology:termination-point=141234", "value": { "ietf-network-topology:termination-point": [ { "supporting-termination-point": [ { "network-ref": "providerId/5555/clientId/6666/topologyId/33", "node-ref": "node-ref-example", "tp-ref": "33488898" } ], "ietf-eth-te-topology:svc": { "client-facing": "true", "supported-classification": { "transparent": "true" } }, "ietf-te-topology:te": { "admin-status": "up", "interface-switching-capability": [ { "encoding": "lsp-encoding-ethernet", "max-lsp-bandwidth": [ { "priority": "7", "te-bandwidth": { "ietf-eth-te-topology:eth-bandwidth": "1000000" } } ], "switching-capability": "switching-l2sc" } ], "oper-status": "down", "inter-domain-plug-id": "51000" }, "ietf-te-topology:te-tp-id": "1", "tp-id": "1234" } ] } } ] } } } } } |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "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_DownStatus", "faultFieldsVersion": 2.0, "specificProblem": "Fault_SOTN_Service_Status", "alarmAdditionalInformation": [ { "name": "providerId", "value": "5555" }, { "name": "tp-idnode", "value": "1234example-node" }, { "name": "tp-id", "value": "1234" }, { "name": "oper-status", "value": "down" } ] "eventSourceType": "other", "vfStatus": "Active" } } } |
...