{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory qospolicies API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "qospolicies", "type": "folder" }, "items": [ { "info": { "name": "List QoS Policies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/qospolicies/", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "This endpoint lists QoS policies." }, { "info": { "name": "Create QoS Policy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/qospolicies/", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates a QoS policy." }, { "info": { "name": "Return Details of QoS Policy", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/qospolicies/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This endpoint returns details of a specified QoS policy" }, { "info": { "name": "Modify QoS Policy", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/qospolicies/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint modifies a specified QoS policy." }, { "info": { "name": "Delete QoS Policy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/qospolicies/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This endpoint deletes a QoS policy" } ] } ], "bundled": true }