Skip to main content

Get control service health/status

get
/api/pvlt/1.0/ctl/info/health

Gets the status of the service.

The status codes returned follow the IETF standard Health Check Response Format for HTTP APIs. For example, pass is returned when the service is up.

Possible responses

The request is successful.

object required*
  • status - string required*

    The status of the service.

Example
{
"status": "pass"
}
Navigate to the docs of your local Vault installation to try the API directly from there.

Code examples

Example