Class GatewayMonitoringApi
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.GatewayMonitoringApi
-
public class GatewayMonitoringApi extends Object
-
-
Constructor Summary
Constructors Constructor Description GatewayMonitoringApi()GatewayMonitoringApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()DeploymentAcknowledgmentResponseDTOnotifyApiDeploymentStatusPost(GatewayDeploymentStatusAcknowledgmentListDTO body)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.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 notifyApiDeploymentStatusPostApiResponse<DeploymentAcknowledgmentResponseDTO>notifyApiDeploymentStatusPostWithHttpInfo(GatewayDeploymentStatusAcknowledgmentListDTO body)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.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
GatewayMonitoringApi
public GatewayMonitoringApi()
-
GatewayMonitoringApi
public GatewayMonitoringApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
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
-
-