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.
|
okhttp3.Call |
getDiagnosticStorageAsync(ApiCallback<StorageInfoDTO> _callback)
Get the storage information of the node (asynchronously)
Returns diagnostic information about the node storage.
|
okhttp3.Call |
getDiagnosticStorageCall(ApiCallback _callback)
Build call for getDiagnosticStorage
|
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.
|
okhttp3.Call |
getServerInfoAsync(ApiCallback<ServerDTO> _callback)
Get the version of the running rest component (asynchronously)
Returns the version of the running catapult-rest component.
|
okhttp3.Call |
getServerInfoCall(ApiCallback _callback)
Build call for getServerInfo
|
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 okhttp3.Call getDiagnosticStorageCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
public StorageInfoDTO getDiagnosticStorage() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<StorageInfoDTO> getDiagnosticStorageWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public okhttp3.Call getDiagnosticStorageAsync(ApiCallback<StorageInfoDTO> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
public okhttp3.Call getServerInfoCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
public ServerDTO getServerInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<ServerDTO> getServerInfoWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public okhttp3.Call getServerInfoAsync(ApiCallback<ServerDTO> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |