HashiCorp Vault · Example Payload

Vault Sys Health Response Example

DevOpsEncryptionOpen SourcePKISecrets ManagementSecurity

Vault Sys Health Response Example is an example object payload from HashiCorp Vault, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

initializedsealedstandbyversioncluster_namecluster_id

Example Payload

Raw ↑
{
  "initialized": true,
  "sealed": false,
  "standby": false,
  "version": "2.0.0",
  "cluster_name": "vault-cluster-01",
  "cluster_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}