Warning
JSON formatted policy file is deprecated since Senlin 11.0.0 (Wallaby). This oslopolicy-convert-json-to-yaml tool will migrate your existing JSON-formatted policy file to YAML in a backward-compatible way.
The following is an overview of all available access policies in Senlin. For a sample configuration file, refer to policy.yaml.
context_is_adminrole:admin
(no description provided)
deny_everybody!
(no description provided)
build_info:build_info<empty string>
GET /v1/build-info
Show build information
profile_types:index<empty string>
GET /v1/profile-types
List profile types
profile_types:get<empty string>
GET /v1/profile-types/{profile_type}
Show profile type details
profile_types:ops<empty string>
GET /v1/profile-types/{profile_type}/ops
List profile type operations
policy_types:index<empty string>
GET /v1/policy-types
List policy types
policy_types:get<empty string>
GET /v1/policy-types/{policy_type}
Show policy type details
clusters:index<empty string>
GET /v1/clusters
List clusters
clusters:create<empty string>
POST /v1/clusters
Create cluster
clusters:delete<empty string>
DELETE /v1/clusters/{cluster_id}
Delete cluster
clusters:get<empty string>
GET /v1/clusters/{cluster_id}
Show cluster details
clusters:action<empty string>
POST /v1/clusters/{cluster_id}/actions
Perform specified action on a cluster.
clusters:update<empty string>
PATCH /v1/clusters/{cluster_id}
Update cluster
clusters:collect<empty string>
GET v1/clusters/{cluster_id}/attrs/{path}
Collect Attributes Across a Cluster
clusters:operation<empty string>
POST /v1/clusters/{cluster_id}/ops
Perform an Operation on a Cluster
profiles:index<empty string>
GET /v1/profiles
List profiles
profiles:create<empty string>
POST /v1/profiles
Create profile
profiles:get<empty string>
GET /v1/profiles/{profile_id}
Show profile details
profiles:delete<empty string>
DELETE /v1/profiles/{profile_id}
Delete profile
profiles:update<empty string>
PATCH /v1/profiles/{profile_id}
Update profile
profiles:validate<empty string>
POST /v1/profiles/validate
Validate profile
nodes:index<empty string>
GET /v1/nodes
List nodes
nodes:create<empty string>
GET /v1/nodes
Create node
nodes:adopt<empty string>
POST /v1/nodes/adopt
Adopt node
nodes:adopt_preview<empty string>
POST /v1/nodes/adopt-preview
Adopt node (preview)
nodes:get<empty string>
GET /v1/nodes/{node_id}
Show node details
nodes:action<empty string>
POST /v1/nodes/{node_id}/actions
Perform specified action on a Node.
nodes:update<empty string>
PATCH /v1/nodes/{node_id}
Update node
nodes:delete<empty string>
DELETE /v1/nodes/{node_id}
Delete node
nodes:operation<empty string>
POST /v1/nodes/{node_id}/ops
Perform an Operation on a Node
policies:index<empty string>
GET /v1/policies
List policies
policies:create<empty string>
POST /v1/policies
Create policy
policies:get<empty string>
GET /v1/policies/{policy_id}
Show policy details
policies:update<empty string>
PATCH /v1/policies/{policy_id}
Update policy
policies:delete<empty string>
DELETE /v1/policies/{policy_id}
Delete policy
policies:validate<empty string>
POST /v1/policies/validate
Validate policy.
cluster_policies:index<empty string>
GET /v1/clusters/{cluster_id}/policies
List cluster policies
cluster_policies:attach<empty string>
POST /v1/clusters/{cluster_id}/actions
Attach a Policy to a Cluster
cluster_policies:detach<empty string>
POST /v1/clusters/{cluster_id}/actions
Detach a Policy from a Cluster
cluster_policies:update<empty string>
POST /v1/clusters/{cluster_id}/actions
Update a Policy on a Cluster
cluster_policies:get<empty string>
GET /v1/clusters/{cluster_id}/policies/{policy_id}
Show cluster_policy details
receivers:index<empty string>
GET /v1/receivers
List receivers
receivers:create<empty string>
POST /v1/receivers
Create receiver
receivers:get<empty string>
GET /v1/receivers/{receiver_id}
Show receiver details
receivers:update<empty string>
PATCH /v1/receivers/{receiver_id}
Update receiver
receivers:delete<empty string>
DELETE /v1/receivers/{receiver_id}
Delete receiver
receivers:notify<empty string>
POST /v1/receivers/{receiver_id}/notify
Notify receiver
actions:index<empty string>
GET /v1/actions
List actions
actions:get<empty string>
GET /v1/actions/{action_id}
Show action details
actions:update<empty string>
PATCH /v1/actions/{action_id}
Update action
events:index<empty string>
GET /v1/events
List events
events:get<empty string>
GET /v1/events/{event_id}
Show event details
webhooks:trigger<empty string>
POST /v1/webhooks/{webhook_id}/trigger
Trigger webhook action
services:indexrole:admin
GET /v1/services
List services
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.