diff options
Diffstat (limited to 'cps-ncmp-service/src/test/resources/cmSubscriptionNcmpOutEvent.json')
-rw-r--r-- | cps-ncmp-service/src/test/resources/cmSubscriptionNcmpOutEvent.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/cmSubscriptionNcmpOutEvent.json b/cps-ncmp-service/src/test/resources/cmSubscriptionNcmpOutEvent.json new file mode 100644 index 0000000000..14e8cbb4c4 --- /dev/null +++ b/cps-ncmp-service/src/test/resources/cmSubscriptionNcmpOutEvent.json @@ -0,0 +1,24 @@ +{ + "data": { + "statusCode": 104, + "statusMessage": "partially applied subscription", + "additionalInfo": { + "rejected": [ + { + "details": "Some other error message from the DMI", + "targets": ["CMHandle2"] + }, + { + "details": "Some error message from the DMI", + "targets": ["CMHandle1"] + } + ], + "pending": [ + { + "details": "No reply from DMI yet", + "targets": ["CMHandle3", "CMHandle4"] + } + ] + } + } +}
\ No newline at end of file |