aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json
blob: afba0683e15c4c2703eafd19bad81098927c8578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "simulatorRequest": {
    "method": "POST",
    "path": ".*/serviceInstances/v./SERVICE_INSTANCE_ID/vnfs/VNF_INSTANCE_ID/vfModules",
    "body": {
      "requestDetails": {
        "requestParameters": {
          "testApi": "GR_API"
        }
      }
    }
  } ,
  "simulatorResponse": {
    "responseCode": 202,
    "responseHeaders": {
      "Content-Type": "application/json"
    },
    "body": {
      "requestReferences": {
        "instanceId": "SERVICE_INSTANCE_ID",
        "requestId": "REQUEST_ID"
      }
    }
  }
}