Search
⌃K
Search
⌃K
Get Started
Maverics overview
Quick start guide
Release notes
Set up Maverics
Sign up for Maverics
Configure an environment
Install and run an Orchestrator
Use our Orchestration Recipes
Configure the identity fabric
Configure applications
Configure service extensions
Configure and deploy user flows
View orchestrator telemetry
Orchestrator reference
Using Orchestrator reference
Remote configuration
License
Secrets management
Logging
Health
Environment variables
HTTP server configuration
Transport security (TLS)
Sessions and user state
Single logout
Connectors
App Gateways
Authentication providers
Attribute providers
Service extensions
Telemetry
RP & IDP Orchestrators
Include external files
CLI reference
Web server modules
Deployments
Release notes archive
Quick starts
Sonar and Canary demo apps
Extend Azure AD B2C to protect on-premises apps
Protect an API and UI
Powered By GitBook

Health

Maverics exposes a /status endpoint, which can be polled by an external service to determine liveness. A healthy Orchestrator will return an HTTP 200 when a GET request is made to the status endpoint:
curl https://<MAVERICS SERVER>/status
{
"status": "up"
}

Location

The location field defines the path that the health endpoint will be served on.
health:
location: /status-check
Orchestrator reference - Previous
Logging
Next - Orchestrator reference
Environment variables
Last modified 6mo ago