Gets the current health status (Healthy, Unhealthy, or Unknown) of one or more instances that are associated with a specified service.
There's a brief delay between when you register an instance and when the health status for the instance is available.
post/#X-Amz-Target=Route53AutoNaming_v20170314.GetInstancesHealthStatus
Query parameters
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Headers
X-Amz-Target'Route53AutoNaming_v20170314.GetInstancesHealthStatus' required
Request body
Response
Success
Example response
{
"Status": {
"i-abcd1234": "HEALTHY",
"i-abcd1235": "UNHEALTHY"
}
}