aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-bbs-event-processor/bbs-testcases/assets/json_events/auth_event_without_swversion.json
blob: fcacf1cec9fc9fff3195dc505ca3af663c0e3859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "event": {
    "commonEventHeader": {
      "sourceName":"NVendor-Equip_Model-SN1234"
    },
    "stateChangeFields": {
      "stateChangeFieldsVersion": 1,
      "newState": "inService",
      "oldState": "outOfService",
      "stateInterface": "",
      "additionalFields": {
          "macAddress": "00:11:22:33:44:55"
      }
    }
  }
}