aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_activate_configurations.json
blob: 19d70d90be5c257af1a925a79dad6eabc4c2c38e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "simulatorRequest": {
    "method": "POST",
    "path": "/mso/serviceInstances/v6/f36f5734-e9df-4fbf-9f35-61be13f028a1/configurations/a53c9ca8-8986-44da-9e5e-9e4179e6c78a/activate",
    "body": {
      "val": "dummy payload"
    }
  } ,
  "simulatorResponse": {
    "responseCode": 202,
    "responseHeaders": {
      "Content-Type": "application/json"
    },
    "body": {
      "requestReferences": {
        "instanceId": "f36f5734-e9df-4fbf-9f35-61be13f028a1",
        "requestId": "b6dc9806-b094-42f7-9386-a48de8218ce8"
      }
    }
  }
}