{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault KV Secrets Engine Auth Methods Secrets Engines API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Secrets Engines", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault List Secrets Engine Mounts", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/sys/mounts" }, "docs": "List all mounted secrets engines with their configuration, accessor, and options. Returns a map of mount path to engine configuration." }, { "info": { "name": "HashiCorp Vault Enable Secrets Engine", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/sys/mounts/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Mount path for the auth method or secrets engine. Must not contain slashes at the beginning or end." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Mount a new secrets engine at the specified path. Supported types include aws, azure, consul, database, gcp, kv, nomad, pki, rabbitmq, ssh, totp, transit, and more." }, { "info": { "name": "HashiCorp Vault Disable Secrets Engine", "type": "http" }, "http": { "method": "DELETE", "url": "https://vault.example.com/v1/sys/mounts/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Mount path for the auth method or secrets engine. Must not contain slashes at the beginning or end." } ] }, "docs": "Unmount a secrets engine. All secrets stored in this engine will be revoked. This operation is irreversible." } ] } ], "bundled": true }