aboutsummaryrefslogtreecommitdiffstats
path: root/docs/files/vfwdt-aai-postman.json
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-02-26 15:13:39 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2020-03-02 14:20:42 +0000
commit5ec49e5e47304f386346e231c884b8c7ac752a10 (patch)
treea09e5d7cfaa69fd8395a1dcd3879819100751adc /docs/files/vfwdt-aai-postman.json
parent2ab428182f0b1e4188de1ce9166033ad34b4cb48 (diff)
Fix JSON files linter issues in docs
This is needed prior to adding job for JSON files linting in CI. Change-Id: I80c967f4657fb80f1bc1f124a48295170ff44b8e Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
Diffstat (limited to 'docs/files/vfwdt-aai-postman.json')
-rw-r--r--docs/files/vfwdt-aai-postman.json426
1 files changed, 213 insertions, 213 deletions
diff --git a/docs/files/vfwdt-aai-postman.json b/docs/files/vfwdt-aai-postman.json
index a37792217..aaa03a4f8 100644
--- a/docs/files/vfwdt-aai-postman.json
+++ b/docs/files/vfwdt-aai-postman.json
@@ -1,214 +1,214 @@
{
- "info": {
- "_postman_id": "a2db5e8d-6c15-4db1-9a62-9346a414b0be",
- "name": "ONAP-AAI-Test",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
- },
- "item": [
- {
- "name": "VServersByName",
- "request": {
- "method": "GET",
- "header": [
- {
- "key": "X-FromAppId",
- "value": "AAI",
- "type": "text"
- },
- {
- "key": "X-TransactionId",
- "value": "get_aai_subscr",
- "type": "text"
- },
- {
- "key": "Accept",
- "value": "application/json",
- "type": "text"
- },
- {
- "key": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "url": {
- "raw": "https://10.12.5.63:30233/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant/087050388b204c73a3e418dd2c1fe30b/vservers/?vserver-name=vofwl01vfw4407",
- "protocol": "https",
- "host": [
- "10",
- "12",
- "5",
- "63"
- ],
- "port": "30233",
- "path": [
- "aai",
- "v14",
- "cloud-infrastructure",
- "cloud-regions",
- "cloud-region",
- "CloudOwner",
- "RegionOne",
- "tenants",
- "tenant",
- "087050388b204c73a3e418dd2c1fe30b",
- "vservers",
- ""
- ],
- "query": [
- {
- "key": "vserver-name",
- "value": "vofwl01vfw4407"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "Tenants",
- "request": {
- "method": "GET",
- "header": [
- {
- "key": "X-FromAppId",
- "value": "AAI",
- "type": "text"
- },
- {
- "key": "X-TransactionId",
- "value": "get_aai_subscr",
- "type": "text"
- },
- {
- "key": "Accept",
- "value": "application/json",
- "type": "text"
- },
- {
- "key": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "url": {
- "raw": "https://10.12.5.63:30233/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant/087050388b204c73a3e418dd2c1fe30b/vservers/?vserver-name=vofwl01vfw4407",
- "protocol": "https",
- "host": [
- "10",
- "12",
- "5",
- "63"
- ],
- "port": "30233",
- "path": [
- "aai",
- "v14",
- "cloud-infrastructure",
- "cloud-regions",
- "cloud-region",
- "CloudOwner",
- "RegionOne",
- "tenants",
- "tenant",
- "087050388b204c73a3e418dd2c1fe30b",
- "vservers",
- ""
- ],
- "query": [
- {
- "key": "vserver-name",
- "value": "vofwl01vfw4407"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "GenericVNFById",
- "request": {
- "method": "GET",
- "header": [
- {
- "key": "X-FromAppId",
- "value": "AAI",
- "type": "text"
- },
- {
- "key": "X-TransactionId",
- "value": "get_aai_subscr",
- "type": "text"
- },
- {
- "key": "Accept",
- "value": "application/json",
- "type": "text"
- },
- {
- "key": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "url": {
- "raw": "https://10.12.5.63:30233/aai/v14/network/generic-vnfs/generic-vnf/2d125b4d-e120-4815-a0c7-4c4bec6c89f9",
- "protocol": "https",
- "host": [
- "10",
- "12",
- "5",
- "63"
- ],
- "port": "30233",
- "path": [
- "aai",
- "v14",
- "network",
- "generic-vnfs",
- "generic-vnf",
- "2d125b4d-e120-4815-a0c7-4c4bec6c89f9"
- ]
- }
- },
- "response": []
- }
- ],
- "auth": {
- "type": "basic",
- "basic": [
- {
- "key": "password",
- "value": "AAI",
- "type": "string"
- },
- {
- "key": "username",
- "value": "AAI",
- "type": "string"
- }
- ]
- },
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "id": "e35b8a0f-24b0-4990-88f2-4c83421cb4a4",
- "type": "text/javascript",
- "exec": [
- ""
- ]
- }
- },
- {
- "listen": "test",
- "script": {
- "id": "74b3d3ac-e313-4570-93b0-bd6d64beebfa",
- "type": "text/javascript",
- "exec": [
- ""
- ]
- }
- }
- ]
-} \ No newline at end of file
+ "info": {
+ "_postman_id": "a2db5e8d-6c15-4db1-9a62-9346a414b0be",
+ "name": "ONAP-AAI-Test",
+ "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
+ },
+ "item": [
+ {
+ "name": "VServersByName",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "X-FromAppId",
+ "value": "AAI",
+ "type": "text"
+ },
+ {
+ "key": "X-TransactionId",
+ "value": "get_aai_subscr",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "https://10.12.5.63:30233/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant/087050388b204c73a3e418dd2c1fe30b/vservers/?vserver-name=vofwl01vfw4407",
+ "protocol": "https",
+ "host": [
+ "10",
+ "12",
+ "5",
+ "63"
+ ],
+ "port": "30233",
+ "path": [
+ "aai",
+ "v14",
+ "cloud-infrastructure",
+ "cloud-regions",
+ "cloud-region",
+ "CloudOwner",
+ "RegionOne",
+ "tenants",
+ "tenant",
+ "087050388b204c73a3e418dd2c1fe30b",
+ "vservers",
+ ""
+ ],
+ "query": [
+ {
+ "key": "vserver-name",
+ "value": "vofwl01vfw4407"
+ }
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "Tenants",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "X-FromAppId",
+ "value": "AAI",
+ "type": "text"
+ },
+ {
+ "key": "X-TransactionId",
+ "value": "get_aai_subscr",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "https://10.12.5.63:30233/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant/087050388b204c73a3e418dd2c1fe30b/vservers/?vserver-name=vofwl01vfw4407",
+ "protocol": "https",
+ "host": [
+ "10",
+ "12",
+ "5",
+ "63"
+ ],
+ "port": "30233",
+ "path": [
+ "aai",
+ "v14",
+ "cloud-infrastructure",
+ "cloud-regions",
+ "cloud-region",
+ "CloudOwner",
+ "RegionOne",
+ "tenants",
+ "tenant",
+ "087050388b204c73a3e418dd2c1fe30b",
+ "vservers",
+ ""
+ ],
+ "query": [
+ {
+ "key": "vserver-name",
+ "value": "vofwl01vfw4407"
+ }
+ ]
+ }
+ },
+ "response": []
+ },
+ {
+ "name": "GenericVNFById",
+ "request": {
+ "method": "GET",
+ "header": [
+ {
+ "key": "X-FromAppId",
+ "value": "AAI",
+ "type": "text"
+ },
+ {
+ "key": "X-TransactionId",
+ "value": "get_aai_subscr",
+ "type": "text"
+ },
+ {
+ "key": "Accept",
+ "value": "application/json",
+ "type": "text"
+ },
+ {
+ "key": "Content-Type",
+ "value": "application/json",
+ "type": "text"
+ }
+ ],
+ "url": {
+ "raw": "https://10.12.5.63:30233/aai/v14/network/generic-vnfs/generic-vnf/2d125b4d-e120-4815-a0c7-4c4bec6c89f9",
+ "protocol": "https",
+ "host": [
+ "10",
+ "12",
+ "5",
+ "63"
+ ],
+ "port": "30233",
+ "path": [
+ "aai",
+ "v14",
+ "network",
+ "generic-vnfs",
+ "generic-vnf",
+ "2d125b4d-e120-4815-a0c7-4c4bec6c89f9"
+ ]
+ }
+ },
+ "response": []
+ }
+ ],
+ "auth": {
+ "type": "basic",
+ "basic": [
+ {
+ "key": "password",
+ "value": "AAI",
+ "type": "string"
+ },
+ {
+ "key": "username",
+ "value": "AAI",
+ "type": "string"
+ }
+ ]
+ },
+ "event": [
+ {
+ "listen": "prerequest",
+ "script": {
+ "id": "e35b8a0f-24b0-4990-88f2-4c83421cb4a4",
+ "type": "text/javascript",
+ "exec": [
+ ""
+ ]
+ }
+ },
+ {
+ "listen": "test",
+ "script": {
+ "id": "74b3d3ac-e313-4570-93b0-bd6d64beebfa",
+ "type": "text/javascript",
+ "exec": [
+ ""
+ ]
+ }
+ }
+ ]
+}