mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
- added test cases for testin populate() - added mock request responses in tests/fixtures/ - updated requirements.txt to require edgegrid-python
35 lines
757 B
JSON
35 lines
757 B
JSON
{
|
|
"recordsets": [
|
|
{
|
|
"rdata": [
|
|
"",
|
|
"12 20 foo-2.unit.tests."
|
|
],
|
|
"type": "SRV",
|
|
"name": "_srv._tcp.unit.tests",
|
|
"ttl": 600
|
|
},
|
|
{
|
|
"rdata": [
|
|
"",
|
|
"1 1"
|
|
],
|
|
"type": "SSHFP",
|
|
"name": "unit.tests",
|
|
"ttl": 3600
|
|
},
|
|
{
|
|
"rdata": [
|
|
"",
|
|
"100 \"U\" \"SIP+D2U\" \"!^.*$!sip:info@bar.example.com!\" ."
|
|
],
|
|
"type": "NAPTR",
|
|
"name": "naptr.unit.tests",
|
|
"ttl": 600
|
|
}
|
|
],
|
|
"metadata": {
|
|
"totalElements": 3,
|
|
"showAll": true
|
|
}
|
|
} |