{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault Vault Auth Methods AppRole Mounts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Mounts", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault List secrets engines", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/sys/mounts" }, "docs": "Lists all mounted secrets engines." }, { "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": "The path to mount or access the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enables a new secrets engine at the given path." }, { "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": "The path to mount or access the resource" } ] }, "docs": "Disables the secrets engine at the given path." } ] } ], "bundled": true }