summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsrecord_find.json
blob: 8ca2283d8b5c5b17f1797088f72adecff8af5429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
    "error": null,
    "id": null,
    "result": {
        "count": 12,
        "result": [
            {
                "dn": "idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "@"
                ],
                "nsrecord": [
                    "dev.example.com."
                ]
            },
            {
                "dn": "idnsname=_kerberos,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "_kerberos"
                ],
                "txtrecord": [
                    "DEV.EXAMPLE.COM"
                ]
            },
            {
                "dn": "idnsname=_kerberos-master._tcp,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "_kerberos-master._tcp"
                ],
                "srvrecord": [
                    "0 100 88 dev"
                ]
            },
            {
                "dn": "idnsname=_kerberos-master._udp,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "_kerberos-master._udp"
                ],
                "srvrecord": [
                    "0 100 88 dev"
                ]
            },
            {
                "dn": "idnsname=_kerberos._tcp,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "_kerberos._tcp"
                ],
                "srvrecord": [
                    "0 100 88 dev"
                ]
            },
            {
                "dn": "idnsname=_kerberos._udp,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "_kerberos._udp"
                ],
                "srvrecord": [
                    "0 100 88 dev"
                ]
            },
            {
                "dn": "idnsname=_kpasswd._tcp,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "_kpasswd._tcp"
                ],
                "srvrecord": [
                    "0 100 464 dev"
                ]
            },
            {
                "dn": "idnsname=_kpasswd._udp,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "_kpasswd._udp"
                ],
                "srvrecord": [
                    "0 100 464 dev"
                ]
            },
            {
                "dn": "idnsname=_ldap._tcp,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "_ldap._tcp"
                ],
                "srvrecord": [
                    "0 100 389 dev"
                ]
            },
            {
                "dn": "idnsname=_ntp._udp,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "_ntp._udp"
                ],
                "srvrecord": [
                    "0 100 123 dev"
                ]
            },
            {
                "aaaarecord": [
                    "fec0::5054:ff:feb5:5a47"
                ],
                "dn": "idnsname=dev,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "dev"
                ]
            },
            {
                "aaaarecord": [
                    "feed:babe:beef:cafe::0001",
                    "feed:babe:beef:cafe::0002",
                    "feed:babe:beef:cafe::0004"
                ],
                "arecord": [
                    "3.4.5.6",
                    "1.3.5.7",
                    "10.10.2.1"
                ],
                "dn": "idnsname=testrec,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
                "idnsname": [
                    "testrec"
                ],
                "keyrecord": [
                    "key"
                ],
                "srvrecord": [
                    "1 1 80 dev"
                ],
                "txtrecord": [
                    "A Text Record",
                    "Another Text Record"
                ]
            }
        ],
        "summary": null,
        "truncated": false
    }
}