Interface RestClient

  • All Known Implementing Classes:
    HealthTrackingRestClient

    public interface RestClient
    REST API client for OpenNMS.
    Author:
    jwhite
    • Method Detail

      • ping

        void ping()
           throws Exception
        Used to verify connectivity with the REST endpoint.
        Throws:
        Exception - on failure
      • getSnmpV3Users

        String getSnmpV3Users()
                       throws Exception
        Used to fetch snmpV3users from REST endpoint.
        Throws:
        Exception - on failure