Class GatewayMonitoringApi

java.lang.Object
org.wso2.am.integration.clients.internal.api.GatewayMonitoringApi

public class GatewayMonitoringApi extends Object
  • Constructor Details

    • GatewayMonitoringApi

      public GatewayMonitoringApi()
    • GatewayMonitoringApi

      public GatewayMonitoringApi(ApiClient apiClient)
  • Method Details

    • 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 listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • notifyApiDeploymentStatusPost

      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