Class DiagnosticRoutesApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-02-02T21:53:44.206008392-03:00[America/Argentina/Buenos_Aires]")
    public class DiagnosticRoutesApi
    extends java.lang.Object
    • Constructor Detail

      • DiagnosticRoutesApi

        public DiagnosticRoutesApi()
      • DiagnosticRoutesApi

        public DiagnosticRoutesApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getDiagnosticStorage

        public StorageInfoDTO getDiagnosticStorage()
                                            throws ApiException
        Get the storage information of the node Returns diagnostic information about the node storage.
        Returns:
        StorageInfoDTO
        Throws:
        ApiException - if fails to make API call
        Http Response Details
        Status Code Description Response Headers
        200 success -
      • getDiagnosticStorageWithHttpInfo

        public ApiResponse<StorageInfoDTO> getDiagnosticStorageWithHttpInfo()
                                                                     throws ApiException
        Get the storage information of the node Returns diagnostic information about the node storage.
        Returns:
        ApiResponse<StorageInfoDTO>
        Throws:
        ApiException - if fails to make API call
        Http Response Details
        Status Code Description Response Headers
        200 success -
      • getServerInfo

        public ServerInfoDTO getServerInfo()
                                    throws ApiException
        Get the version of the running rest component Returns the version of the running catapult-rest component.
        Returns:
        ServerInfoDTO
        Throws:
        ApiException - if fails to make API call
        Http Response Details
        Status Code Description Response Headers
        200 success -
      • getServerInfoWithHttpInfo

        public ApiResponse<ServerInfoDTO> getServerInfoWithHttpInfo()
                                                             throws ApiException
        Get the version of the running rest component Returns the version of the running catapult-rest component.
        Returns:
        ApiResponse<ServerInfoDTO>
        Throws:
        ApiException - if fails to make API call
        Http Response Details
        Status Code Description Response Headers
        200 success -