Fetch hosted zones
GET https://route53.amazonaws.com/2013-04-01/hostedzone?maxitems={{max_items}}
Fetch a list of hosted zones and extract the domain names from the response domain names from AWS route53 using AWS API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
maxitems | string | Total number of hosted zones fetch in a single API call. Defalut value is 100. |
RESPONSES
status: OK
"\u003c?xml version=\"1.0\"?\u003e\n\u003cListHostedZonesResponse xmlns=\"https://route53.amazonaws.com/doc/2013-04-01/\"\u003e\n \u003cHostedZones\u003e\n \u003cHostedZone\u003e\n \u003cId\u003e/hostedzone/DEMODEMODEMO\u003c/Id\u003e\n \u003cName\u003egetpostman.com.\u003c/Name\u003e\n \u003cCallerReference\u003eDEMODEMO-8942-2AC8-8461-DEMODEMODEMO\u003c/CallerReference\u003e\n \u003cConfig\u003e\n \u003cComment\u003e Be Careful\u003c/Comment\u003e\n \u003cPrivateZone\u003efalse\u003c/PrivateZone\u003e\n \u003c/Config\u003e\n \u003cResourceRecordSetCount\u003e180\u003c/ResourceRecordSetCount\u003e\n \u003c/HostedZone\u003e\n \u003c/HostedZones\u003e\n \u003cIsTruncated\u003efalse\u003c/IsTruncated\u003e\n \u003cMaxItems\u003e100\u003c/MaxItems\u003e\n\u003c/ListHostedZonesResponse\u003e"