vid-automation selenium tests
[vid.git] / vid-automation / src / test / resources / registration_to_simulator / mso_create_configurations_error.json
1 {
2   "simulatorRequest": {
3     "method": "POST",
4     "path": "/mso/serviceInstances/v6/f36f5734-e9df-4fbf-9f35-61be13f028a1/configurations"
5   } ,
6   "simulatorResponse": {
7     "responseCode": "<ERROR_CODE>",
8     "body": "<ERROR_PAYLOAD>"
9   }
10 }