diff options
author | Max Benjamin <max.benjamin@att.com> | 2019-12-11 18:09:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-11 18:09:20 +0000 |
commit | 02c068ce771ee4522936f2d15f41c2b631e965a8 (patch) | |
tree | 31c0b733ea40e5e575ae17271a46841e72386378 /so-simulator/src/main/resources/sdnc/gr-api/SDNCSuccess.json | |
parent | 6acf5b81168724ca4c889daf9b9cfcc5100e02e1 (diff) | |
parent | 6514e3bded45ec57f5157afc6d2833fb4e40f271 (diff) |
Merge "Add so-simulator project"Java-11-upgrade1212master
Diffstat (limited to 'so-simulator/src/main/resources/sdnc/gr-api/SDNCSuccess.json')
-rw-r--r-- | so-simulator/src/main/resources/sdnc/gr-api/SDNCSuccess.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/so-simulator/src/main/resources/sdnc/gr-api/SDNCSuccess.json b/so-simulator/src/main/resources/sdnc/gr-api/SDNCSuccess.json new file mode 100644 index 0000000000..4c7360afab --- /dev/null +++ b/so-simulator/src/main/resources/sdnc/gr-api/SDNCSuccess.json @@ -0,0 +1,20 @@ +{ + "output": { + "response-code": "${responseCode}", + "response-message": "${responseMessage}", + "ack-final-indicator": "${finalIndicator}", + "svc-request-id": "248783176134150", + "response-parameters": [ + { + "sequence-number": 2, + "tag-value": "DEBES0MDABE0207URWX01", + "tag-name": "vnf-host-name" + }, + { + "sequence-number": 1, + "tag-value": "911ce7a0-3852-4786-9f3b-41fa1adda63a", + "tag-name": "vnf-id" + } + ] + } +}
\ No newline at end of file |