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