Class HealthcheckWebServices

  • All Implemented Interfaces:
    io.vertigo.core.node.component.Component, io.vertigo.core.node.component.CoreComponent, WebServices

    @PathPrefix("/healthcheck")
    public final class HealthcheckWebServices
    extends Object
    implements WebServices
    Healthcheck WebService.
    Author:
    xdurand (30 mars 2017 18:00:02)
    • Constructor Detail

      • HealthcheckWebServices

        public HealthcheckWebServices()
    • Method Detail

      • completeHealthcheck

        @SessionLess
        @AnonymousAccessAllowed
        @GET("/complete")
        public List<io.vertigo.core.analytics.health.HealthCheck> completeHealthcheck()
        Complete node healthcheck WebService.
        Returns:
        a complete health status of the node for all the monitored components.