PNF Simulator Guide fix typos + add Postman
[ccsdk/cds.git] / docs / usecases / media / pnf-simulator.postman_collection.json
1 {
2         "info": {
3                 "_postman_id": "295cc7b7-a544-44f5-8045-54effcd41108",
4                 "name": "CDS PNF Simulator Use Case",
5                 "description": "This collection contains all API calls to do the \"PNF Simulator Day-N config-assign and config-deploy use case\" in CDS. ",
6                 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
7         },
8         "item": [
9                 {
10                         "name": "Bootstrap",
11                         "request": {
12                                 "auth": {
13                                         "type": "basic",
14                                         "basic": [
15                                                 {
16                                                         "key": "password",
17                                                         "value": "ccsdkapps",
18                                                         "type": "string"
19                                                 },
20                                                 {
21                                                         "key": "username",
22                                                         "value": "ccsdkapps",
23                                                         "type": "string"
24                                                 }
25                                         ]
26                                 },
27                                 "method": "POST",
28                                 "header": [
29                                         {
30                                                 "key": "Content-Type",
31                                                 "value": "application/json"
32                                         },
33                                         {
34                                                 "key": "",
35                                                 "type": "text",
36                                                 "value": "",
37                                                 "disabled": true
38                                         }
39                                 ],
40                                 "body": {
41                                         "mode": "raw",
42                                         "raw": "{\r\n\"loadModelType\" : true,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : true\r\n}",
43                                         "options": {
44                                                 "raw": {}
45                                         }
46                                 },
47                                 "url": {
48                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/bootstrap",
49                                         "protocol": "http",
50                                         "host": [
51                                                 "{{host}}"
52                                         ],
53                                         "port": "{{port}}",
54                                         "path": [
55                                                 "api",
56                                                 "v1",
57                                                 "blueprint-model",
58                                                 "bootstrap"
59                                         ]
60                                 }
61                         },
62                         "response": [
63                                 {
64                                         "name": "CDS Bootstrap",
65                                         "originalRequest": {
66                                                 "method": "POST",
67                                                 "header": [
68                                                         {
69                                                                 "key": "Content-Type",
70                                                                 "value": "application/json"
71                                                         },
72                                                         {
73                                                                 "key": "",
74                                                                 "value": "",
75                                                                 "type": "text",
76                                                                 "disabled": true
77                                                         }
78                                                 ],
79                                                 "body": {
80                                                         "mode": "raw",
81                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
82                                                         "options": {
83                                                                 "raw": {}
84                                                         }
85                                                 },
86                                                 "url": {
87                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
88                                                         "protocol": "http",
89                                                         "host": [
90                                                                 "localhost"
91                                                         ],
92                                                         "port": "8081",
93                                                         "path": [
94                                                                 "api",
95                                                                 "v1",
96                                                                 "blueprint-model",
97                                                                 "bootstrap"
98                                                         ]
99                                                 }
100                                         },
101                                         "status": "OK",
102                                         "code": 200,
103                                         "_postman_previewlanguage": "json",
104                                         "header": [
105                                                 {
106                                                         "key": "X-ONAP-RequestID",
107                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
108                                                 },
109                                                 {
110                                                         "key": "X-ONAP-InvocationID",
111                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
112                                                 },
113                                                 {
114                                                         "key": "X-ONAP-PartnerName",
115                                                         "value": "cds-controller"
116                                                 },
117                                                 {
118                                                         "key": "Vary",
119                                                         "value": "Origin"
120                                                 },
121                                                 {
122                                                         "key": "Vary",
123                                                         "value": "Access-Control-Request-Method"
124                                                 },
125                                                 {
126                                                         "key": "Vary",
127                                                         "value": "Access-Control-Request-Headers"
128                                                 },
129                                                 {
130                                                         "key": "Content-Type",
131                                                         "value": "application/json"
132                                                 },
133                                                 {
134                                                         "key": "Content-Length",
135                                                         "value": "0"
136                                                 },
137                                                 {
138                                                         "key": "Cache-Control",
139                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
140                                                 },
141                                                 {
142                                                         "key": "Pragma",
143                                                         "value": "no-cache"
144                                                 },
145                                                 {
146                                                         "key": "Expires",
147                                                         "value": "0"
148                                                 },
149                                                 {
150                                                         "key": "X-Content-Type-Options",
151                                                         "value": "nosniff"
152                                                 },
153                                                 {
154                                                         "key": "X-Frame-Options",
155                                                         "value": "DENY"
156                                                 },
157                                                 {
158                                                         "key": "X-XSS-Protection",
159                                                         "value": "1 ; mode=block"
160                                                 },
161                                                 {
162                                                         "key": "Referrer-Policy",
163                                                         "value": "no-referrer"
164                                                 }
165                                         ],
166                                         "cookie": [],
167                                         "body": ""
168                                 }
169                         ]
170                 },
171                 {
172                         "name": "Get Blueprints",
173                         "protocolProfileBehavior": {
174                                 "disableBodyPruning": true
175                         },
176                         "request": {
177                                 "auth": {
178                                         "type": "basic",
179                                         "basic": [
180                                                 {
181                                                         "key": "password",
182                                                         "value": "ccsdkapps",
183                                                         "type": "string"
184                                                 },
185                                                 {
186                                                         "key": "username",
187                                                         "value": "ccsdkapps",
188                                                         "type": "string"
189                                                 }
190                                         ]
191                                 },
192                                 "method": "GET",
193                                 "header": [
194                                         {
195                                                 "key": "Content-Type",
196                                                 "value": "application/json"
197                                         },
198                                         {
199                                                 "key": "",
200                                                 "value": "",
201                                                 "type": "text",
202                                                 "disabled": true
203                                         }
204                                 ],
205                                 "body": {
206                                         "mode": "raw",
207                                         "raw": "{\r\n\"loadModelType\" : true,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
208                                         "options": {
209                                                 "raw": {}
210                                         }
211                                 },
212                                 "url": {
213                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model",
214                                         "protocol": "http",
215                                         "host": [
216                                                 "{{host}}"
217                                         ],
218                                         "port": "{{port}}",
219                                         "path": [
220                                                 "api",
221                                                 "v1",
222                                                 "blueprint-model"
223                                         ]
224                                 }
225                         },
226                         "response": [
227                                 {
228                                         "name": "CDS Bootstrap",
229                                         "originalRequest": {
230                                                 "method": "POST",
231                                                 "header": [
232                                                         {
233                                                                 "key": "Content-Type",
234                                                                 "value": "application/json"
235                                                         },
236                                                         {
237                                                                 "key": "",
238                                                                 "value": "",
239                                                                 "type": "text",
240                                                                 "disabled": true
241                                                         }
242                                                 ],
243                                                 "body": {
244                                                         "mode": "raw",
245                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
246                                                         "options": {
247                                                                 "raw": {}
248                                                         }
249                                                 },
250                                                 "url": {
251                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
252                                                         "protocol": "http",
253                                                         "host": [
254                                                                 "localhost"
255                                                         ],
256                                                         "port": "8081",
257                                                         "path": [
258                                                                 "api",
259                                                                 "v1",
260                                                                 "blueprint-model",
261                                                                 "bootstrap"
262                                                         ]
263                                                 }
264                                         },
265                                         "status": "OK",
266                                         "code": 200,
267                                         "_postman_previewlanguage": "json",
268                                         "header": [
269                                                 {
270                                                         "key": "X-ONAP-RequestID",
271                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
272                                                 },
273                                                 {
274                                                         "key": "X-ONAP-InvocationID",
275                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
276                                                 },
277                                                 {
278                                                         "key": "X-ONAP-PartnerName",
279                                                         "value": "cds-controller"
280                                                 },
281                                                 {
282                                                         "key": "Vary",
283                                                         "value": "Origin"
284                                                 },
285                                                 {
286                                                         "key": "Vary",
287                                                         "value": "Access-Control-Request-Method"
288                                                 },
289                                                 {
290                                                         "key": "Vary",
291                                                         "value": "Access-Control-Request-Headers"
292                                                 },
293                                                 {
294                                                         "key": "Content-Type",
295                                                         "value": "application/json"
296                                                 },
297                                                 {
298                                                         "key": "Content-Length",
299                                                         "value": "0"
300                                                 },
301                                                 {
302                                                         "key": "Cache-Control",
303                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
304                                                 },
305                                                 {
306                                                         "key": "Pragma",
307                                                         "value": "no-cache"
308                                                 },
309                                                 {
310                                                         "key": "Expires",
311                                                         "value": "0"
312                                                 },
313                                                 {
314                                                         "key": "X-Content-Type-Options",
315                                                         "value": "nosniff"
316                                                 },
317                                                 {
318                                                         "key": "X-Frame-Options",
319                                                         "value": "DENY"
320                                                 },
321                                                 {
322                                                         "key": "X-XSS-Protection",
323                                                         "value": "1 ; mode=block"
324                                                 },
325                                                 {
326                                                         "key": "Referrer-Policy",
327                                                         "value": "no-referrer"
328                                                 }
329                                         ],
330                                         "cookie": [],
331                                         "body": ""
332                                 }
333                         ]
334                 },
335                 {
336                         "name": "Data Dictionary",
337                         "request": {
338                                 "auth": {
339                                         "type": "basic",
340                                         "basic": [
341                                                 {
342                                                         "key": "password",
343                                                         "value": "ccsdkapps",
344                                                         "type": "string"
345                                                 },
346                                                 {
347                                                         "key": "username",
348                                                         "value": "ccsdkapps",
349                                                         "type": "string"
350                                                 }
351                                         ]
352                                 },
353                                 "method": "POST",
354                                 "header": [],
355                                 "body": {
356                                         "mode": "raw",
357                                         "raw": "{\n\t\t\"name\": \"netconf-password\",\n\t\t\"tags\": \"netconf-password\",\n\t\t\"data_type\": \"string\",\n\t\t\"description\": \"netconf-password\",\n\t\t\"entry_schema\": \"string\",\n\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"updatedBy\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"definition\": {\n\t\t\t\"tags\": \"netconf-password\",\n\t\t\t\"name\": \"netconf-password\",\n\t\t\t\"property\": {\n\t\t\t\t\"description\": \"netconf-password string attribute\",\n\t\t\t\t\"type\": \"string\"\n\t\t\t},\n\t\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\t\"sources\": {\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"type\": \"source-input\",\n\t\t\t\t\t\"properties\": {}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t{\n\t\t\"name\": \"netconf-username\",\n\t\t\"tags\": \"netconf-username\",\n\t\t\"data_type\": \"string\",\n\t\t\"description\": \"netconf-username\",\n\t\t\"entry_schema\": \"string\",\n\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"updatedBy\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"definition\": {\n\t\t\t\"tags\": \"netconf-username\",\n\t\t\t\"name\": \"netconf-username\",\n\t\t\t\"property\": {\n\t\t\t\t\"description\": \"netconf-username string attribute\",\n\t\t\t\t\"type\": \"string\"\n\t\t\t},\n\t\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\t\"sources\": {\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"type\": \"source-input\",\n\t\t\t\t\t\"properties\": {}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t{\n\t\t\"name\": \"netconf-server-port\",\n\t\t\"tags\": \"netconf-server-port\",\n\t\t\"data_type\": \"string\",\n\t\t\"description\": \"netconf-server-port\",\n\t\t\"entry_schema\": \"string\",\n\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"updatedBy\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"definition\": {\n\t\t\t\"tags\": \"netconf-server-port\",\n\t\t\t\"name\": \"netconf-server-port\",\n\t\t\t\"property\": {\n\t\t\t\t\"description\": \"netconf-server-port string attribute\",\n\t\t\t\t\"type\": \"string\"\n\t\t\t},\n\t\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\t\"sources\": {\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"type\": \"source-input\",\n\t\t\t\t\t\"properties\": {}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t{\n\t\t\"name\": \"pnf-id\",\n\t\t\"tags\": \"pnf-id\",\n\t\t\"data_type\": \"string\",\n\t\t\"description\": \"pnf-id\",\n\t\t\"entry_schema\": \"string\",\n\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"updatedBy\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"definition\": {\n\t\t\t\"tags\": \"pnf-id\",\n\t\t\t\"name\": \"pnf-id\",\n\t\t\t\"property\": {\n\t\t\t\t\"description\": \"pnf-id string attribute\",\n\t\t\t\t\"type\": \"string\"\n\t\t\t},\n\t\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\t\"sources\": {\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"type\": \"source-input\",\n\t\t\t\t\t\"properties\": {}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t{\n\n\t\t\"name\": \"pnf-ipv4-address\",\n\t\t\"tags\": \"pnf-ipv4-address\",\n\t\t\"data_type\": \"string\",\n\t\t\"description\": \"pnf-ipv4-address\",\n\t\t\"entry_schema\": \"string\",\n\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"updatedBy\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"definition\": {\n\t\t\t\"tags\": \"pnf-ipv4-address\",\n\t\t\t\"name\": \"pnf-ipv4-address\",\n\t\t\t\"property\": {\n\t\t\t\t\"description\": \"pnf-ipv4-address string attribute\",\n\t\t\t\t\"type\": \"string\"\n\t\t\t},\n\t\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\t\"sources\": {\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"type\": \"source-input\",\n\t\t\t\t\t\"properties\": {}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t},\n\t{\n\t\t\"name\": \"stream-count\",\n\t\t\"tags\": \"stream-count\",\n\t\t\"data_type\": \"string\",\n\t\t\"description\": \"stream-count\",\n\t\t\"entry_schema\": \"string\",\n\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"updatedBy\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\"definition\": {\n\t\t\t\"tags\": \"stream-count\",\n\t\t\t\"name\": \"stream-count\",\n\t\t\t\"property\": {\n\t\t\t\t\"description\": \"stream-count string attribute\",\n\t\t\t\t\"type\": \"integer\"\n\t\t\t},\n\t\t\t\"updated-by\": \"Aarna service <vmuthukrishnan@aarnanetworks.com>\",\n\t\t\t\"sources\": {\n\t\t\t\t\"input\": {\n\t\t\t\t\t\"type\": \"source-default\",\n\t\t\t\t\t\"properties\": {}\n\t\t\t\t},\n\t\t\t\t\"default\": {\n\n\t\t\t\t\t\"type\": \"source-default\",\n\n\t\t\t\t\t\"properties\": {}\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
358                                         "options": {
359                                                 "raw": {
360                                                         "language": "json"
361                                                 }
362                                         }
363                                 },
364                                 "url": {
365                                         "raw": "http://{{host}}:{{port}}/api/v1/dictionary",
366                                         "protocol": "http",
367                                         "host": [
368                                                 "{{host}}"
369                                         ],
370                                         "port": "{{port}}",
371                                         "path": [
372                                                 "api",
373                                                 "v1",
374                                                 "dictionary"
375                                         ]
376                                 }
377                         },
378                         "response": []
379                 },
380                 {
381                         "name": "Enrich Blueprint",
382                         "request": {
383                                 "auth": {
384                                         "type": "basic",
385                                         "basic": [
386                                                 {
387                                                         "key": "username",
388                                                         "value": "ccsdkapps",
389                                                         "type": "string"
390                                                 },
391                                                 {
392                                                         "key": "password",
393                                                         "value": "ccsdkapps",
394                                                         "type": "string"
395                                                 },
396                                                 {
397                                                         "key": "showPassword",
398                                                         "value": false,
399                                                         "type": "boolean"
400                                                 }
401                                         ]
402                                 },
403                                 "method": "POST",
404                                 "header": [
405                                         {
406                                                 "key": "Accept",
407                                                 "value": "application/json",
408                                                 "type": "text",
409                                                 "disabled": true
410                                         },
411                                         {
412                                                 "key": "Accept-Encoding",
413                                                 "value": "gzip,deflate",
414                                                 "type": "text",
415                                                 "disabled": true
416                                         },
417                                         {
418                                                 "key": "Referer",
419                                                 "value": "http://84.39.39.116:30497/blueprint",
420                                                 "type": "text",
421                                                 "disabled": true
422                                         },
423                                         {
424                                                 "key": "Origin",
425                                                 "value": "http://84.39.39.116:30497",
426                                                 "type": "text",
427                                                 "disabled": true
428                                         }
429                                 ],
430                                 "body": {
431                                         "mode": "formdata",
432                                         "formdata": [
433                                                 {
434                                                         "key": "file",
435                                                         "type": "file",
436                                                         "src": "/home/jakob/CDS_Use_Cases/PNF-DEMO-ENRICHED_WORKING/pnf-demo.zip"
437                                                 }
438                                         ],
439                                         "options": {
440                                                 "formdata": {}
441                                         }
442                                 },
443                                 "url": {
444                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/enrich",
445                                         "protocol": "http",
446                                         "host": [
447                                                 "{{host}}"
448                                         ],
449                                         "port": "{{port}}",
450                                         "path": [
451                                                 "api",
452                                                 "v1",
453                                                 "blueprint-model",
454                                                 "enrich"
455                                         ]
456                                 }
457                         },
458                         "response": []
459                 },
460                 {
461                         "name": "Save Blueprint",
462                         "request": {
463                                 "auth": {
464                                         "type": "basic",
465                                         "basic": [
466                                                 {
467                                                         "key": "password",
468                                                         "value": "ccsdkapps",
469                                                         "type": "string"
470                                                 },
471                                                 {
472                                                         "key": "username",
473                                                         "value": "ccsdkapps",
474                                                         "type": "string"
475                                                 }
476                                         ]
477                                 },
478                                 "method": "POST",
479                                 "header": [
480                                         {
481                                                 "key": "Content-Type",
482                                                 "value": "application/json"
483                                         },
484                                         {
485                                                 "key": "",
486                                                 "type": "text",
487                                                 "value": "",
488                                                 "disabled": true
489                                         }
490                                 ],
491                                 "body": {
492                                         "mode": "formdata",
493                                         "formdata": [
494                                                 {
495                                                         "key": "file",
496                                                         "type": "file",
497                                                         "src": "/home/jakob/CDS_Use_Cases/PNF-DEMO-ENRICHED_WORKING/pnf-demo.zip"
498                                                 }
499                                         ],
500                                         "options": {
501                                                 "raw": {}
502                                         }
503                                 },
504                                 "url": {
505                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model",
506                                         "protocol": "http",
507                                         "host": [
508                                                 "{{host}}"
509                                         ],
510                                         "port": "{{port}}",
511                                         "path": [
512                                                 "api",
513                                                 "v1",
514                                                 "blueprint-model"
515                                         ]
516                                 }
517                         },
518                         "response": [
519                                 {
520                                         "name": "CDS Bootstrap",
521                                         "originalRequest": {
522                                                 "method": "POST",
523                                                 "header": [
524                                                         {
525                                                                 "key": "Content-Type",
526                                                                 "value": "application/json"
527                                                         },
528                                                         {
529                                                                 "key": "",
530                                                                 "value": "",
531                                                                 "type": "text",
532                                                                 "disabled": true
533                                                         }
534                                                 ],
535                                                 "body": {
536                                                         "mode": "raw",
537                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
538                                                         "options": {
539                                                                 "raw": {}
540                                                         }
541                                                 },
542                                                 "url": {
543                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
544                                                         "protocol": "http",
545                                                         "host": [
546                                                                 "localhost"
547                                                         ],
548                                                         "port": "8081",
549                                                         "path": [
550                                                                 "api",
551                                                                 "v1",
552                                                                 "blueprint-model",
553                                                                 "bootstrap"
554                                                         ]
555                                                 }
556                                         },
557                                         "status": "OK",
558                                         "code": 200,
559                                         "_postman_previewlanguage": "json",
560                                         "header": [
561                                                 {
562                                                         "key": "X-ONAP-RequestID",
563                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
564                                                 },
565                                                 {
566                                                         "key": "X-ONAP-InvocationID",
567                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
568                                                 },
569                                                 {
570                                                         "key": "X-ONAP-PartnerName",
571                                                         "value": "cds-controller"
572                                                 },
573                                                 {
574                                                         "key": "Vary",
575                                                         "value": "Origin"
576                                                 },
577                                                 {
578                                                         "key": "Vary",
579                                                         "value": "Access-Control-Request-Method"
580                                                 },
581                                                 {
582                                                         "key": "Vary",
583                                                         "value": "Access-Control-Request-Headers"
584                                                 },
585                                                 {
586                                                         "key": "Content-Type",
587                                                         "value": "application/json"
588                                                 },
589                                                 {
590                                                         "key": "Content-Length",
591                                                         "value": "0"
592                                                 },
593                                                 {
594                                                         "key": "Cache-Control",
595                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
596                                                 },
597                                                 {
598                                                         "key": "Pragma",
599                                                         "value": "no-cache"
600                                                 },
601                                                 {
602                                                         "key": "Expires",
603                                                         "value": "0"
604                                                 },
605                                                 {
606                                                         "key": "X-Content-Type-Options",
607                                                         "value": "nosniff"
608                                                 },
609                                                 {
610                                                         "key": "X-Frame-Options",
611                                                         "value": "DENY"
612                                                 },
613                                                 {
614                                                         "key": "X-XSS-Protection",
615                                                         "value": "1 ; mode=block"
616                                                 },
617                                                 {
618                                                         "key": "Referrer-Policy",
619                                                         "value": "no-referrer"
620                                                 }
621                                         ],
622                                         "cookie": [],
623                                         "body": ""
624                                 }
625                         ]
626                 },
627                 {
628                         "name": "Create Config Assign Day-1",
629                         "request": {
630                                 "auth": {
631                                         "type": "basic",
632                                         "basic": [
633                                                 {
634                                                         "key": "username",
635                                                         "value": "ccsdkapps",
636                                                         "type": "string"
637                                                 },
638                                                 {
639                                                         "key": "password",
640                                                         "value": "ccsdkapps",
641                                                         "type": "string"
642                                                 },
643                                                 {
644                                                         "key": "showPassword",
645                                                         "value": false,
646                                                         "type": "boolean"
647                                                 }
648                                         ]
649                                 },
650                                 "method": "POST",
651                                 "header": [
652                                         {
653                                                 "key": "Accept",
654                                                 "value": "application/json",
655                                                 "type": "text",
656                                                 "disabled": true
657                                         },
658                                         {
659                                                 "key": "Accept-Encoding",
660                                                 "value": "gzip,deflate",
661                                                 "type": "text",
662                                                 "disabled": true
663                                         },
664                                         {
665                                                 "key": "Referer",
666                                                 "value": "http://84.39.39.116:30497/blueprint",
667                                                 "type": "text",
668                                                 "disabled": true
669                                         },
670                                         {
671                                                 "key": "Origin",
672                                                 "value": "http://84.39.39.116:30497",
673                                                 "type": "text",
674                                                 "disabled": true
675                                         }
676                                 ],
677                                 "body": {
678                                         "mode": "raw",
679                                         "raw": "{\n    \"actionIdentifiers\": {\n        \"mode\": \"sync\",\n        \"blueprintName\": \"pnf_netconf\",\n        \"blueprintVersion\": \"1.0.0\",\n        \"actionName\": \"config-assign\"\n    },\n    \"payload\": {\n        \"config-assign-request\": {\n            \"template-prefix\": [\n                \"pnf\", \"netconfrpc\"\n            ],\n            \"resolution-key\": \"day-1\",\n            \"config-assign-properties\": {\n                \"pnf-id\": \"abcd\",\n                \"pnf-ipv4-address\": \"172.17.0.2\",\n                \"netconf-password\": \"netconf\",\n                \"netconf-username\": \"netconf\",\n                \"netconf-server-port\": \"830\",\n                \"stream-count\": 5\n            }\n        }\n    },\n    \"commonHeader\": {\n        \"subRequestId\": \"143748f9-3cd5-4910-81c9-a4601ff2ea58\",\n        \"requestId\": \"e5eb1f1e-3386-435d-b290-d49d8af8db4c\",\n        \"originatorId\": \"SDNC_DG\"\n    }\n}",
680                                         "options": {
681                                                 "formdata": {},
682                                                 "raw": {
683                                                         "language": "json"
684                                                 }
685                                         }
686                                 },
687                                 "url": {
688                                         "raw": "http://{{host}}:{{port}}/api/v1/execution-service/process",
689                                         "protocol": "http",
690                                         "host": [
691                                                 "{{host}}"
692                                         ],
693                                         "port": "{{port}}",
694                                         "path": [
695                                                 "api",
696                                                 "v1",
697                                                 "execution-service",
698                                                 "process"
699                                         ]
700                                 }
701                         },
702                         "response": []
703                 },
704                 {
705                         "name": "Create Config Assign Day-2",
706                         "request": {
707                                 "auth": {
708                                         "type": "basic",
709                                         "basic": [
710                                                 {
711                                                         "key": "username",
712                                                         "value": "ccsdkapps",
713                                                         "type": "string"
714                                                 },
715                                                 {
716                                                         "key": "password",
717                                                         "value": "ccsdkapps",
718                                                         "type": "string"
719                                                 },
720                                                 {
721                                                         "key": "showPassword",
722                                                         "value": false,
723                                                         "type": "boolean"
724                                                 }
725                                         ]
726                                 },
727                                 "method": "POST",
728                                 "header": [
729                                         {
730                                                 "key": "Accept",
731                                                 "type": "text",
732                                                 "value": "application/json",
733                                                 "disabled": true
734                                         },
735                                         {
736                                                 "key": "Accept-Encoding",
737                                                 "type": "text",
738                                                 "value": "gzip,deflate",
739                                                 "disabled": true
740                                         },
741                                         {
742                                                 "key": "Referer",
743                                                 "type": "text",
744                                                 "value": "http://84.39.39.116:30497/blueprint",
745                                                 "disabled": true
746                                         },
747                                         {
748                                                 "key": "Origin",
749                                                 "type": "text",
750                                                 "value": "http://84.39.39.116:30497",
751                                                 "disabled": true
752                                         }
753                                 ],
754                                 "body": {
755                                         "mode": "raw",
756                                         "raw": "{\n    \"actionIdentifiers\": {\n        \"mode\": \"sync\",\n        \"blueprintName\": \"pnf_netconf\",\n        \"blueprintVersion\": \"1.0.0\",\n        \"actionName\": \"config-assign\"\n    },\n    \"payload\": {\n        \"config-assign-request\": {\n            \"template-prefix\": [\n                \"pnf\", \"netconfrpc\"\n            ],\n            \"resolution-key\": \"day-2\",\n            \"config-assign-properties\": {\n                \"pnf-id\": \"abcd\",\n                \"pnf-ipv4-address\": \"172.17.0.2\",\n                \"netconf-password\": \"netconf\",\n                \"netconf-username\": \"netconf\",\n                \"netconf-server-port\": \"830\",\n                \"stream-count\": 10\n            }\n        }\n    },\n    \"commonHeader\": {\n        \"subRequestId\": \"143748f9-3cd5-4910-81c9-a4601ff2ea58\",\n        \"requestId\": \"e5eb1f1e-3386-435d-b290-d49d8af8db4c\",\n        \"originatorId\": \"SDNC_DG\"\n    }\n}",
757                                         "options": {
758                                                 "formdata": {},
759                                                 "raw": {
760                                                         "language": "json"
761                                                 }
762                                         }
763                                 },
764                                 "url": {
765                                         "raw": "http://{{host}}:{{port}}/api/v1/execution-service/process",
766                                         "protocol": "http",
767                                         "host": [
768                                                 "{{host}}"
769                                         ],
770                                         "port": "{{port}}",
771                                         "path": [
772                                                 "api",
773                                                 "v1",
774                                                 "execution-service",
775                                                 "process"
776                                         ]
777                                 }
778                         },
779                         "response": []
780                 },
781                 {
782                         "name": "Config Assign Day-1 Deploy",
783                         "request": {
784                                 "auth": {
785                                         "type": "basic",
786                                         "basic": [
787                                                 {
788                                                         "key": "username",
789                                                         "value": "ccsdkapps",
790                                                         "type": "string"
791                                                 },
792                                                 {
793                                                         "key": "password",
794                                                         "value": "ccsdkapps",
795                                                         "type": "string"
796                                                 },
797                                                 {
798                                                         "key": "showPassword",
799                                                         "value": false,
800                                                         "type": "boolean"
801                                                 }
802                                         ]
803                                 },
804                                 "method": "POST",
805                                 "header": [
806                                         {
807                                                 "key": "Accept",
808                                                 "type": "text",
809                                                 "value": "application/json",
810                                                 "disabled": true
811                                         },
812                                         {
813                                                 "key": "Accept-Encoding",
814                                                 "type": "text",
815                                                 "value": "gzip,deflate",
816                                                 "disabled": true
817                                         },
818                                         {
819                                                 "key": "Referer",
820                                                 "type": "text",
821                                                 "value": "http://84.39.39.116:30497/blueprint",
822                                                 "disabled": true
823                                         },
824                                         {
825                                                 "key": "Origin",
826                                                 "type": "text",
827                                                 "value": "http://84.39.39.116:30497",
828                                                 "disabled": true
829                                         }
830                                 ],
831                                 "body": {
832                                         "mode": "raw",
833                                         "raw": "{\n\t\"actionIdentifiers\": {\n\t\t\"mode\": \"sync\",\n\t\t\"blueprintName\": \"pnf_netconf\",\n\t\t\"blueprintVersion\": \"1.0.0\",\n\t\t\"actionName\": \"config-deploy\"\n\t},\n\t\"payload\": {\n\t\t\"config-deploy-request\": {\n\t\t\t\"resolution-key\": \"day-1\",\n\t\t\t\"config-deploy-properties\": {\n\t\t\t\t\"pnf-id\": \"abcd\",\n\t\t\t\t\"pnf-ipv4-address\": \"172.17.0.2\",\n\t\t\t\t\"netconf-password\": \"netconf\",\n\t\t\t\t\"netconf-username\": \"netconf\"\n\t\t\t}\n\t\t}\n\t}\n\n\t,\n\t\"commonHeader\": {\n\t\t\"subRequestId\": \"143748f9-3cd5-4910-81c9-a4601ff2ea58\",\n\t\t\"requestId\": \"e5eb1f1e-3386-435d-b290-d49d8af8db4c\",\n\t\t\"originatorId\": \"SDNC_DG\"\n\t}\n}\n",
834                                         "options": {
835                                                 "formdata": {},
836                                                 "raw": {
837                                                         "language": "json"
838                                                 }
839                                         }
840                                 },
841                                 "url": {
842                                         "raw": "http://{{host}}:{{port}}/api/v1/execution-service/process",
843                                         "protocol": "http",
844                                         "host": [
845                                                 "{{host}}"
846                                         ],
847                                         "port": "{{port}}",
848                                         "path": [
849                                                 "api",
850                                                 "v1",
851                                                 "execution-service",
852                                                 "process"
853                                         ]
854                                 }
855                         },
856                         "response": []
857                 }
858         ],
859         "event": [
860                 {
861                         "listen": "prerequest",
862                         "script": {
863                                 "id": "1d6b0502-1031-4cec-adec-6a02e2505fb2",
864                                 "type": "text/javascript",
865                                 "exec": [
866                                         ""
867                                 ]
868                         }
869                 },
870                 {
871                         "listen": "test",
872                         "script": {
873                                 "id": "a97568b2-3520-450b-89c0-c344945c40e4",
874                                 "type": "text/javascript",
875                                 "exec": [
876                                         ""
877                                 ]
878                         }
879                 }
880         ],
881         "variable": [
882                 {
883                         "id": "b4068467-4b9c-4e1d-a812-50d4c75c1fbb",
884                         "key": "host",
885                         "value": "localhost"
886                 },
887                 {
888                         "id": "141a1d5f-c9f3-4833-bef8-79ff851eebc3",
889                         "key": "port",
890                         "value": "8081"
891                 }
892         ],
893         "protocolProfileBehavior": {}
894 }