{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs Load Balancer Operations API", "version": "v1alpha5" }, "items": [ { "info": { "name": "Load Balancer Operations", "type": "folder" }, "items": [ { "info": { "name": "Get status of asynchronous operations.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/load-balancers/operations", "params": [ { "name": "resource_id", "value": "452580d7-41d1-4b63-b4d7-4e4e21e95f96", "type": "query" }, { "name": "state", "value": "IN_PROGRESS", "type": "query" }, { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "This resource retrieves information about the status of asynchronous operations for\nexternal load balancers. Query parameters can be used to filter results by external\nload balancer ID or operation state." }, { "info": { "name": "Get status of a single asynchronous operation.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/load-balancers/operations/:operation_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "operation_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "This resource retrieves information about the status of an asynchronous operation\nfor an external load balancer. Only information about the operation specified in\nthe path will be returned." } ] } ], "bundled": true }