diff options
author | Luke Gleeson <luke.gleeson@est.tech> | 2023-07-27 10:20:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-07-27 10:20:54 +0000 |
commit | 113a61880e3188ddb45c938576f6a1ff9b309528 (patch) | |
tree | 995c957b01695a325e44edcea78fd635a7002551 /cps-ncmp-service/src/test/resources/avcSubscriptionOutcomeEvent2.json | |
parent | ad6c8d4483ee93405f0bdcb175bfcfe9fa0dccb3 (diff) | |
parent | d789956fbf88f856472f975487c1975df91dbe3e (diff) |
Merge "Subscription Creation: NCMP to Client CloudEvent transformation"
Diffstat (limited to 'cps-ncmp-service/src/test/resources/avcSubscriptionOutcomeEvent2.json')
-rw-r--r-- | cps-ncmp-service/src/test/resources/avcSubscriptionOutcomeEvent2.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/avcSubscriptionOutcomeEvent2.json b/cps-ncmp-service/src/test/resources/avcSubscriptionOutcomeEvent2.json new file mode 100644 index 0000000000..35ff0241df --- /dev/null +++ b/cps-ncmp-service/src/test/resources/avcSubscriptionOutcomeEvent2.json @@ -0,0 +1,20 @@ +{ + "data": { + "statusCode": 104, + "statusMessage": "partially applied subscription", + "additionalInfo": { + "rejected": [ + { + "details": "Cm handle does not exist", + "targets": ["CMHandle1"] + } + ], + "pending": [ + { + "details": "Subscription forwarded to dmi plugin", + "targets": ["CMHandle3"] + } + ] + } + } +}
\ No newline at end of file |