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