aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/avcSubscriptionOutcomeEvent.json
blob: 2d83bdddcb2e043847a9bfd0200b493cbeef24b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "data": {
    "statusCode": 104,
    "statusMessage": "partially applied subscription",
    "additionalInfo": {
      "rejected": [
        {
          "details": "Target(s) do not exist",
          "targets": ["CMHandle4"]
        },
        {
          "details": "Faulty subscription format for target(s)",
          "targets": ["CMHandle1", "CMHandle2", "CMHandle3"]
        }
      ],
      "pending": [
        {
          "details": "EMS or node connectivity issues, retrying",
          "targets": ["CMHandle5", "CMHandle6", "CMHandle7"]
        }
      ]
    }
  }
}