D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
libcloud
/
test
/
dns
/
fixtures
/
route53
/
Filename :
get_zone.xml
back
Copy
<?xml version="1.0" encoding="UTF-8"?> <GetHostedZoneResponse xmlns="https://route53.amazonaws.com/doc/2012-02-29/"> <HostedZone> <Id>/hostedzone/47234</Id> <Name>t.com</Name> <CallerReference>some unique reference</CallerReference> <Config> <Comment>some comment</Comment> </Config> <ResourceRecordSetCount>0</ResourceRecordSetCount> </HostedZone> <DelegationSet> <NameServers> <NameServer>ns1.example.com</NameServer> <NameServer>ns2.example.com</NameServer> <NameServer>ns3.example.com</NameServer> <NameServer>ns4.example.com</NameServer> </NameServers> </DelegationSet> </GetHostedZoneResponse>