Monitoring the Event Notification Service Status
Call the /health/status endpoint using GET to monitor the status of the Event Notification Service.
Note:The /health/status endpoint is not added to the base URL. Instead, depending on your AWS instance, use one of the following URLs for authentication:
https://<siteID>-uat.flexnetoperations.eu/notifications/health/status
https://<siteID>-uat.flexnetoperations.com/notifications/health/status
where <siteID> is your organization’s site ID which is supplied by Revenera. For production environments, omit "‑uat". For more information on <siteID>, see About Your Site ID.
The response returns the status; possible responses are as follows:
• | 200: OK. Includes the status as UP or DOWN. |
• | 503: Service Temporarily Unavailable. Returned if the service itself is offline or unreachable. |
Sample Response
{
"status": "UP"
}