Class GatewayMonitoringApi
java.lang.Object
org.wso2.am.integration.clients.internal.api.GatewayMonitoringApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAcknowledge an API Revision Deployment This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.com.squareup.okhttp.CallnotifyApiDeploymentStatusPostAsync(GatewayDeploymentStatusAcknowledgmentListDTO body, ApiCallback<DeploymentAcknowledgmentResponseDTO> callback) Acknowledge an API Revision Deployment (asynchronously) This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.com.squareup.okhttp.CallnotifyApiDeploymentStatusPostCall(GatewayDeploymentStatusAcknowledgmentListDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for notifyApiDeploymentStatusPostAcknowledge an API Revision Deployment This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
GatewayMonitoringApi
public GatewayMonitoringApi() -
GatewayMonitoringApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
notifyApiDeploymentStatusPostCall
public com.squareup.okhttp.Call notifyApiDeploymentStatusPostCall(GatewayDeploymentStatusAcknowledgmentListDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for notifyApiDeploymentStatusPost- Parameters:
body- Gateway deployment status acknowledgment payload (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
notifyApiDeploymentStatusPost
public DeploymentAcknowledgmentResponseDTO notifyApiDeploymentStatusPost(GatewayDeploymentStatusAcknowledgmentListDTO body) throws ApiException Acknowledge an API Revision Deployment This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.- Parameters:
body- Gateway deployment status acknowledgment payload (required)- Returns:
- DeploymentAcknowledgmentResponseDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
notifyApiDeploymentStatusPostWithHttpInfo
public ApiResponse<DeploymentAcknowledgmentResponseDTO> notifyApiDeploymentStatusPostWithHttpInfo(GatewayDeploymentStatusAcknowledgmentListDTO body) throws ApiException Acknowledge an API Revision Deployment This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.- Parameters:
body- Gateway deployment status acknowledgment payload (required)- Returns:
- ApiResponse<DeploymentAcknowledgmentResponseDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
notifyApiDeploymentStatusPostAsync
public com.squareup.okhttp.Call notifyApiDeploymentStatusPostAsync(GatewayDeploymentStatusAcknowledgmentListDTO body, ApiCallback<DeploymentAcknowledgmentResponseDTO> callback) throws ApiException Acknowledge an API Revision Deployment (asynchronously) This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.- Parameters:
body- Gateway deployment status acknowledgment payload (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-