Package com.strongdm.api
Class SecretStoreHealths
java.lang.Object
com.strongdm.api.SecretStoreHealths
SecretStoreHealths exposes health states for secret stores.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhealthcheck
(String secretStoreId) Healthcheck triggers a remote healthcheck request for a secret store.List reports the health status of node to secret store pairs.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the SecretStoreHealths service which has the given deadline set for all method calls.
-
Constructor Details
-
SecretStoreHealths
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the SecretStoreHealths service which has the given deadline set for all method calls. -
list
List reports the health status of node to secret store pairs.- Throws:
RpcException
-
healthcheck
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
-