SOL002 - VNF Indicator interface.postman_collection_EK_v0.1.json 26.2 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
{
	"info": {
		"_postman_id": "abdf0dd6-4f97-4965-bd3e-3d320a4c5354",
		"name": "DRAFT - SOL002 - VNF Indicator interface",
		"description": "DRAFT - SOL002 - VNF Indicator interface\nThis API allows the EM/VNF to provide information on value changes of VNF related indicators.  VNF related indicators are declared in the VNFD.\nIMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence.\nPlease report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis\n",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "subscriptions",
			"description": "Folder for subscriptions",
			"item": [
				{
					"name": "Create a new subscription to VNF indicator change notifications",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "4fb7cac2-83e4-4a10-b9e0-65ffd3c4ccb2",
								"type": "text/javascript",
								"exec": [
									"pm.test(\"Status code is 201\", function () {",
									"    pm.response.to.have.status(201);",
									"});",
									"",
									"var res_schema = {\"description\":\"This type represents a subscription related to notifications about VNF indicator value changes. \",\"type\":\"object\",\"required\":[\"callbackUri\",\"id\",\"_links\"],\"properties\":{\"id\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"},\"filter\":{\"description\":\"This type represents a subscription filter related to notifications about VNF indicator value changes. At a particular nesting level in the filter structure, the following applies:  All attributes shall match in order for the filter to match (logical \\\"and\\\" between different filter attributes). If an attribute is an array, the attribute shall match if at least one of the values in the array matches (logical \\\"or\\\" between the values of one filter attribute). \",\"type\":\"object\",\"properties\":{\"vnfInstanceSubscriptionFilter\":{\"description\":\"This type represents subscription filter criteria to match VNF instances.  * NOTE 1:      The attributes \\\"vnfdIds\\\" and \\\"vnfProductsFromProviders\\\" are alternatives to reference to       VNF instances that are based on certain VNFDs in a filter. They should not be used both      in the same filter instance, but one alternative should be chosen.   * NOTE 2:      The attributes \\\"vnfInstanceIds\\\" and \\\"vnfInstanceNames\\\" are alternatives to reference to     particular VNF instances in a filter. They should not be used both in the same filter instance,     but one alternative should be chosen. \",\"type\":\"object\",\"properties\":{\"vnfdIds\":{\"description\":\"If present, match VNF instances that were created based on a VNFD identified by one of the vnfdId values listed in this attribute. See NOTE 1. \",\"type\":\"array\",\"items\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"}},\"vnfProductsFromProviders\":{\"description\":\"If present, match VNF instances that belong to VNF products from certain providers. See NOTE 1. \",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"vnfProvider\"],\"properties\":{\"vnfProvider\":{\"description\":\"Name of the VNF provider to match. \",\"type\":\"string\"},\"vnfProducts\":{\"description\":\"If present, match VNF instances that belong to VNF products with certain product names, from one particular provider. \",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"vnfProductName\"],\"properties\":{\"vnfProductName\":{\"description\":\"Name of the VNF product to match. \",\"type\":\"string\"},\"versions\":{\"description\":\"If present, match VNF instances that belong to VNF products with certain versions and a certain product name, from one particular provider. \",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"vnfSoftwareVersions\"],\"properties\":{\"vnfSoftwareVersions\":{\"description\":\"A version. \",\"type\":\"string\"},\"vnfdVersions\":{\"description\":\"If present, match VNF instances that belong to VNF products with certain VNFD versions, a certain software version and a certain product name, from one particular provider. \",\"type\":\"array\",\"items\":{\"description\":\"A version. \",\"type\":\"string\"}}}}}}}}}}},\"vnfInstanceIds\":{\"description\":\"If present, match VNF instances with an instance identifier listed in this attribute. See NOTE 2. \",\"type\":\"array\",\"items\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"}},\"vnfInstanceNames\":{\"description\":\"If present, match VNF instances with a VNF Instance Name listed in this attribute. See NOTE 2 \",\"type\":\"array\",\"items\":{\"type\":\"string\"}}}},\"indicatorIds\":{\"description\":\"Match particular VNF indicator identifiers. \",\"type\":\"array\",\"items\":{\"description\":\"An identifier that is unique within a VNF descriptor. \",\"type\":\"string\"}}}},\"callbackUri\":{\"description\":\"The URI of the endpoint to send the notification to. \",\"type\":\"string\",\"format\":\"URI\"},\"_links\":{\"description\":\"Links to resources related to this resource. \",\"type\":\"object\",\"required\":[\"self\"],\"properties\":{\"self\":{\"description\":\"This type represents a link to a resource. \",\"type\":\"object\",\"required\":[\"href\"],\"properties\":{\"href\":{\"description\":\"URI of the referenced resource. \",\"type\":\"string\",\"format\":\"url\"}}}}}}};",
									"",
									"pm.test('Schema is valid', function() {",
									"  pm.expect(tv4.validate(pm.response.json(), res_schema)).to.be.true;",
									"});"
								]
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "Subscription data."
						},
						"url": {
							"raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfind/v1/subscriptions",
							"protocol": "{{scheme}}",
							"host": [
								"{{host}}{{port}}"
							],
							"path": [
								"{{uri_prefix}}vnfind",
								"v1",
								"subscriptions"
							]
						},
						"description": "Create a new subscription"
					},
					"response": []
				},
				{
					"name": "Delete a subscription",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "2b3e9282-20af-482b-ac15-572a97a5c781",
								"type": "text/javascript",
								"exec": [
									"pm.test(\"Status code is 204\", function () {",
									"    pm.response.to.have.status(204);",
									"});",
									""
								]
							}
						}
					],
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {},
						"url": {
							"raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfind/v1/subscriptions/{{subscriptionId}}",
							"protocol": "{{scheme}}",
							"host": [
								"{{host}}{{port}}"
							],
							"path": [
								"{{uri_prefix}}vnfind",
								"v1",
								"subscriptions",
								"{{subscriptionId}}"
							]
						},
						"description": "Terminate an individual subscription."
					},
					"response": []
				},
				{
					"name": "Query multiple subscriptions.",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "3af34b3f-7316-44df-8292-83f6f8af8945",
								"type": "text/javascript",
								"exec": [
									"pm.test(\"Status code is 200\", function () {",
									"    pm.response.to.have.status(200);",
									"});",
									"",
									"var res_schema = {\"type\":\"array\",\"items\":{\"description\":\"This type represents a subscription related to notifications about VNF indicator value changes. \",\"type\":\"object\",\"required\":[\"callbackUri\",\"id\",\"_links\"],\"properties\":{\"id\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"},\"filter\":{\"description\":\"This type represents a subscription filter related to notifications about VNF indicator value changes. At a particular nesting level in the filter structure, the following applies:  All attributes shall match in order for the filter to match (logical \\\"and\\\" between different filter attributes). If an attribute is an array, the attribute shall match if at least one of the values in the array matches (logical \\\"or\\\" between the values of one filter attribute). \",\"type\":\"object\",\"properties\":{\"vnfInstanceSubscriptionFilter\":{\"description\":\"This type represents subscription filter criteria to match VNF instances.  * NOTE 1:      The attributes \\\"vnfdIds\\\" and \\\"vnfProductsFromProviders\\\" are alternatives to reference to       VNF instances that are based on certain VNFDs in a filter. They should not be used both      in the same filter instance, but one alternative should be chosen.   * NOTE 2:      The attributes \\\"vnfInstanceIds\\\" and \\\"vnfInstanceNames\\\" are alternatives to reference to     particular VNF instances in a filter. They should not be used both in the same filter instance,     but one alternative should be chosen. \",\"type\":\"object\",\"properties\":{\"vnfdIds\":{\"description\":\"If present, match VNF instances that were created based on a VNFD identified by one of the vnfdId values listed in this attribute. See NOTE 1. \",\"type\":\"array\",\"items\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"}},\"vnfProductsFromProviders\":{\"description\":\"If present, match VNF instances that belong to VNF products from certain providers. See NOTE 1. \",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"vnfProvider\"],\"properties\":{\"vnfProvider\":{\"description\":\"Name of the VNF provider to match. \",\"type\":\"string\"},\"vnfProducts\":{\"description\":\"If present, match VNF instances that belong to VNF products with certain product names, from one particular provider. \",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"vnfProductName\"],\"properties\":{\"vnfProductName\":{\"description\":\"Name of the VNF product to match. \",\"type\":\"string\"},\"versions\":{\"description\":\"If present, match VNF instances that belong to VNF products with certain versions and a certain product name, from one particular provider. \",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"vnfSoftwareVersions\"],\"properties\":{\"vnfSoftwareVersions\":{\"description\":\"A version. \",\"type\":\"string\"},\"vnfdVersions\":{\"description\":\"If present, match VNF instances that belong to VNF products with certain VNFD versions, a certain software version and a certain product name, from one particular provider. \",\"type\":\"array\",\"items\":{\"description\":\"A version. \",\"type\":\"string\"}}}}}}}}}}},\"vnfInstanceIds\":{\"description\":\"If present, match VNF instances with an instance identifier listed in this attribute. See NOTE 2. \",\"type\":\"array\",\"items\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"}},\"vnfInstanceNames\":{\"description\":\"If present, match VNF instances with a VNF Instance Name listed in this attribute. See NOTE 2 \",\"type\":\"array\",\"items\":{\"type\":\"string\"}}}},\"indicatorIds\":{\"description\":\"Match particular VNF indicator identifiers. \",\"type\":\"array\",\"items\":{\"description\":\"An identifier that is unique within a VNF descriptor. \",\"type\":\"string\"}}}},\"callbackUri\":{\"description\":\"The URI of the endpoint to send the notification to. \",\"type\":\"string\",\"format\":\"URI\"},\"_links\":{\"description\":\"Links to resources related to this resource. \",\"type\":\"object\",\"required\":[\"self\"],\"properties\":{\"self\":{\"description\":\"This type represents a link to a resource. \",\"type\":\"object\",\"required\":[\"href\"],\"properties\":{\"href\":{\"description\":\"URI of the referenced resource. \",\"type\":\"string\",\"format\":\"url\"}}}}}}}};",
									"",
									"pm.test('Schema is valid', function() {",
									"  pm.expect(tv4.validate(pm.response.json(), res_schema)).to.be.true;",
									"});",
									""
								]
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {},
						"url": {
							"raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfind/v1/subscriptions",
							"protocol": "{{scheme}}",
							"host": [
								"{{host}}{{port}}"
							],
							"path": [
								"{{uri_prefix}}vnfind",
								"v1",
								"subscriptions"
							]
						},
						"description": "Service Unavailable\nThe GET method queries the list of active subscriptions of the functional block that invokes the method. It can be used e.g. for resynchronization after error situations.\n"
					},
					"response": []
				},
				{
					"name": "Read an individual subscription.",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "c02efd2c-8f56-4f67-a38f-623719ad0414",
								"type": "text/javascript",
								"exec": [
									"pm.test(\"Status code is 200\", function () {",
									"    pm.response.to.have.status(200);",
									"});",
									"",
									"var res_schema = {\"description\":\"This type represents a subscription related to notifications about VNF indicator value changes. \",\"type\":\"object\",\"required\":[\"callbackUri\",\"id\",\"_links\"],\"properties\":{\"id\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"},\"filter\":{\"description\":\"This type represents a subscription filter related to notifications about VNF indicator value changes. At a particular nesting level in the filter structure, the following applies:  All attributes shall match in order for the filter to match (logical \\\"and\\\" between different filter attributes). If an attribute is an array, the attribute shall match if at least one of the values in the array matches (logical \\\"or\\\" between the values of one filter attribute). \",\"type\":\"object\",\"properties\":{\"vnfInstanceSubscriptionFilter\":{\"description\":\"This type represents subscription filter criteria to match VNF instances.  * NOTE 1:      The attributes \\\"vnfdIds\\\" and \\\"vnfProductsFromProviders\\\" are alternatives to reference to       VNF instances that are based on certain VNFDs in a filter. They should not be used both      in the same filter instance, but one alternative should be chosen.   * NOTE 2:      The attributes \\\"vnfInstanceIds\\\" and \\\"vnfInstanceNames\\\" are alternatives to reference to     particular VNF instances in a filter. They should not be used both in the same filter instance,     but one alternative should be chosen. \",\"type\":\"object\",\"properties\":{\"vnfdIds\":{\"description\":\"If present, match VNF instances that were created based on a VNFD identified by one of the vnfdId values listed in this attribute. See NOTE 1. \",\"type\":\"array\",\"items\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"}},\"vnfProductsFromProviders\":{\"description\":\"If present, match VNF instances that belong to VNF products from certain providers. See NOTE 1. \",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"vnfProvider\"],\"properties\":{\"vnfProvider\":{\"description\":\"Name of the VNF provider to match. \",\"type\":\"string\"},\"vnfProducts\":{\"description\":\"If present, match VNF instances that belong to VNF products with certain product names, from one particular provider. \",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"vnfProductName\"],\"properties\":{\"vnfProductName\":{\"description\":\"Name of the VNF product to match. \",\"type\":\"string\"},\"versions\":{\"description\":\"If present, match VNF instances that belong to VNF products with certain versions and a certain product name, from one particular provider. \",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"vnfSoftwareVersions\"],\"properties\":{\"vnfSoftwareVersions\":{\"description\":\"A version. \",\"type\":\"string\"},\"vnfdVersions\":{\"description\":\"If present, match VNF instances that belong to VNF products with certain VNFD versions, a certain software version and a certain product name, from one particular provider. \",\"type\":\"array\",\"items\":{\"description\":\"A version. \",\"type\":\"string\"}}}}}}}}}}},\"vnfInstanceIds\":{\"description\":\"If present, match VNF instances with an instance identifier listed in this attribute. See NOTE 2. \",\"type\":\"array\",\"items\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"}},\"vnfInstanceNames\":{\"description\":\"If present, match VNF instances with a VNF Instance Name listed in this attribute. See NOTE 2 \",\"type\":\"array\",\"items\":{\"type\":\"string\"}}}},\"indicatorIds\":{\"description\":\"Match particular VNF indicator identifiers. \",\"type\":\"array\",\"items\":{\"description\":\"An identifier that is unique within a VNF descriptor. \",\"type\":\"string\"}}}},\"callbackUri\":{\"description\":\"The URI of the endpoint to send the notification to. \",\"type\":\"string\",\"format\":\"URI\"},\"_links\":{\"description\":\"Links to resources related to this resource. \",\"type\":\"object\",\"required\":[\"self\"],\"properties\":{\"self\":{\"description\":\"This type represents a link to a resource. \",\"type\":\"object\",\"required\":[\"href\"],\"properties\":{\"href\":{\"description\":\"URI of the referenced resource. \",\"type\":\"string\",\"format\":\"url\"}}}}}}};",
									"",
									"pm.test('Schema is valid', function() {",
									"  pm.expect(tv4.validate(pm.response.json(), res_schema)).to.be.true;",
									"});",
									""
								]
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {},
						"url": {
							"raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfind/v1/subscriptions/{{subscriptionId}}",
							"protocol": "{{scheme}}",
							"host": [
								"{{host}}{{port}}"
							],
							"path": [
								"{{uri_prefix}}vnfind",
								"v1",
								"subscriptions",
								"{{subscriptionId}}"
							]
						},
						"description": "Service Unavailable\nThis resource represents an individual subscription. The client can use this resource to  read and to terminate a subscription to notifications related to VNF indicator value changes.\n"
					},
					"response": []
				}
			]
		},
		{
			"name": "indicators",
			"description": "Folder for indicators",
			"item": [
				{
					"name": "Read an inidividual VNF indicator.",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "d8cb144c-c753-493d-b411-ba47446c5a9a",
								"type": "text/javascript",
								"exec": [
									"pm.test(\"Status code is 200\", function () {",
									"    pm.response.to.have.status(200);",
									"});",
									"",
									"var res_schema = {\"type\":\"object\",\"required\":[\"id\",\"value\",\"vnfInstanceId\",\"_links\"],\"properties\":{\"id\":{\"description\":\"An identifier that is unique within a VNF descriptor. \",\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"value\":{\"type\":\"object\"},\"vnfInstanceId\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"},\"_links\":{\"description\":\"Links to resources related to this resource. \",\"type\":\"object\",\"required\":[\"self\"],\"properties\":{\"self\":{\"description\":\"This type represents a link to a resource. \",\"type\":\"object\",\"required\":[\"href\"],\"properties\":{\"href\":{\"description\":\"URI of the referenced resource. \",\"type\":\"string\",\"format\":\"url\"}}},\"vnfInstance\":{\"description\":\"This type represents a link to a resource. \",\"type\":\"object\",\"required\":[\"href\"],\"properties\":{\"href\":{\"description\":\"URI of the referenced resource. \",\"type\":\"string\",\"format\":\"url\"}}}}}}};",
									"",
									"pm.test('Schema is valid', function() {",
									"  pm.expect(tv4.validate(pm.response.json(), res_schema)).to.be.true;",
									"});"
								]
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {},
						"url": {
							"raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfind/v1/indicators/{{vnfInstanceId}}/{{indicatorId}}",
							"protocol": "{{scheme}}",
							"host": [
								"{{host}}{{port}}"
							],
							"path": [
								"{{uri_prefix}}vnfind",
								"v1",
								"indicators",
								"{{vnfInstanceId}}",
								"{{indicatorId}}"
							]
						},
						"description": "The GET method reads an individual VNF indicator.\nNOTE: This identifier can be retrieved from the resource referenced by the \"Location\" HTTP header in the response to a  POST request creating a new VNF instance resource. It can also be retrieved from the \"id\" attribute in the payload body  of that response.\n"
					},
					"response": []
				},
				{
					"name": "Query multiple indicators related to a VNF instance.",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "172d98f7-02f8-473c-978b-371ca4722501",
								"type": "text/javascript",
								"exec": [
									"pm.test(\"Status code is 200\", function () {",
									"    pm.response.to.have.status(200);",
									"});",
									"",
									"var res_schema = {\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"id\",\"value\",\"vnfInstanceId\",\"_links\"],\"properties\":{\"id\":{\"description\":\"An identifier that is unique within a VNF descriptor. \",\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"value\":{\"type\":\"object\"},\"vnfInstanceId\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"},\"_links\":{\"description\":\"Links to resources related to this resource. \",\"type\":\"object\",\"required\":[\"self\"],\"properties\":{\"self\":{\"description\":\"This type represents a link to a resource. \",\"type\":\"object\",\"required\":[\"href\"],\"properties\":{\"href\":{\"description\":\"URI of the referenced resource. \",\"type\":\"string\",\"format\":\"url\"}}},\"vnfInstance\":{\"description\":\"This type represents a link to a resource. \",\"type\":\"object\",\"required\":[\"href\"],\"properties\":{\"href\":{\"description\":\"URI of the referenced resource. \",\"type\":\"string\",\"format\":\"url\"}}}}}}}};",
									"",
									"pm.test('Schema is valid', function() {",
									"  pm.expect(tv4.validate(pm.response.json(), res_schema)).to.be.true;",
									"});"
								]
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {},
						"url": {
							"raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfind/v1/indicators/{{vnfInstanceId}}",
							"protocol": "{{scheme}}",
							"host": [
								"{{host}}{{port}}"
							],
							"path": [
								"{{uri_prefix}}vnfind",
								"v1",
								"indicators",
								"{{vnfInstanceId}}"
							]
						},
						"description": "Get a list of indicators related to a specific VNF instance. Support of attribute based filtering via query parameters.\n"
					},
					"response": []
				},
				{
					"name": "Query multiple indicators",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "0faf5c48-ecf2-48c3-90f4-b992c7f05aa7",
								"type": "text/javascript",
								"exec": [
									"pm.test(\"Status code is 200\", function () {",
									"    pm.response.to.have.status(200);",
									"});",
									"",
									"var res_schema = {\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"id\",\"value\",\"vnfInstanceId\",\"_links\"],\"properties\":{\"id\":{\"description\":\"An identifier that is unique within a VNF descriptor. \",\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"value\":{\"type\":\"object\"},\"vnfInstanceId\":{\"description\":\"An identifier with the intention of being globally unique. \",\"type\":\"string\"},\"_links\":{\"description\":\"Links to resources related to this resource. \",\"type\":\"object\",\"required\":[\"self\"],\"properties\":{\"self\":{\"description\":\"This type represents a link to a resource. \",\"type\":\"object\",\"required\":[\"href\"],\"properties\":{\"href\":{\"description\":\"URI of the referenced resource. \",\"type\":\"string\",\"format\":\"url\"}}},\"vnfInstance\":{\"description\":\"This type represents a link to a resource. \",\"type\":\"object\",\"required\":[\"href\"],\"properties\":{\"href\":{\"description\":\"URI of the referenced resource. \",\"type\":\"string\",\"format\":\"url\"}}}}}}}};",
									"",
									"pm.test('Schema is valid', function() {",
									"  pm.expect(tv4.validate(pm.response.json(), res_schema)).to.be.true;",
									"});"
								]
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {},
						"url": {
							"raw": "{{scheme}}://{{host}}{{port}}/{{uri_prefix}}vnfind/v1/indicators",
							"protocol": "{{scheme}}",
							"host": [
								"{{host}}{{port}}"
							],
							"path": [
								"{{uri_prefix}}vnfind",
								"v1",
								"indicators"
							]
						},
						"description": "The GET method queries multiple VNF indicators."
					},
					"response": []
				}
			]
		}
	]
}