CDS Api reference add index, template, first APIs
[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": "Blueprints Processor API Reference Collection",
5                 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6         },
7         "item": [
8                 {
9                         "name": "Get All Endpoints",
10                         "request": {
11                                 "method": "GET",
12                                 "header": [],
13                                 "url": {
14                                         "raw": ""
15                                 },
16                                 "description": "Lists all endpoints from blueprints processor"
17                         },
18                         "response": []
19                 },
20                 {
21                         "name": "Get Blueprints",
22                         "protocolProfileBehavior": {
23                                 "disableBodyPruning": true
24                         },
25                         "request": {
26                                 "auth": {
27                                         "type": "basic",
28                                         "basic": [
29                                                 {
30                                                         "key": "password",
31                                                         "value": "ccsdkapps",
32                                                         "type": "string"
33                                                 },
34                                                 {
35                                                         "key": "username",
36                                                         "value": "ccsdkapps",
37                                                         "type": "string"
38                                                 }
39                                         ]
40                                 },
41                                 "method": "GET",
42                                 "header": [
43                                         {
44                                                 "key": "Content-Type",
45                                                 "value": "application/json"
46                                         },
47                                         {
48                                                 "key": "",
49                                                 "value": "",
50                                                 "type": "text",
51                                                 "disabled": true
52                                         }
53                                 ],
54                                 "body": {
55                                         "mode": "raw",
56                                         "raw": "{\r\n\"loadModelType\" : true,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
57                                         "options": {
58                                                 "raw": {}
59                                         }
60                                 },
61                                 "url": {
62                                         "raw": "http://{{host}}:{{port}}/api/v1/blueprint-model",
63                                         "protocol": "http",
64                                         "host": [
65                                                 "{{host}}"
66                                         ],
67                                         "port": "{{port}}",
68                                         "path": [
69                                                 "api",
70                                                 "v1",
71                                                 "blueprint-model"
72                                         ]
73                                 }
74                         },
75                         "response": [
76                                 {
77                                         "name": "CDS Bootstrap",
78                                         "originalRequest": {
79                                                 "method": "POST",
80                                                 "header": [
81                                                         {
82                                                                 "key": "Content-Type",
83                                                                 "value": "application/json"
84                                                         },
85                                                         {
86                                                                 "key": "",
87                                                                 "value": "",
88                                                                 "type": "text",
89                                                                 "disabled": true
90                                                         }
91                                                 ],
92                                                 "body": {
93                                                         "mode": "raw",
94                                                         "raw": "{\r\n\"loadModelType\" : false,\r\n\"loadResourceDictionary\" : true,\r\n\"loadCBA\" : false\r\n}",
95                                                         "options": {
96                                                                 "raw": {}
97                                                         }
98                                                 },
99                                                 "url": {
100                                                         "raw": "http://localhost:8081/api/v1/blueprint-model/bootstrap",
101                                                         "protocol": "http",
102                                                         "host": [
103                                                                 "localhost"
104                                                         ],
105                                                         "port": "8081",
106                                                         "path": [
107                                                                 "api",
108                                                                 "v1",
109                                                                 "blueprint-model",
110                                                                 "bootstrap"
111                                                         ]
112                                                 }
113                                         },
114                                         "status": "OK",
115                                         "code": 200,
116                                         "_postman_previewlanguage": "json",
117                                         "header": [
118                                                 {
119                                                         "key": "X-ONAP-RequestID",
120                                                         "value": "b73253b6-d2be-4701-bdb2-31fa66b79a01"
121                                                 },
122                                                 {
123                                                         "key": "X-ONAP-InvocationID",
124                                                         "value": "b1a59296-fcf2-4435-b8de-9a2e9b9f4077"
125                                                 },
126                                                 {
127                                                         "key": "X-ONAP-PartnerName",
128                                                         "value": "cds-controller"
129                                                 },
130                                                 {
131                                                         "key": "Vary",
132                                                         "value": "Origin"
133                                                 },
134                                                 {
135                                                         "key": "Vary",
136                                                         "value": "Access-Control-Request-Method"
137                                                 },
138                                                 {
139                                                         "key": "Vary",
140                                                         "value": "Access-Control-Request-Headers"
141                                                 },
142                                                 {
143                                                         "key": "Content-Type",
144                                                         "value": "application/json"
145                                                 },
146                                                 {
147                                                         "key": "Content-Length",
148                                                         "value": "0"
149                                                 },
150                                                 {
151                                                         "key": "Cache-Control",
152                                                         "value": "no-cache, no-store, max-age=0, must-revalidate"
153                                                 },
154                                                 {
155                                                         "key": "Pragma",
156                                                         "value": "no-cache"
157                                                 },
158                                                 {
159                                                         "key": "Expires",
160                                                         "value": "0"
161                                                 },
162                                                 {
163                                                         "key": "X-Content-Type-Options",
164                                                         "value": "nosniff"
165                                                 },
166                                                 {
167                                                         "key": "X-Frame-Options",
168                                                         "value": "DENY"
169                                                 },
170                                                 {
171                                                         "key": "X-XSS-Protection",
172                                                         "value": "1 ; mode=block"
173                                                 },
174                                                 {
175                                                         "key": "Referrer-Policy",
176                                                         "value": "no-referrer"
177                                                 }
178                                         ],
179                                         "cookie": [],
180                                         "body": ""
181                                 }
182                         ]
183                 }
184         ],
185         "event": [
186                 {
187                         "listen": "prerequest",
188                         "script": {
189                                 "id": "ac0bd38e-a1ae-48ea-9a99-e09c59dada9a",
190                                 "type": "text/javascript",
191                                 "exec": [
192                                         ""
193                                 ]
194                         }
195                 },
196                 {
197                         "listen": "test",
198                         "script": {
199                                 "id": "ce5f2837-00f5-4dde-9a45-2460c6cebd12",
200                                 "type": "text/javascript",
201                                 "exec": [
202                                         ""
203                                 ]
204                         }
205                 }
206         ],
207         "variable": [
208                 {
209                         "id": "3d10b67b-766c-40e4-bfc4-a2b913414336",
210                         "key": "host",
211                         "value": "localhost"
212                 },
213                 {
214                         "id": "ef57cc1c-95c6-4679-8da1-42d356a060fe",
215                         "key": "port",
216                         "value": "8081"
217                 }
218         ],
219         "protocolProfileBehavior": {}
220 }