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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
{
"requests": [
{
"method": "GET",
"path": "/aai/v16/service-design-and-creation/models",
"queryParams": {
"depth": "2",
"model-invariant-id": "88a71d72-ec80-4357-808e-f288823cb353"
}
},
{
"method": "GET",
"path": "/aai/v16/business/customers/customer/CAR_2020_ER",
"queryParams": {
"depth": "2"
}
},
{
"method": "GET",
"path": "/aai/v16/query",
"queryParams": {
"format": "simple"
}
},
{
"method": "GET",
"path": "/workflowSpecifications/v1/workflows",
"queryParams": {
"vnfModelVersionId": "103b4a1b-4a15-4559-a019-1ff132180c7c"
}
},
{
"method": "GET",
"path": "/aai/v16/business/customers",
"queryParams": {
"subscriber-type": "INFRA",
"depth": "0"
}
},
{
"method": "GET",
"path": "/aai/v16/service-design-and-creation/models",
"queryParams": {
"depth": "2",
"model-invariant-id": "88a71d72-ec80-4357-808e-f288823cb353"
}
},
{
"method": "GET",
"path": "/orchestrationRequests/v6",
"queryParams": {
"filter": "modelType:EQUALS:vnf"
}
}
]
}
|