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