aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh-testcases/assets/json_events/event_with_missing_sourceName.json
blob: 126987fd62f86759073cec9bc37337741887bb7d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "event": {
    "commonEventHeader": {
      "sourceName":""
    },
    "pnfRegistrationFields": {
      "oamV4IpAddress":"10.18.123.234",
      "oamV6IpAddress":"2001:0db8:85a3:0000:0000:8a2a:0370:7334"
    }
  }
}