Vault
/sys/rotation/orphans
Enterprise
Appropriate Vault Enterprise license required
Use the /sys/rotation/orphans endpoints to manage orphaned
rotation entries for plugins that support automated rotation via the Rotation Manager.
Read a list of orphans
Fetch a list of all orphaned rotation entries in the rotation manager. We recommend reviewing orphaned entries for insight into broken/failing rotations.
| Method | Path |
|---|---|
GET | /sys/rotation/orphans/ |
Sample request
$ curl \
--header "X-Vault-Token: ${VAULT_TOKEN}" \
${VAULT_ADDR}/v1/sys/rotation/orphans
Sample response
{
"orphans": ["ldap/static-role/mary", "ldap/static-role/alice"]
}