{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs VM Operations API", "version": "v1alpha5" }, "items": [ { "info": { "name": "VM Operations", "type": "folder" }, "items": [ { "info": { "name": "Get status of asynchronous operations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/compute/vms/instances/operations", "params": [ { "name": "resource_id", "value": "452580d7-41d1-4b63-b4d7-4e4e21e95f96", "type": "query" }, { "name": "state", "value": "IN_PROGRESS", "type": "query" }, { "name": "lower_time_bound", "value": "2021-12-03T19:58:34Z", "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 instances resource. All operations that are either in-flight or completed but not yet\nqueried will be returned." }, { "info": { "name": "Get the status of a single asynchronous operation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/compute/vms/instances/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 instances 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 }