/sys/rekey-recovery-key
Read rekey progress
Method
Path
Sample request
$ curl \
--header "X-Vault-Token: ..." \
http://127.0.0.1:8200/v1/sys/rekey-recovery-key/initSample response
{
"started": true,
"nonce": "2dbd10f1-8528-6246-09e7-82b25b8aba63",
"t": 3,
"n": 5,
"progress": 1,
"required": 3,
"pgp_fingerprints": ["abcd1234"],
"backup": true,
"verification_required": false
}Start rekey
Method
Path
Parameters
Sample payload
Sample request
Cancel rekey
Method
Path
Sample request
Read backup key
Method
Path
Sample request
Sample response
Delete backup key
Method
Path
Sample request
Submit key
Method
Path
Parameters
Sample payload
Sample request
Sample response
Read rekey recovery key verification progress
Method
Path
Sample request
Sample response
Cancel rekey verification
Method
Path
Sample request
Sample response
Submit verification key
Method
Path
Parameters
Sample payload
Sample request
Sample response
Last updated