{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault Vault Auth Methods AppRole Group API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Group", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault List groups", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/identity/group" }, "docs": "Lists all identity groups by ID." }, { "info": { "name": "HashiCorp Vault Create group", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/group", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates an identity group." }, { "info": { "name": "HashiCorp Vault Read group by ID", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/identity/group/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Group ID" } ] }, "docs": "Reads the identity group with the given ID." }, { "info": { "name": "HashiCorp Vault Update group by ID", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/group/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Group ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the identity group with the given ID." }, { "info": { "name": "HashiCorp Vault Delete group by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://vault.example.com/v1/identity/group/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Group ID" } ] }, "docs": "Deletes the identity group with the given ID." }, { "info": { "name": "HashiCorp Vault Read group by name", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/identity/group/name/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the group" } ] }, "docs": "Reads the identity group with the given name." }, { "info": { "name": "HashiCorp Vault Update group by name", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/group/name/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the identity group with the given name." }, { "info": { "name": "HashiCorp Vault Delete group by name", "type": "http" }, "http": { "method": "DELETE", "url": "https://vault.example.com/v1/identity/group/name/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the group" } ] }, "docs": "Deletes the identity group with the given name." } ] } ], "bundled": true }