summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/avcSubscriptionOutcomeEvent.json
blob: 6bfa36bf7916743028aa65be6251e1388b028dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "eventType": "PARTIAL_OUTCOME",
  "event": {
    "subscription": {
      "clientID": "SCO-9989752",
      "name": "cm-subscription-001"
    },
    "predicates": {
      "rejectedTargets": [
        "CMHandle3"
      ],
      "acceptedTargets": [
        "CMHandle1"
      ],
      "pendingTargets": [
        "CMHandle4",
        "CMHandle5"
      ]
    }
  }
}