summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/idrange_show.json
blob: 0bf544fedeaeed8c73ed3877dd864b08b9c66861 (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
{
    "error": null,
    "id": null,
    "result": {
        "result": {
            "attributelevelrights": {
                "aci": "rscwo",
                "cn": "rscwo",
                "ipabaseid": "rscwo",
                "ipabaserid": "rscwo",
                "ipaidrangesize": "rscwo",
                "ipasecondarybaserid": "rscwo",
                "nsaccountlock": "rscwo",
                "objectclass": "rscwo"
            },
            "cn": [
                "DEV.EXAMPLE.COM_id_range"
            ],
            "dn": "cn=example.com_id_range,cn=ranges,cn=etc,dc=dev,dc=example,dc=com",
            "ipabaseid": [
                "107400000"
            ],
            "ipabaserid": [
                "1000"
            ],
            "ipaidrangesize": [
                "200000"
            ],
            "iparangetype": [
                "local domain range"
            ],
            "ipasecondarybaserid": [
                "100000000"
            ],
            "objectclass": [
                "top",
                "ipaIDrange",
                "ipaDomainIDRange"
            ]
        },
        "summary": null,
        "value": "DEV.EXAMPLE.COM_id_range"
    }
}