summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsrecord_find.json
blob: fa103d1098a039927dc8b66500fcf60349de26a2 (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
{
    "error": null,
    "id": null,
    "result": {
        "count": 11,
        "result": [
            {
                "dn": "idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "@"
                ],
                "nsrecord": [
                    "server15.ayoung.boston.devel.redhat.com."
                ]
            },
            {
                "dn": "idnsname=_kerberos,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "_kerberos"
                ],
                "txtrecord": [
                    "SERVER15.AYOUNG.BOSTON.DEVEL.REDHAT.COM"
                ]
            },
            {
                "dn": "idnsname=_kerberos-master._tcp,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "_kerberos-master._tcp"
                ],
                "srvrecord": [
                    "0 100 88 server15"
                ]
            },
            {
                "dn": "idnsname=_kerberos-master._udp,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "_kerberos-master._udp"
                ],
                "srvrecord": [
                    "0 100 88 server15"
                ]
            },
            {
                "dn": "idnsname=_kerberos._tcp,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "_kerberos._tcp"
                ],
                "srvrecord": [
                    "0 100 88 server15"
                ]
            },
            {
                "dn": "idnsname=_kerberos._udp,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "_kerberos._udp"
                ],
                "srvrecord": [
                    "0 100 88 server15"
                ]
            },
            {
                "dn": "idnsname=_kpasswd._tcp,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "_kpasswd._tcp"
                ],
                "srvrecord": [
                    "0 100 464 server15"
                ]
            },
            {
                "dn": "idnsname=_kpasswd._udp,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "_kpasswd._udp"
                ],
                "srvrecord": [
                    "0 100 464 server15"
                ]
            },
            {
                "dn": "idnsname=_ldap._tcp,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "_ldap._tcp"
                ],
                "srvrecord": [
                    "0 100 389 server15"
                ]
            },
            {
                "dn": "idnsname=_ntp._udp,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "_ntp._udp"
                ],
                "srvrecord": [
                    "0 100 123 server15"
                ]
            },
            {
                "aaaarecord": [
                    "00::11",
                    "00::112"
                ],
                "arecord": [
                    "192.168.122.28",
                    "1.2.3.4"
                ],
                "dn": "idnsname=server15,idnsname=ayoung.boston.devel.redhat.com,cn=dns,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "idnsname": [
                    "server15"
                ]
            }
        ],
        "summary": null,
        "truncated": false
    }
}