Skip to main content
GET
/
admin
/
secrets
/
status
Error
A valid request URL is required to generate request examples
{
  "available": true,
  "sealed": true,
  "initialized": true,
  "version": "<string>",
  "cluster_name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Vault status

available
boolean
sealed
boolean | null
initialized
boolean | null
version
string | null
cluster_name
string | null