aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/unassign_service_instance.json
blob: 5f16e3828a357cd118a925d4bcc77fa5c7e6fbf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "simulatorRequest": {
    "method": "POST",
    "path": "/mso/serviceInstantiation/v./serviceInstances/f36f5734-e9df-4fbf-9f35-61be13f028a1/unassign"
  },
  "simulatorResponse": {
    "responseCode": 202,
    "body": {
      "requestReferences": {
        "instanceId": "f36f5734-e9df-4fbf-9f35-61be13f028a1",
        "requestId": "b6dc9806-b094-42f7-9386-a48de8218ce8"
      }
    }
  }
}