{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault Vault Auth Methods AppRole Audit API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Audit", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault List audit devices", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/sys/audit" }, "docs": "Lists all enabled audit devices." }, { "info": { "name": "HashiCorp Vault Enable audit device", "type": "http" }, "http": { "method": "PUT", "url": "https://vault.example.com/v1/sys/audit/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The path to mount or access the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enables a new audit device at the given path." }, { "info": { "name": "HashiCorp Vault Disable audit device", "type": "http" }, "http": { "method": "DELETE", "url": "https://vault.example.com/v1/sys/audit/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The path to mount or access the resource" } ] }, "docs": "Disables an audit device at the given path." } ] } ], "bundled": true }