{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory locks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "locks", "type": "folder" }, "items": [ { "info": { "name": "List NLM Locks", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/clusters/:id/locks/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This endpoint returns all NLM locks on a file at a specified path." }, { "info": { "name": "Deletes NLM Locks", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/clusters/:id/locks/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This endpoint deletes NLM locks on a file." }, { "info": { "name": "Deletes NLM Locks Recursively", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/clusters/:id/release_recursive_locks/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This endpoint deletes NLM locks on a path recursively." } ] } ], "bundled": true }