aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/activate_service_instance_error.json
blob: 73ff898a7c5f3e4830b5e9ea7afca23135651723 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "simulatorRequest": {
    "method": "POST",
    "path": "/mso/serviceInstances/v./f36f5734-e9df-4fbf-9f35-61be13f028a1/activate"
  } ,
  "simulatorResponse": {
    "responseCode": 500,
    "body": "ERROR_PAYLOAD"
  }
}