Class SecretStoreHealths

java.lang.Object
com.strongdm.api.SecretStoreHealths

public class SecretStoreHealths extends Object
SecretStoreHealths exposes health states for secret stores.
  • Constructor Details

    • SecretStoreHealths

      public SecretStoreHealths(io.grpc.ManagedChannel channel, Client client)
  • Method Details

    • withDeadlineAfter

      public SecretStoreHealths withDeadlineAfter(long duration, TimeUnit units)
      This function returns a copy of the SecretStoreHealths service which has the given deadline set for all method calls.
    • list

      public Iterable<SecretStoreHealth> list(String filter, Object... args) throws RpcException
      List reports the health status of node to secret store pairs.
      Throws:
      RpcException
    • healthcheck

      public SecretStoreHealthcheckResponse healthcheck(String secretStoreId) throws RpcException
      Healthcheck triggers a remote healthcheck request for a secret store. It may take minutes to propagate across a large network of Nodes. The call will return immediately, and the updated health of the Secret Store can be retrieved via List.
      Throws:
      RpcException