{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory basicsettings API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "basicsettings", "type": "folder" }, "items": [ { "info": { "name": "Return Basic Settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/basicsettings/" }, "docs": "This endpoint returns the set of basic settings for users that do not have permissions to access any security realm." } ] } ], "bundled": true }