{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory cnodegroups API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "cnodegroups", "type": "folder" }, "items": [ { "info": { "name": "Get all existing CNode Groups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/cnodegroups/" }, "docs": "This endpoint lists CNode Groups" }, { "info": { "name": "Create a CNode Group", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/cnodegroups/", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates a CNode Group." }, { "info": { "name": "Return Details of a CNode Group", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/cnodegroups/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This endpoint returns information about a specific CNode Group." }, { "info": { "name": "Modify CNode Group", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/cnodegroups/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "CNodeGroup ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify CNode Group" }, { "info": { "name": "Delete CNodeGroup", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/cnodegroups/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete CNode Group." } ] } ], "bundled": true }