blob: 78a1798b8f5ba053b477d5d9591b4cd6783b526e [file] [log] [blame]
yangyand5338882019-11-06 10:22:04 +08001{
2 "info": {
3 "_postman_id": "305afb68-6632-49a7-8a6d-9d9d57699f6e",
4 "name": "Ns_Instance",
5 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6 },
7 "item": [
8 {
9 "name": "ns_instance",
10 "item": [
11 {
12 "name": "ns_create",
13 "request": {
14 "method": "POST",
15 "header": [
16 {
17 "key": "content-type",
18 "value": " application/json",
19 "type": "text"
20 },
21 {
22 "key": "accept",
23 "value": " application/json",
24 "type": "text"
25 }
26 ],
27 "body": {
28 "mode": "raw",
29 "raw": "{\r\n \"context\": {\r\n \"globalCustomerId\": \"global-customer-id-test1\",\r\n \"serviceType\": \"service-type-test1\"\r\n },\r\n \"csarId\": \"d5d678dc-80ef-461e-8630-d105f43b0a18\",\r\n \"nsName\": \"ns_vsn\",\r\n \"description\": \"description\"\r\n}"
30 },
31 "url": {
32 "raw": "http://172.30.3.104:30280/api/nslcm/v1/ns",
33 "protocol": "http",
34 "host": [
35 "172",
36 "30",
37 "3",
38 "104"
39 ],
40 "port": "30280",
41 "path": [
42 "api",
43 "nslcm",
44 "v1",
45 "ns"
46 ]
47 }
48 },
49 "response": []
50 },
51 {
52 "name": "ns_inst",
53 "request": {
54 "method": "POST",
55 "header": [
56 {
57 "key": "content-type",
58 "value": " application/json",
59 "type": "text"
60 },
61 {
62 "key": "accept",
63 "value": " application/json",
64 "type": "text"
65 }
66 ],
67 "body": {
68 "mode": "raw",
69 "raw": "{\r\n \"additionalParamForNs\": {\r\n \"sdnControllerId\": \"2\"\r\n },\r\n \"locationConstraints\": [{\r\n \"vnfProfileId\": \"45711f40-3f43-415b-bb45-46e5c6940735\",\r\n \"locationConstraints\": {\r\n \"vimId\": \"CPE-DC_RegionOne\"\r\n }\r\n }]\r\n}\r\n"
70 },
71 "url": {
72 "raw": "http://172.30.3.104:30280/api/nslcm/v1/ns/f0b4c09f-c653-438a-b091-5218b0f806ec/instantiate",
73 "protocol": "http",
74 "host": [
75 "172",
76 "30",
77 "3",
78 "104"
79 ],
80 "port": "30280",
81 "path": [
82 "api",
83 "nslcm",
84 "v1",
85 "ns",
86 "f0b4c09f-c653-438a-b091-5218b0f806ec",
87 "instantiate"
88 ]
89 }
90 },
91 "response": []
92 },
93 {
94 "name": "ns_terminate",
95 "request": {
96 "method": "POST",
97 "header": [
98 {
99 "key": "content-type",
100 "value": " application/json",
101 "type": "text"
102 },
103 {
104 "key": "accept",
105 "value": " application/json",
106 "type": "text"
107 }
108 ],
109 "body": {
110 "mode": "raw",
111 "raw": "{\r\n \"gracefulTerminationTimeout\": 600, \r\n \"terminationType\": \"FORCEFUL\"\r\n}"
112 },
113 "url": {
114 "raw": "http://172.30.3.104:30280/api/nslcm/v1/ns/f0b4c09f-c653-438a-b091-5218b0f806ec/terminate",
115 "protocol": "http",
116 "host": [
117 "172",
118 "30",
119 "3",
120 "104"
121 ],
122 "port": "30280",
123 "path": [
124 "api",
125 "nslcm",
126 "v1",
127 "ns",
128 "f0b4c09f-c653-438a-b091-5218b0f806ec",
129 "terminate"
130 ]
131 },
132 "description": "generate:\"jobId\": \"NS-terminate_ns-f0b4c09f-c653-438a-b091-5218b0f806ec-6f12ca34-f7a2-11e8-8c7e-02bf457e51f9\"\n\ninstid:f0b4c09f-c653-438a-b091-5218b0f806ec"
133 },
134 "response": []
135 },
136 {
137 "name": "ns_delete",
138 "request": {
139 "method": "DELETE",
140 "header": [],
141 "body": {
142 "mode": "raw",
143 "raw": ""
144 },
145 "url": {
146 "raw": "http://172.30.3.104:30280/api/nslcm/v1/ns/f0b4c09f-c653-438a-b091-5218b0f806ec",
147 "protocol": "http",
148 "host": [
149 "172",
150 "30",
151 "3",
152 "104"
153 ],
154 "port": "30280",
155 "path": [
156 "api",
157 "nslcm",
158 "v1",
159 "ns",
160 "f0b4c09f-c653-438a-b091-5218b0f806ec"
161 ]
162 },
163 "description": "ns/instid:f0b4c09f-c653-438a-b091-5218b0f806ec\nInstid after ns, fill in according to the actual situation"
164 },
165 "response": []
166 },
167 {
168 "name": "ns_heal",
169 "request": {
170 "method": "POST",
171 "header": [
172 {
173 "key": "content-type",
174 "value": " application/json",
175 "type": "text"
176 },
177 {
178 "key": "accept",
179 "value": " application/json",
180 "type": "text"
181 }
182 ],
183 "body": {
184 "mode": "raw",
185 "raw": "{\r\n \"vnfInstanceId\": \"044b705c-e44d-4733-ab64-987f46d9b567\",\r\n \"cause\": \"restartvm\",\r\n \"additionalParams\": {\r\n \"action\": \"restartvm\",\r\n \"actionvminfo\": {\r\n \"vmid\": \"1623cd25-ae6f-4880-8132-15914367e47b\",\r\n \"vduid\": \"\",\r\n \"vmname\": \"1623cd25-ae6f-4880-8132-15914367e47b\"\r\n }\r\n }"
186 },
187 "url": {
188 "raw": "http://172.30.3.104:30280/api/nslcm/v1/ns/5443e9f8-7993-479d-8d7a-34e422eabc8f/heal",
189 "protocol": "http",
190 "host": [
191 "172",
192 "30",
193 "3",
194 "104"
195 ],
196 "port": "30280",
197 "path": [
198 "api",
199 "nslcm",
200 "v1",
201 "ns",
202 "5443e9f8-7993-479d-8d7a-34e422eabc8f",
203 "heal"
204 ]
205 }
206 },
207 "response": []
208 }
209 ],
210 "event": [
211 {
212 "listen": "prerequest",
213 "script": {
214 "id": "debc308f-9109-41b1-adf3-9d288b2061e6",
215 "type": "text/javascript",
216 "exec": [
217 ""
218 ]
219 }
220 },
221 {
222 "listen": "test",
223 "script": {
224 "id": "0a37542a-0a02-4e84-970a-f8f32b0bf713",
225 "type": "text/javascript",
226 "exec": [
227 ""
228 ]
229 }
230 }
231 ]
232 }
233 ]
234}