{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs Kubernetes Cluster Operations API", "version": "v1alpha5" }, "items": [ { "info": { "name": "Kubernetes Cluster Operations", "type": "folder" }, "items": [ { "info": { "name": "Get status of asynchronous operations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/kubernetes/clusters/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 an asynchronous operation initiated by\nthe Kubernetes Cluster resource. Only information about the operation specified in the path will be returned,\nor an HTTP 403 will be returned if the operation does not exist, was not initiated by the logged\nin user, or has expired." }, { "info": { "name": "Get status of a single asynchronous operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/kubernetes/clusters/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 initiated by\nthe Kubernetes Cluster resource. Only information about the operation specified in the path will be returned,\nor an HTTP 403 will be returned if the operation does not exist, was not initiated by the logged\nin user, or has expired." } ] } ], "bundled": true }