testTimestampOnDeactivate timezone insensitive
[vid.git] / vid-automation / src / main / resources / registration_to_simulator / search_for_service_instance / mso_instance_orch_status_req.json
1 {
2   "simulatorRequest": {
3     "method": "GET",
4     "path": "/mso/orchestrationRequests/v.",
5     "queryParams": {
6       "filter": "serviceInstanceId:EQUALS:<SERVICE_INSTANCE_ID>"
7     }
8   },
9   "simulatorResponse": {
10     "responseCode": 200,
11     "body": {
12       "requestList": [
13         {
14           "request": {
15             "requestId": "678cc766-b673-4a50-b9c5-471f68914590",
16             "startTime": "Mon, 23 Oct 2017 15:28:39 GMT",
17             "requestScope": "service",
18             "requestType": "createInstance",
19             "instanceReferences": {
20               "serviceInstanceId": "<SERVICE_INSTANCE_ID>",
21               "requestorId": "1"
22             },
23             "requestStatus": {
24               "requestState": "COMPLETE",
25               "statusMessage": "Service Instance was created successfully.",
26               "percentProgress": 100,
27               "finishTime": "Mon, 23 Oct 2017 15:28:39 GMT"
28             }
29           }
30         }
31       ]
32     }
33   }
34 }