aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_ok_response_for_deactivate.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/src/test/resources/registration_to_simulator/mso_ok_response_for_deactivate.json')
-rw-r--r--vid-automation/src/test/resources/registration_to_simulator/mso_ok_response_for_deactivate.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/registration_to_simulator/mso_ok_response_for_deactivate.json b/vid-automation/src/test/resources/registration_to_simulator/mso_ok_response_for_deactivate.json
new file mode 100644
index 000000000..eec77a0e6
--- /dev/null
+++ b/vid-automation/src/test/resources/registration_to_simulator/mso_ok_response_for_deactivate.json
@@ -0,0 +1,18 @@
+{
+ "simulatorRequest": {
+ "method": "POST",
+ "path": "/mso/cloudResources/v1/operationalEnvironments/UUID/deactivate"
+ } ,
+ "simulatorResponse": {
+ "responseCode": 202,
+ "responseHeaders": {
+ "Content-Type": "application/json"
+ },
+ "body": {
+ "requestReferences": {
+ "instanceId": "UUID",
+ "requestId": "dbe54591-c8ed-46d3-abc7-d3a24873dfbd"
+ }
+ }
+ }
+}