public class BackupPlanApi extends Object
| 构造器和说明 |
|---|
BackupPlanApi() |
BackupPlanApi(ApiClient apiClient) |
public BackupPlanApi()
public BackupPlanApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call backupRebuildVmCall(BackupRestorePointRebuildParams backupRestorePointRebuildParams, ApiCallback _callback) throws ApiException
backupRestorePointRebuildParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskBackupRestoreExecution> backupRebuildVm(BackupRestorePointRebuildParams backupRestorePointRebuildParams) throws ApiException
backupRestorePointRebuildParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskBackupRestoreExecution>> backupRebuildVmWithHttpInfo(BackupRestorePointRebuildParams backupRestorePointRebuildParams) throws ApiException
backupRestorePointRebuildParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call backupRebuildVmAsync(BackupRestorePointRebuildParams backupRestorePointRebuildParams, ApiCallback<List<WithTaskBackupRestoreExecution>> _callback) throws ApiException
backupRestorePointRebuildParams - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call backupRestoreVmInPlaceCall(BackupRestorePointRestoreInPlaceParams backupRestorePointRestoreInPlaceParams, ApiCallback _callback) throws ApiException
backupRestorePointRestoreInPlaceParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskBackupRestoreExecution> backupRestoreVmInPlace(BackupRestorePointRestoreInPlaceParams backupRestorePointRestoreInPlaceParams) throws ApiException
backupRestorePointRestoreInPlaceParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskBackupRestoreExecution>> backupRestoreVmInPlaceWithHttpInfo(BackupRestorePointRestoreInPlaceParams backupRestorePointRestoreInPlaceParams) throws ApiException
backupRestorePointRestoreInPlaceParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call backupRestoreVmInPlaceAsync(BackupRestorePointRestoreInPlaceParams backupRestorePointRestoreInPlaceParams, ApiCallback<List<WithTaskBackupRestoreExecution>> _callback) throws ApiException
backupRestorePointRestoreInPlaceParams - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call createBackupPlanCall(List<BackupPlanCreationParams> backupPlanCreationParams, ApiCallback _callback) throws ApiException
backupPlanCreationParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskBackupPlan> createBackupPlan(List<BackupPlanCreationParams> backupPlanCreationParams) throws ApiException
backupPlanCreationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskBackupPlan>> createBackupPlanWithHttpInfo(List<BackupPlanCreationParams> backupPlanCreationParams) throws ApiException
backupPlanCreationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call createBackupPlanAsync(List<BackupPlanCreationParams> backupPlanCreationParams, ApiCallback<List<WithTaskBackupPlan>> _callback) throws ApiException
backupPlanCreationParams - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call deleteBackupPlanCall(BackupPlanDeletionParams backupPlanDeletionParams, ApiCallback _callback) throws ApiException
backupPlanDeletionParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskDeleteBackupPlan> deleteBackupPlan(BackupPlanDeletionParams backupPlanDeletionParams) throws ApiException
backupPlanDeletionParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskDeleteBackupPlan>> deleteBackupPlanWithHttpInfo(BackupPlanDeletionParams backupPlanDeletionParams) throws ApiException
backupPlanDeletionParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call deleteBackupPlanAsync(BackupPlanDeletionParams backupPlanDeletionParams, ApiCallback<List<WithTaskDeleteBackupPlan>> _callback) throws ApiException
backupPlanDeletionParams - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call deleteBackupRestorePointCall(BackupRestorePointDeletionParams backupRestorePointDeletionParams, ApiCallback _callback) throws ApiException
backupRestorePointDeletionParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskDeleteBackupRestorePointArray> deleteBackupRestorePoint(BackupRestorePointDeletionParams backupRestorePointDeletionParams) throws ApiException
backupRestorePointDeletionParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskDeleteBackupRestorePointArray>> deleteBackupRestorePointWithHttpInfo(BackupRestorePointDeletionParams backupRestorePointDeletionParams) throws ApiException
backupRestorePointDeletionParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call deleteBackupRestorePointAsync(BackupRestorePointDeletionParams backupRestorePointDeletionParams, ApiCallback<List<WithTaskDeleteBackupRestorePointArray>> _callback) throws ApiException
backupRestorePointDeletionParams - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call executeBackupPlanCall(BackupPlanExecuteParams backupPlanExecuteParams, ApiCallback _callback) throws ApiException
backupPlanExecuteParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskBackupPlanExecution> executeBackupPlan(BackupPlanExecuteParams backupPlanExecuteParams) throws ApiException
backupPlanExecuteParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskBackupPlanExecution>> executeBackupPlanWithHttpInfo(BackupPlanExecuteParams backupPlanExecuteParams) throws ApiException
backupPlanExecuteParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call executeBackupPlanAsync(BackupPlanExecuteParams backupPlanExecuteParams, ApiCallback<List<WithTaskBackupPlanExecution>> _callback) throws ApiException
backupPlanExecuteParams - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getBackupPlansCall(GetBackupPlansRequestBody getBackupPlansRequestBody, ApiCallback _callback) throws ApiException
getBackupPlansRequestBody - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<BackupPlan> getBackupPlans(GetBackupPlansRequestBody getBackupPlansRequestBody) throws ApiException
getBackupPlansRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<BackupPlan>> getBackupPlansWithHttpInfo(GetBackupPlansRequestBody getBackupPlansRequestBody) throws ApiException
getBackupPlansRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getBackupPlansAsync(GetBackupPlansRequestBody getBackupPlansRequestBody, ApiCallback<List<BackupPlan>> _callback) throws ApiException
getBackupPlansRequestBody - (required)_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 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getBackupPlansConnectionCall(GetBackupPlansConnectionRequestBody getBackupPlansConnectionRequestBody, ApiCallback _callback) throws ApiException
getBackupPlansConnectionRequestBody - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public BackupPlanConnection getBackupPlansConnection(GetBackupPlansConnectionRequestBody getBackupPlansConnectionRequestBody) throws ApiException
getBackupPlansConnectionRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<BackupPlanConnection> getBackupPlansConnectionWithHttpInfo(GetBackupPlansConnectionRequestBody getBackupPlansConnectionRequestBody) throws ApiException
getBackupPlansConnectionRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getBackupPlansConnectionAsync(GetBackupPlansConnectionRequestBody getBackupPlansConnectionRequestBody, ApiCallback<BackupPlanConnection> _callback) throws ApiException
getBackupPlansConnectionRequestBody - (required)_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 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getBackupRestorePointMetadataCall(GetBackupRestorePointMetadataRequestBody getBackupRestorePointMetadataRequestBody, ApiCallback _callback) throws ApiException
getBackupRestorePointMetadataRequestBody - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public VmMetaData getBackupRestorePointMetadata(GetBackupRestorePointMetadataRequestBody getBackupRestorePointMetadataRequestBody) throws ApiException
getBackupRestorePointMetadataRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<VmMetaData> getBackupRestorePointMetadataWithHttpInfo(GetBackupRestorePointMetadataRequestBody getBackupRestorePointMetadataRequestBody) throws ApiException
getBackupRestorePointMetadataRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getBackupRestorePointMetadataAsync(GetBackupRestorePointMetadataRequestBody getBackupRestorePointMetadataRequestBody, ApiCallback<VmMetaData> _callback) throws ApiException
getBackupRestorePointMetadataRequestBody - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call resumeBackupPlanCall(BackupPlanResumeParams backupPlanResumeParams, ApiCallback _callback) throws ApiException
backupPlanResumeParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskBackupPlan> resumeBackupPlan(BackupPlanResumeParams backupPlanResumeParams) throws ApiException
backupPlanResumeParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskBackupPlan>> resumeBackupPlanWithHttpInfo(BackupPlanResumeParams backupPlanResumeParams) throws ApiException
backupPlanResumeParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call resumeBackupPlanAsync(BackupPlanResumeParams backupPlanResumeParams, ApiCallback<List<WithTaskBackupPlan>> _callback) throws ApiException
backupPlanResumeParams - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call suspendBackupPlanCall(BackupPlanSuspendParams backupPlanSuspendParams, ApiCallback _callback) throws ApiException
backupPlanSuspendParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskBackupPlan> suspendBackupPlan(BackupPlanSuspendParams backupPlanSuspendParams) throws ApiException
backupPlanSuspendParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskBackupPlan>> suspendBackupPlanWithHttpInfo(BackupPlanSuspendParams backupPlanSuspendParams) throws ApiException
backupPlanSuspendParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call suspendBackupPlanAsync(BackupPlanSuspendParams backupPlanSuspendParams, ApiCallback<List<WithTaskBackupPlan>> _callback) throws ApiException
backupPlanSuspendParams - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call updateBackupPlanCall(BackupPlanUpdationParams backupPlanUpdationParams, ApiCallback _callback) throws ApiException
backupPlanUpdationParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<WithTaskBackupPlan> updateBackupPlan(BackupPlanUpdationParams backupPlanUpdationParams) throws ApiException
backupPlanUpdationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<WithTaskBackupPlan>> updateBackupPlanWithHttpInfo(BackupPlanUpdationParams backupPlanUpdationParams) throws ApiException
backupPlanUpdationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call updateBackupPlanAsync(BackupPlanUpdationParams backupPlanUpdationParams, ApiCallback<List<WithTaskBackupPlan>> _callback) throws ApiException
backupPlanUpdationParams - (required)_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 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
Copyright © 2025. All rights reserved.