{ "opencollection": "1.0.0", "info": { "name": "Armory Scale Agent Operations & Tasks Operations Controller API", "version": "0.13.x" }, "items": [ { "info": { "name": "operations-controller", "type": "folder" }, "items": [ { "info": { "name": "operations", "type": "http" }, "http": { "method": "POST", "url": "/ops", "params": [ { "name": "clientRequestId", "value": "", "type": "query", "description": "clientRequestId" } ], "body": { "type": "json", "data": "{}" } }, "docs": "operations" }, { "info": { "name": "operation", "type": "http" }, "http": { "method": "POST", "url": "/ops/:name", "params": [ { "name": "clientRequestId", "value": "", "type": "query", "description": "clientRequestId" }, { "name": "name", "value": "", "type": "path", "description": "name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "operation" }, { "info": { "name": "list", "type": "http" }, "http": { "method": "GET", "url": "/task" }, "docs": "list" }, { "info": { "name": "get", "type": "http" }, "http": { "method": "GET", "url": "/task/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "get" }, { "info": { "name": "resumeTask", "type": "http" }, "http": { "method": "POST", "url": "/task/:id:resume", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "resumeTask" }, { "info": { "name": "cloudProviderOperations", "type": "http" }, "http": { "method": "POST", "url": "/:cloudProvider/ops", "params": [ { "name": "clientRequestId", "value": "", "type": "query", "description": "clientRequestId" }, { "name": "cloudProvider", "value": "", "type": "path", "description": "cloudProvider" } ], "body": { "type": "json", "data": "{}" } }, "docs": "cloudProviderOperations" }, { "info": { "name": "cloudProviderOperation", "type": "http" }, "http": { "method": "POST", "url": "/:cloudProvider/ops/:name", "params": [ { "name": "clientRequestId", "value": "", "type": "query", "description": "clientRequestId" }, { "name": "cloudProvider", "value": "", "type": "path", "description": "cloudProvider" }, { "name": "name", "value": "", "type": "path", "description": "name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "cloudProviderOperation" } ] } ], "bundled": true }