aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_volume_group.json
blob: c9d06e9e271b574c4af394fd3042416b21c071ba (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/volumeGroups",
    "body": {
      "requestDetails": {
        "requestParameters": {
          "testApi": "GR_API"
        }
      }
    }
  } ,
  "simulatorResponse": {
    "responseCode": 202,
    "responseHeaders": {
      "Content-Type": "application/json"
    },
    "body": {
      "requestReferences": {
        "instanceId": "SERVICE_INSTANCE_ID",
        "requestId": "REQUEST_ID"
      }
    }
  }
}