List the Vault AppRoles for a Vault store

This command returns a list of app roles within the given Vault store represented as a JSON Array.

Request

GET https://{hostname}:{port}
    /cli/vault/appRole/appRolesInStore?{parameters}
Accept: {contentType}
Table 1. Request parameters
Parameter Type Required Description
store string true Name or ID of the Vault Store to list AppRoles for.
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: getVaultAppRoles.