aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_activate_configurations.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/src/test/resources/registration_to_simulator/mso_activate_configurations.json')
-rw-r--r--vid-automation/src/test/resources/registration_to_simulator/mso_activate_configurations.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/registration_to_simulator/mso_activate_configurations.json b/vid-automation/src/test/resources/registration_to_simulator/mso_activate_configurations.json
new file mode 100644
index 000000000..19d70d90b
--- /dev/null
+++ b/vid-automation/src/test/resources/registration_to_simulator/mso_activate_configurations.json
@@ -0,0 +1,21 @@
+{
+ "simulatorRequest": {
+ "method": "POST",
+ "path": "/mso/serviceInstances/v6/f36f5734-e9df-4fbf-9f35-61be13f028a1/configurations/a53c9ca8-8986-44da-9e5e-9e4179e6c78a/activate",
+ "body": {
+ "val": "dummy payload"
+ }
+ } ,
+ "simulatorResponse": {
+ "responseCode": 202,
+ "responseHeaders": {
+ "Content-Type": "application/json"
+ },
+ "body": {
+ "requestReferences": {
+ "instanceId": "f36f5734-e9df-4fbf-9f35-61be13f028a1",
+ "requestId": "b6dc9806-b094-42f7-9386-a48de8218ce8"
+ }
+ }
+ }
+} \ No newline at end of file