vid-automation selenium tests
[vid.git] / vid-automation / src / test / resources / registration_to_simulator / mso_activate_configurations.json
1 {
2   "simulatorRequest": {
3     "method": "POST",
4     "path": "/mso/serviceInstances/v6/f36f5734-e9df-4fbf-9f35-61be13f028a1/configurations/a53c9ca8-8986-44da-9e5e-9e4179e6c78a/activate",
5     "body": {
6       "val": "dummy payload"
7     }
8   } ,
9   "simulatorResponse": {
10     "responseCode": 202,
11     "responseHeaders": {
12       "Content-Type": "application/json"
13     },
14     "body": {
15       "requestReferences": {
16         "instanceId": "f36f5734-e9df-4fbf-9f35-61be13f028a1",
17         "requestId": "b6dc9806-b094-42f7-9386-a48de8218ce8"
18       }
19     }
20   }
21 }