public class DeploymentStatusApi extends Object
| Constructor and Description |
|---|
DeploymentStatusApi() |
DeploymentStatusApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatusListDTO |
deploymentsGetStatus(String apiId)
Retrieve Deployment Status Details
This operation can be used to retrieve the status of deployments in cloud clusters.
|
okhttp3.Call |
deploymentsGetStatusAsync(String apiId,
ApiCallback<DeploymentStatusListDTO> _callback)
Retrieve Deployment Status Details (asynchronously)
This operation can be used to retrieve the status of deployments in cloud clusters.
|
okhttp3.Call |
deploymentsGetStatusCall(String apiId,
ApiCallback _callback)
Build call for deploymentsGetStatus
|
ApiResponse<DeploymentStatusListDTO> |
deploymentsGetStatusWithHttpInfo(String apiId)
Retrieve Deployment Status Details
This operation can be used to retrieve the status of deployments in cloud clusters.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public DeploymentStatusApi()
public DeploymentStatusApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call deploymentsGetStatusCall(String apiId, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic DeploymentStatusListDTO deploymentsGetStatus(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DeploymentStatusListDTO> deploymentsGetStatusWithHttpInfo(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deploymentsGetStatusAsync(String apiId, ApiCallback<DeploymentStatusListDTO> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (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 objectCopyright © 2021 WSO2 Inc. All rights reserved.