GetCheckerIpRanges
Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.
Important
GetCheckerIpRanges
still works, but we recommend that you download
ip-ranges.json, which includes IP address ranges for all AWS
services. For more information, see IP Address Ranges
of Amazon Route 53 Servers in the Amazon Route 53 Developer
Guide.
Request Syntax
GET /2013-04-01/checkeripranges 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"?>
<GetCheckerIpRangesResponse>
<CheckerIpRanges>
<member>string</member>
</CheckerIpRanges>
</GetCheckerIpRangesResponse>
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.
- GetCheckerIpRangesResponse
-
Root level tag for the GetCheckerIpRangesResponse parameters.
Required: Yes
- CheckerIpRanges
-
A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
Type: Array of strings
Errors
For information about the errors that are common to all actions, see Common Errors.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: