aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh-testcases/assets/json_events/event_with_missing_sourceName_and_IPV6.json
blob: 04ab7cebd49264e3169357e56ae2a0f58c15e817 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "event": {
    "commonEventHeader": {
      "sourceName":""
    },
    "pnfRegistrationFields": {
      "oamV4IpAddress":"10.17.163.234",
      "oamV6IpAddress":""
    }
  }
}