2016-02-11 09:34:26 +00:00
|
|
|
{
|
2016-02-16 14:04:48 +00:00
|
|
|
"user": [
|
2016-02-11 15:00:41 +00:00
|
|
|
"create",
|
2016-07-04 10:13:35 +00:00
|
|
|
"edit",
|
|
|
|
"delete",
|
2016-02-11 15:00:41 +00:00
|
|
|
|
2016-02-16 13:25:06 +00:00
|
|
|
"search",
|
|
|
|
|
2016-02-13 17:41:19 +00:00
|
|
|
"getAll",
|
2016-02-11 15:00:41 +00:00
|
|
|
"getById",
|
|
|
|
"getByCode",
|
2016-02-13 17:41:19 +00:00
|
|
|
"getByUsername",
|
2016-07-03 12:20:42 +00:00
|
|
|
|
2016-07-04 10:13:35 +00:00
|
|
|
"getClusters"
|
2016-02-16 08:03:12 +00:00
|
|
|
|
2016-02-11 09:34:26 +00:00
|
|
|
],
|
|
|
|
|
2016-02-16 14:04:48 +00:00
|
|
|
"machine": [
|
2016-02-13 17:41:19 +00:00
|
|
|
"create",
|
2016-07-04 10:13:35 +00:00
|
|
|
"edit",
|
|
|
|
"delete",
|
2016-02-16 13:32:33 +00:00
|
|
|
|
2016-02-11 09:34:26 +00:00
|
|
|
"getAll",
|
2016-02-13 17:41:19 +00:00
|
|
|
"getById",
|
2016-02-14 13:16:47 +00:00
|
|
|
"getByCode",
|
|
|
|
"getByName",
|
2016-02-13 17:41:19 +00:00
|
|
|
|
2016-07-04 10:13:35 +00:00
|
|
|
"search",
|
2016-02-15 22:07:20 +00:00
|
|
|
|
2016-07-04 10:13:35 +00:00
|
|
|
"getClusters"
|
2016-02-16 14:04:48 +00:00
|
|
|
|
2016-02-11 09:34:26 +00:00
|
|
|
],
|
|
|
|
|
2016-02-16 14:04:48 +00:00
|
|
|
"cluster": [
|
2016-02-13 17:41:19 +00:00
|
|
|
"create",
|
2016-07-04 10:13:35 +00:00
|
|
|
"delete",
|
2016-02-13 17:41:19 +00:00
|
|
|
|
2016-02-11 09:34:26 +00:00
|
|
|
"getAll",
|
2016-02-13 17:41:19 +00:00
|
|
|
"getById",
|
2016-02-14 11:37:19 +00:00
|
|
|
"getByName",
|
|
|
|
"getMerge",
|
2016-02-13 17:41:19 +00:00
|
|
|
|
2016-02-14 14:53:59 +00:00
|
|
|
"getMembers",
|
|
|
|
|
2016-07-04 10:13:35 +00:00
|
|
|
"link",
|
|
|
|
"unlink"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"warehouse": [
|
|
|
|
"create",
|
|
|
|
"edit",
|
|
|
|
"delete",
|
|
|
|
|
|
|
|
"getAll",
|
|
|
|
"getById",
|
2016-07-04 10:51:33 +00:00
|
|
|
"getByName",
|
2016-07-04 10:13:35 +00:00
|
|
|
"getByToken",
|
|
|
|
|
|
|
|
"updateToken"
|
2016-02-11 09:34:26 +00:00
|
|
|
]
|
|
|
|
|
2016-07-03 12:20:42 +00:00
|
|
|
}
|