This API is deprecated and will be removed in a future version of Vault.
Please use license autoloading instead,
and see License Status below for the non-deprecated equivalent API.
This endpoint returns information about the currently installed license.
{"data":{"expiration_time":"2017-11-14T16:34:36.546753-05:00","features":["UI","HSM","Performance Replication","DR Replication"],"license_id":"temporary","start_time":"2017-11-14T16:04:36.546753-05:00"},"warnings":["time left on license is 29m33s"]}
{"data":{"expiration_time":"2017-11-14T16:34:36.546753-05:00","features":["UI","HSM","Performance Replication","DR Replication"],"license_id":"temporary","start_time":"2017-11-14T16:04:36.546753-05:00"},"warnings":["time left on license is 29m33s"]}
text(string: <required>) – The text of the license.
DR Secondary Specific Parameters
dr_operation_token(string: <required>) - DR operation token used to authorize this request.
Note that this is the legacy mechanism for providing a DR operation token. It is
equally valid to provide the DR operation token in the X-Vault-Token header, as
with a regular vault token.
This endpoint returns information about licensing. It returns similar information
to a GET of sys/license, but whereas that endpoint reports solely on the
license Vault is currently using, this one reports on all licensing
information the Vault cluster has. See
license autoloading for background.
In the response:
autoloading_used will be true if an autoloaded license was provided to the
node, false otherwise.
autoloaded is the autoloaded license if autoloading_used is true.
persisted_autoload is the autoloaded license the active node last wrote to
storage; this is only used to detect inconsistently licensed nodes in the
cluster. It cannot be used as a license itself.
stored is the stored license if any, i.e. one written using PUT sys/license.
autoloaded, persisted_autoload, and stored all have the same structure,
which is also the same structure as the top-level data returned by GET sys/license.