{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault HTTP Auth - AppRole Policy API", "version": "1.15.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Policy", "type": "folder" }, "items": [ { "info": { "name": "List ACL policies", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1:8200/v1/sys/policies/acl" }, "docs": "List ACL policies" }, { "info": { "name": "Read an ACL policy", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1:8200/v1/sys/policies/acl/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Read an ACL policy" }, { "info": { "name": "Create or update an ACL policy", "type": "http" }, "http": { "method": "PUT", "url": "https://127.0.0.1:8200/v1/sys/policies/acl/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update an ACL policy" }, { "info": { "name": "Delete an ACL policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://127.0.0.1:8200/v1/sys/policies/acl/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete an ACL policy" } ] } ], "bundled": true }