vaultrs::sys

Function health

source
pub async fn health(
    client: &impl Client,
) -> Result<ReadHealthResponse, ClientError>
Expand description

Returns health information about the Vault server.

See ReadHealthRequest