pub async fn retrieve_status(
configuration: &Configuration,
) -> Result<Value, Error<RetrieveStatusError>>
Expand description
Retrieves the FusionAuth system status. This request is anonymous and does not require an API key. When an API key is not provided the response will contain a single value in the JSON response indicating the current health check. OR Retrieves the FusionAuth system status using an API key. Using an API key will cause the response to include the product version, health checks and various runtime metrics.