{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault Vault Auth Methods AppRole Entity API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Entity", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault List entities", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/identity/entity" }, "docs": "Lists all identity entities by ID." }, { "info": { "name": "HashiCorp Vault Create entity", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/entity", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates an identity entity." }, { "info": { "name": "HashiCorp Vault Read entity by ID", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/identity/entity/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Entity unique identifier" } ] }, "docs": "Reads the identity entity with the given ID." }, { "info": { "name": "HashiCorp Vault Update entity by ID", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/entity/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Entity unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the identity entity with the given ID." }, { "info": { "name": "HashiCorp Vault Delete entity by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://vault.example.com/v1/identity/entity/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Entity unique identifier" } ] }, "docs": "Deletes the identity entity with the given ID." }, { "info": { "name": "HashiCorp Vault Read entity by name", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/identity/entity/name/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the entity" } ] }, "docs": "Reads the identity entity with the given name." }, { "info": { "name": "HashiCorp Vault Update entity by name", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/entity/name/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the entity" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the identity entity with the given name." }, { "info": { "name": "HashiCorp Vault Delete entity by name", "type": "http" }, "http": { "method": "DELETE", "url": "https://vault.example.com/v1/identity/entity/name/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the entity" } ] }, "docs": "Deletes the identity entity with the given name." }, { "info": { "name": "HashiCorp Vault Batch delete entities", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/entity/batch-delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes multiple identity entities by their IDs." }, { "info": { "name": "HashiCorp Vault Merge entities", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/entity/merge", "body": { "type": "json", "data": "{}" } }, "docs": "Merges two or more entities into a single entity. Aliases from the source entities are transferred to the destination entity." } ] } ], "bundled": true }