aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/post_deactivate_operational_environment.json
blob: 2fdc8c5c8f2ca317b48cd569951067204317b40c (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/f07ca256-96dd-40ad-b4d2-7a77e2a974ec/deactivate"
  } ,
  "simulatorResponse": {
    "responseCode": 202,
    "responseHeaders": {
      "Content-Type": "application/json"
    },
    "body": {
      "requestReferences": {
        "instanceId": "f07ca256-96dd-40ad-b4d2-7a77e2a974ec",
        "requestId": "dbe54591-c8ed-46d3-abc7-d3a24873dfbd"
      }
    }
  }
}