summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/dnsrecord_add.json
blob: 968d3f606bd6025079472b4f168c6e2f38232c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "error": null,
    "id": 12,
    "result": {
        "result": {
            "arecord": [
                "1.2.3.4"
            ],
            "dn": "idnsname=a4,idnsname=henson.ayoung.boston.devel.redhat.com,cn=dns,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "idnsname": [
                "a4"
            ],
            "objectclass": [
                "top",
                "idnsrecord"
            ]
        },
        "summary": null,
        "value": "a4"
    }
}