v1
latestOpenAPI 3.0.12026-07-17387979.8 KBGateway 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
Example request
{
"count": 1,
"list": [
{
"apiId": "3c2240f2-33f1-4c6d-936e-74172ea864ab",
"revisionId": "f46c7962-cd36-4aa6-b804-8d66ad6a0dc4"
}
]
}Response
Deployment acknowledgement received successfully.
Example response
{
"status": "RECEIVED"
}