diff options
Diffstat (limited to 'vid-app-common/src/test/resources/responses/mso/orchestrationRequestsMockedMinimalResponse.json')
-rw-r--r-- | vid-app-common/src/test/resources/responses/mso/orchestrationRequestsMockedMinimalResponse.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/responses/mso/orchestrationRequestsMockedMinimalResponse.json b/vid-app-common/src/test/resources/responses/mso/orchestrationRequestsMockedMinimalResponse.json new file mode 100644 index 000000000..9af4b2aeb --- /dev/null +++ b/vid-app-common/src/test/resources/responses/mso/orchestrationRequestsMockedMinimalResponse.json @@ -0,0 +1,11 @@ +{ + "request": { + "requestId": "d8bbd676-4067-431f-9a5d-9843f5c199cf", + "requestStatus": { + "requestState": "COMPLETE", + "statusMessage": "Vnf has been created successfully.", + "percentProgress": 100, + "finishTime": "Mon, 11 Jun 2018 12:38:56 GMT" + } + } +}
\ No newline at end of file |