D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
libcloud
/
test
/
dns
/
fixtures
/
google
/
Filename :
record_changes.json
back
Copy
{ "kind": "dns#change", "additions": [ { "kind": "dns#resourceRecordSet", "name": "foo.example.com.", "type": "A", "ttl": 300, "rrdatas": [ "127.0.0.1" ] } ], "deletions": [ { "kind": "dns#resourceRecordSet", "name": "bar.example.com.", "type": "A", "ttl": 300, "rrdatas": [ "127.0.0.1" ] } ], "startTime": "2015-05-20T19:49:16.974Z", "id": "37", "status": "pending" }