From 80726d860f920930a2f05d92b52e8fd99ebb1702 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 4 Jun 2019 13:47:17 +0200 Subject: Modified vFW DT Use case description Change-Id: I744e828568b1edf9f2f9976ff2e4fc95112a4cbd Signed-off-by: Lukasz Rajewski Issue-ID: INT-751 --- docs/files/vfwdt-aai-postman.json | 214 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 docs/files/vfwdt-aai-postman.json (limited to 'docs/files/vfwdt-aai-postman.json') diff --git a/docs/files/vfwdt-aai-postman.json b/docs/files/vfwdt-aai-postman.json new file mode 100644 index 000000000..a37792217 --- /dev/null +++ b/docs/files/vfwdt-aai-postman.json @@ -0,0 +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 -- cgit 1.2.3-korg