blob: aaa03a4f8c74dec9d48db1bd2f9d56c137887152 [file] [log] [blame]
Lukasz Rajewski80726d82019-06-04 13:47:17 +02001{
Bartek Grzybowski5ec49e52020-02-26 15:13:39 +01002 "info": {
3 "_postman_id": "a2db5e8d-6c15-4db1-9a62-9346a414b0be",
4 "name": "ONAP-AAI-Test",
5 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6 },
7 "item": [
8 {
9 "name": "VServersByName",
10 "request": {
11 "method": "GET",
12 "header": [
13 {
14 "key": "X-FromAppId",
15 "value": "AAI",
16 "type": "text"
17 },
18 {
19 "key": "X-TransactionId",
20 "value": "get_aai_subscr",
21 "type": "text"
22 },
23 {
24 "key": "Accept",
25 "value": "application/json",
26 "type": "text"
27 },
28 {
29 "key": "Content-Type",
30 "value": "application/json",
31 "type": "text"
32 }
33 ],
34 "url": {
35 "raw": "https://10.12.5.63:30233/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant/087050388b204c73a3e418dd2c1fe30b/vservers/?vserver-name=vofwl01vfw4407",
36 "protocol": "https",
37 "host": [
38 "10",
39 "12",
40 "5",
41 "63"
42 ],
43 "port": "30233",
44 "path": [
45 "aai",
46 "v14",
47 "cloud-infrastructure",
48 "cloud-regions",
49 "cloud-region",
50 "CloudOwner",
51 "RegionOne",
52 "tenants",
53 "tenant",
54 "087050388b204c73a3e418dd2c1fe30b",
55 "vservers",
56 ""
57 ],
58 "query": [
59 {
60 "key": "vserver-name",
61 "value": "vofwl01vfw4407"
62 }
63 ]
64 }
65 },
66 "response": []
67 },
68 {
69 "name": "Tenants",
70 "request": {
71 "method": "GET",
72 "header": [
73 {
74 "key": "X-FromAppId",
75 "value": "AAI",
76 "type": "text"
77 },
78 {
79 "key": "X-TransactionId",
80 "value": "get_aai_subscr",
81 "type": "text"
82 },
83 {
84 "key": "Accept",
85 "value": "application/json",
86 "type": "text"
87 },
88 {
89 "key": "Content-Type",
90 "value": "application/json",
91 "type": "text"
92 }
93 ],
94 "url": {
95 "raw": "https://10.12.5.63:30233/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant/087050388b204c73a3e418dd2c1fe30b/vservers/?vserver-name=vofwl01vfw4407",
96 "protocol": "https",
97 "host": [
98 "10",
99 "12",
100 "5",
101 "63"
102 ],
103 "port": "30233",
104 "path": [
105 "aai",
106 "v14",
107 "cloud-infrastructure",
108 "cloud-regions",
109 "cloud-region",
110 "CloudOwner",
111 "RegionOne",
112 "tenants",
113 "tenant",
114 "087050388b204c73a3e418dd2c1fe30b",
115 "vservers",
116 ""
117 ],
118 "query": [
119 {
120 "key": "vserver-name",
121 "value": "vofwl01vfw4407"
122 }
123 ]
124 }
125 },
126 "response": []
127 },
128 {
129 "name": "GenericVNFById",
130 "request": {
131 "method": "GET",
132 "header": [
133 {
134 "key": "X-FromAppId",
135 "value": "AAI",
136 "type": "text"
137 },
138 {
139 "key": "X-TransactionId",
140 "value": "get_aai_subscr",
141 "type": "text"
142 },
143 {
144 "key": "Accept",
145 "value": "application/json",
146 "type": "text"
147 },
148 {
149 "key": "Content-Type",
150 "value": "application/json",
151 "type": "text"
152 }
153 ],
154 "url": {
155 "raw": "https://10.12.5.63:30233/aai/v14/network/generic-vnfs/generic-vnf/2d125b4d-e120-4815-a0c7-4c4bec6c89f9",
156 "protocol": "https",
157 "host": [
158 "10",
159 "12",
160 "5",
161 "63"
162 ],
163 "port": "30233",
164 "path": [
165 "aai",
166 "v14",
167 "network",
168 "generic-vnfs",
169 "generic-vnf",
170 "2d125b4d-e120-4815-a0c7-4c4bec6c89f9"
171 ]
172 }
173 },
174 "response": []
175 }
176 ],
177 "auth": {
178 "type": "basic",
179 "basic": [
180 {
181 "key": "password",
182 "value": "AAI",
183 "type": "string"
184 },
185 {
186 "key": "username",
187 "value": "AAI",
188 "type": "string"
189 }
190 ]
191 },
192 "event": [
193 {
194 "listen": "prerequest",
195 "script": {
196 "id": "e35b8a0f-24b0-4990-88f2-4c83421cb4a4",
197 "type": "text/javascript",
198 "exec": [
199 ""
200 ]
201 }
202 },
203 {
204 "listen": "test",
205 "script": {
206 "id": "74b3d3ac-e313-4570-93b0-bd6d64beebfa",
207 "type": "text/javascript",
208 "exec": [
209 ""
210 ]
211 }
212 }
213 ]
214}