v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Health

Get the health of the service

This method performs various checks, such as:

  • The status of the connections to the infrastructure services used by the service instance
  • The status of the host, e.g. storage,
  • Application specific logic and direct dependencies
get/datainsights/v1.1/health

Response

OK

s3boolean

Object storage service

elasticacheboolean

In-memory caching service

auroraboolean

Real-time data warehousing service

rdsboolean

Relational database service

maintenanceboolean

Maintenance currently being performed

Example response

{
  "s3": true,
  "aurora": true,
  "rds": true,
  "maintenance": true
}