{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs VPC Networks API", "version": "v1alpha5" }, "items": [ { "info": { "name": "VPC Networks", "type": "folder" }, "items": [ { "info": { "name": "Retrieve details about all VPC networks that belong to the logged in user.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/vpc-networks", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Retrieve details about all VPC networks that belong to the logged in user." }, { "info": { "name": "Create a new VPC network owned by the logged in user.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/projects/:project_id/networking/vpc-networks", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "A successful response from this resource will contain information regarding the created VPC network." }, { "info": { "name": "Retrieve details for a VPC network that belongs to the logged in user.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/vpc-networks/:vpc_network_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "vpc_network_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Retrieve details for a VPC network that belongs to the logged in user." }, { "info": { "name": "Patch (update) a VPC network owned by the logged in user.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/projects/:project_id/networking/vpc-networks/:vpc_network_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "vpc_network_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "A successful response from this resource will contain the async operation." }, { "info": { "name": "Delete a VPC network owned by the logged in user.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/projects/:project_id/networking/vpc-networks/:vpc_network_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "vpc_network_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "A successful response from this resource will contain the async operation." } ] } ], "bundled": true }