{"info":{"_postman_id":"4bb0c5a9-6ef1-48b0-b73e-e38fc9494766","name":"CLOUD CONNECTION INFO MGMT","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9027676","collectionId":"4bb0c5a9-6ef1-48b0-b73e-e38fc9494766","publishedId":"SVzz4fb4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-29T14:19:13.000Z"},"item":[{"name":"Register Cloud Driver","id":"e11b050d-75c5-4bed-9868-b62396ddfc45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"DriverName\": \"aws-driver01\",\n    \"ProviderName\": \"AWS\",\n    \"DriverLibFileName\": \"aws-driver-v1.0.so\"\n}"},"url":"{{ip}}:{{port}}/driver","urlObject":{"port":"{{port}}","path":["driver"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"14c2a267-7648-40cb-a1ce-82e439663b60","name":"Register Cloud Driver","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"DriverName\": \"aws-driver01\",\n    \"ProviderName\": \"AWS\",\n    \"DriverLibFileName\": \"aws-driver-v1.0.so\"\n}"},"url":"{{ip}}:{{port}}/driver"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 08:48:11 GMT"},{"key":"Content-Length","value":"92"}],"cookie":[],"responseTime":null,"body":"{\n    \"DriverName\": \"aws-driver01\",\n    \"ProviderName\": \"AWS\",\n    \"DriverLibFileName\": \"aws-driver-v1.0.so\"\n}"}],"_postman_id":"e11b050d-75c5-4bed-9868-b62396ddfc45"},{"name":"List Cloud Driver","id":"d763a337-cfb3-4337-9111-d042c7bc1784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/driver","urlObject":{"port":"{{port}}","path":["driver"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"51cc97f3-c0c8-42a1-9c6d-448c32d8f85f","name":"List Cloud Driver","originalRequest":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/driver"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 08:52:08 GMT"},{"key":"Content-Length","value":"94"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"DriverName\": \"aws-driver01\",\n        \"ProviderName\": \"AWS\",\n        \"DriverLibFileName\": \"aws-driver-v1.0.so\"\n    }\n]"}],"_postman_id":"d763a337-cfb3-4337-9111-d042c7bc1784"},{"name":"Get Cloud Driver","id":"55053374-ede5-445b-9596-3226168faf64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/driver/{{driver_name}}?","urlObject":{"port":"{{port}}","path":["driver","{{driver_name}}"],"host":["{{ip}}"],"query":[{"disabled":true,"key":"DriverName","value":"aws-driver01"}],"variable":[]}},"response":[{"id":"98d3a917-41fb-435d-899a-e1f9532e1b32","name":"Get Cloud Driver","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ip}}:{{port}}/driver/{{driver_name}}","host":["{{ip}}"],"port":"{{port}}","path":["driver","{{driver_name}}"],"query":[{"key":"DriverName","value":"aws-driver01","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 08:42:37 GMT"},{"key":"Content-Length","value":"92"}],"cookie":[],"responseTime":null,"body":"{\n    \"DriverName\": \"aws-driver01\",\n    \"ProviderName\": \"AWS\",\n    \"DriverLibFileName\": \"aws-driver-v1.0.so\"\n}"}],"_postman_id":"55053374-ede5-445b-9596-3226168faf64"},{"name":"Unregister Cloud Driver","id":"95d3abc7-5b83-48df-a07c-517ebfd33c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{ip}}:{{port}}/driver/{{driver_name}}","urlObject":{"port":"{{port}}","path":["driver","{{driver_name}}"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"48a47776-6a67-4226-a852-bd67a2eadb95","name":"Unregister Cloud Driver","originalRequest":{"method":"DELETE","header":[],"url":"{{ip}}:{{port}}/driver/{{driver_name}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 29 Oct 2019 14:12:10 GMT"},{"key":"Content-Length","value":"18"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": \"true\"\n}"}],"_postman_id":"95d3abc7-5b83-48df-a07c-517ebfd33c55"},{"name":"Register Cloud Credential","id":"25a8a242-6875-4a90-8eb5-8bb768d6b201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CredentialName\": \"aws-credential01\",\n    \"ProviderName\": \"AWS\",\n    \"KeyValueInfoList\": [\n        {\n            \"Key\": \"aws_access_key_id\",\n            \"Value\": \"value1\"\n        },\n        {\n            \"Key\": \"aws_secret_access_key\",\n            \"Value\": \"value2\"\n        }\n    ]\n}"},"url":"{{ip}}:{{port}}/credential","urlObject":{"port":"{{port}}","path":["credential"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"edc5539d-4c13-4f6b-8268-ca452cfbe32b","name":"Register Cloud Credential","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CredentialName\": \"aws-credential01\",\n    \"ProviderName\": \"AWS\",\n    \"KeyValueInfoList\": [\n        {\n            \"Key\": \"aws_access_key_id\",\n            \"Value\": \"value1\"\n        },\n        {\n            \"Key\": \"aws_secret_access_key\",\n            \"Value\": \"value2\"\n        }\n    ]\n}"},"url":"{{ip}}:{{port}}/credential"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 08:54:37 GMT"},{"key":"Content-Length","value":"174"}],"cookie":[],"responseTime":null,"body":"{\n    \"CredentialName\": \"aws-credential01\",\n    \"ProviderName\": \"AWS\",\n    \"KeyValueInfoList\": [\n        {\n            \"Key\": \"aws_access_key_id\",\n            \"Value\": \"value1\"\n        },\n        {\n            \"Key\": \"aws_secret_access_key\",\n            \"Value\": \"value2\"\n        }\n    ]\n}"}],"_postman_id":"25a8a242-6875-4a90-8eb5-8bb768d6b201"},{"name":"List Cloud Credential","id":"c69b9c98-daa8-45aa-827d-6e6b1df6ea74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/credential","urlObject":{"port":"{{port}}","path":["credential"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"b6b0db94-3035-4b9c-a285-7d37c8479606","name":"List Cloud Credential","originalRequest":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/credential"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 08:55:22 GMT"},{"key":"Content-Length","value":"176"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CredentialName\": \"aws-credential01\",\n        \"ProviderName\": \"AWS\",\n        \"KeyValueInfoList\": [\n            {\n                \"Key\": \"aws_access_key_id\",\n                \"Value\": \"value1\"\n            },\n            {\n                \"Key\": \"aws_secret_access_key\",\n                \"Value\": \"value2\"\n            }\n        ]\n    }\n]"}],"_postman_id":"c69b9c98-daa8-45aa-827d-6e6b1df6ea74"},{"name":"Get Cloud Credential","id":"badaf501-4ebe-4f4e-b6cb-bde4a16e6b82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/credential/{{credential_name}}","urlObject":{"port":"{{port}}","path":["credential","{{credential_name}}"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"2a2f37f9-9d70-426c-8f4a-bb998312be1a","name":"Get Cloud Credential","originalRequest":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/credential/{{credential_name}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 08:59:18 GMT"},{"key":"Content-Length","value":"174"}],"cookie":[],"responseTime":null,"body":"{\n    \"CredentialName\": \"aws-credential01\",\n    \"ProviderName\": \"AWS\",\n    \"KeyValueInfoList\": [\n        {\n            \"Key\": \"aws_access_key_id\",\n            \"Value\": \"value1\"\n        },\n        {\n            \"Key\": \"aws_secret_access_key\",\n            \"Value\": \"value2\"\n        }\n    ]\n}"}],"_postman_id":"badaf501-4ebe-4f4e-b6cb-bde4a16e6b82"},{"name":"Unregister Cloud Credential","id":"b6c32de1-9961-43dd-b4af-af44220d459c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{ip}}:{{port}}/credential/{{credential_name}}","urlObject":{"port":"{{port}}","path":["credential","{{credential_name}}"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"936ac923-24a6-4e1b-a0d9-ee530deb9d7e","name":"Unregister Cloud Credential","originalRequest":{"method":"DELETE","header":[],"url":"{{ip}}:{{port}}/credential/{{credential_name}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 29 Oct 2019 14:14:35 GMT"},{"key":"Content-Length","value":"18"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": \"true\"\n}"}],"_postman_id":"b6c32de1-9961-43dd-b4af-af44220d459c"},{"name":"Register Cloud Region","id":"8a8544de-ac9d-4096-9554-2cbdf973dd51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RegionName\": \"aws-region01\",\n    \"ProviderName\": \"AWS\",\n    \"KeyValueInfoList\": [\n        {\n            \"Key\": \"region\",\n            \"Value\": \"ap-northeast-2\"\n        }\n    ]\n}"},"url":"{{ip}}:{{port}}/region","urlObject":{"port":"{{port}}","path":["region"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"355a5cb5-6bb8-4cf7-b63b-1160357d867d","name":"Register Cloud Region","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RegionName\": \"aws-region01\",\n    \"ProviderName\": \"AWS\",\n    \"KeyValueInfoList\": [\n        {\n            \"Key\": \"region\",\n            \"Value\": \"ap-northeast-2\"\n        }\n    ]\n}"},"url":"{{ip}}:{{port}}/region"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 09:01:27 GMT"},{"key":"Content-Length","value":"114"}],"cookie":[],"responseTime":null,"body":"{\n    \"RegionName\": \"aws-region01\",\n    \"ProviderName\": \"AWS\",\n    \"KeyValueInfoList\": [\n        {\n            \"Key\": \"region\",\n            \"Value\": \"ap-northeast-2\"\n        }\n    ]\n}"}],"_postman_id":"8a8544de-ac9d-4096-9554-2cbdf973dd51"},{"name":"List Cloud Region","id":"c2b38e43-599e-4e73-8cc8-46f865bf42cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/region","urlObject":{"port":"{{port}}","path":["region"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"83c5428a-44c7-474f-9ad6-daa41229cff9","name":"List Cloud Region","originalRequest":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/region"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 09:01:54 GMT"},{"key":"Content-Length","value":"116"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"RegionName\": \"aws-region01\",\n        \"ProviderName\": \"AWS\",\n        \"KeyValueInfoList\": [\n            {\n                \"Key\": \"region\",\n                \"Value\": \"ap-northeast-2\"\n            }\n        ]\n    }\n]"}],"_postman_id":"c2b38e43-599e-4e73-8cc8-46f865bf42cf"},{"name":"Get Cloud Region","id":"e9e3b0a4-69b0-4a09-8185-8ceb9621c856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/region/{{region_name}}","urlObject":{"port":"{{port}}","path":["region","{{region_name}}"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"0895ddb8-2733-471c-aae8-fa590c4b172f","name":"Get Cloud Region","originalRequest":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/region/{{region_name}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 09:03:38 GMT"},{"key":"Content-Length","value":"114"}],"cookie":[],"responseTime":null,"body":"{\n    \"RegionName\": \"aws-region01\",\n    \"ProviderName\": \"AWS\",\n    \"KeyValueInfoList\": [\n        {\n            \"Key\": \"region\",\n            \"Value\": \"ap-northeast-2\"\n        }\n    ]\n}"}],"_postman_id":"e9e3b0a4-69b0-4a09-8185-8ceb9621c856"},{"name":"Unregister Cloud Region","id":"8c65a847-406a-4057-a57e-6724d44f2eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{ip}}:{{port}}/region/{{region_name}}","urlObject":{"port":"{{port}}","path":["region","{{region_name}}"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"73760605-08a1-451d-b0e9-c9c26ca0ff12","name":"Unregister Cloud Region","originalRequest":{"method":"DELETE","header":[],"url":"{{ip}}:{{port}}/region/{{region_name}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 29 Oct 2019 14:16:01 GMT"},{"key":"Content-Length","value":"18"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": \"true\"\n}"}],"_postman_id":"8c65a847-406a-4057-a57e-6724d44f2eee"},{"name":"Create Cloud Connection Configuration","id":"d928845c-240c-457a-abb2-6e35e268b8fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ConfigName\": \"aws-config01\",\n    \"ProviderName\": \"AWS\",\n    \"DriverName\": \"aws-driver01\",\n    \"CredentialName\": \"aws-credential01\",\n    \"RegionName\": \"aws-region01\"\n}"},"url":"{{ip}}:{{port}}/connectionconfig","urlObject":{"port":"{{port}}","path":["connectionconfig"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"7c033574-90ca-42a3-84ab-8a5aa416144b","name":"Create Cloud Connection Configuration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ConfigName\": \"aws-config01\",\n    \"ProviderName\": \"AWS\",\n    \"DriverName\": \"aws-driver01\",\n    \"CredentialName\": \"aws-credential01\",\n    \"RegionName\": \"aws-region01\"\n}"},"url":"{{ip}}:{{port}}/connectionconfig"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 09:06:06 GMT"},{"key":"Content-Length","value":"143"}],"cookie":[],"responseTime":null,"body":"{\n    \"ConfigName\": \"aws-config01\",\n    \"ProviderName\": \"AWS\",\n    \"DriverName\": \"aws-driver01\",\n    \"CredentialName\": \"aws-credential01\",\n    \"RegionName\": \"aws-region01\"\n}"}],"_postman_id":"d928845c-240c-457a-abb2-6e35e268b8fd"},{"name":"List Cloud Connection Configuration","id":"63628914-a439-4191-86dd-704055f689ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/connectionconfig","urlObject":{"port":"{{port}}","path":["connectionconfig"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"e3408256-a2bb-4f2c-95ea-2637ff286e64","name":"List Cloud Connection Configuration","originalRequest":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/connectionconfig"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 09:13:40 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConfigName\": \"aws-config01\",\n        \"ProviderName\": \"AWS\",\n        \"DriverName\": \"aws-driver01\",\n        \"CredentialName\": \"aws-credential01\",\n        \"RegionName\": \"aws-region01\"\n    }\n]"}],"_postman_id":"63628914-a439-4191-86dd-704055f689ef"},{"name":"Get Cloud Connection Configuration","id":"f8fe5ac4-9729-495e-9d42-11b17a2d58ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/connectionconfig/{{config_name}}","urlObject":{"port":"{{port}}","path":["connectionconfig","{{config_name}}"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"640f7385-7b19-44c7-975a-3819f33b148f","name":"Get Cloud Connection Configuration","originalRequest":{"method":"GET","header":[],"url":"{{ip}}:{{port}}/connectionconfig/{{config_name}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 04 Oct 2019 09:14:43 GMT"},{"key":"Content-Length","value":"143"}],"cookie":[],"responseTime":null,"body":"{\n    \"ConfigName\": \"aws-config01\",\n    \"ProviderName\": \"AWS\",\n    \"DriverName\": \"aws-driver01\",\n    \"CredentialName\": \"aws-credential01\",\n    \"RegionName\": \"aws-region01\"\n}"}],"_postman_id":"f8fe5ac4-9729-495e-9d42-11b17a2d58ac"},{"name":"Delete Cloud Connection Configuration","id":"26f009ec-f0d8-4027-ba67-9a92d261ae25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{ip}}:{{port}}/connectionconfig/{{config_name}}","urlObject":{"port":"{{port}}","path":["connectionconfig","{{config_name}}"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"0dfca1cf-b7b5-4826-aad1-e0e06da32720","name":"Delete Cloud Connection Configuration","originalRequest":{"method":"DELETE","header":[],"url":"{{ip}}:{{port}}/connectionconfig/{{config_name}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 29 Oct 2019 14:18:22 GMT"},{"key":"Content-Length","value":"18"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": \"true\"\n}"}],"_postman_id":"26f009ec-f0d8-4027-ba67-9a92d261ae25"}]}