Class GatewayMonitoringApi


  • public class GatewayMonitoringApi
    extends Object
    • Constructor Detail

      • GatewayMonitoringApi

        public GatewayMonitoringApi()
      • GatewayMonitoringApi

        public GatewayMonitoringApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • 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