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