Maintenance window

During planned or unplanned maintenance windows, the APIs return a standard response indicating the application is under maintenance.

The response will help API consumers identify maintenance apart from errors.

When applications are in maintenance mode, API Gateway displays the following response:

  • HTTP Status - 503
  • HTTP Header retry-after : <endTime in UTC datetime format > (https://www.ietf.org/rfc/rfc2616.txt)
  • Response body:
    {
    "error":"This product is currently under maintenance. Normal operations are expected to resume on Friday, May 8 2020 8PM.",
    "startTime" : "UTC datetime stamp",
    "endTime" : "UTC datetime stamp"
    }