Skip to content

Monitor Mideye Health — Health Check API Endpoint

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

  • 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

Terminal window
~ curl https://mideyeserver.company.se:8443/management/health -k
{"status":"UP"}

For information on log configuration, refer to the Server Logs documentation.