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:
GET https://ENVIR.superoffice.com/api/state/CONTEXTID
- Set ENVIR to sod, stage or online depending on where your application runs.
- Set CONTEXTID to your context identifier, for example, Cust00000.
-
Parse the response. Details in the state value reference.