{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory dataspace API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "dataspace", "type": "folder" }, "items": [ { "info": { "name": "List Tasks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/mcvms/tasks/", "headers": [ { "name": "Prefer", "value": "" } ] }, "docs": "This endpoint returns a list of dataspace tasks." }, { "info": { "name": "Delete Task", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/mcvms/tasks/:guid", "params": [ { "name": "guid", "value": "", "type": "path", "description": "Task ID (UUID)" } ] }, "docs": "This endpoint archives and deletes a task and its associated flow." } ] } ], "bundled": true }