/sys/version-history
The /sys/version-history
endpoint is used to retrieve the version history of a Vault.
Read version history
This endpoint returns the version history of the Vault. The response will contain the following keys:
keys
: a list of installed versions in chronological order based on the time installedkey_info
: a map indexed by the versions found in thekeys
list containing the following subkeys:build_date
: the time (in UTC) at which the Vault binary used to run the Vault server was built. Note: Only tracked from version 1.11.0 or greaterprevious_version
: the version installed prior to this version ornull
if no prior version existstimestamp_installed
: the time (in UTC) at which the version was installed
Method
Path
LIST
/sys/version-history
Sample request
Sample response
Last updated