{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs Internal Load Balancers API", "version": "v1alpha5" }, "items": [ { "info": { "name": "Internal Load Balancers", "type": "folder" }, "items": [ { "info": { "name": "Retrieve details about all load balancers that belong to the logged in user.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/internal-load-balancers", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Retrieve details about all load balancers that belong to the logged in user." }, { "info": { "name": "Create a new load balancer owned by the logged in user.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/projects/:project_id/networking/internal-load-balancers", "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 load balancer that belongs to the logged in user.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/internal-load-balancers/:load_balancer_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "load_balancer_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Retrieve details for a load balancer that belongs to the logged in user." }, { "info": { "name": "Patch (update) a load balancer owned by the logged in user.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/projects/:project_id/networking/internal-load-balancers/:load_balancer_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "load_balancer_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "A successful response from this resource will contain the async operation.\nTo disable health checking, pass \"health_check\": {\"port\": 0}" }, { "info": { "name": "Delete a load balancer owned by the logged in user.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/projects/:project_id/networking/internal-load-balancers/:load_balancer_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "load_balancer_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "A successful response from this resource will contain the async operation." } ] } ], "bundled": true }