Interface AdminClient

    • Method Detail

      • getAdminUrl

        java.lang.String getAdminUrl()
        Returns:
        the adminUrl
      • adminAutotest

        VitamError adminAutotest()
                          throws VitamClientException
        Check the dependencies and return a VitamError status where getHttpCode contains either 200 for OK or 503 for error and a sub list of VitamErrors for each tested subservices
        Returns:
        the VitamError status, both in case of OK or ServiceUnavailable
        Throws:
        VitamClientException