CDS add Swagger annotations for Model Type API
[ccsdk/cds.git] / docs / api-reference / media / bp-processor.postman_collection.json
1 {
2         "info": {
3                 "_postman_id": "481808a1-8f9d-47b3-8e03-9302d22731d9",
4                 "name": " CDS Blueprint Processor API Reference",
5                 "description": "Shows all resources and endpoints which CDS BP processor currently provides with sample requests/responses, parameter description and other information.",
6                 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
7         },
8         "item": [
9                 {
10                         "name": "Blueprint Model Catalog",
11                         "item": [
12                                 {
13                                         "name": "List all Blueprint Models",
14                                         "request": {
15                                                 "auth": {
16                                                         "type": "basic",
17                                                         "basic": [
18                                                                 {
19                                                                         "key": "username",
20                                                                         "value": "ccsdkapps",
21                                                                         "type": "string"
22                                                                 },
23                                                                 {
24                                                                         "key": "password",
25                                                                         "value": "ccsdkapps",
26                                                                         "type": "string"
27                                                                 },
28                                                                 {
29                                                                         "key": "showPassword",
30                                                                         "value": false,
31                                                                         "type": "boolean"
32                                                                 }
33                                                         ]
34                                                 },
35                                                 "method": "GET",
36                                                 "header": [],
37                                                 "url": {
38                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model",
39                                                         "protocol": "http",
40                                                         "host": [
41                                                                 "{{host}}"
42                                                         ],
43                                                         "port": "{{port}}",
44                                                         "path": [
45                                                                 "api",
46                                                                 "v1",
47                                                                 "blueprint-model"
48                                                         ]
49                                                 },
50                                                 "description": "Lists all blueprint models which are saved in CDS."
51                                         },
52                                         "response": []
53                                 },
54                                 {
55                                         "name": "Save a Blueprint Model",
56                                         "request": {
57                                                 "auth": {
58                                                         "type": "basic",
59                                                         "basic": [
60                                                                 {
61                                                                         "key": "username",
62                                                                         "value": "ccsdkapps",
63                                                                         "type": "string"
64                                                                 },
65                                                                 {
66                                                                         "key": "password",
67                                                                         "value": "ccsdkapps",
68                                                                         "type": "string"
69                                                                 },
70                                                                 {
71                                                                         "key": "showPassword",
72                                                                         "value": false,
73                                                                         "type": "boolean"
74                                                                 }
75                                                         ]
76                                                 },
77                                                 "method": "POST",
78                                                 "header": [],
79                                                 "body": {
80                                                         "mode": "formdata",
81                                                         "formdata": [
82                                                                 {
83                                                                         "key": "file",
84                                                                         "type": "file",
85                                                                         "src": "/home/jakob/Downloads/cba.zip"
86                                                                 }
87                                                         ]
88                                                 },
89                                                 "url": {
90                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model",
91                                                         "protocol": "http",
92                                                         "host": [
93                                                                 "{{host}}"
94                                                         ],
95                                                         "port": "{{port}}",
96                                                         "path": [
97                                                                 "api",
98                                                                 "v1",
99                                                                 "blueprint-model"
100                                                         ]
101                                                 },
102                                                 "description": "Saves a blueprint model by the given file input. There is no validation of the attached CBA happening when this API is called."
103                                         },
104                                         "response": []
105                                 },
106                                 {
107                                         "name": "Bootstrap CDS",
108                                         "protocolProfileBehavior": {
109                                                 "disabledSystemHeaders": {}
110                                         },
111                                         "request": {
112                                                 "auth": {
113                                                         "type": "basic",
114                                                         "basic": [
115                                                                 {
116                                                                         "key": "username",
117                                                                         "value": "ccsdkapps",
118                                                                         "type": "string"
119                                                                 },
120                                                                 {
121                                                                         "key": "password",
122                                                                         "value": "ccsdkapps",
123                                                                         "type": "string"
124                                                                 }
125                                                         ]
126                                                 },
127                                                 "method": "POST",
128                                                 "header": [
129                                                         {
130                                                                 "key": "Content-Type",
131                                                                 "value": "application/json",
132                                                                 "disabled": true
133                                                         },
134                                                         {
135                                                                 "key": "",
136                                                                 "type": "text",
137                                                                 "value": "",
138                                                                 "disabled": true
139                                                         }
140                                                 ],
141                                                 "body": {
142                                                         "mode": "raw",
143                                                         "raw": "{\r\n\"loadModelType\" : true,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : true\r\n}",
144                                                         "options": {
145                                                                 "raw": {
146                                                                         "language": "json"
147                                                                 }
148                                                         }
149                                                 },
150                                                 "url": {
151                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/bootstrap",
152                                                         "protocol": "http",
153                                                         "host": [
154                                                                 "{{host}}"
155                                                         ],
156                                                         "port": "{{port}}",
157                                                         "path": [
158                                                                 "api",
159                                                                 "v1",
160                                                                 "blueprint-model",
161                                                                 "bootstrap"
162                                                         ]
163                                                 },
164                                                 "description": "Loads all Model Types, Resource Dictionaries and blueprint models which are included in CDS by default.Before starting to work with CDS, bootstrap should be called to load all the basic models that each orginization might support.Parameter values can be set as false to skip loading e.g. the Resource Dictionaries but this is not recommended."
165                                         },
166                                         "response": [
167                                                 {
168                                                         "name": "CDS Bootstrap",
169                                                         "originalRequest": {
170                                                                 "method": "POST",
171                                                                 "header": [
172                                                                         {
173                                                                                 "key": "Content-Type",
174                                                                                 "value": "application/json"
175                                                                         },
176                                                                         {
177                                                                                 "key": "",
178                                                                                 "value": "",
179                                                                                 "type": "text",
180                                                                                 "disabled": true
181                                                                         }
182                                                                 ],
183                                                                 "body": {
184                                                                         "mode": "raw",
185                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
186                                                                         "options": {
187                                                                                 "raw": {}
188                                                                         }
189                                                                 },
190                                                                 "url": {
191                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
192                                                                         "protocol": "http",
193                                                                         "host": [
194                                                                                 "localhost"
195                                                                         ],
196                                                                         "port": "8081",
197                                                                         "path": [
198                                                                                 "api",
199                                                                                 "v1",
200                                                                                 "blueprint-model",
201                                                                                 "bootstrap"
202                                                                         ]
203                                                                 }
204                                                         },
205                                                         "status": "OK",
206                                                         "code": 200,
207                                                         "_postman_previewlanguage": "json",
208                                                         "header": [
209                                                                 {
210                                                                         "key": "X-ONAP-RequestID",
211                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
212                                                                 },
213                                                                 {
214                                                                         "key": "X-ONAP-InvocationID",
215                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
216                                                                 },
217                                                                 {
218                                                                         "key": "X-ONAP-PartnerName",
219                                                                         "value": "cds-controller"
220                                                                 },
221                                                                 {
222                                                                         "key": "Vary",
223                                                                         "value": "Origin"
224                                                                 },
225                                                                 {
226                                                                         "key": "Vary",
227                                                                         "value": "Access-Control-Request-Method"
228                                                                 },
229                                                                 {
230                                                                         "key": "Vary",
231                                                                         "value": "Access-Control-Request-Headers"
232                                                                 },
233                                                                 {
234                                                                         "key": "Content-Type",
235                                                                         "value": "application/json"
236                                                                 },
237                                                                 {
238                                                                         "key": "Content-Length",
239                                                                         "value": "0"
240                                                                 },
241                                                                 {
242                                                                         "key": "Cache-Control",
243                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
244                                                                 },
245                                                                 {
246                                                                         "key": "Pragma",
247                                                                         "value": "no-cache"
248                                                                 },
249                                                                 {
250                                                                         "key": "Expires",
251                                                                         "value": "0"
252                                                                 },
253                                                                 {
254                                                                         "key": "X-Content-Type-Options",
255                                                                         "value": "nosniff"
256                                                                 },
257                                                                 {
258                                                                         "key": "X-Frame-Options",
259                                                                         "value": "DENY"
260                                                                 },
261                                                                 {
262                                                                         "key": "X-XSS-Protection",
263                                                                         "value": "1 ; mode=block"
264                                                                 },
265                                                                 {
266                                                                         "key": "Referrer-Policy",
267                                                                         "value": "no-referrer"
268                                                                 }
269                                                         ],
270                                                         "cookie": [],
271                                                         "body": ""
272                                                 }
273                                         ]
274                                 },
275                                 {
276                                         "name": "Get a Blueprint Model by Name and Version",
277                                         "protocolProfileBehavior": {
278                                                 "disabledSystemHeaders": {},
279                                                 "disableBodyPruning": true
280                                         },
281                                         "request": {
282                                                 "auth": {
283                                                         "type": "basic",
284                                                         "basic": [
285                                                                 {
286                                                                         "key": "password",
287                                                                         "value": "ccsdkapps",
288                                                                         "type": "string"
289                                                                 },
290                                                                 {
291                                                                         "key": "username",
292                                                                         "value": "ccsdkapps",
293                                                                         "type": "string"
294                                                                 }
295                                                         ]
296                                                 },
297                                                 "method": "GET",
298                                                 "header": [
299                                                         {
300                                                                 "key": "Content-Type",
301                                                                 "value": "application/json",
302                                                                 "disabled": true
303                                                         },
304                                                         {
305                                                                 "key": "",
306                                                                 "type": "text",
307                                                                 "value": "",
308                                                                 "disabled": true
309                                                         }
310                                                 ],
311                                                 "body": {
312                                                         "mode": "raw",
313                                                         "raw": "{\r\n\"loadModelType\" : true,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : true\r\n}",
314                                                         "options": {
315                                                                 "raw": {
316                                                                         "language": "json"
317                                                                 }
318                                                         }
319                                                 },
320                                                 "url": {
321                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/by-name/pnf_netconf/version/1.0.0",
322                                                         "protocol": "http",
323                                                         "host": [
324                                                                 "{{host}}"
325                                                         ],
326                                                         "port": "{{port}}",
327                                                         "path": [
328                                                                 "api",
329                                                                 "v1",
330                                                                 "blueprint-model",
331                                                                 "by-name",
332                                                                 "pnf_netconf",
333                                                                 "version",
334                                                                 "1.0.0"
335                                                         ]
336                                                 },
337                                                 "description": "Get Meta-Data of a Blueprint Model by its name and version."
338                                         },
339                                         "response": [
340                                                 {
341                                                         "name": "CDS Bootstrap",
342                                                         "originalRequest": {
343                                                                 "method": "POST",
344                                                                 "header": [
345                                                                         {
346                                                                                 "key": "Content-Type",
347                                                                                 "value": "application/json"
348                                                                         },
349                                                                         {
350                                                                                 "key": "",
351                                                                                 "value": "",
352                                                                                 "type": "text",
353                                                                                 "disabled": true
354                                                                         }
355                                                                 ],
356                                                                 "body": {
357                                                                         "mode": "raw",
358                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
359                                                                         "options": {
360                                                                                 "raw": {}
361                                                                         }
362                                                                 },
363                                                                 "url": {
364                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
365                                                                         "protocol": "http",
366                                                                         "host": [
367                                                                                 "localhost"
368                                                                         ],
369                                                                         "port": "8081",
370                                                                         "path": [
371                                                                                 "api",
372                                                                                 "v1",
373                                                                                 "blueprint-model",
374                                                                                 "bootstrap"
375                                                                         ]
376                                                                 }
377                                                         },
378                                                         "status": "OK",
379                                                         "code": 200,
380                                                         "_postman_previewlanguage": "json",
381                                                         "header": [
382                                                                 {
383                                                                         "key": "X-ONAP-RequestID",
384                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
385                                                                 },
386                                                                 {
387                                                                         "key": "X-ONAP-InvocationID",
388                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
389                                                                 },
390                                                                 {
391                                                                         "key": "X-ONAP-PartnerName",
392                                                                         "value": "cds-controller"
393                                                                 },
394                                                                 {
395                                                                         "key": "Vary",
396                                                                         "value": "Origin"
397                                                                 },
398                                                                 {
399                                                                         "key": "Vary",
400                                                                         "value": "Access-Control-Request-Method"
401                                                                 },
402                                                                 {
403                                                                         "key": "Vary",
404                                                                         "value": "Access-Control-Request-Headers"
405                                                                 },
406                                                                 {
407                                                                         "key": "Content-Type",
408                                                                         "value": "application/json"
409                                                                 },
410                                                                 {
411                                                                         "key": "Content-Length",
412                                                                         "value": "0"
413                                                                 },
414                                                                 {
415                                                                         "key": "Cache-Control",
416                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
417                                                                 },
418                                                                 {
419                                                                         "key": "Pragma",
420                                                                         "value": "no-cache"
421                                                                 },
422                                                                 {
423                                                                         "key": "Expires",
424                                                                         "value": "0"
425                                                                 },
426                                                                 {
427                                                                         "key": "X-Content-Type-Options",
428                                                                         "value": "nosniff"
429                                                                 },
430                                                                 {
431                                                                         "key": "X-Frame-Options",
432                                                                         "value": "DENY"
433                                                                 },
434                                                                 {
435                                                                         "key": "X-XSS-Protection",
436                                                                         "value": "1 ; mode=block"
437                                                                 },
438                                                                 {
439                                                                         "key": "Referrer-Policy",
440                                                                         "value": "no-referrer"
441                                                                 }
442                                                         ],
443                                                         "cookie": [],
444                                                         "body": ""
445                                                 }
446                                         ]
447                                 },
448                                 {
449                                         "name": "Download a Blueprint Model",
450                                         "protocolProfileBehavior": {
451                                                 "disabledSystemHeaders": {}
452                                         },
453                                         "request": {
454                                                 "auth": {
455                                                         "type": "basic",
456                                                         "basic": [
457                                                                 {
458                                                                         "key": "password",
459                                                                         "value": "ccsdkapps",
460                                                                         "type": "string"
461                                                                 },
462                                                                 {
463                                                                         "key": "username",
464                                                                         "value": "ccsdkapps",
465                                                                         "type": "string"
466                                                                 }
467                                                         ]
468                                                 },
469                                                 "method": "GET",
470                                                 "header": [
471                                                         {
472                                                                 "key": "Content-Type",
473                                                                 "value": "application/json",
474                                                                 "disabled": true
475                                                         },
476                                                         {
477                                                                 "key": "",
478                                                                 "type": "text",
479                                                                 "value": "",
480                                                                 "disabled": true
481                                                         }
482                                                 ],
483                                                 "url": {
484                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/download/by-name/pnf_netconf/version/1.0.0",
485                                                         "protocol": "http",
486                                                         "host": [
487                                                                 "{{host}}"
488                                                         ],
489                                                         "port": "{{port}}",
490                                                         "path": [
491                                                                 "api",
492                                                                 "v1",
493                                                                 "blueprint-model",
494                                                                 "download",
495                                                                 "by-name",
496                                                                 "pnf_netconf",
497                                                                 "version",
498                                                                 "1.0.0"
499                                                         ]
500                                                 },
501                                                 "description": "Gets the CBA of a blueprint model by its name and version. Response can be saved to a file to download the CBA."
502                                         },
503                                         "response": [
504                                                 {
505                                                         "name": "CDS Bootstrap",
506                                                         "originalRequest": {
507                                                                 "method": "POST",
508                                                                 "header": [
509                                                                         {
510                                                                                 "key": "Content-Type",
511                                                                                 "value": "application/json"
512                                                                         },
513                                                                         {
514                                                                                 "key": "",
515                                                                                 "value": "",
516                                                                                 "type": "text",
517                                                                                 "disabled": true
518                                                                         }
519                                                                 ],
520                                                                 "body": {
521                                                                         "mode": "raw",
522                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
523                                                                         "options": {
524                                                                                 "raw": {}
525                                                                         }
526                                                                 },
527                                                                 "url": {
528                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
529                                                                         "protocol": "http",
530                                                                         "host": [
531                                                                                 "localhost"
532                                                                         ],
533                                                                         "port": "8081",
534                                                                         "path": [
535                                                                                 "api",
536                                                                                 "v1",
537                                                                                 "blueprint-model",
538                                                                                 "bootstrap"
539                                                                         ]
540                                                                 }
541                                                         },
542                                                         "status": "OK",
543                                                         "code": 200,
544                                                         "_postman_previewlanguage": "json",
545                                                         "header": [
546                                                                 {
547                                                                         "key": "X-ONAP-RequestID",
548                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
549                                                                 },
550                                                                 {
551                                                                         "key": "X-ONAP-InvocationID",
552                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
553                                                                 },
554                                                                 {
555                                                                         "key": "X-ONAP-PartnerName",
556                                                                         "value": "cds-controller"
557                                                                 },
558                                                                 {
559                                                                         "key": "Vary",
560                                                                         "value": "Origin"
561                                                                 },
562                                                                 {
563                                                                         "key": "Vary",
564                                                                         "value": "Access-Control-Request-Method"
565                                                                 },
566                                                                 {
567                                                                         "key": "Vary",
568                                                                         "value": "Access-Control-Request-Headers"
569                                                                 },
570                                                                 {
571                                                                         "key": "Content-Type",
572                                                                         "value": "application/json"
573                                                                 },
574                                                                 {
575                                                                         "key": "Content-Length",
576                                                                         "value": "0"
577                                                                 },
578                                                                 {
579                                                                         "key": "Cache-Control",
580                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
581                                                                 },
582                                                                 {
583                                                                         "key": "Pragma",
584                                                                         "value": "no-cache"
585                                                                 },
586                                                                 {
587                                                                         "key": "Expires",
588                                                                         "value": "0"
589                                                                 },
590                                                                 {
591                                                                         "key": "X-Content-Type-Options",
592                                                                         "value": "nosniff"
593                                                                 },
594                                                                 {
595                                                                         "key": "X-Frame-Options",
596                                                                         "value": "DENY"
597                                                                 },
598                                                                 {
599                                                                         "key": "X-XSS-Protection",
600                                                                         "value": "1 ; mode=block"
601                                                                 },
602                                                                 {
603                                                                         "key": "Referrer-Policy",
604                                                                         "value": "no-referrer"
605                                                                 }
606                                                         ],
607                                                         "cookie": [],
608                                                         "body": ""
609                                                 }
610                                         ]
611                                 },
612                                 {
613                                         "name": "Download a Blueprint Model by ID",
614                                         "protocolProfileBehavior": {
615                                                 "disabledSystemHeaders": {}
616                                         },
617                                         "request": {
618                                                 "auth": {
619                                                         "type": "basic",
620                                                         "basic": [
621                                                                 {
622                                                                         "key": "password",
623                                                                         "value": "ccsdkapps",
624                                                                         "type": "string"
625                                                                 },
626                                                                 {
627                                                                         "key": "username",
628                                                                         "value": "ccsdkapps",
629                                                                         "type": "string"
630                                                                 }
631                                                         ]
632                                                 },
633                                                 "method": "GET",
634                                                 "header": [
635                                                         {
636                                                                 "key": "Content-Type",
637                                                                 "value": "application/json",
638                                                                 "disabled": true
639                                                         },
640                                                         {
641                                                                 "key": "",
642                                                                 "type": "text",
643                                                                 "value": "",
644                                                                 "disabled": true
645                                                         }
646                                                 ],
647                                                 "url": {
648                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/download/44471683-4446-4ed9-8b27-fac6a8f81e5e",
649                                                         "protocol": "http",
650                                                         "host": [
651                                                                 "{{host}}"
652                                                         ],
653                                                         "port": "{{port}}",
654                                                         "path": [
655                                                                 "api",
656                                                                 "v1",
657                                                                 "blueprint-model",
658                                                                 "download",
659                                                                 "44471683-4446-4ed9-8b27-fac6a8f81e5e"
660                                                         ]
661                                                 },
662                                                 "description": "Gets the CBA of a blueprint model by its ID. Response can be saved to a file to download the CBA."
663                                         },
664                                         "response": [
665                                                 {
666                                                         "name": "CDS Bootstrap",
667                                                         "originalRequest": {
668                                                                 "method": "POST",
669                                                                 "header": [
670                                                                         {
671                                                                                 "key": "Content-Type",
672                                                                                 "value": "application/json"
673                                                                         },
674                                                                         {
675                                                                                 "key": "",
676                                                                                 "value": "",
677                                                                                 "type": "text",
678                                                                                 "disabled": true
679                                                                         }
680                                                                 ],
681                                                                 "body": {
682                                                                         "mode": "raw",
683                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
684                                                                         "options": {
685                                                                                 "raw": {}
686                                                                         }
687                                                                 },
688                                                                 "url": {
689                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
690                                                                         "protocol": "http",
691                                                                         "host": [
692                                                                                 "localhost"
693                                                                         ],
694                                                                         "port": "8081",
695                                                                         "path": [
696                                                                                 "api",
697                                                                                 "v1",
698                                                                                 "blueprint-model",
699                                                                                 "bootstrap"
700                                                                         ]
701                                                                 }
702                                                         },
703                                                         "status": "OK",
704                                                         "code": 200,
705                                                         "_postman_previewlanguage": "json",
706                                                         "header": [
707                                                                 {
708                                                                         "key": "X-ONAP-RequestID",
709                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
710                                                                 },
711                                                                 {
712                                                                         "key": "X-ONAP-InvocationID",
713                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
714                                                                 },
715                                                                 {
716                                                                         "key": "X-ONAP-PartnerName",
717                                                                         "value": "cds-controller"
718                                                                 },
719                                                                 {
720                                                                         "key": "Vary",
721                                                                         "value": "Origin"
722                                                                 },
723                                                                 {
724                                                                         "key": "Vary",
725                                                                         "value": "Access-Control-Request-Method"
726                                                                 },
727                                                                 {
728                                                                         "key": "Vary",
729                                                                         "value": "Access-Control-Request-Headers"
730                                                                 },
731                                                                 {
732                                                                         "key": "Content-Type",
733                                                                         "value": "application/json"
734                                                                 },
735                                                                 {
736                                                                         "key": "Content-Length",
737                                                                         "value": "0"
738                                                                 },
739                                                                 {
740                                                                         "key": "Cache-Control",
741                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
742                                                                 },
743                                                                 {
744                                                                         "key": "Pragma",
745                                                                         "value": "no-cache"
746                                                                 },
747                                                                 {
748                                                                         "key": "Expires",
749                                                                         "value": "0"
750                                                                 },
751                                                                 {
752                                                                         "key": "X-Content-Type-Options",
753                                                                         "value": "nosniff"
754                                                                 },
755                                                                 {
756                                                                         "key": "X-Frame-Options",
757                                                                         "value": "DENY"
758                                                                 },
759                                                                 {
760                                                                         "key": "X-XSS-Protection",
761                                                                         "value": "1 ; mode=block"
762                                                                 },
763                                                                 {
764                                                                         "key": "Referrer-Policy",
765                                                                         "value": "no-referrer"
766                                                                 }
767                                                         ],
768                                                         "cookie": [],
769                                                         "body": ""
770                                                 }
771                                         ]
772                                 },
773                                 {
774                                         "name": "Enrich a Blueprint Model",
775                                         "protocolProfileBehavior": {
776                                                 "disabledSystemHeaders": {}
777                                         },
778                                         "request": {
779                                                 "auth": {
780                                                         "type": "basic",
781                                                         "basic": [
782                                                                 {
783                                                                         "key": "password",
784                                                                         "value": "ccsdkapps",
785                                                                         "type": "string"
786                                                                 },
787                                                                 {
788                                                                         "key": "username",
789                                                                         "value": "ccsdkapps",
790                                                                         "type": "string"
791                                                                 }
792                                                         ]
793                                                 },
794                                                 "method": "POST",
795                                                 "header": [
796                                                         {
797                                                                 "key": "Content-Type",
798                                                                 "value": "application/json",
799                                                                 "disabled": true
800                                                         },
801                                                         {
802                                                                 "key": "",
803                                                                 "type": "text",
804                                                                 "value": "",
805                                                                 "disabled": true
806                                                         }
807                                                 ],
808                                                 "body": {
809                                                         "mode": "formdata",
810                                                         "formdata": [
811                                                                 {
812                                                                         "key": "file",
813                                                                         "type": "file",
814                                                                         "src": "/home/jakob/Downloads/PNF_DEMO.zip"
815                                                                 }
816                                                         ],
817                                                         "options": {
818                                                                 "raw": {
819                                                                         "language": "json"
820                                                                 }
821                                                         }
822                                                 },
823                                                 "url": {
824                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/enrich",
825                                                         "protocol": "http",
826                                                         "host": [
827                                                                 "{{host}}"
828                                                         ],
829                                                         "port": "{{port}}",
830                                                         "path": [
831                                                                 "api",
832                                                                 "v1",
833                                                                 "blueprint-model",
834                                                                 "enrich"
835                                                         ]
836                                                 },
837                                                 "description": "Enriches the attached CBA and returns the enriched CBA zip file in the response.The enrichment process will complete the package by providing all the definition of types used."
838                                         },
839                                         "response": [
840                                                 {
841                                                         "name": "CDS Bootstrap",
842                                                         "originalRequest": {
843                                                                 "method": "POST",
844                                                                 "header": [
845                                                                         {
846                                                                                 "key": "Content-Type",
847                                                                                 "value": "application/json"
848                                                                         },
849                                                                         {
850                                                                                 "key": "",
851                                                                                 "value": "",
852                                                                                 "type": "text",
853                                                                                 "disabled": true
854                                                                         }
855                                                                 ],
856                                                                 "body": {
857                                                                         "mode": "raw",
858                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
859                                                                         "options": {
860                                                                                 "raw": {}
861                                                                         }
862                                                                 },
863                                                                 "url": {
864                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
865                                                                         "protocol": "http",
866                                                                         "host": [
867                                                                                 "localhost"
868                                                                         ],
869                                                                         "port": "8081",
870                                                                         "path": [
871                                                                                 "api",
872                                                                                 "v1",
873                                                                                 "blueprint-model",
874                                                                                 "bootstrap"
875                                                                         ]
876                                                                 }
877                                                         },
878                                                         "status": "OK",
879                                                         "code": 200,
880                                                         "_postman_previewlanguage": "json",
881                                                         "header": [
882                                                                 {
883                                                                         "key": "X-ONAP-RequestID",
884                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
885                                                                 },
886                                                                 {
887                                                                         "key": "X-ONAP-InvocationID",
888                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
889                                                                 },
890                                                                 {
891                                                                         "key": "X-ONAP-PartnerName",
892                                                                         "value": "cds-controller"
893                                                                 },
894                                                                 {
895                                                                         "key": "Vary",
896                                                                         "value": "Origin"
897                                                                 },
898                                                                 {
899                                                                         "key": "Vary",
900                                                                         "value": "Access-Control-Request-Method"
901                                                                 },
902                                                                 {
903                                                                         "key": "Vary",
904                                                                         "value": "Access-Control-Request-Headers"
905                                                                 },
906                                                                 {
907                                                                         "key": "Content-Type",
908                                                                         "value": "application/json"
909                                                                 },
910                                                                 {
911                                                                         "key": "Content-Length",
912                                                                         "value": "0"
913                                                                 },
914                                                                 {
915                                                                         "key": "Cache-Control",
916                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
917                                                                 },
918                                                                 {
919                                                                         "key": "Pragma",
920                                                                         "value": "no-cache"
921                                                                 },
922                                                                 {
923                                                                         "key": "Expires",
924                                                                         "value": "0"
925                                                                 },
926                                                                 {
927                                                                         "key": "X-Content-Type-Options",
928                                                                         "value": "nosniff"
929                                                                 },
930                                                                 {
931                                                                         "key": "X-Frame-Options",
932                                                                         "value": "DENY"
933                                                                 },
934                                                                 {
935                                                                         "key": "X-XSS-Protection",
936                                                                         "value": "1 ; mode=block"
937                                                                 },
938                                                                 {
939                                                                         "key": "Referrer-Policy",
940                                                                         "value": "no-referrer"
941                                                                 }
942                                                         ],
943                                                         "cookie": [],
944                                                         "body": ""
945                                                 }
946                                         ]
947                                 },
948                                 {
949                                         "name": "Enrich and publish a Blueprint Model",
950                                         "protocolProfileBehavior": {
951                                                 "disabledSystemHeaders": {}
952                                         },
953                                         "request": {
954                                                 "auth": {
955                                                         "type": "basic",
956                                                         "basic": [
957                                                                 {
958                                                                         "key": "password",
959                                                                         "value": "ccsdkapps",
960                                                                         "type": "string"
961                                                                 },
962                                                                 {
963                                                                         "key": "username",
964                                                                         "value": "ccsdkapps",
965                                                                         "type": "string"
966                                                                 }
967                                                         ]
968                                                 },
969                                                 "method": "POST",
970                                                 "header": [
971                                                         {
972                                                                 "key": "Content-Type",
973                                                                 "value": "application/json",
974                                                                 "disabled": true
975                                                         },
976                                                         {
977                                                                 "key": "",
978                                                                 "type": "text",
979                                                                 "value": "",
980                                                                 "disabled": true
981                                                         }
982                                                 ],
983                                                 "body": {
984                                                         "mode": "formdata",
985                                                         "formdata": [
986                                                                 {
987                                                                         "key": "file",
988                                                                         "type": "file",
989                                                                         "src": "/home/jakob/Downloads/PNF_DEMO.zip"
990                                                                 }
991                                                         ],
992                                                         "options": {
993                                                                 "raw": {
994                                                                         "language": "json"
995                                                                 }
996                                                         }
997                                                 },
998                                                 "url": {
999                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/enrichandpublish",
1000                                                         "protocol": "http",
1001                                                         "host": [
1002                                                                 "{{host}}"
1003                                                         ],
1004                                                         "port": "{{port}}",
1005                                                         "path": [
1006                                                                 "api",
1007                                                                 "v1",
1008                                                                 "blueprint-model",
1009                                                                 "enrichandpublish"
1010                                                         ]
1011                                                 },
1012                                                 "description": "Enriches the attached CBA, validates it and saves it in CDS if validation was successful."
1013                                         },
1014                                         "response": [
1015                                                 {
1016                                                         "name": "CDS Bootstrap",
1017                                                         "originalRequest": {
1018                                                                 "method": "POST",
1019                                                                 "header": [
1020                                                                         {
1021                                                                                 "key": "Content-Type",
1022                                                                                 "value": "application/json"
1023                                                                         },
1024                                                                         {
1025                                                                                 "key": "",
1026                                                                                 "value": "",
1027                                                                                 "type": "text",
1028                                                                                 "disabled": true
1029                                                                         }
1030                                                                 ],
1031                                                                 "body": {
1032                                                                         "mode": "raw",
1033                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
1034                                                                         "options": {
1035                                                                                 "raw": {}
1036                                                                         }
1037                                                                 },
1038                                                                 "url": {
1039                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
1040                                                                         "protocol": "http",
1041                                                                         "host": [
1042                                                                                 "localhost"
1043                                                                         ],
1044                                                                         "port": "8081",
1045                                                                         "path": [
1046                                                                                 "api",
1047                                                                                 "v1",
1048                                                                                 "blueprint-model",
1049                                                                                 "bootstrap"
1050                                                                         ]
1051                                                                 }
1052                                                         },
1053                                                         "status": "OK",
1054                                                         "code": 200,
1055                                                         "_postman_previewlanguage": "json",
1056                                                         "header": [
1057                                                                 {
1058                                                                         "key": "X-ONAP-RequestID",
1059                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
1060                                                                 },
1061                                                                 {
1062                                                                         "key": "X-ONAP-InvocationID",
1063                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
1064                                                                 },
1065                                                                 {
1066                                                                         "key": "X-ONAP-PartnerName",
1067                                                                         "value": "cds-controller"
1068                                                                 },
1069                                                                 {
1070                                                                         "key": "Vary",
1071                                                                         "value": "Origin"
1072                                                                 },
1073                                                                 {
1074                                                                         "key": "Vary",
1075                                                                         "value": "Access-Control-Request-Method"
1076                                                                 },
1077                                                                 {
1078                                                                         "key": "Vary",
1079                                                                         "value": "Access-Control-Request-Headers"
1080                                                                 },
1081                                                                 {
1082                                                                         "key": "Content-Type",
1083                                                                         "value": "application/json"
1084                                                                 },
1085                                                                 {
1086                                                                         "key": "Content-Length",
1087                                                                         "value": "0"
1088                                                                 },
1089                                                                 {
1090                                                                         "key": "Cache-Control",
1091                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
1092                                                                 },
1093                                                                 {
1094                                                                         "key": "Pragma",
1095                                                                         "value": "no-cache"
1096                                                                 },
1097                                                                 {
1098                                                                         "key": "Expires",
1099                                                                         "value": "0"
1100                                                                 },
1101                                                                 {
1102                                                                         "key": "X-Content-Type-Options",
1103                                                                         "value": "nosniff"
1104                                                                 },
1105                                                                 {
1106                                                                         "key": "X-Frame-Options",
1107                                                                         "value": "DENY"
1108                                                                 },
1109                                                                 {
1110                                                                         "key": "X-XSS-Protection",
1111                                                                         "value": "1 ; mode=block"
1112                                                                 },
1113                                                                 {
1114                                                                         "key": "Referrer-Policy",
1115                                                                         "value": "no-referrer"
1116                                                                 }
1117                                                         ],
1118                                                         "cookie": [],
1119                                                         "body": ""
1120                                                 }
1121                                         ]
1122                                 },
1123                                 {
1124                                         "name": "Search for Blueprints by a Keyword",
1125                                         "protocolProfileBehavior": {
1126                                                 "disabledSystemHeaders": {}
1127                                         },
1128                                         "request": {
1129                                                 "auth": {
1130                                                         "type": "basic",
1131                                                         "basic": [
1132                                                                 {
1133                                                                         "key": "password",
1134                                                                         "value": "ccsdkapps",
1135                                                                         "type": "string"
1136                                                                 },
1137                                                                 {
1138                                                                         "key": "username",
1139                                                                         "value": "ccsdkapps",
1140                                                                         "type": "string"
1141                                                                 }
1142                                                         ]
1143                                                 },
1144                                                 "method": "GET",
1145                                                 "header": [
1146                                                         {
1147                                                                 "key": "Content-Type",
1148                                                                 "value": "application/json",
1149                                                                 "disabled": true
1150                                                         },
1151                                                         {
1152                                                                 "key": "",
1153                                                                 "type": "text",
1154                                                                 "value": "",
1155                                                                 "disabled": true
1156                                                         }
1157                                                 ],
1158                                                 "url": {
1159                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/meta-data/pnf_netconf",
1160                                                         "protocol": "http",
1161                                                         "host": [
1162                                                                 "{{host}}"
1163                                                         ],
1164                                                         "port": "{{port}}",
1165                                                         "path": [
1166                                                                 "api",
1167                                                                 "v1",
1168                                                                 "blueprint-model",
1169                                                                 "meta-data",
1170                                                                 "pnf_netconf"
1171                                                         ]
1172                                                 },
1173                                                 "description": "Lists all blueprint models by a matching keyword in any of the meta-data of the blueprint models.Blueprint models are just returned if a whole keyword is matching, not just parts of it. Not case-sensitive.Used by CDS UI."
1174                                         },
1175                                         "response": [
1176                                                 {
1177                                                         "name": "CDS Bootstrap",
1178                                                         "originalRequest": {
1179                                                                 "method": "POST",
1180                                                                 "header": [
1181                                                                         {
1182                                                                                 "key": "Content-Type",
1183                                                                                 "value": "application/json"
1184                                                                         },
1185                                                                         {
1186                                                                                 "key": "",
1187                                                                                 "value": "",
1188                                                                                 "type": "text",
1189                                                                                 "disabled": true
1190                                                                         }
1191                                                                 ],
1192                                                                 "body": {
1193                                                                         "mode": "raw",
1194                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
1195                                                                         "options": {
1196                                                                                 "raw": {}
1197                                                                         }
1198                                                                 },
1199                                                                 "url": {
1200                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
1201                                                                         "protocol": "http",
1202                                                                         "host": [
1203                                                                                 "localhost"
1204                                                                         ],
1205                                                                         "port": "8081",
1206                                                                         "path": [
1207                                                                                 "api",
1208                                                                                 "v1",
1209                                                                                 "blueprint-model",
1210                                                                                 "bootstrap"
1211                                                                         ]
1212                                                                 }
1213                                                         },
1214                                                         "status": "OK",
1215                                                         "code": 200,
1216                                                         "_postman_previewlanguage": "json",
1217                                                         "header": [
1218                                                                 {
1219                                                                         "key": "X-ONAP-RequestID",
1220                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
1221                                                                 },
1222                                                                 {
1223                                                                         "key": "X-ONAP-InvocationID",
1224                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
1225                                                                 },
1226                                                                 {
1227                                                                         "key": "X-ONAP-PartnerName",
1228                                                                         "value": "cds-controller"
1229                                                                 },
1230                                                                 {
1231                                                                         "key": "Vary",
1232                                                                         "value": "Origin"
1233                                                                 },
1234                                                                 {
1235                                                                         "key": "Vary",
1236                                                                         "value": "Access-Control-Request-Method"
1237                                                                 },
1238                                                                 {
1239                                                                         "key": "Vary",
1240                                                                         "value": "Access-Control-Request-Headers"
1241                                                                 },
1242                                                                 {
1243                                                                         "key": "Content-Type",
1244                                                                         "value": "application/json"
1245                                                                 },
1246                                                                 {
1247                                                                         "key": "Content-Length",
1248                                                                         "value": "0"
1249                                                                 },
1250                                                                 {
1251                                                                         "key": "Cache-Control",
1252                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
1253                                                                 },
1254                                                                 {
1255                                                                         "key": "Pragma",
1256                                                                         "value": "no-cache"
1257                                                                 },
1258                                                                 {
1259                                                                         "key": "Expires",
1260                                                                         "value": "0"
1261                                                                 },
1262                                                                 {
1263                                                                         "key": "X-Content-Type-Options",
1264                                                                         "value": "nosniff"
1265                                                                 },
1266                                                                 {
1267                                                                         "key": "X-Frame-Options",
1268                                                                         "value": "DENY"
1269                                                                 },
1270                                                                 {
1271                                                                         "key": "X-XSS-Protection",
1272                                                                         "value": "1 ; mode=block"
1273                                                                 },
1274                                                                 {
1275                                                                         "key": "Referrer-Policy",
1276                                                                         "value": "no-referrer"
1277                                                                 }
1278                                                         ],
1279                                                         "cookie": [],
1280                                                         "body": ""
1281                                                 }
1282                                         ]
1283                                 },
1284                                 {
1285                                         "name": "Delete a Blueprint Model by Name",
1286                                         "protocolProfileBehavior": {
1287                                                 "disabledSystemHeaders": {}
1288                                         },
1289                                         "request": {
1290                                                 "auth": {
1291                                                         "type": "basic",
1292                                                         "basic": [
1293                                                                 {
1294                                                                         "key": "password",
1295                                                                         "value": "ccsdkapps",
1296                                                                         "type": "string"
1297                                                                 },
1298                                                                 {
1299                                                                         "key": "username",
1300                                                                         "value": "ccsdkapps",
1301                                                                         "type": "string"
1302                                                                 }
1303                                                         ]
1304                                                 },
1305                                                 "method": "DELETE",
1306                                                 "header": [
1307                                                         {
1308                                                                 "key": "Content-Type",
1309                                                                 "value": "application/json",
1310                                                                 "disabled": true
1311                                                         },
1312                                                         {
1313                                                                 "key": "",
1314                                                                 "type": "text",
1315                                                                 "value": "",
1316                                                                 "disabled": true
1317                                                         }
1318                                                 ],
1319                                                 "url": {
1320                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/name/pnf_netconf/version/1.0.0",
1321                                                         "protocol": "http",
1322                                                         "host": [
1323                                                                 "{{host}}"
1324                                                         ],
1325                                                         "port": "{{port}}",
1326                                                         "path": [
1327                                                                 "api",
1328                                                                 "v1",
1329                                                                 "blueprint-model",
1330                                                                 "name",
1331                                                                 "pnf_netconf",
1332                                                                 "version",
1333                                                                 "1.0.0"
1334                                                         ]
1335                                                 },
1336                                                 "description": "Delete a blueprint model identified by its name and version from CDS."
1337                                         },
1338                                         "response": [
1339                                                 {
1340                                                         "name": "CDS Bootstrap",
1341                                                         "originalRequest": {
1342                                                                 "method": "POST",
1343                                                                 "header": [
1344                                                                         {
1345                                                                                 "key": "Content-Type",
1346                                                                                 "value": "application/json"
1347                                                                         },
1348                                                                         {
1349                                                                                 "key": "",
1350                                                                                 "value": "",
1351                                                                                 "type": "text",
1352                                                                                 "disabled": true
1353                                                                         }
1354                                                                 ],
1355                                                                 "body": {
1356                                                                         "mode": "raw",
1357                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
1358                                                                         "options": {
1359                                                                                 "raw": {}
1360                                                                         }
1361                                                                 },
1362                                                                 "url": {
1363                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
1364                                                                         "protocol": "http",
1365                                                                         "host": [
1366                                                                                 "localhost"
1367                                                                         ],
1368                                                                         "port": "8081",
1369                                                                         "path": [
1370                                                                                 "api",
1371                                                                                 "v1",
1372                                                                                 "blueprint-model",
1373                                                                                 "bootstrap"
1374                                                                         ]
1375                                                                 }
1376                                                         },
1377                                                         "status": "OK",
1378                                                         "code": 200,
1379                                                         "_postman_previewlanguage": "json",
1380                                                         "header": [
1381                                                                 {
1382                                                                         "key": "X-ONAP-RequestID",
1383                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
1384                                                                 },
1385                                                                 {
1386                                                                         "key": "X-ONAP-InvocationID",
1387                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
1388                                                                 },
1389                                                                 {
1390                                                                         "key": "X-ONAP-PartnerName",
1391                                                                         "value": "cds-controller"
1392                                                                 },
1393                                                                 {
1394                                                                         "key": "Vary",
1395                                                                         "value": "Origin"
1396                                                                 },
1397                                                                 {
1398                                                                         "key": "Vary",
1399                                                                         "value": "Access-Control-Request-Method"
1400                                                                 },
1401                                                                 {
1402                                                                         "key": "Vary",
1403                                                                         "value": "Access-Control-Request-Headers"
1404                                                                 },
1405                                                                 {
1406                                                                         "key": "Content-Type",
1407                                                                         "value": "application/json"
1408                                                                 },
1409                                                                 {
1410                                                                         "key": "Content-Length",
1411                                                                         "value": "0"
1412                                                                 },
1413                                                                 {
1414                                                                         "key": "Cache-Control",
1415                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
1416                                                                 },
1417                                                                 {
1418                                                                         "key": "Pragma",
1419                                                                         "value": "no-cache"
1420                                                                 },
1421                                                                 {
1422                                                                         "key": "Expires",
1423                                                                         "value": "0"
1424                                                                 },
1425                                                                 {
1426                                                                         "key": "X-Content-Type-Options",
1427                                                                         "value": "nosniff"
1428                                                                 },
1429                                                                 {
1430                                                                         "key": "X-Frame-Options",
1431                                                                         "value": "DENY"
1432                                                                 },
1433                                                                 {
1434                                                                         "key": "X-XSS-Protection",
1435                                                                         "value": "1 ; mode=block"
1436                                                                 },
1437                                                                 {
1438                                                                         "key": "Referrer-Policy",
1439                                                                         "value": "no-referrer"
1440                                                                 }
1441                                                         ],
1442                                                         "cookie": [],
1443                                                         "body": ""
1444                                                 }
1445                                         ]
1446                                 },
1447                                 {
1448                                         "name": "Get Blueprints ordered",
1449                                         "protocolProfileBehavior": {
1450                                                 "disabledSystemHeaders": {}
1451                                         },
1452                                         "request": {
1453                                                 "auth": {
1454                                                         "type": "basic",
1455                                                         "basic": [
1456                                                                 {
1457                                                                         "key": "password",
1458                                                                         "value": "ccsdkapps",
1459                                                                         "type": "string"
1460                                                                 },
1461                                                                 {
1462                                                                         "key": "username",
1463                                                                         "value": "ccsdkapps",
1464                                                                         "type": "string"
1465                                                                 }
1466                                                         ]
1467                                                 },
1468                                                 "method": "GET",
1469                                                 "header": [
1470                                                         {
1471                                                                 "key": "Content-Type",
1472                                                                 "value": "application/json",
1473                                                                 "disabled": true
1474                                                         },
1475                                                         {
1476                                                                 "key": "",
1477                                                                 "type": "text",
1478                                                                 "value": "",
1479                                                                 "disabled": true
1480                                                         }
1481                                                 ],
1482                                                 "url": {
1483                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/paged?limit=5&sort=DATE",
1484                                                         "protocol": "http",
1485                                                         "host": [
1486                                                                 "{{host}}"
1487                                                         ],
1488                                                         "port": "{{port}}",
1489                                                         "path": [
1490                                                                 "api",
1491                                                                 "v1",
1492                                                                 "blueprint-model",
1493                                                                 "paged"
1494                                                         ],
1495                                                         "query": [
1496                                                                 {
1497                                                                         "key": "limit",
1498                                                                         "value": "5"
1499                                                                 },
1500                                                                 {
1501                                                                         "key": "sort",
1502                                                                         "value": "DATE"
1503                                                                 }
1504                                                         ]
1505                                                 },
1506                                                 "description": "Lists all blueprint models which are saved in CDS in an ordered mode."
1507                                         },
1508                                         "response": [
1509                                                 {
1510                                                         "name": "CDS Bootstrap",
1511                                                         "originalRequest": {
1512                                                                 "method": "POST",
1513                                                                 "header": [
1514                                                                         {
1515                                                                                 "key": "Content-Type",
1516                                                                                 "value": "application/json"
1517                                                                         },
1518                                                                         {
1519                                                                                 "key": "",
1520                                                                                 "value": "",
1521                                                                                 "type": "text",
1522                                                                                 "disabled": true
1523                                                                         }
1524                                                                 ],
1525                                                                 "body": {
1526                                                                         "mode": "raw",
1527                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
1528                                                                         "options": {
1529                                                                                 "raw": {}
1530                                                                         }
1531                                                                 },
1532                                                                 "url": {
1533                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
1534                                                                         "protocol": "http",
1535                                                                         "host": [
1536                                                                                 "localhost"
1537                                                                         ],
1538                                                                         "port": "8081",
1539                                                                         "path": [
1540                                                                                 "api",
1541                                                                                 "v1",
1542                                                                                 "blueprint-model",
1543                                                                                 "bootstrap"
1544                                                                         ]
1545                                                                 }
1546                                                         },
1547                                                         "status": "OK",
1548                                                         "code": 200,
1549                                                         "_postman_previewlanguage": "json",
1550                                                         "header": [
1551                                                                 {
1552                                                                         "key": "X-ONAP-RequestID",
1553                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
1554                                                                 },
1555                                                                 {
1556                                                                         "key": "X-ONAP-InvocationID",
1557                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
1558                                                                 },
1559                                                                 {
1560                                                                         "key": "X-ONAP-PartnerName",
1561                                                                         "value": "cds-controller"
1562                                                                 },
1563                                                                 {
1564                                                                         "key": "Vary",
1565                                                                         "value": "Origin"
1566                                                                 },
1567                                                                 {
1568                                                                         "key": "Vary",
1569                                                                         "value": "Access-Control-Request-Method"
1570                                                                 },
1571                                                                 {
1572                                                                         "key": "Vary",
1573                                                                         "value": "Access-Control-Request-Headers"
1574                                                                 },
1575                                                                 {
1576                                                                         "key": "Content-Type",
1577                                                                         "value": "application/json"
1578                                                                 },
1579                                                                 {
1580                                                                         "key": "Content-Length",
1581                                                                         "value": "0"
1582                                                                 },
1583                                                                 {
1584                                                                         "key": "Cache-Control",
1585                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
1586                                                                 },
1587                                                                 {
1588                                                                         "key": "Pragma",
1589                                                                         "value": "no-cache"
1590                                                                 },
1591                                                                 {
1592                                                                         "key": "Expires",
1593                                                                         "value": "0"
1594                                                                 },
1595                                                                 {
1596                                                                         "key": "X-Content-Type-Options",
1597                                                                         "value": "nosniff"
1598                                                                 },
1599                                                                 {
1600                                                                         "key": "X-Frame-Options",
1601                                                                         "value": "DENY"
1602                                                                 },
1603                                                                 {
1604                                                                         "key": "X-XSS-Protection",
1605                                                                         "value": "1 ; mode=block"
1606                                                                 },
1607                                                                 {
1608                                                                         "key": "Referrer-Policy",
1609                                                                         "value": "no-referrer"
1610                                                                 }
1611                                                         ],
1612                                                         "cookie": [],
1613                                                         "body": ""
1614                                                 }
1615                                         ]
1616                                 },
1617                                 {
1618                                         "name": "Search for Blueprints by a Keyword in an ordered mode",
1619                                         "protocolProfileBehavior": {
1620                                                 "disabledSystemHeaders": {}
1621                                         },
1622                                         "request": {
1623                                                 "auth": {
1624                                                         "type": "basic",
1625                                                         "basic": [
1626                                                                 {
1627                                                                         "key": "password",
1628                                                                         "value": "ccsdkapps",
1629                                                                         "type": "string"
1630                                                                 },
1631                                                                 {
1632                                                                         "key": "username",
1633                                                                         "value": "ccsdkapps",
1634                                                                         "type": "string"
1635                                                                 }
1636                                                         ]
1637                                                 },
1638                                                 "method": "GET",
1639                                                 "header": [
1640                                                         {
1641                                                                 "key": "Content-Type",
1642                                                                 "value": "application/json",
1643                                                                 "disabled": true
1644                                                         },
1645                                                         {
1646                                                                 "key": "",
1647                                                                 "type": "text",
1648                                                                 "value": "",
1649                                                                 "disabled": true
1650                                                         }
1651                                                 ],
1652                                                 "url": {
1653                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/paged/meta-data/test?limit=5&sort=DATE",
1654                                                         "protocol": "http",
1655                                                         "host": [
1656                                                                 "{{host}}"
1657                                                         ],
1658                                                         "port": "{{port}}",
1659                                                         "path": [
1660                                                                 "api",
1661                                                                 "v1",
1662                                                                 "blueprint-model",
1663                                                                 "paged",
1664                                                                 "meta-data",
1665                                                                 "test"
1666                                                         ],
1667                                                         "query": [
1668                                                                 {
1669                                                                         "key": "limit",
1670                                                                         "value": "5"
1671                                                                 },
1672                                                                 {
1673                                                                         "key": "sort",
1674                                                                         "value": "DATE"
1675                                                                 }
1676                                                         ]
1677                                                 },
1678                                                 "description": "Lists all blueprint models by a matching keyword in any of the meta-data of the blueprint models in an ordered mode. Blueprint models are just returned if a whole keyword is matching, not just parts of it. Not case-sensitive. Used by CDS UI."
1679                                         },
1680                                         "response": [
1681                                                 {
1682                                                         "name": "CDS Bootstrap",
1683                                                         "originalRequest": {
1684                                                                 "method": "POST",
1685                                                                 "header": [
1686                                                                         {
1687                                                                                 "key": "Content-Type",
1688                                                                                 "value": "application/json"
1689                                                                         },
1690                                                                         {
1691                                                                                 "key": "",
1692                                                                                 "value": "",
1693                                                                                 "type": "text",
1694                                                                                 "disabled": true
1695                                                                         }
1696                                                                 ],
1697                                                                 "body": {
1698                                                                         "mode": "raw",
1699                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
1700                                                                         "options": {
1701                                                                                 "raw": {}
1702                                                                         }
1703                                                                 },
1704                                                                 "url": {
1705                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
1706                                                                         "protocol": "http",
1707                                                                         "host": [
1708                                                                                 "localhost"
1709                                                                         ],
1710                                                                         "port": "8081",
1711                                                                         "path": [
1712                                                                                 "api",
1713                                                                                 "v1",
1714                                                                                 "blueprint-model",
1715                                                                                 "bootstrap"
1716                                                                         ]
1717                                                                 }
1718                                                         },
1719                                                         "status": "OK",
1720                                                         "code": 200,
1721                                                         "_postman_previewlanguage": "json",
1722                                                         "header": [
1723                                                                 {
1724                                                                         "key": "X-ONAP-RequestID",
1725                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
1726                                                                 },
1727                                                                 {
1728                                                                         "key": "X-ONAP-InvocationID",
1729                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
1730                                                                 },
1731                                                                 {
1732                                                                         "key": "X-ONAP-PartnerName",
1733                                                                         "value": "cds-controller"
1734                                                                 },
1735                                                                 {
1736                                                                         "key": "Vary",
1737                                                                         "value": "Origin"
1738                                                                 },
1739                                                                 {
1740                                                                         "key": "Vary",
1741                                                                         "value": "Access-Control-Request-Method"
1742                                                                 },
1743                                                                 {
1744                                                                         "key": "Vary",
1745                                                                         "value": "Access-Control-Request-Headers"
1746                                                                 },
1747                                                                 {
1748                                                                         "key": "Content-Type",
1749                                                                         "value": "application/json"
1750                                                                 },
1751                                                                 {
1752                                                                         "key": "Content-Length",
1753                                                                         "value": "0"
1754                                                                 },
1755                                                                 {
1756                                                                         "key": "Cache-Control",
1757                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
1758                                                                 },
1759                                                                 {
1760                                                                         "key": "Pragma",
1761                                                                         "value": "no-cache"
1762                                                                 },
1763                                                                 {
1764                                                                         "key": "Expires",
1765                                                                         "value": "0"
1766                                                                 },
1767                                                                 {
1768                                                                         "key": "X-Content-Type-Options",
1769                                                                         "value": "nosniff"
1770                                                                 },
1771                                                                 {
1772                                                                         "key": "X-Frame-Options",
1773                                                                         "value": "DENY"
1774                                                                 },
1775                                                                 {
1776                                                                         "key": "X-XSS-Protection",
1777                                                                         "value": "1 ; mode=block"
1778                                                                 },
1779                                                                 {
1780                                                                         "key": "Referrer-Policy",
1781                                                                         "value": "no-referrer"
1782                                                                 }
1783                                                         ],
1784                                                         "cookie": [],
1785                                                         "body": ""
1786                                                 }
1787                                         ]
1788                                 },
1789                                 {
1790                                         "name": "Publish a Blueprint Model",
1791                                         "protocolProfileBehavior": {
1792                                                 "disabledSystemHeaders": {}
1793                                         },
1794                                         "request": {
1795                                                 "auth": {
1796                                                         "type": "basic",
1797                                                         "basic": [
1798                                                                 {
1799                                                                         "key": "password",
1800                                                                         "value": "ccsdkapps",
1801                                                                         "type": "string"
1802                                                                 },
1803                                                                 {
1804                                                                         "key": "username",
1805                                                                         "value": "ccsdkapps",
1806                                                                         "type": "string"
1807                                                                 }
1808                                                         ]
1809                                                 },
1810                                                 "method": "POST",
1811                                                 "header": [
1812                                                         {
1813                                                                 "key": "Content-Type",
1814                                                                 "value": "application/json",
1815                                                                 "disabled": true
1816                                                         },
1817                                                         {
1818                                                                 "key": "",
1819                                                                 "type": "text",
1820                                                                 "value": "",
1821                                                                 "disabled": true
1822                                                         }
1823                                                 ],
1824                                                 "body": {
1825                                                         "mode": "formdata",
1826                                                         "formdata": [
1827                                                                 {
1828                                                                         "key": "file",
1829                                                                         "type": "file",
1830                                                                         "src": "/home/jakob/Downloads/cba.zip"
1831                                                                 }
1832                                                         ],
1833                                                         "options": {
1834                                                                 "raw": {
1835                                                                         "language": "json"
1836                                                                 }
1837                                                         }
1838                                                 },
1839                                                 "url": {
1840                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/publish",
1841                                                         "protocol": "http",
1842                                                         "host": [
1843                                                                 "{{host}}"
1844                                                         ],
1845                                                         "port": "{{port}}",
1846                                                         "path": [
1847                                                                 "api",
1848                                                                 "v1",
1849                                                                 "blueprint-model",
1850                                                                 "publish"
1851                                                         ]
1852                                                 },
1853                                                 "description": "Validates the attached CBA file and saves it in CDS if validation was successful. CBA needs to be already enriched."
1854                                         },
1855                                         "response": [
1856                                                 {
1857                                                         "name": "CDS Bootstrap",
1858                                                         "originalRequest": {
1859                                                                 "method": "POST",
1860                                                                 "header": [
1861                                                                         {
1862                                                                                 "key": "Content-Type",
1863                                                                                 "value": "application/json"
1864                                                                         },
1865                                                                         {
1866                                                                                 "key": "",
1867                                                                                 "value": "",
1868                                                                                 "type": "text",
1869                                                                                 "disabled": true
1870                                                                         }
1871                                                                 ],
1872                                                                 "body": {
1873                                                                         "mode": "raw",
1874                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
1875                                                                         "options": {
1876                                                                                 "raw": {}
1877                                                                         }
1878                                                                 },
1879                                                                 "url": {
1880                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
1881                                                                         "protocol": "http",
1882                                                                         "host": [
1883                                                                                 "localhost"
1884                                                                         ],
1885                                                                         "port": "8081",
1886                                                                         "path": [
1887                                                                                 "api",
1888                                                                                 "v1",
1889                                                                                 "blueprint-model",
1890                                                                                 "bootstrap"
1891                                                                         ]
1892                                                                 }
1893                                                         },
1894                                                         "status": "OK",
1895                                                         "code": 200,
1896                                                         "_postman_previewlanguage": "json",
1897                                                         "header": [
1898                                                                 {
1899                                                                         "key": "X-ONAP-RequestID",
1900                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
1901                                                                 },
1902                                                                 {
1903                                                                         "key": "X-ONAP-InvocationID",
1904                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
1905                                                                 },
1906                                                                 {
1907                                                                         "key": "X-ONAP-PartnerName",
1908                                                                         "value": "cds-controller"
1909                                                                 },
1910                                                                 {
1911                                                                         "key": "Vary",
1912                                                                         "value": "Origin"
1913                                                                 },
1914                                                                 {
1915                                                                         "key": "Vary",
1916                                                                         "value": "Access-Control-Request-Method"
1917                                                                 },
1918                                                                 {
1919                                                                         "key": "Vary",
1920                                                                         "value": "Access-Control-Request-Headers"
1921                                                                 },
1922                                                                 {
1923                                                                         "key": "Content-Type",
1924                                                                         "value": "application/json"
1925                                                                 },
1926                                                                 {
1927                                                                         "key": "Content-Length",
1928                                                                         "value": "0"
1929                                                                 },
1930                                                                 {
1931                                                                         "key": "Cache-Control",
1932                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
1933                                                                 },
1934                                                                 {
1935                                                                         "key": "Pragma",
1936                                                                         "value": "no-cache"
1937                                                                 },
1938                                                                 {
1939                                                                         "key": "Expires",
1940                                                                         "value": "0"
1941                                                                 },
1942                                                                 {
1943                                                                         "key": "X-Content-Type-Options",
1944                                                                         "value": "nosniff"
1945                                                                 },
1946                                                                 {
1947                                                                         "key": "X-Frame-Options",
1948                                                                         "value": "DENY"
1949                                                                 },
1950                                                                 {
1951                                                                         "key": "X-XSS-Protection",
1952                                                                         "value": "1 ; mode=block"
1953                                                                 },
1954                                                                 {
1955                                                                         "key": "Referrer-Policy",
1956                                                                         "value": "no-referrer"
1957                                                                 }
1958                                                         ],
1959                                                         "cookie": [],
1960                                                         "body": ""
1961                                                 }
1962                                         ]
1963                                 },
1964                                 {
1965                                         "name": "Search for a Blueprint by Tag",
1966                                         "protocolProfileBehavior": {
1967                                                 "disabledSystemHeaders": {}
1968                                         },
1969                                         "request": {
1970                                                 "auth": {
1971                                                         "type": "basic",
1972                                                         "basic": [
1973                                                                 {
1974                                                                         "key": "password",
1975                                                                         "value": "ccsdkapps",
1976                                                                         "type": "string"
1977                                                                 },
1978                                                                 {
1979                                                                         "key": "username",
1980                                                                         "value": "ccsdkapps",
1981                                                                         "type": "string"
1982                                                                 }
1983                                                         ]
1984                                                 },
1985                                                 "method": "GET",
1986                                                 "header": [
1987                                                         {
1988                                                                 "key": "Content-Type",
1989                                                                 "value": "application/json",
1990                                                                 "disabled": true
1991                                                         },
1992                                                         {
1993                                                                 "key": "",
1994                                                                 "type": "text",
1995                                                                 "value": "",
1996                                                                 "disabled": true
1997                                                         }
1998                                                 ],
1999                                                 "url": {
2000                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/search/test",
2001                                                         "protocol": "http",
2002                                                         "host": [
2003                                                                 "{{host}}"
2004                                                         ],
2005                                                         "port": "{{port}}",
2006                                                         "path": [
2007                                                                 "api",
2008                                                                 "v1",
2009                                                                 "blueprint-model",
2010                                                                 "search",
2011                                                                 "test"
2012                                                         ]
2013                                                 },
2014                                                 "description": "Searches for all blueprint models which contain the specified input parameter in their tags. Blueprint models which contain just parts of the searched word in their tags are also returned."
2015                                         },
2016                                         "response": [
2017                                                 {
2018                                                         "name": "CDS Bootstrap",
2019                                                         "originalRequest": {
2020                                                                 "method": "POST",
2021                                                                 "header": [
2022                                                                         {
2023                                                                                 "key": "Content-Type",
2024                                                                                 "value": "application/json"
2025                                                                         },
2026                                                                         {
2027                                                                                 "key": "",
2028                                                                                 "value": "",
2029                                                                                 "type": "text",
2030                                                                                 "disabled": true
2031                                                                         }
2032                                                                 ],
2033                                                                 "body": {
2034                                                                         "mode": "raw",
2035                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
2036                                                                         "options": {
2037                                                                                 "raw": {}
2038                                                                         }
2039                                                                 },
2040                                                                 "url": {
2041                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
2042                                                                         "protocol": "http",
2043                                                                         "host": [
2044                                                                                 "localhost"
2045                                                                         ],
2046                                                                         "port": "8081",
2047                                                                         "path": [
2048                                                                                 "api",
2049                                                                                 "v1",
2050                                                                                 "blueprint-model",
2051                                                                                 "bootstrap"
2052                                                                         ]
2053                                                                 }
2054                                                         },
2055                                                         "status": "OK",
2056                                                         "code": 200,
2057                                                         "_postman_previewlanguage": "json",
2058                                                         "header": [
2059                                                                 {
2060                                                                         "key": "X-ONAP-RequestID",
2061                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
2062                                                                 },
2063                                                                 {
2064                                                                         "key": "X-ONAP-InvocationID",
2065                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
2066                                                                 },
2067                                                                 {
2068                                                                         "key": "X-ONAP-PartnerName",
2069                                                                         "value": "cds-controller"
2070                                                                 },
2071                                                                 {
2072                                                                         "key": "Vary",
2073                                                                         "value": "Origin"
2074                                                                 },
2075                                                                 {
2076                                                                         "key": "Vary",
2077                                                                         "value": "Access-Control-Request-Method"
2078                                                                 },
2079                                                                 {
2080                                                                         "key": "Vary",
2081                                                                         "value": "Access-Control-Request-Headers"
2082                                                                 },
2083                                                                 {
2084                                                                         "key": "Content-Type",
2085                                                                         "value": "application/json"
2086                                                                 },
2087                                                                 {
2088                                                                         "key": "Content-Length",
2089                                                                         "value": "0"
2090                                                                 },
2091                                                                 {
2092                                                                         "key": "Cache-Control",
2093                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
2094                                                                 },
2095                                                                 {
2096                                                                         "key": "Pragma",
2097                                                                         "value": "no-cache"
2098                                                                 },
2099                                                                 {
2100                                                                         "key": "Expires",
2101                                                                         "value": "0"
2102                                                                 },
2103                                                                 {
2104                                                                         "key": "X-Content-Type-Options",
2105                                                                         "value": "nosniff"
2106                                                                 },
2107                                                                 {
2108                                                                         "key": "X-Frame-Options",
2109                                                                         "value": "DENY"
2110                                                                 },
2111                                                                 {
2112                                                                         "key": "X-XSS-Protection",
2113                                                                         "value": "1 ; mode=block"
2114                                                                 },
2115                                                                 {
2116                                                                         "key": "Referrer-Policy",
2117                                                                         "value": "no-referrer"
2118                                                                 }
2119                                                         ],
2120                                                         "cookie": [],
2121                                                         "body": ""
2122                                                 }
2123                                         ]
2124                                 },
2125                                 {
2126                                         "name": "Get Workflow Specification",
2127                                         "protocolProfileBehavior": {
2128                                                 "disabledSystemHeaders": {}
2129                                         },
2130                                         "request": {
2131                                                 "auth": {
2132                                                         "type": "basic",
2133                                                         "basic": [
2134                                                                 {
2135                                                                         "key": "password",
2136                                                                         "value": "ccsdkapps",
2137                                                                         "type": "string"
2138                                                                 },
2139                                                                 {
2140                                                                         "key": "username",
2141                                                                         "value": "ccsdkapps",
2142                                                                         "type": "string"
2143                                                                 }
2144                                                         ]
2145                                                 },
2146                                                 "method": "POST",
2147                                                 "header": [
2148                                                         {
2149                                                                 "key": "Content-Type",
2150                                                                 "value": "application/json",
2151                                                                 "disabled": true
2152                                                         },
2153                                                         {
2154                                                                 "key": "",
2155                                                                 "type": "text",
2156                                                                 "value": "",
2157                                                                 "disabled": true
2158                                                         }
2159                                                 ],
2160                                                 "body": {
2161                                                         "mode": "raw",
2162                                                         "raw": "{\n    \"blueprintName\" : \"vLB_CDS_KOTLIN\",\n    \"workflowName\": \"config-assign\"\n}",
2163                                                         "options": {
2164                                                                 "raw": {
2165                                                                         "language": "json"
2166                                                                 }
2167                                                         }
2168                                                 },
2169                                                 "url": {
2170                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/workflow-spec",
2171                                                         "protocol": "http",
2172                                                         "host": [
2173                                                                 "{{host}}"
2174                                                         ],
2175                                                         "port": "{{port}}",
2176                                                         "path": [
2177                                                                 "api",
2178                                                                 "v1",
2179                                                                 "blueprint-model",
2180                                                                 "workflow-spec"
2181                                                         ]
2182                                                 },
2183                                                 "description": "Get the workflow of a blueprint identified by Blueprint and workflow name. Inputs, outputs and data types of workflow is returned."
2184                                         },
2185                                         "response": [
2186                                                 {
2187                                                         "name": "CDS Bootstrap",
2188                                                         "originalRequest": {
2189                                                                 "method": "POST",
2190                                                                 "header": [
2191                                                                         {
2192                                                                                 "key": "Content-Type",
2193                                                                                 "value": "application/json"
2194                                                                         },
2195                                                                         {
2196                                                                                 "key": "",
2197                                                                                 "value": "",
2198                                                                                 "type": "text",
2199                                                                                 "disabled": true
2200                                                                         }
2201                                                                 ],
2202                                                                 "body": {
2203                                                                         "mode": "raw",
2204                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
2205                                                                         "options": {
2206                                                                                 "raw": {}
2207                                                                         }
2208                                                                 },
2209                                                                 "url": {
2210                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
2211                                                                         "protocol": "http",
2212                                                                         "host": [
2213                                                                                 "localhost"
2214                                                                         ],
2215                                                                         "port": "8081",
2216                                                                         "path": [
2217                                                                                 "api",
2218                                                                                 "v1",
2219                                                                                 "blueprint-model",
2220                                                                                 "bootstrap"
2221                                                                         ]
2222                                                                 }
2223                                                         },
2224                                                         "status": "OK",
2225                                                         "code": 200,
2226                                                         "_postman_previewlanguage": "json",
2227                                                         "header": [
2228                                                                 {
2229                                                                         "key": "X-ONAP-RequestID",
2230                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
2231                                                                 },
2232                                                                 {
2233                                                                         "key": "X-ONAP-InvocationID",
2234                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
2235                                                                 },
2236                                                                 {
2237                                                                         "key": "X-ONAP-PartnerName",
2238                                                                         "value": "cds-controller"
2239                                                                 },
2240                                                                 {
2241                                                                         "key": "Vary",
2242                                                                         "value": "Origin"
2243                                                                 },
2244                                                                 {
2245                                                                         "key": "Vary",
2246                                                                         "value": "Access-Control-Request-Method"
2247                                                                 },
2248                                                                 {
2249                                                                         "key": "Vary",
2250                                                                         "value": "Access-Control-Request-Headers"
2251                                                                 },
2252                                                                 {
2253                                                                         "key": "Content-Type",
2254                                                                         "value": "application/json"
2255                                                                 },
2256                                                                 {
2257                                                                         "key": "Content-Length",
2258                                                                         "value": "0"
2259                                                                 },
2260                                                                 {
2261                                                                         "key": "Cache-Control",
2262                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
2263                                                                 },
2264                                                                 {
2265                                                                         "key": "Pragma",
2266                                                                         "value": "no-cache"
2267                                                                 },
2268                                                                 {
2269                                                                         "key": "Expires",
2270                                                                         "value": "0"
2271                                                                 },
2272                                                                 {
2273                                                                         "key": "X-Content-Type-Options",
2274                                                                         "value": "nosniff"
2275                                                                 },
2276                                                                 {
2277                                                                         "key": "X-Frame-Options",
2278                                                                         "value": "DENY"
2279                                                                 },
2280                                                                 {
2281                                                                         "key": "X-XSS-Protection",
2282                                                                         "value": "1 ; mode=block"
2283                                                                 },
2284                                                                 {
2285                                                                         "key": "Referrer-Policy",
2286                                                                         "value": "no-referrer"
2287                                                                 }
2288                                                         ],
2289                                                         "cookie": [],
2290                                                         "body": ""
2291                                                 }
2292                                         ]
2293                                 },
2294                                 {
2295                                         "name": "Get Workflows of a Blueprint",
2296                                         "protocolProfileBehavior": {
2297                                                 "disabledSystemHeaders": {}
2298                                         },
2299                                         "request": {
2300                                                 "auth": {
2301                                                         "type": "basic",
2302                                                         "basic": [
2303                                                                 {
2304                                                                         "key": "password",
2305                                                                         "value": "ccsdkapps",
2306                                                                         "type": "string"
2307                                                                 },
2308                                                                 {
2309                                                                         "key": "username",
2310                                                                         "value": "ccsdkapps",
2311                                                                         "type": "string"
2312                                                                 }
2313                                                         ]
2314                                                 },
2315                                                 "method": "GET",
2316                                                 "header": [
2317                                                         {
2318                                                                 "key": "Content-Type",
2319                                                                 "value": "application/json",
2320                                                                 "disabled": true
2321                                                         },
2322                                                         {
2323                                                                 "key": "",
2324                                                                 "type": "text",
2325                                                                 "value": "",
2326                                                                 "disabled": true
2327                                                         }
2328                                                 ],
2329                                                 "url": {
2330                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/workflows/blueprint-name/vLB_CDS_KOTLIN/version/1.0.0",
2331                                                         "protocol": "http",
2332                                                         "host": [
2333                                                                 "{{host}}"
2334                                                         ],
2335                                                         "port": "{{port}}",
2336                                                         "path": [
2337                                                                 "api",
2338                                                                 "v1",
2339                                                                 "blueprint-model",
2340                                                                 "workflows",
2341                                                                 "blueprint-name",
2342                                                                 "vLB_CDS_KOTLIN",
2343                                                                 "version",
2344                                                                 "1.0.0"
2345                                                         ]
2346                                                 },
2347                                                 "description": "Get all available workflows of a Blueprint by its name and version."
2348                                         },
2349                                         "response": [
2350                                                 {
2351                                                         "name": "CDS Bootstrap",
2352                                                         "originalRequest": {
2353                                                                 "method": "POST",
2354                                                                 "header": [
2355                                                                         {
2356                                                                                 "key": "Content-Type",
2357                                                                                 "value": "application/json"
2358                                                                         },
2359                                                                         {
2360                                                                                 "key": "",
2361                                                                                 "value": "",
2362                                                                                 "type": "text",
2363                                                                                 "disabled": true
2364                                                                         }
2365                                                                 ],
2366                                                                 "body": {
2367                                                                         "mode": "raw",
2368                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
2369                                                                         "options": {
2370                                                                                 "raw": {}
2371                                                                         }
2372                                                                 },
2373                                                                 "url": {
2374                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
2375                                                                         "protocol": "http",
2376                                                                         "host": [
2377                                                                                 "localhost"
2378                                                                         ],
2379                                                                         "port": "8081",
2380                                                                         "path": [
2381                                                                                 "api",
2382                                                                                 "v1",
2383                                                                                 "blueprint-model",
2384                                                                                 "bootstrap"
2385                                                                         ]
2386                                                                 }
2387                                                         },
2388                                                         "status": "OK",
2389                                                         "code": 200,
2390                                                         "_postman_previewlanguage": "json",
2391                                                         "header": [
2392                                                                 {
2393                                                                         "key": "X-ONAP-RequestID",
2394                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
2395                                                                 },
2396                                                                 {
2397                                                                         "key": "X-ONAP-InvocationID",
2398                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
2399                                                                 },
2400                                                                 {
2401                                                                         "key": "X-ONAP-PartnerName",
2402                                                                         "value": "cds-controller"
2403                                                                 },
2404                                                                 {
2405                                                                         "key": "Vary",
2406                                                                         "value": "Origin"
2407                                                                 },
2408                                                                 {
2409                                                                         "key": "Vary",
2410                                                                         "value": "Access-Control-Request-Method"
2411                                                                 },
2412                                                                 {
2413                                                                         "key": "Vary",
2414                                                                         "value": "Access-Control-Request-Headers"
2415                                                                 },
2416                                                                 {
2417                                                                         "key": "Content-Type",
2418                                                                         "value": "application/json"
2419                                                                 },
2420                                                                 {
2421                                                                         "key": "Content-Length",
2422                                                                         "value": "0"
2423                                                                 },
2424                                                                 {
2425                                                                         "key": "Cache-Control",
2426                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
2427                                                                 },
2428                                                                 {
2429                                                                         "key": "Pragma",
2430                                                                         "value": "no-cache"
2431                                                                 },
2432                                                                 {
2433                                                                         "key": "Expires",
2434                                                                         "value": "0"
2435                                                                 },
2436                                                                 {
2437                                                                         "key": "X-Content-Type-Options",
2438                                                                         "value": "nosniff"
2439                                                                 },
2440                                                                 {
2441                                                                         "key": "X-Frame-Options",
2442                                                                         "value": "DENY"
2443                                                                 },
2444                                                                 {
2445                                                                         "key": "X-XSS-Protection",
2446                                                                         "value": "1 ; mode=block"
2447                                                                 },
2448                                                                 {
2449                                                                         "key": "Referrer-Policy",
2450                                                                         "value": "no-referrer"
2451                                                                 }
2452                                                         ],
2453                                                         "cookie": [],
2454                                                         "body": ""
2455                                                 }
2456                                         ]
2457                                 },
2458                                 {
2459                                         "name": "Get a Blueprint Model by ID",
2460                                         "protocolProfileBehavior": {
2461                                                 "disabledSystemHeaders": {}
2462                                         },
2463                                         "request": {
2464                                                 "auth": {
2465                                                         "type": "basic",
2466                                                         "basic": [
2467                                                                 {
2468                                                                         "key": "password",
2469                                                                         "value": "ccsdkapps",
2470                                                                         "type": "string"
2471                                                                 },
2472                                                                 {
2473                                                                         "key": "username",
2474                                                                         "value": "ccsdkapps",
2475                                                                         "type": "string"
2476                                                                 }
2477                                                         ]
2478                                                 },
2479                                                 "method": "GET",
2480                                                 "header": [
2481                                                         {
2482                                                                 "key": "Content-Type",
2483                                                                 "value": "application/json",
2484                                                                 "disabled": true
2485                                                         },
2486                                                         {
2487                                                                 "key": "",
2488                                                                 "type": "text",
2489                                                                 "value": "",
2490                                                                 "disabled": true
2491                                                         }
2492                                                 ],
2493                                                 "url": {
2494                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/416f241d-3ef9-4cb6-8834-956ae4f70b07",
2495                                                         "protocol": "http",
2496                                                         "host": [
2497                                                                 "{{host}}"
2498                                                         ],
2499                                                         "port": "{{port}}",
2500                                                         "path": [
2501                                                                 "api",
2502                                                                 "v1",
2503                                                                 "blueprint-model",
2504                                                                 "416f241d-3ef9-4cb6-8834-956ae4f70b07"
2505                                                         ]
2506                                                 },
2507                                                 "description": "Get a blueprint model by its internally created ID."
2508                                         },
2509                                         "response": [
2510                                                 {
2511                                                         "name": "CDS Bootstrap",
2512                                                         "originalRequest": {
2513                                                                 "method": "POST",
2514                                                                 "header": [
2515                                                                         {
2516                                                                                 "key": "Content-Type",
2517                                                                                 "value": "application/json"
2518                                                                         },
2519                                                                         {
2520                                                                                 "key": "",
2521                                                                                 "value": "",
2522                                                                                 "type": "text",
2523                                                                                 "disabled": true
2524                                                                         }
2525                                                                 ],
2526                                                                 "body": {
2527                                                                         "mode": "raw",
2528                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
2529                                                                         "options": {
2530                                                                                 "raw": {}
2531                                                                         }
2532                                                                 },
2533                                                                 "url": {
2534                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
2535                                                                         "protocol": "http",
2536                                                                         "host": [
2537                                                                                 "localhost"
2538                                                                         ],
2539                                                                         "port": "8081",
2540                                                                         "path": [
2541                                                                                 "api",
2542                                                                                 "v1",
2543                                                                                 "blueprint-model",
2544                                                                                 "bootstrap"
2545                                                                         ]
2546                                                                 }
2547                                                         },
2548                                                         "status": "OK",
2549                                                         "code": 200,
2550                                                         "_postman_previewlanguage": "json",
2551                                                         "header": [
2552                                                                 {
2553                                                                         "key": "X-ONAP-RequestID",
2554                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
2555                                                                 },
2556                                                                 {
2557                                                                         "key": "X-ONAP-InvocationID",
2558                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
2559                                                                 },
2560                                                                 {
2561                                                                         "key": "X-ONAP-PartnerName",
2562                                                                         "value": "cds-controller"
2563                                                                 },
2564                                                                 {
2565                                                                         "key": "Vary",
2566                                                                         "value": "Origin"
2567                                                                 },
2568                                                                 {
2569                                                                         "key": "Vary",
2570                                                                         "value": "Access-Control-Request-Method"
2571                                                                 },
2572                                                                 {
2573                                                                         "key": "Vary",
2574                                                                         "value": "Access-Control-Request-Headers"
2575                                                                 },
2576                                                                 {
2577                                                                         "key": "Content-Type",
2578                                                                         "value": "application/json"
2579                                                                 },
2580                                                                 {
2581                                                                         "key": "Content-Length",
2582                                                                         "value": "0"
2583                                                                 },
2584                                                                 {
2585                                                                         "key": "Cache-Control",
2586                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
2587                                                                 },
2588                                                                 {
2589                                                                         "key": "Pragma",
2590                                                                         "value": "no-cache"
2591                                                                 },
2592                                                                 {
2593                                                                         "key": "Expires",
2594                                                                         "value": "0"
2595                                                                 },
2596                                                                 {
2597                                                                         "key": "X-Content-Type-Options",
2598                                                                         "value": "nosniff"
2599                                                                 },
2600                                                                 {
2601                                                                         "key": "X-Frame-Options",
2602                                                                         "value": "DENY"
2603                                                                 },
2604                                                                 {
2605                                                                         "key": "X-XSS-Protection",
2606                                                                         "value": "1 ; mode=block"
2607                                                                 },
2608                                                                 {
2609                                                                         "key": "Referrer-Policy",
2610                                                                         "value": "no-referrer"
2611                                                                 }
2612                                                         ],
2613                                                         "cookie": [],
2614                                                         "body": ""
2615                                                 }
2616                                         ]
2617                                 },
2618                                 {
2619                                         "name": "Delete a Blueprint Model by its ID",
2620                                         "protocolProfileBehavior": {
2621                                                 "disabledSystemHeaders": {}
2622                                         },
2623                                         "request": {
2624                                                 "auth": {
2625                                                         "type": "basic",
2626                                                         "basic": [
2627                                                                 {
2628                                                                         "key": "password",
2629                                                                         "value": "ccsdkapps",
2630                                                                         "type": "string"
2631                                                                 },
2632                                                                 {
2633                                                                         "key": "username",
2634                                                                         "value": "ccsdkapps",
2635                                                                         "type": "string"
2636                                                                 }
2637                                                         ]
2638                                                 },
2639                                                 "method": "DELETE",
2640                                                 "header": [
2641                                                         {
2642                                                                 "key": "Content-Type",
2643                                                                 "value": "application/json",
2644                                                                 "disabled": true
2645                                                         },
2646                                                         {
2647                                                                 "key": "",
2648                                                                 "type": "text",
2649                                                                 "value": "",
2650                                                                 "disabled": true
2651                                                         }
2652                                                 ],
2653                                                 "url": {
2654                                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model/416f241d-3ef9-4cb6-8834-956ae4f70b07",
2655                                                         "protocol": "http",
2656                                                         "host": [
2657                                                                 "{{host}}"
2658                                                         ],
2659                                                         "port": "{{port}}",
2660                                                         "path": [
2661                                                                 "api",
2662                                                                 "v1",
2663                                                                 "blueprint-model",
2664                                                                 "416f241d-3ef9-4cb6-8834-956ae4f70b07"
2665                                                         ]
2666                                                 },
2667                                                 "description": "Delete a blueprint model a a given ID. ID is the internally created ID of blueprint, not the name of blueprint."
2668                                         },
2669                                         "response": [
2670                                                 {
2671                                                         "name": "CDS Bootstrap",
2672                                                         "originalRequest": {
2673                                                                 "method": "POST",
2674                                                                 "header": [
2675                                                                         {
2676                                                                                 "key": "Content-Type",
2677                                                                                 "value": "application/json"
2678                                                                         },
2679                                                                         {
2680                                                                                 "key": "",
2681                                                                                 "value": "",
2682                                                                                 "type": "text",
2683                                                                                 "disabled": true
2684                                                                         }
2685                                                                 ],
2686                                                                 "body": {
2687                                                                         "mode": "raw",
2688                                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
2689                                                                         "options": {
2690                                                                                 "raw": {}
2691                                                                         }
2692                                                                 },
2693                                                                 "url": {
2694                                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
2695                                                                         "protocol": "http",
2696                                                                         "host": [
2697                                                                                 "localhost"
2698                                                                         ],
2699                                                                         "port": "8081",
2700                                                                         "path": [
2701                                                                                 "api",
2702                                                                                 "v1",
2703                                                                                 "blueprint-model",
2704                                                                                 "bootstrap"
2705                                                                         ]
2706                                                                 }
2707                                                         },
2708                                                         "status": "OK",
2709                                                         "code": 200,
2710                                                         "_postman_previewlanguage": "json",
2711                                                         "header": [
2712                                                                 {
2713                                                                         "key": "X-ONAP-RequestID",
2714                                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
2715                                                                 },
2716                                                                 {
2717                                                                         "key": "X-ONAP-InvocationID",
2718                                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
2719                                                                 },
2720                                                                 {
2721                                                                         "key": "X-ONAP-PartnerName",
2722                                                                         "value": "cds-controller"
2723                                                                 },
2724                                                                 {
2725                                                                         "key": "Vary",
2726                                                                         "value": "Origin"
2727                                                                 },
2728                                                                 {
2729                                                                         "key": "Vary",
2730                                                                         "value": "Access-Control-Request-Method"
2731                                                                 },
2732                                                                 {
2733                                                                         "key": "Vary",
2734                                                                         "value": "Access-Control-Request-Headers"
2735                                                                 },
2736                                                                 {
2737                                                                         "key": "Content-Type",
2738                                                                         "value": "application/json"
2739                                                                 },
2740                                                                 {
2741                                                                         "key": "Content-Length",
2742                                                                         "value": "0"
2743                                                                 },
2744                                                                 {
2745                                                                         "key": "Cache-Control",
2746                                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
2747                                                                 },
2748                                                                 {
2749                                                                         "key": "Pragma",
2750                                                                         "value": "no-cache"
2751                                                                 },
2752                                                                 {
2753                                                                         "key": "Expires",
2754                                                                         "value": "0"
2755                                                                 },
2756                                                                 {
2757                                                                         "key": "X-Content-Type-Options",
2758                                                                         "value": "nosniff"
2759                                                                 },
2760                                                                 {
2761                                                                         "key": "X-Frame-Options",
2762                                                                         "value": "DENY"
2763                                                                 },
2764                                                                 {
2765                                                                         "key": "X-XSS-Protection",
2766                                                                         "value": "1 ; mode=block"
2767                                                                 },
2768                                                                 {
2769                                                                         "key": "Referrer-Policy",
2770                                                                         "value": "no-referrer"
2771                                                                 }
2772                                                         ],
2773                                                         "cookie": [],
2774                                                         "body": ""
2775                                                 }
2776                                         ]
2777                                 }
2778                         ],
2779                         "description": "Manages all blueprint models which are available in CDS",
2780                         "protocolProfileBehavior": {}
2781                 },
2782                 {
2783                         "name": "Resource configuration",
2784                         "item": [
2785                                 {
2786                                         "name": "Retrieve a resource configuration snapshot",
2787                                         "request": {
2788                                                 "auth": {
2789                                                         "type": "basic",
2790                                                         "basic": [
2791                                                                 {
2792                                                                         "key": "username",
2793                                                                         "value": "ccsdkapps",
2794                                                                         "type": "string"
2795                                                                 },
2796                                                                 {
2797                                                                         "key": "password",
2798                                                                         "value": "ccsdkapps",
2799                                                                         "type": "string"
2800                                                                 },
2801                                                                 {
2802                                                                         "key": "showPassword",
2803                                                                         "value": false,
2804                                                                         "type": "boolean"
2805                                                                 }
2806                                                         ]
2807                                                 },
2808                                                 "method": "GET",
2809                                                 "header": [],
2810                                                 "url": {
2811                                                         "raw": "http://{{host}}:{{port}}/api/v1/configs",
2812                                                         "protocol": "http",
2813                                                         "host": [
2814                                                                 "{{host}}"
2815                                                         ],
2816                                                         "port": "{{port}}",
2817                                                         "path": [
2818                                                                 "api",
2819                                                                 "v1",
2820                                                                 "configs"
2821                                                         ]
2822                                                 },
2823                                                 "description": "Retrieve a config snapshot, identified by its Resource Id and Type. An extra 'format' parameter can be passed to tell what content-type is expected."
2824                                         },
2825                                         "response": []
2826                                 },
2827                                 {
2828                                         "name": "Retrieve all resource configuration snapshots identified by a given resource_id",
2829                                         "request": {
2830                                                 "auth": {
2831                                                         "type": "basic",
2832                                                         "basic": [
2833                                                                 {
2834                                                                         "key": "username",
2835                                                                         "value": "ccsdkapps",
2836                                                                         "type": "string"
2837                                                                 },
2838                                                                 {
2839                                                                         "key": "password",
2840                                                                         "value": "ccsdkapps",
2841                                                                         "type": "string"
2842                                                                 },
2843                                                                 {
2844                                                                         "key": "showPassword",
2845                                                                         "value": false,
2846                                                                         "type": "boolean"
2847                                                                 }
2848                                                         ]
2849                                                 },
2850                                                 "method": "GET",
2851                                                 "header": [],
2852                                                 "url": {
2853                                                         "raw": "http://{{host}}:{{port}}/api/v1/configs/allByID",
2854                                                         "protocol": "http",
2855                                                         "host": [
2856                                                                 "{{host}}"
2857                                                         ],
2858                                                         "port": "{{port}}",
2859                                                         "path": [
2860                                                                 "api",
2861                                                                 "v1",
2862                                                                 "configs",
2863                                                                 "allByID"
2864                                                         ]
2865                                                 },
2866                                                 "description": "Retrieve all config snapshots, identified by its Resource Id, ordered by most recently created/modified date."
2867                                         },
2868                                         "response": []
2869                                 },
2870                                 {
2871                                         "name": "Retrieve all resource configuration snapshots for a given resource type",
2872                                         "request": {
2873                                                 "auth": {
2874                                                         "type": "basic",
2875                                                         "basic": [
2876                                                                 {
2877                                                                         "key": "username",
2878                                                                         "value": "ccsdkapps",
2879                                                                         "type": "string"
2880                                                                 },
2881                                                                 {
2882                                                                         "key": "password",
2883                                                                         "value": "ccsdkapps",
2884                                                                         "type": "string"
2885                                                                 },
2886                                                                 {
2887                                                                         "key": "showPassword",
2888                                                                         "value": false,
2889                                                                         "type": "boolean"
2890                                                                 }
2891                                                         ]
2892                                                 },
2893                                                 "method": "GET",
2894                                                 "header": [],
2895                                                 "url": {
2896                                                         "raw": "http://{{host}}:{{port}}/api/v1/configs/allByType",
2897                                                         "protocol": "http",
2898                                                         "host": [
2899                                                                 "{{host}}"
2900                                                         ],
2901                                                         "port": "{{port}}",
2902                                                         "path": [
2903                                                                 "api",
2904                                                                 "v1",
2905                                                                 "configs",
2906                                                                 "allByType"
2907                                                         ]
2908                                                 },
2909                                                 "description": "Retrieve all config snapshots matching a specified Resource Type, ordered by most recently created/modified date."
2910                                         },
2911                                         "response": []
2912                                 },
2913                                 {
2914                                         "name": "Store a resource configuration snapshot identified by resourceId, resourceType, status",
2915                                         "request": {
2916                                                 "auth": {
2917                                                         "type": "basic",
2918                                                         "basic": [
2919                                                                 {
2920                                                                         "key": "username",
2921                                                                         "value": "ccsdkapps",
2922                                                                         "type": "string"
2923                                                                 },
2924                                                                 {
2925                                                                         "key": "password",
2926                                                                         "value": "ccsdkapps",
2927                                                                         "type": "string"
2928                                                                 },
2929                                                                 {
2930                                                                         "key": "showPassword",
2931                                                                         "value": false,
2932                                                                         "type": "boolean"
2933                                                                 }
2934                                                         ]
2935                                                 },
2936                                                 "method": "POST",
2937                                                 "header": [],
2938                                                 "body": {
2939                                                         "mode": "formdata",
2940                                                         "formdata": []
2941                                                 },
2942                                                 "url": {
2943                                                         "raw": "http://{{host}}:{{port}}/api/v1/configs/PNF/1/RUNNING",
2944                                                         "protocol": "http",
2945                                                         "host": [
2946                                                                 "{{host}}"
2947                                                         ],
2948                                                         "port": "{{port}}",
2949                                                         "path": [
2950                                                                 "api",
2951                                                                 "v1",
2952                                                                 "configs",
2953                                                                 "PNF",
2954                                                                 "1",
2955                                                                 "RUNNING"
2956                                                         ]
2957                                                 },
2958                                                 "description": "Store a resource configuration snapshot, identified by its resourceId and resourceType, and optionally its status, either RUNNING or CANDIDATE."
2959                                         },
2960                                         "response": []
2961                                 }
2962                         ],
2963                         "description": "Interaction with stored configurations",
2964                         "protocolProfileBehavior": {}
2965                 },
2966                 {
2967                         "name": "Resource dictionary",
2968                         "item": [
2969                                 {
2970                                         "name": "Save a resource dictionary",
2971                                         "request": {
2972                                                 "auth": {
2973                                                         "type": "basic",
2974                                                         "basic": [
2975                                                                 {
2976                                                                         "key": "username",
2977                                                                         "value": "ccsdkapps",
2978                                                                         "type": "string"
2979                                                                 },
2980                                                                 {
2981                                                                         "key": "password",
2982                                                                         "value": "ccsdkapps",
2983                                                                         "type": "string"
2984                                                                 },
2985                                                                 {
2986                                                                         "key": "showPassword",
2987                                                                         "value": false,
2988                                                                         "type": "boolean"
2989                                                                 }
2990                                                         ]
2991                                                 },
2992                                                 "method": "POST",
2993                                                 "header": [],
2994                                                 "body": {
2995                                                         "mode": "raw",
2996                                                         "raw": "{\r\n    \"name\": \"test-source\",\r\n    \"dataType\": \"string\",\r\n    \"entrySchema\": null,\r\n    \"resourceDictionaryGroup\": \"default\",\r\n    \"definition\": {\r\n        \"tags\": \"oam-local-ipv4-address\",\r\n        \"name\": \"test-source\",\r\n        \"property\": {\r\n            \"description\": \"test\",\r\n            \"required\": null,\r\n            \"type\": \"string\",\r\n            \"status\": null,\r\n            \"constraints\": null,\r\n            \"metadata\": null,\r\n            \"value\": null,\r\n            \"input-param\": null,\r\n            \"default\": null,\r\n            \"entry_schema\": null,\r\n            \"external-schema\": null\r\n        },\r\n        \"group\": \"default\",\r\n        \"updated-by\": \"sample@onap.com\",\r\n        \"sources\": {\r\n            \"sdnc\": {\r\n                \"description\": null,\r\n                \"type\": \"source-rest\",\r\n                \"metadata\": null,\r\n                \"directives\": null,\r\n                \"properties\": {\r\n                    \"type\": \"JSON\",\r\n                    \"endpoint-selector\": \"\",\r\n                    \"url-path\": \"test\",\r\n                    \"path\": \"/v4-assigned-ip-list/0/v4-ip-prefix\",\r\n                    \"input-key-mapping\": {\r\n                        \"service-instance-id\": \"service-instance-id\",\r\n                        \"network-role\": \"network-role\",\r\n                        \"v4-ip-type\": \"v4-ip-type\",\r\n                        \"vm-type\": \"vm-type\"\r\n                    },\r\n                    \"output-key-mapping\": {\r\n                        \"oam-local-ipv4-address\": \"v4-ip-prefix\"\r\n                    },\r\n                    \"key-dependencies\": [\r\n                        \"service-instance-id\",\r\n                        \"network-role\",\r\n                        \"v4-ip-type\",\r\n                        \"vm-type\"\r\n                    ]\r\n                },\r\n                \"attributes\": null,\r\n                \"capabilities\": null,\r\n                \"requirements\": null,\r\n                \"interfaces\": null,\r\n                \"artifacts\": null,\r\n                \"copy\": null,\r\n                \"node_filter\": null\r\n            }\r\n        }\r\n    },\r\n    \"description\": \"test\",\r\n    \"tags\": \"oam-local-ipv4-address\",\r\n    \"updatedBy\": \"sample@onap.com\"\r\n}",
2997                                                         "options": {
2998                                                                 "raw": {
2999                                                                         "language": "json"
3000                                                                 }
3001                                                         }
3002                                                 },
3003                                                 "url": {
3004                                                         "raw": "http://{{host}}:{{port}}/api/v1/dictionary",
3005                                                         "protocol": "http",
3006                                                         "host": [
3007                                                                 "{{host}}"
3008                                                         ],
3009                                                         "port": "{{port}}",
3010                                                         "path": [
3011                                                                 "api",
3012                                                                 "v1",
3013                                                                 "dictionary"
3014                                                         ]
3015                                                 },
3016                                                 "description": "Save a resource dictionary by dictionary provided."
3017                                         },
3018                                         "response": []
3019                                 },
3020                                 {
3021                                         "name": "Search for a resource dictionary",
3022                                         "request": {
3023                                                 "auth": {
3024                                                         "type": "basic",
3025                                                         "basic": [
3026                                                                 {
3027                                                                         "key": "username",
3028                                                                         "value": "ccsdkapps",
3029                                                                         "type": "string"
3030                                                                 },
3031                                                                 {
3032                                                                         "key": "password",
3033                                                                         "value": "ccsdkapps",
3034                                                                         "type": "string"
3035                                                                 },
3036                                                                 {
3037                                                                         "key": "showPassword",
3038                                                                         "value": false,
3039                                                                         "type": "boolean"
3040                                                                 }
3041                                                         ]
3042                                                 },
3043                                                 "method": "POST",
3044                                                 "header": [],
3045                                                 "body": {
3046                                                         "mode": "raw",
3047                                                         "raw": "[\r\n  \"pub_key\",\r\n  \"hostname\"\r\n]",
3048                                                         "options": {
3049                                                                 "raw": {
3050                                                                         "language": "json"
3051                                                                 }
3052                                                         }
3053                                                 },
3054                                                 "url": {
3055                                                         "raw": "http://{{host}}:{{port}}/api/v1/dictionary/by-names",
3056                                                         "protocol": "http",
3057                                                         "host": [
3058                                                                 "{{host}}"
3059                                                         ],
3060                                                         "port": "{{port}}",
3061                                                         "path": [
3062                                                                 "api",
3063                                                                 "v1",
3064                                                                 "dictionary",
3065                                                                 "by-names"
3066                                                         ]
3067                                                 },
3068                                                 "description": "Search for a resource dictionary by names provided."
3069                                         },
3070                                         "response": []
3071                                 },
3072                                 {
3073                                         "name": "Save a resource dictionary",
3074                                         "request": {
3075                                                 "auth": {
3076                                                         "type": "basic",
3077                                                         "basic": [
3078                                                                 {
3079                                                                         "key": "username",
3080                                                                         "value": "ccsdkapps",
3081                                                                         "type": "string"
3082                                                                 },
3083                                                                 {
3084                                                                         "key": "password",
3085                                                                         "value": "ccsdkapps",
3086                                                                         "type": "string"
3087                                                                 },
3088                                                                 {
3089                                                                         "key": "showPassword",
3090                                                                         "value": false,
3091                                                                         "type": "boolean"
3092                                                                 }
3093                                                         ]
3094                                                 },
3095                                                 "method": "POST",
3096                                                 "header": [],
3097                                                 "body": {
3098                                                         "mode": "raw",
3099                                                         "raw": "{\r\n  \"tags\": \"v4-ip-type, tosca.datatypes.Root, data_type\",\r\n  \"name\": \"test-source\",\r\n  \"group\":\"test\",\r\n  \"property\" :{\r\n    \"description\": \"test\",\r\n    \"type\": \"string\"\r\n  },\r\n  \"updated-by\": \"sample@onap.com\",\r\n  \"sources\": {\r\n    \"default\": {\r\n      \"type\": \"source-default\",\r\n      \"properties\": {\r\n      }\r\n    }\r\n  }\r\n}",
3100                                                         "options": {
3101                                                                 "raw": {
3102                                                                         "language": "json"
3103                                                                 }
3104                                                         }
3105                                                 },
3106                                                 "url": {
3107                                                         "raw": "http://{{host}}:{{port}}/api/v1/dictionary/api/v1/dictionary/definition",
3108                                                         "protocol": "http",
3109                                                         "host": [
3110                                                                 "{{host}}"
3111                                                         ],
3112                                                         "port": "{{port}}",
3113                                                         "path": [
3114                                                                 "api",
3115                                                                 "v1",
3116                                                                 "dictionary",
3117                                                                 "api",
3118                                                                 "v1",
3119                                                                 "dictionary",
3120                                                                 "definition"
3121                                                         ]
3122                                                 },
3123                                                 "description": "Save a resource dictionary by dictionary provided."
3124                                         },
3125                                         "response": []
3126                                 },
3127                                 {
3128                                         "name": "Retrieve all resource dictionary groups",
3129                                         "request": {
3130                                                 "auth": {
3131                                                         "type": "basic",
3132                                                         "basic": [
3133                                                                 {
3134                                                                         "key": "username",
3135                                                                         "value": "ccsdkapps",
3136                                                                         "type": "string"
3137                                                                 },
3138                                                                 {
3139                                                                         "key": "password",
3140                                                                         "value": "ccsdkapps",
3141                                                                         "type": "string"
3142                                                                 },
3143                                                                 {
3144                                                                         "key": "showPassword",
3145                                                                         "value": false,
3146                                                                         "type": "boolean"
3147                                                                 }
3148                                                         ]
3149                                                 },
3150                                                 "method": "GET",
3151                                                 "header": [],
3152                                                 "url": {
3153                                                         "raw": "http://{{host}}:{{port}}/api/v1/dictionary/resource_dictionary_group",
3154                                                         "protocol": "http",
3155                                                         "host": [
3156                                                                 "{{host}}"
3157                                                         ],
3158                                                         "port": "{{port}}",
3159                                                         "path": [
3160                                                                 "api",
3161                                                                 "v1",
3162                                                                 "dictionary",
3163                                                                 "resource_dictionary_group"
3164                                                         ]
3165                                                 },
3166                                                 "description": "Retrieve all config snapshots matching a specified Resource Type, ordered by most recently created/modified date."
3167                                         },
3168                                         "response": []
3169                                 },
3170                                 {
3171                                         "name": "Search for a resource dictionary",
3172                                         "request": {
3173                                                 "auth": {
3174                                                         "type": "basic",
3175                                                         "basic": [
3176                                                                 {
3177                                                                         "key": "username",
3178                                                                         "value": "ccsdkapps",
3179                                                                         "type": "string"
3180                                                                 },
3181                                                                 {
3182                                                                         "key": "password",
3183                                                                         "value": "ccsdkapps",
3184                                                                         "type": "string"
3185                                                                 },
3186                                                                 {
3187                                                                         "key": "showPassword",
3188                                                                         "value": false,
3189                                                                         "type": "boolean"
3190                                                                 }
3191                                                         ]
3192                                                 },
3193                                                 "method": "GET",
3194                                                 "header": [],
3195                                                 "url": {
3196                                                         "raw": "http://{{host}}:{{port}}/api/v1/dictionary/search/hostname",
3197                                                         "protocol": "http",
3198                                                         "host": [
3199                                                                 "{{host}}"
3200                                                         ],
3201                                                         "port": "{{port}}",
3202                                                         "path": [
3203                                                                 "api",
3204                                                                 "v1",
3205                                                                 "dictionary",
3206                                                                 "search",
3207                                                                 "hostname"
3208                                                         ]
3209                                                 },
3210                                                 "description": "Retrieve all config snapshots matching a specified Resource Type, ordered by most recently created/modified date."
3211                                         },
3212                                         "response": []
3213                                 },
3214                                 {
3215                                         "name": "Search for a source mapping",
3216                                         "request": {
3217                                                 "auth": {
3218                                                         "type": "basic",
3219                                                         "basic": [
3220                                                                 {
3221                                                                         "key": "username",
3222                                                                         "value": "ccsdkapps",
3223                                                                         "type": "string"
3224                                                                 },
3225                                                                 {
3226                                                                         "key": "password",
3227                                                                         "value": "ccsdkapps",
3228                                                                         "type": "string"
3229                                                                 },
3230                                                                 {
3231                                                                         "key": "showPassword",
3232                                                                         "value": false,
3233                                                                         "type": "boolean"
3234                                                                 }
3235                                                         ]
3236                                                 },
3237                                                 "method": "GET",
3238                                                 "header": [],
3239                                                 "url": {
3240                                                         "raw": "http://{{host}}:{{port}}/api/v1/dictionary/search/hostname",
3241                                                         "protocol": "http",
3242                                                         "host": [
3243                                                                 "{{host}}"
3244                                                         ],
3245                                                         "port": "{{port}}",
3246                                                         "path": [
3247                                                                 "api",
3248                                                                 "v1",
3249                                                                 "dictionary",
3250                                                                 "search",
3251                                                                 "hostname"
3252                                                         ]
3253                                                 },
3254                                                 "description": "Search for a source mapping."
3255                                         },
3256                                         "response": []
3257                                 },
3258                                 {
3259                                         "name": "Retrieve a resource dictionary",
3260                                         "request": {
3261                                                 "auth": {
3262                                                         "type": "basic",
3263                                                         "basic": [
3264                                                                 {
3265                                                                         "key": "username",
3266                                                                         "value": "ccsdkapps",
3267                                                                         "type": "string"
3268                                                                 },
3269                                                                 {
3270                                                                         "key": "password",
3271                                                                         "value": "ccsdkapps",
3272                                                                         "type": "string"
3273                                                                 },
3274                                                                 {
3275                                                                         "key": "showPassword",
3276                                                                         "value": false,
3277                                                                         "type": "boolean"
3278                                                                 }
3279                                                         ]
3280                                                 },
3281                                                 "method": "GET",
3282                                                 "header": [],
3283                                                 "url": {
3284                                                         "raw": "http://{{host}}:{{port}}/api/v1/dictionary/active-streams",
3285                                                         "protocol": "http",
3286                                                         "host": [
3287                                                                 "{{host}}"
3288                                                         ],
3289                                                         "port": "{{port}}",
3290                                                         "path": [
3291                                                                 "api",
3292                                                                 "v1",
3293                                                                 "dictionary",
3294                                                                 "active-streams"
3295                                                         ]
3296                                                 },
3297                                                 "description": "Retrieve a resource dictionary by name provided."
3298                                         },
3299                                         "response": []
3300                                 },
3301                                 {
3302                                         "name": "Remove a resource dictionary",
3303                                         "request": {
3304                                                 "auth": {
3305                                                         "type": "basic",
3306                                                         "basic": [
3307                                                                 {
3308                                                                         "key": "username",
3309                                                                         "value": "ccsdkapps",
3310                                                                         "type": "string"
3311                                                                 },
3312                                                                 {
3313                                                                         "key": "password",
3314                                                                         "value": "ccsdkapps",
3315                                                                         "type": "string"
3316                                                                 },
3317                                                                 {
3318                                                                         "key": "showPassword",
3319                                                                         "value": false,
3320                                                                         "type": "boolean"
3321                                                                 }
3322                                                         ]
3323                                                 },
3324                                                 "method": "DELETE",
3325                                                 "header": [],
3326                                                 "url": {
3327                                                         "raw": "http://{{host}}:{{port}}/api/v1/dictionary/active-streams",
3328                                                         "protocol": "http",
3329                                                         "host": [
3330                                                                 "{{host}}"
3331                                                         ],
3332                                                         "port": "{{port}}",
3333                                                         "path": [
3334                                                                 "api",
3335                                                                 "v1",
3336                                                                 "dictionary",
3337                                                                 "active-streams"
3338                                                         ]
3339                                                 },
3340                                                 "description": "Remove a resource dictionary by name provided."
3341                                         },
3342                                         "response": []
3343                                 }
3344                         ],
3345                         "description": "Interaction with stored dictionaries",
3346                         "protocolProfileBehavior": {}
3347                 },
3348                 {
3349                         "name": "Resource template",
3350                         "item": [
3351                                 {
3352                                         "name": "Store a resolved template w/ resolution-key",
3353                                         "request": {
3354                                                 "auth": {
3355                                                         "type": "basic",
3356                                                         "basic": [
3357                                                                 {
3358                                                                         "key": "username",
3359                                                                         "value": "ccsdkapps",
3360                                                                         "type": "string"
3361                                                                 },
3362                                                                 {
3363                                                                         "key": "password",
3364                                                                         "value": "ccsdkapps",
3365                                                                         "type": "string"
3366                                                                 },
3367                                                                 {
3368                                                                         "key": "showPassword",
3369                                                                         "value": false,
3370                                                                         "type": "boolean"
3371                                                                 }
3372                                                         ]
3373                                                 },
3374                                                 "method": "POST",
3375                                                 "header": [],
3376                                                 "body": {
3377                                                         "mode": "raw",
3378                                                         "raw": "PAYLOAD DATA",
3379                                                         "options": {
3380                                                                 "raw": {
3381                                                                         "language": "text"
3382                                                                 }
3383                                                         }
3384                                                 },
3385                                                 "url": {
3386                                                         "raw": "http://{{host}}:{{port}}/api/v1/template/baseconfiguration/1.0.0/activate/7cafa9f3-bbc8-49ec-8f25-fcaa6ac3ff08",
3387                                                         "protocol": "http",
3388                                                         "host": [
3389                                                                 "{{host}}"
3390                                                         ],
3391                                                         "port": "{{port}}",
3392                                                         "path": [
3393                                                                 "api",
3394                                                                 "v1",
3395                                                                 "template",
3396                                                                 "baseconfiguration",
3397                                                                 "1.0.0",
3398                                                                 "activate",
3399                                                                 "7cafa9f3-bbc8-49ec-8f25-fcaa6ac3ff08"
3400                                                         ]
3401                                                 },
3402                                                 "description": "Store a template for a given CBA's action, identified by its blueprint name, blueprint version, artifact name and resolution key."
3403                                         },
3404                                         "response": []
3405                                 },
3406                                 {
3407                                         "name": "Store a resolved template w/ resourceId and resourceType",
3408                                         "request": {
3409                                                 "auth": {
3410                                                         "type": "basic",
3411                                                         "basic": [
3412                                                                 {
3413                                                                         "key": "username",
3414                                                                         "value": "ccsdkapps",
3415                                                                         "type": "string"
3416                                                                 },
3417                                                                 {
3418                                                                         "key": "password",
3419                                                                         "value": "ccsdkapps",
3420                                                                         "type": "string"
3421                                                                 },
3422                                                                 {
3423                                                                         "key": "showPassword",
3424                                                                         "value": false,
3425                                                                         "type": "boolean"
3426                                                                 }
3427                                                         ]
3428                                                 },
3429                                                 "method": "POST",
3430                                                 "header": [],
3431                                                 "body": {
3432                                                         "mode": "raw",
3433                                                         "raw": "PAYLOAD DATA",
3434                                                         "options": {
3435                                                                 "raw": {
3436                                                                         "language": "text"
3437                                                                 }
3438                                                         }
3439                                                 },
3440                                                 "url": {
3441                                                         "raw": "http://{{host}}:{{port}}/api/v1/template/baseconfiguration/1.0.0/activate/test/1",
3442                                                         "protocol": "http",
3443                                                         "host": [
3444                                                                 "{{host}}"
3445                                                         ],
3446                                                         "port": "{{port}}",
3447                                                         "path": [
3448                                                                 "api",
3449                                                                 "v1",
3450                                                                 "template",
3451                                                                 "baseconfiguration",
3452                                                                 "1.0.0",
3453                                                                 "activate",
3454                                                                 "test",
3455                                                                 "1"
3456                                                         ]
3457                                                 },
3458                                                 "description": "Store a template for a given CBA's action, identified by its blueprint name, blueprint version, artifact name, resourceId and resourceType."
3459                                         },
3460                                         "response": []
3461                                 }
3462                         ],
3463                         "description": "Interaction with resolved templates",
3464                         "protocolProfileBehavior": {}
3465                 },
3466                 {
3467                         "name": "Resources",
3468                         "item": [
3469                                 {
3470                                         "name": "Get all resolved resources using the resolution key",
3471                                         "request": {
3472                                                 "auth": {
3473                                                         "type": "basic",
3474                                                         "basic": [
3475                                                                 {
3476                                                                         "key": "username",
3477                                                                         "value": "ccsdkapps",
3478                                                                         "type": "string"
3479                                                                 },
3480                                                                 {
3481                                                                         "key": "password",
3482                                                                         "value": "ccsdkapps",
3483                                                                         "type": "string"
3484                                                                 },
3485                                                                 {
3486                                                                         "key": "showPassword",
3487                                                                         "value": false,
3488                                                                         "type": "boolean"
3489                                                                 }
3490                                                         ]
3491                                                 },
3492                                                 "method": "GET",
3493                                                 "header": [],
3494                                                 "url": {
3495                                                         "raw": "http://{{host}}:{{port}}/api/v1/resources?bpVersion=1.0.0&artifactName=activate&bpName=baseconfiguration&resolutionKey=7cafa9f3-bbc8-49ec-8f25-fcaa6ac3ff08",
3496                                                         "protocol": "http",
3497                                                         "host": [
3498                                                                 "{{host}}"
3499                                                         ],
3500                                                         "port": "{{port}}",
3501                                                         "path": [
3502                                                                 "api",
3503                                                                 "v1",
3504                                                                 "resources"
3505                                                         ],
3506                                                         "query": [
3507                                                                 {
3508                                                                         "key": "bpVersion",
3509                                                                         "value": "1.0.0"
3510                                                                 },
3511                                                                 {
3512                                                                         "key": "artifactName",
3513                                                                         "value": "activate"
3514                                                                 },
3515                                                                 {
3516                                                                         "key": "bpName",
3517                                                                         "value": "baseconfiguration"
3518                                                                 },
3519                                                                 {
3520                                                                         "key": "resolutionKey",
3521                                                                         "value": "7cafa9f3-bbc8-49ec-8f25-fcaa6ac3ff08"
3522                                                                 }
3523                                                         ]
3524                                                 },
3525                                                 "description": "Retrieve all config snapshots matching a specified Resource Type, ordered by most recently created/modified date."
3526                                         },
3527                                         "response": []
3528                                 },
3529                                 {
3530                                         "name": "Delete resources using resolution key",
3531                                         "request": {
3532                                                 "auth": {
3533                                                         "type": "basic",
3534                                                         "basic": [
3535                                                                 {
3536                                                                         "key": "username",
3537                                                                         "value": "ccsdkapps",
3538                                                                         "type": "string"
3539                                                                 },
3540                                                                 {
3541                                                                         "key": "password",
3542                                                                         "value": "ccsdkapps",
3543                                                                         "type": "string"
3544                                                                 },
3545                                                                 {
3546                                                                         "key": "showPassword",
3547                                                                         "value": false,
3548                                                                         "type": "boolean"
3549                                                                 }
3550                                                         ]
3551                                                 },
3552                                                 "method": "DELETE",
3553                                                 "header": [],
3554                                                 "url": {
3555                                                         "raw": "http://{{host}}:{{port}}/api/v1/resources?bpVersion=1.0.0&artifactName=activate&bpName=baseconfiguration&resolutionKey=7cafa9f3-bbc8-49ec-8f25-fcaa6ac3ff08",
3556                                                         "protocol": "http",
3557                                                         "host": [
3558                                                                 "{{host}}"
3559                                                         ],
3560                                                         "port": "{{port}}",
3561                                                         "path": [
3562                                                                 "api",
3563                                                                 "v1",
3564                                                                 "resources"
3565                                                         ],
3566                                                         "query": [
3567                                                                 {
3568                                                                         "key": "bpVersion",
3569                                                                         "value": "1.0.0"
3570                                                                 },
3571                                                                 {
3572                                                                         "key": "artifactName",
3573                                                                         "value": "activate"
3574                                                                 },
3575                                                                 {
3576                                                                         "key": "bpName",
3577                                                                         "value": "baseconfiguration"
3578                                                                 },
3579                                                                 {
3580                                                                         "key": "resolutionKey",
3581                                                                         "value": "7cafa9f3-bbc8-49ec-8f25-fcaa6ac3ff08"
3582                                                                 }
3583                                                         ]
3584                                                 },
3585                                                 "description": "Delete all the resources associated to a resolution-key using blueprint metadata, artifact name and the resolution-key."
3586                                         },
3587                                         "response": []
3588                                 },
3589                                 {
3590                                         "name": "Fetch a resource value using resolution key",
3591                                         "request": {
3592                                                 "auth": {
3593                                                         "type": "basic",
3594                                                         "basic": [
3595                                                                 {
3596                                                                         "key": "username",
3597                                                                         "value": "ccsdkapps",
3598                                                                         "type": "string"
3599                                                                 },
3600                                                                 {
3601                                                                         "key": "password",
3602                                                                         "value": "ccsdkapps",
3603                                                                         "type": "string"
3604                                                                 },
3605                                                                 {
3606                                                                         "key": "showPassword",
3607                                                                         "value": false,
3608                                                                         "type": "boolean"
3609                                                                 }
3610                                                         ]
3611                                                 },
3612                                                 "method": "GET",
3613                                                 "header": [],
3614                                                 "url": {
3615                                                         "raw": "http://{{host}}:{{port}}/api/v1/resources/api/v1/resources/resource?bpVersion=1.0.0&artifactName=activate&bpName=baseconfiguration&resolutionKey=7cafa9f3-bbc8-49ec-8f25-fcaa6ac3ff08&name=test",
3616                                                         "protocol": "http",
3617                                                         "host": [
3618                                                                 "{{host}}"
3619                                                         ],
3620                                                         "port": "{{port}}",
3621                                                         "path": [
3622                                                                 "api",
3623                                                                 "v1",
3624                                                                 "resources",
3625                                                                 "api",
3626                                                                 "v1",
3627                                                                 "resources",
3628                                                                 "resource"
3629                                                         ],
3630                                                         "query": [
3631                                                                 {
3632                                                                         "key": "bpVersion",
3633                                                                         "value": "1.0.0"
3634                                                                 },
3635                                                                 {
3636                                                                         "key": "artifactName",
3637                                                                         "value": "activate"
3638                                                                 },
3639                                                                 {
3640                                                                         "key": "bpName",
3641                                                                         "value": "baseconfiguration"
3642                                                                 },
3643                                                                 {
3644                                                                         "key": "resolutionKey",
3645                                                                         "value": "7cafa9f3-bbc8-49ec-8f25-fcaa6ac3ff08"
3646                                                                 },
3647                                                                 {
3648                                                                         "key": "name",
3649                                                                         "value": "test"
3650                                                                 }
3651                                                         ]
3652                                                 },
3653                                                 "description": "Retrieve a stored resource value using the blueprint metadata, artifact name, resolution-key along with the name of the resource value to retrieve."
3654                                         },
3655                                         "response": []
3656                                 }
3657                         ],
3658                         "description": "Interaction with resolved resources",
3659                         "protocolProfileBehavior": {}
3660                 },
3661                 {
3662                         "name": "Model Type Catalog",
3663                         "item": [
3664                                 {
3665                                         "name": "Save a model type",
3666                                         "request": {
3667                                                 "auth": {
3668                                                         "type": "basic",
3669                                                         "basic": [
3670                                                                 {
3671                                                                         "key": "username",
3672                                                                         "value": "ccsdkapps",
3673                                                                         "type": "string"
3674                                                                 },
3675                                                                 {
3676                                                                         "key": "password",
3677                                                                         "value": "ccsdkapps",
3678                                                                         "type": "string"
3679                                                                 },
3680                                                                 {
3681                                                                         "key": "showPassword",
3682                                                                         "value": false,
3683                                                                         "type": "boolean"
3684                                                                 }
3685                                                         ]
3686                                                 },
3687                                                 "method": "POST",
3688                                                 "header": [],
3689                                                 "body": {
3690                                                         "mode": "raw",
3691                                                         "raw": "{\r\n  \"modelName\": \"test\",\r\n  \"derivedFrom\": \"test\",\r\n  \"definitionType\": \"data_type\",\r\n  \"definition\": {},\r\n  \"description\": \"Some test\",\r\n  \"version\": \"1.0\",\r\n  \"tags\": \"test\",\r\n  \"updatedBy\": \"test\"\r\n}",
3692                                                         "options": {
3693                                                                 "raw": {
3694                                                                         "language": "json"
3695                                                                 }
3696                                                         }
3697                                                 },
3698                                                 "url": {
3699                                                         "raw": "http://{{host}}:{{port}}/api/v1/model-type/",
3700                                                         "protocol": "http",
3701                                                         "host": [
3702                                                                 "{{host}}"
3703                                                         ],
3704                                                         "port": "{{port}}",
3705                                                         "path": [
3706                                                                 "api",
3707                                                                 "v1",
3708                                                                 "model-type",
3709                                                                 ""
3710                                                         ]
3711                                                 },
3712                                                 "description": "Save a model type by model type definition provided."
3713                                         },
3714                                         "response": []
3715                                 },
3716                                 {
3717                                         "name": "Retrieve a list of model types",
3718                                         "request": {
3719                                                 "auth": {
3720                                                         "type": "basic",
3721                                                         "basic": [
3722                                                                 {
3723                                                                         "key": "username",
3724                                                                         "value": "ccsdkapps",
3725                                                                         "type": "string"
3726                                                                 },
3727                                                                 {
3728                                                                         "key": "password",
3729                                                                         "value": "ccsdkapps",
3730                                                                         "type": "string"
3731                                                                 },
3732                                                                 {
3733                                                                         "key": "showPassword",
3734                                                                         "value": false,
3735                                                                         "type": "boolean"
3736                                                                 }
3737                                                         ]
3738                                                 },
3739                                                 "method": "GET",
3740                                                 "header": [],
3741                                                 "url": {
3742                                                         "raw": "http://{{host}}:{{port}}/api/v1/model-type/by-definition/data_type",
3743                                                         "protocol": "http",
3744                                                         "host": [
3745                                                                 "{{host}}"
3746                                                         ],
3747                                                         "port": "{{port}}",
3748                                                         "path": [
3749                                                                 "api",
3750                                                                 "v1",
3751                                                                 "model-type",
3752                                                                 "by-definition",
3753                                                                 "data_type"
3754                                                         ]
3755                                                 },
3756                                                 "description": "Retrieve a list of model types by definition type provided."
3757                                         },
3758                                         "response": []
3759                                 },
3760                                 {
3761                                         "name": "Retrieve a list of model types",
3762                                         "request": {
3763                                                 "auth": {
3764                                                         "type": "basic",
3765                                                         "basic": [
3766                                                                 {
3767                                                                         "key": "username",
3768                                                                         "value": "ccsdkapps",
3769                                                                         "type": "string"
3770                                                                 },
3771                                                                 {
3772                                                                         "key": "password",
3773                                                                         "value": "ccsdkapps",
3774                                                                         "type": "string"
3775                                                                 },
3776                                                                 {
3777                                                                         "key": "showPassword",
3778                                                                         "value": false,
3779                                                                         "type": "boolean"
3780                                                                 }
3781                                                         ]
3782                                                 },
3783                                                 "method": "GET",
3784                                                 "header": [],
3785                                                 "url": {
3786                                                         "raw": "http://{{host}}:{{port}}/api/v1/model-type/search/test",
3787                                                         "protocol": "http",
3788                                                         "host": [
3789                                                                 "{{host}}"
3790                                                         ],
3791                                                         "port": "{{port}}",
3792                                                         "path": [
3793                                                                 "api",
3794                                                                 "v1",
3795                                                                 "model-type",
3796                                                                 "search",
3797                                                                 "test"
3798                                                         ]
3799                                                 },
3800                                                 "description": "Retrieve a list of model types by tags provided."
3801                                         },
3802                                         "response": []
3803                                 },
3804                                 {
3805                                         "name": "Retrieve a model type",
3806                                         "request": {
3807                                                 "auth": {
3808                                                         "type": "basic",
3809                                                         "basic": [
3810                                                                 {
3811                                                                         "key": "username",
3812                                                                         "value": "ccsdkapps",
3813                                                                         "type": "string"
3814                                                                 },
3815                                                                 {
3816                                                                         "key": "password",
3817                                                                         "value": "ccsdkapps",
3818                                                                         "type": "string"
3819                                                                 },
3820                                                                 {
3821                                                                         "key": "showPassword",
3822                                                                         "value": false,
3823                                                                         "type": "boolean"
3824                                                                 }
3825                                                         ]
3826                                                 },
3827                                                 "method": "GET",
3828                                                 "header": [],
3829                                                 "url": {
3830                                                         "raw": "http://{{host}}:{{port}}/api/v1/model-type/test",
3831                                                         "protocol": "http",
3832                                                         "host": [
3833                                                                 "{{host}}"
3834                                                         ],
3835                                                         "port": "{{port}}",
3836                                                         "path": [
3837                                                                 "api",
3838                                                                 "v1",
3839                                                                 "model-type",
3840                                                                 "test"
3841                                                         ]
3842                                                 },
3843                                                 "description": "Retrieve a model type by name provided."
3844                                         },
3845                                         "response": []
3846                                 },
3847                                 {
3848                                         "name": "Remove a model type",
3849                                         "request": {
3850                                                 "auth": {
3851                                                         "type": "basic",
3852                                                         "basic": [
3853                                                                 {
3854                                                                         "key": "username",
3855                                                                         "value": "ccsdkapps",
3856                                                                         "type": "string"
3857                                                                 },
3858                                                                 {
3859                                                                         "key": "password",
3860                                                                         "value": "ccsdkapps",
3861                                                                         "type": "string"
3862                                                                 },
3863                                                                 {
3864                                                                         "key": "showPassword",
3865                                                                         "value": false,
3866                                                                         "type": "boolean"
3867                                                                 }
3868                                                         ]
3869                                                 },
3870                                                 "method": "DELETE",
3871                                                 "header": [],
3872                                                 "url": {
3873                                                         "raw": "http://{{host}}:{{port}}/api/v1/model-type/test",
3874                                                         "protocol": "http",
3875                                                         "host": [
3876                                                                 "{{host}}"
3877                                                         ],
3878                                                         "port": "{{port}}",
3879                                                         "path": [
3880                                                                 "api",
3881                                                                 "v1",
3882                                                                 "model-type",
3883                                                                 "test"
3884                                                         ]
3885                                                 },
3886                                                 "description": "Remove a model type by name provided."
3887                                         },
3888                                         "response": []
3889                                 }
3890                         ],
3891                         "description": "Manages data types in CDS",
3892                         "protocolProfileBehavior": {}
3893                 },
3894                 {
3895                         "name": "List all endpoints",
3896                         "request": {
3897                                 "auth": {
3898                                         "type": "basic",
3899                                         "basic": [
3900                                                 {
3901                                                         "key": "username",
3902                                                         "value": "ccsdkapps",
3903                                                         "type": "string"
3904                                                 },
3905                                                 {
3906                                                         "key": "password",
3907                                                         "value": "ccsdkapps",
3908                                                         "type": "string"
3909                                                 },
3910                                                 {
3911                                                         "key": "showPassword",
3912                                                         "value": false,
3913                                                         "type": "boolean"
3914                                                 }
3915                                         ]
3916                                 },
3917                                 "method": "GET",
3918                                 "header": [],
3919                                 "url": {
3920                                         "raw": "http://{{host}}:{{port}}/actuator/mappings",
3921                                         "protocol": "http",
3922                                         "host": [
3923                                                 "{{host}}"
3924                                         ],
3925                                         "port": "{{port}}",
3926                                         "path": [
3927                                                 "actuator",
3928                                                 "mappings"
3929                                         ]
3930                                 },
3931                                 "description": "Lists all available endpoints from blueprints processor API."
3932                         },
3933                         "response": []
3934                 }
3935         ],
3936         "event": [
3937                 {
3938                         "listen": "prerequest",
3939                         "script": {
3940                                 "id": "ac0bd38e-a1ae-48ea-9a99-e09c59dada9a",
3941                                 "type": "text/javascript",
3942                                 "exec": [
3943                                         ""
3944                                 ]
3945                         }
3946                 },
3947                 {
3948                         "listen": "test",
3949                         "script": {
3950                                 "id": "ce5f2837-00f5-4dde-9a45-2460c6cebd12",
3951                                 "type": "text/javascript",
3952                                 "exec": [
3953                                         ""
3954                                 ]
3955                         }
3956                 }
3957         ],
3958         "variable": [
3959                 {
3960                         "id": "59f58f5b-ee64-490b-be39-09983d888dd8",
3961                         "key": "host",
3962                         "value": "localhost"
3963                 },
3964                 {
3965                         "id": "284f1750-2dd3-4fa4-aade-cccd91d53cc7",
3966                         "key": "port",
3967                         "value": "8081"
3968                 }
3969         ],
3970         "protocolProfileBehavior": {}
3971 }