Property

vault

Property Name Type Description Required
cluster_id string
cluster_name string
initialized boolean
last_wal string
license VaultLicense
performance_standby boolean
replication_dr_mode string
replication_performance_mode string
sealed boolean
server_time_utc integer
standby boolean
version string

VaultLicense

Property Name Type Description Required
expiry_time string
state string
terminated boolean


↑ TopExample
{
  "cluster_id": "6f84629a-97ce-81b4-46bd-c94c6a1003d8",
  "license": {
    "terminated": false,
    "state": "autoloaded",
    "expiry_time": "2024-07-10T23:59:59Z"
  },
  "standby": false,
  "replication_performance_mode": "disabled",
  "performance_standby": false,
  "cluster_name": "vault-cluster-1d49d85f",
  "version": "1.14.3+ent",
  "replication_dr_mode": "disabled",
  "sealed": false,
  "last_wal": 68547,
  "initialized": true,
  "server_time_utc": 1705474739
}