SMMP/config/repositories.json

37 lines
315 B
JSON
Executable File

{
"user" :[
"create",
"getAll",
"getById",
"getByCode",
"getByUsername",
"getGroups",
"delete"
],
"machine" :[
"create",
"getAll",
"getById",
"getGroup"
],
"cluster" :[
"create",
"link",
"unlink",
"getAll",
"getById",
"getByName",
"getMerge",
"getMembers"
]
}