Files
freeipa/install/ui/test/data/dnszone_find.json
Endi S. Dewata df6bd6ab5a Updated sample data.
New sample data files have been added for search facet paging. Unused
files have been removed. The names used in the files have been updated
for consistency.

Ticket #981
2011-11-11 14:44:21 +00:00

137 lines
3.8 KiB
JSON

{
"error": null,
"id": 6,
"result": {
"count": 3,
"result": [
{
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"TRUE"
],
"idnsname": [
"example.com"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"ipa.example.com."
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.ipa.example.com."
],
"idnssoaserial": [
"2010021201"
],
"idnsupdatepolicy": [
"grant EXAMPLE.COM krb5-self * A;"
],
"idnszoneactive": [
"TRUE"
],
"nsrecord": [
"ipa.example.com."
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
},
{
"dn": "idnsname=122.168.192.in-addr.arpa,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"TRUE"
],
"idnsname": [
"122.168.192.in-addr.arpa"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"ipa.example.com."
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.122.168.192.in-addr.arpa."
],
"idnssoaserial": [
"2010021201"
],
"idnsupdatepolicy": [
"grant EXAMPLE.COM krb5-subdomain 122.168.192.in-addr.arpa. PTR;"
],
"idnszoneactive": [
"TRUE"
],
"nsrecord": [
"ipa.example.com."
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
},
{
"dn": "idnsname=dev.example.com,cn=dns,dc=example,dc=com",
"idnsallowdynupdate": [
"FALSE"
],
"idnsname": [
"dev.example.com"
],
"idnssoaexpire": [
"1209600"
],
"idnssoaminimum": [
"3600"
],
"idnssoamname": [
"example.com"
],
"idnssoarefresh": [
"3600"
],
"idnssoaretry": [
"900"
],
"idnssoarname": [
"root.dev.example.com."
],
"idnssoaserial": [
"2010021201"
],
"idnszoneactive": [
"TRUE"
],
"objectclass": [
"top",
"idnsrecord",
"idnszone"
]
}
],
"summary": null,
"truncated": false
}
}