Code Review
/
vid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c9d06e9e271b574c4af394fd3042416b21c071ba
[vid.git]
/
1
{
2
"simulatorRequest": {
3
"method": "POST",
4
"path": ".*/serviceInstances/v./SERVICE_INSTANCE_ID/vnfs/VNF_INSTANCE_ID/volumeGroups",
5
"body": {
6
"requestDetails": {
7
"requestParameters": {
8
"testApi": "GR_API"
9
}
10
}
11
}
12
} ,
13
"simulatorResponse": {
14
"responseCode": 202,
15
"responseHeaders": {
16
"Content-Type": "application/json"
17
},
18
"body": {
19
"requestReferences": {
20
"instanceId": "SERVICE_INSTANCE_ID",
21
"requestId": "REQUEST_ID"
22
}
23
}
24
}
25
}