Check tenant status
•
Environment: cloud
Some tooltip text!
• 1 minute to read
• 1 minute to read
Each tenant has a status page where you can check its state to ensure your application remains stable and responds accordingly.
Pre-requisites
- Context identifier (CustId) is known
To check the status
Send a request to the state API:
- Set
ENVIR
to sod, stage or online depending on where your application runs. - Set
CONTEXTID
to your context identifier, for example, Cust00000.
GET https://ENVIR.superoffice.com/api/state/CONTEXTID
- Set
Parse the response. Details in the state value reference.