mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
1f3d8003f7
DNS UI was modified to offer structured way of defining DNS records. https://fedorahosted.org/freeipa/ticket/2208
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"result": {
|
|
"dnsrecords": [
|
|
{
|
|
"a_part_ip_address": "10.10.10.11",
|
|
"dnsdata": "10.10.10.11",
|
|
"dnstype": "A"
|
|
},
|
|
{
|
|
"a_part_ip_address": "10.10.10.12",
|
|
"dnsdata": "10.10.10.12",
|
|
"dnstype": "A"
|
|
},
|
|
{
|
|
"a_part_ip_address": "10.10.10.13",
|
|
"dnsdata": "10.10.10.13",
|
|
"dnstype": "A"
|
|
},
|
|
{
|
|
"a_part_ip_address": "10.10.10.14",
|
|
"dnsdata": "10.10.10.14",
|
|
"dnstype": "A"
|
|
},
|
|
{
|
|
"a_part_ip_address": "10.10.10.16",
|
|
"dnsdata": "10.10.10.16",
|
|
"dnstype": "A"
|
|
},
|
|
{
|
|
"dnsdata": "10 abc",
|
|
"dnstype": "KX",
|
|
"kx_part_exchanger": "abc",
|
|
"kx_part_preference": "10"
|
|
},
|
|
{
|
|
"dnsdata": "11 foo",
|
|
"dnstype": "KX",
|
|
"kx_part_exchanger": "foo",
|
|
"kx_part_preference": "11"
|
|
},
|
|
{
|
|
"dnsdata": "data",
|
|
"dnstype": "TXT",
|
|
"txt_part_data": "data"
|
|
},
|
|
{
|
|
"aaaa_part_ip_address": "::1:2:3:4",
|
|
"dnsdata": "::1:2:3:4",
|
|
"dnstype": "AAAA"
|
|
}
|
|
],
|
|
"idnsname": [
|
|
"my"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": "my"
|
|
}
|
|
} |