GetHealthCheckCount - Amazon Route 53

GetHealthCheckCount

Retrieves the number of health checks that are associated with the current AWS account.

Request Syntax

GET /2013-04-01/healthcheckcount HTTP/1.1

URI Request Parameters

The request does not use any URI parameters.

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?> <GetHealthCheckCountResponse> <HealthCheckCount>long</HealthCheckCount> </GetHealthCheckCountResponse>

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in XML format by the service.

GetHealthCheckCountResponse

Root level tag for the GetHealthCheckCountResponse parameters.

Required: Yes

HealthCheckCount

The number of health checks associated with the current AWS account.

Type: Long

Errors

For information about the errors that are common to all actions, see Common Errors.

Examples

Example Request

This example illustrates one usage of GetHealthCheckCount.

GET /2013-04-01/healthcheckcount

Example Response

This example illustrates one usage of GetHealthCheckCount.

HTTP/1.1 200 OK <?xml version="1.0" encoding="UTF-8"?> <GetHealthCheckCountResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"> <HealthCheckCount>42</HealthCheckCount> </GetHealthCheckCountResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: