summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automountkey_add.json
blob: 2c0193cdd22740ab254c35138a7a54c3c35ba5a4 (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
{
    "error": null,
    "id": null,
    "result": {
        "result": {
            "automountinformation": [
                "mountinfogoeshere"
            ],
            "automountkey": [
                "/var/log/ipa"
            ],
            "description": [
                "/var/log/ipa mountinfogoeshere"
            ],
            "dn": "description=/var/log/ipa mountinfogoeshere,automountmapname=auto.master,cn=default,cn=automount,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "objectclass": [
                "automount",
                "top"
            ]
        },
        "summary": null,
        "value": "auto.master"
    }
}