Health Check for new Web Portal 8.2.1

Dear Community,

Is somebody aware of an option on how to perform an automated health check from a load balancer toward a specific URL of the new angular-based Web Portal in OneIM 8.2.1?

As described in the following thread, there is an option to call the ping route for the Web Designer Web Portal.

 Health Check configuration for load balancer 

Looking forward to have a similar option for the new Web Portal.

Regards,

Manuel

Parents
  • Hello Manuel,

    You can use the /imx/ping URL. If the server is running, this URL will return a 200 OK code along with some flags that should usually be "false".

    {
      "NoDbConnection": false,
      "HasPluginErrors": false,
      "IsWaitingToStartUpdate": false,
      "PluginsWithErrors": []
    }

    Thanks,

    Hanno

Reply
  • Hello Manuel,

    You can use the /imx/ping URL. If the server is running, this URL will return a 200 OK code along with some flags that should usually be "false".

    {
      "NoDbConnection": false,
      "HasPluginErrors": false,
      "IsWaitingToStartUpdate": false,
      "PluginsWithErrors": []
    }

    Thanks,

    Hanno

Children