{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory vastauditlog API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "vastauditlog", "type": "folder" }, "items": [ { "info": { "name": "Returns VAST Audit Log columns", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/vastauditlog/columns/" }, "docs": "Returns VAST Audit Log columns" }, { "info": { "name": "Queries data based on provided params", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/vastauditlog/query_data/", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "ordering", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query", "description": "Defines which fields should be displayed" }, { "name": "filters", "value": "", "type": "query", "description": "URL-encoded JSON-string - actually an encoded mapping. Keys are column names.\nE.g. `{\"creation_time\": [{\"gt\": \"1727863200000\"}, {\"lt\": \"1729591200000\"}],\n \"atime\": [{\"gt\": \"1727776800000\", \"lt\": \"1729591200000\"}]}'`.\nElements within a list per column are OR'ed, elements withing a map inside a list are AND'ed.\n" } ] }, "docs": "Queries data based on provided params" }, { "info": { "name": "Queries the VAST Audit log.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/vastauditlog/query_data/", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "ordering", "value": "", "type": "query" } ] }, "docs": "Queries the VAST Audit log." }, { "info": { "name": "Returns information about VAST Audit Log stats", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/vastauditlog/stats/" }, "docs": "Returns information about VAST Audit Log stats" } ] } ], "bundled": true }