mirror of https://github.com/Icinga/icinga2.git
parent
1fbb6a2b78
commit
30b140761b
|
@ -166,13 +166,13 @@ Available permissions for specific url endpoints:
|
|||
|
||||
Permissions | Url Endpoint
|
||||
--------------------------------------|------------------------
|
||||
actions/;<action;> | /v1/actions
|
||||
actions/<action> | /v1/actions
|
||||
config/query | /v1/config
|
||||
config/modify | /v1/config
|
||||
objects/query/;<type;> | /v1/objects
|
||||
objects/create/;<type;> | /v1/objects
|
||||
objects/modify`/;<type;> | /v1/objects
|
||||
objects/delete/;<type;> | /v1/objects
|
||||
objects/query/<type> | /v1/objects
|
||||
objects/create/<type> | /v1/objects
|
||||
objects/modify`/<type> | /v1/objects
|
||||
objects/delete/<type> | /v1/objects
|
||||
status/query | /v1/status
|
||||
|
||||
The required actions or types can be replaced by using a wildcard match ("*").
|
||||
|
|
Loading…
Reference in New Issue