aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/dissociate_pnf_from_service_instance_error.json
blob: d4b5f54fc18105026a6d53162ecc070b9b6cf5c3 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "simulatorRequest": {
    "method": "POST",
    "path": "/mso/serviceInstances/v6/f36f5734-e9df-4fbf-9f35-61be13f028a1/removeRelationships"
  } ,
  "simulatorResponse": {
    "responseCode": 404,
    "body": ""
  }
}