{ "opencollection": "1.0.0", "info": { "name": "CUDO Compute Billing Networks API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Networks", "type": "folder" }, "items": [ { "info": { "name": "List networks", "type": "http" }, "http": { "method": "GET", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/networks", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." } ] }, "docs": "List networks" }, { "info": { "name": "Create a network", "type": "http" }, "http": { "method": "POST", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/networks", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a network" }, { "info": { "name": "Get a network", "type": "http" }, "http": { "method": "GET", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/networks/:id", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." }, { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Get a network" }, { "info": { "name": "Delete a network", "type": "http" }, "http": { "method": "DELETE", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/networks/:id", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." }, { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Delete a network" }, { "info": { "name": "Start a network", "type": "http" }, "http": { "method": "POST", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/networks/:id/start", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." }, { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Start a network" }, { "info": { "name": "Stop a network", "type": "http" }, "http": { "method": "POST", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/networks/:id/stop", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." }, { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Stop a network" }, { "info": { "name": "List security groups", "type": "http" }, "http": { "method": "GET", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/networks/security-groups", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." } ] }, "docs": "List security groups" } ] } ], "bundled": true }