Uses of Class
io.github.jopenlibs.vault.response.HealthResponse
Packages that use HealthResponse
Package
Description
Classes implementing the various endpoints of the Vault HTTP API.
-
Uses of HealthResponse in io.github.jopenlibs.vault.api
Methods in io.github.jopenlibs.vault.api that return HealthResponseModifier and TypeMethodDescriptionDebug.health()Returns the health status of Vault.Debug.health(Boolean standbyOk, Boolean perfstandbyOk, Integer activeCode, Integer standbyCode, Integer drsecondaryCode, Integer performanceStandbyCode, Integer sealedCode, Integer uninitCode) An overloaded version ofDebug.health()that allows for passing one or more optional parameters.