aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_config_update_ok.json
blob: 09addafe94a3d061e86cc25c1b9f3f732d4c17e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "simulatorRequest": {
    "method": "POST",
    "path": ".*/serviceInstances/v6/SERVICE_INSTANCE_ID/vnfs/VNF_INSTANCE_ID/applyUpdatedConfig"
  } ,
  "simulatorResponse": {
    "responseCode": 202,
    "responseHeaders": {
      "Content-Type": "application/json"
    },
    "body": {
      "requestReferences": {
        "instanceId": "SERVICE_INSTANCE_ID",
        "requestId": "dbe54591-c8ed-46d3-abc7-d3a24873dfbd"
      }
    }
  }
}