{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs Load Balancers API", "version": "v1alpha5" }, "items": [ { "info": { "name": "Load Balancers", "type": "folder" }, "items": [ { "info": { "name": "Retrieve information about External Load Balancer belonging to the project.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/load-balancers", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "location", "value": "us-east1", "type": "query" }, { "name": "vpc_network_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "query" }, { "name": "name", "value": "my-loadbalancer-test", "type": "query" } ] }, "docs": "Retrieve information about External Load Balancer belonging to the project." }, { "info": { "name": "Create a new external load balancer.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/projects/:project_id/networking/load-balancers", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path", "description": "The project ID to which the external load balancer belongs." } ] }, "docs": "This endpoint creates a new external load balancer in the specified project. The request must include the VPC ID, name, location, and at least one listen port with its associated backends." }, { "info": { "name": "Retrieve information about a particular external load balancer belonging to the project.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/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 information about a particular external load balancer belonging to the project." }, { "info": { "name": "Update an existing external load balancer.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/projects/:project_id/networking/load-balancers/:load_balancer_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path", "description": "The project ID to which the external load balancer belongs." }, { "name": "load_balancer_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path", "description": "The ID of the external load balancer to update." } ] }, "docs": "This endpoint updates the configuration of an existing external load balancer. The request must include the load balancer ID and optionally the health check options and/or listen ports and associated backends." }, { "info": { "name": "Delete an external load balancer.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/projects/:project_id/networking/load-balancers/:load_balancer_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path", "description": "The project ID to which the external load balancer belongs." }, { "name": "load_balancer_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path", "description": "The ID of the external load balancer to delete." } ] }, "docs": "This endpoint deletes an external load balancer identified by its ID within the specified project. No request body or query parameters are required." } ] } ], "bundled": true }