diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2021-01-21 14:17:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-21 14:17:58 +0000 |
commit | 2a26e7f038190ef736a73443ee56169fea6815a9 (patch) | |
tree | 4822f88f7fc70277f6559c198ee7cb4277d4eaeb /test/netconf/kotlin/success/expected-response.json | |
parent | 8908c43db11c2eecc2b6e730a5c99f6ec3091a95 (diff) | |
parent | e92fce768cb792f11920f45fdbb38b3af69e212f (diff) |
Merge "Update to latest version"honolulu
Diffstat (limited to 'test/netconf/kotlin/success/expected-response.json')
-rw-r--r-- | test/netconf/kotlin/success/expected-response.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/test/netconf/kotlin/success/expected-response.json b/test/netconf/kotlin/success/expected-response.json new file mode 100644 index 0000000..dfb81d7 --- /dev/null +++ b/test/netconf/kotlin/success/expected-response.json @@ -0,0 +1,29 @@ +{ + "commonHeader": { + "timestamp": "2020-02-03T13:40:43.697Z", + "originatorId": "System", + "requestId": "regression-test-netconf-kotlin", + "subRequestId": "1", + "flags": null + }, + "actionIdentifiers": { + "blueprintName": "RT-netconf", + "blueprintVersion": "1.0.0", + "actionName": "netconf-kotlin", + "mode": "sync" + }, + "status": { + "code": 200, + "eventType": "EVENT_COMPONENT_EXECUTED", + "timestamp": "2020-02-03T13:40:51.835Z", + "errorMessage": null, + "message": "success" + }, + "payload": { + "netconf-kotlin-response": { + "response-data": { + "deploySuccess": true + } + } + } +} |