diff options
author | seanbeirne <sean.beirne@est.tech> | 2023-12-19 14:18:58 +0000 |
---|---|---|
committer | Sean Beirne <sean.beirne@est.tech> | 2023-12-21 10:24:15 +0000 |
commit | 070d7eb6dfac91df13030ca313202a064a5c6072 (patch) | |
tree | 145b9292722e7d7d1405bda03c563e436b5bb0a6 /cps-ncmp-service/src/test/resources/deprecatedCmSubscription/cmSubscriptionNcmpOutEvent.json | |
parent | 9437af648dbffc8b186bca8c602c8e574874f6b2 (diff) |
Deprecate use of basic subscription model
- Deprecate json files in resources
Issue-ID: CPS-1973
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Change-Id: I3bf59807f740e3e6f19af0cf0d418edb4f961328
Diffstat (limited to 'cps-ncmp-service/src/test/resources/deprecatedCmSubscription/cmSubscriptionNcmpOutEvent.json')
-rw-r--r-- | cps-ncmp-service/src/test/resources/deprecatedCmSubscription/cmSubscriptionNcmpOutEvent.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/deprecatedCmSubscription/cmSubscriptionNcmpOutEvent.json b/cps-ncmp-service/src/test/resources/deprecatedCmSubscription/cmSubscriptionNcmpOutEvent.json new file mode 100644 index 0000000000..856f238c6e --- /dev/null +++ b/cps-ncmp-service/src/test/resources/deprecatedCmSubscription/cmSubscriptionNcmpOutEvent.json @@ -0,0 +1,28 @@ +{ + "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": "Some other error happened", + "targets": ["CMHandle4", "CMHandle5"] + }, + { + "details": "Some error causes pending", + "targets": ["CMHandle3"] + } + ] + } + } +}
\ No newline at end of file |