@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-11-02T09:22:19.033Z[UTC]")
public class DiagnosticRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
DiagnosticRoutesApi() |
DiagnosticRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
StorageInfoDTO |
getDiagnosticStorage()
Get the storage information of the node
Returns diagnostic information about the node storage.
|
ApiResponse<StorageInfoDTO> |
getDiagnosticStorageWithHttpInfo()
Get the storage information of the node
Returns diagnostic information about the node storage.
|
ServerDTO |
getServerInfo()
Get the version of the running rest component
Returns the version of the running catapult-rest component.
|
ApiResponse<ServerDTO> |
getServerInfoWithHttpInfo()
Get the version of the running rest component
Returns the version of the running catapult-rest component.
|
void |
setApiClient(ApiClient apiClient) |
public DiagnosticRoutesApi()
public DiagnosticRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public StorageInfoDTO getDiagnosticStorage() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<StorageInfoDTO> getDiagnosticStorageWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public ServerDTO getServerInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<ServerDTO> getServerInfoWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |