Monitor Mideye Health — Health Check API Endpoint
Health Check API
Section titled “Health Check API”To monitor the Mideye service and its connections to the central Mideye switches, a Health Check API is available at:
https://<ServerIP>:<webGUIport>/management/health
API Responses
Section titled “API Responses”-
Status: UP
{"status": "UP"}
Indicates that the Mideye service is running and at least one Mideye Switch is reachable.
-
Status: DOWN
{"status": "DOWN"}
Indicates that the Mideye Server is operational, but no Mideye Switch is reachable.
Example Usage
~ curl https://mideyeserver.company.se:8443/management/health -k{"status":"UP"}For information on log configuration, refer to the Server Logs documentation.