aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/resources/responses/mso/orchestrationRequestsServiceInstance.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/resources/responses/mso/orchestrationRequestsServiceInstance.json')
-rw-r--r--vid-app-common/src/test/resources/responses/mso/orchestrationRequestsServiceInstance.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/responses/mso/orchestrationRequestsServiceInstance.json b/vid-app-common/src/test/resources/responses/mso/orchestrationRequestsServiceInstance.json
new file mode 100644
index 000000000..640fb2b56
--- /dev/null
+++ b/vid-app-common/src/test/resources/responses/mso/orchestrationRequestsServiceInstance.json
@@ -0,0 +1,19 @@
+{
+ "request": {
+ "requestId": "c0011670-0e1a-4b74-945d-8bf5aede1d9c",
+ "startTime": "Mon, 11 Dec 2017 07:27:49 GMT",
+ "requestScope": "service",
+ "requestType": "createInstance",
+ "instanceReferences": {
+ "serviceInstanceId": "f8791436-8d55-4fde-b4d5-72dd2cf13cfb",
+ "serviceInstanceName": "asdfasdf234234asdf",
+ "requestorId": "il883e"
+ },
+ "requestStatus": {
+ "requestState": "COMPLETE",
+ "statusMessage": "Service Instance was created successfully.",
+ "percentProgress": 100,
+ "finishTime": "Mon, 11 Dec 2017 07:27:53 GMT"
+ }
+ }
+} \ No newline at end of file