{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs Disk Operations API", "version": "v1alpha5" }, "items": [ { "info": { "name": "Disk Operations", "type": "folder" }, "items": [ { "info": { "name": "Get status of asynchronous operations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/storage/disks/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 initiated by\nthe disks resource. All operations that are either in-flight or completed but not yet\nqueried will be returned." }, { "info": { "name": "Get status of a single asynchronous operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/storage/disks/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 disks 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 }