freeipa/install/ui/test/data/hbacsvc_add.json
Adam Young b9ad279ad2 rename static to ui
Directory rename
2011-01-20 14:12:47 +00:00

25 lines
572 B
JSON

{
"error": null,
"id": 0,
"result": {
"result": {
"cn": [
"test"
],
"description": [
"Test Service"
],
"dn": "cn=test,cn=hbacservices,cn=hbac,dc=dev,dc=example,dc=com",
"ipauniqueid": [
"c3302e82-ecfd11df-b3f78f4b-11cc007b"
],
"objectclass": [
"ipaobject",
"ipahbacservice"
]
},
"summary": "Added service \"test\"",
"value": "test"
}
}