Package dev.restate.admin.api
Class ClusterHealthApi
java.lang.Object
dev.restate.admin.api.ClusterHealthApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCluster health Get the cluster health.Cluster health Get the cluster health.protected ApiException
getApiException
(String operationId, HttpResponse<InputStream> response)
-
Constructor Details
-
ClusterHealthApi
public ClusterHealthApi() -
ClusterHealthApi
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException - Throws:
IOException
-
clusterHealth
Cluster health Get the cluster health.- Returns:
- ClusterHealthResponse
- Throws:
ApiException
- if fails to make API call
-
clusterHealthWithHttpInfo
Cluster health Get the cluster health.- Returns:
- ApiResponse<ClusterHealthResponse>
- Throws:
ApiException
- if fails to make API call
-