v1

latestOpenAPI 3.0.12026-07-17387979.8 KB
Gateway Monitoring

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.

post/notify-api-deployment-status

Request body

countinteger

Number of APIs returned.

Example request

{
  "count": 1,
  "list": [
    {
      "apiId": "3c2240f2-33f1-4c6d-936e-74172ea864ab",
      "revisionId": "f46c7962-cd36-4aa6-b804-8d66ad6a0dc4"
    }
  ]
}

Response

Deployment acknowledgement received successfully.

status'RECEIVED' | 'DROPPED' required

Response status

Example response

{
  "status": "RECEIVED"
}