freeipa/install/ui/test/data/idrange_find.json
2012-09-07 16:50:35 +02:00

32 lines
814 B
JSON

{
"error": null,
"id": null,
"result": {
"count": 1,
"result": [
{
"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": [
"1001"
],
"ipaidrangesize": [
"200000"
],
"iparangetype": [
"local domain range"
],
"ipasecondarybaserid": [
"100000000"
]
}
],
"summary": "1 range matched",
"truncated": false
}
}