{ "opencollection": "1.0.0", "info": { "name": "Orchestrator Admin Settings VPC API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "VPC", "type": "folder" }, "items": [ { "info": { "name": "List VPCs", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/vpcs", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "List VPCs" }, { "info": { "name": "Add VPC", "type": "http" }, "http": { "method": "POST", "url": "/tenants/:tenant/vpcs", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Add VPC" }, { "info": { "name": "Get VPC by ID", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/vpcs/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get VPC by ID" }, { "info": { "name": "Remove VPC", "type": "http" }, "http": { "method": "DELETE", "url": "/tenants/:tenant/vpcs/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove VPC" }, { "info": { "name": "List subnets", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/subnets", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "List subnets" }, { "info": { "name": "Create subnet", "type": "http" }, "http": { "method": "POST", "url": "/tenants/:tenant/subnets", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Create subnet" }, { "info": { "name": "Remove subnet", "type": "http" }, "http": { "method": "DELETE", "url": "/tenants/:tenant/subnets/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove subnet" } ] } ], "bundled": true }