summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsrecord_add.json
blob: d60f03ba6083f6a874fc0009e598c6bea14c4dd4 (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
{
    "error": null,
    "id": null,
    "result": {
        "result": {
            "dn": "idnsname=my,idnsname=example.com,cn=dns,dc=dev,dc=example,dc=com",
            "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"
                },
                {
                    "a_part_ip_address": "10.10.10.15",
                    "dnsdata": "10.10.10.15",
                    "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"
            ],
            "objectclass": [
                "top",
                "idnsrecord"
            ]
        },
        "summary": null,
        "value": "my"
    }
}