org.onap migration
[vid.git] / vid-ext-services-simulator / src / main / resources / preset_registration / post_activate_or_deactivate_operational_environment.json
1 {
2   "simulatorRequest": {
3     "method": "POST",
4     "path": "/mso/cloudResources/v1/operationalEnvironments/[0-9a-f-]+/(de)?activate"
5   } ,
6   "simulatorResponse": {
7     "responseCode": 202,
8     "responseHeaders": {
9       "Content-Type": "application/json"
10     },
11     "body": {
12       "requestReferences": {
13         "instanceId": "f07ca256-96dd-40ad-b4d2-7a77e2a974eb",
14         "requestId": "dbe54591-c8ed-46d3-abc7-d3a24873dfbd"
15       }
16     }
17   }
18 }