Vault status

/server/vaults/(vault)/status

Checks the availability of a single vault.

Methods

GET

By default this endpoint performs a lightweight reachability probe of the vault. If ?onlinecheck=true is specified then the server performs a real online-status check of the vault; use this to monitor whether a vault is truly online.

Output: StatusResponse
  Retrieves the availability of the vault. Successful is true when the vault is reachable, and — when ?onlinecheck=true is specified — online. An invalid or malformed vault GUID responds with HTTP 500.
Parameters: ?onlinecheck - If true, performs a real online-status check of the vault instead of a plain reachability probe. Defaults to false.