aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_ok_response_for_post_operational_environmnet.json
blob: 0726d8b7dbcf0efc19c29c1f935858b0853ba06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "simulatorRequest": {
    "method": "POST",
    "path": "/mso/cloudResources/v1/operationalEnvironments"
  } ,
  "simulatorResponse": {
    "responseCode": 202,
    "responseHeaders": {
      "Content-Type": "application/json"
    },
    "body":{
      "requestReferences": {
        "instanceId": "UUID",
        "requestId": "dbe54591-c8ed-46d3-abc7-d3a24873dfbd"
      }
    }
  }
}