The Cloud Orchestration permissions matrix displays specific permissions for the following role-based access control (RBAC) roles:
Admin provides full access to create, read, update, and delete.
Creator provides limited access to create, read, and update.
Observer provides read-only access.
The matrix displays the Cloud Orchestration methods grouped by category, their corresponding RESTful API commands, and the RBAC roles that are supported.
Stack operations#
Note: Orchestration users need access to any products used in their templates.
Method |
API action |
Role |
Description |
---|---|---|---|
Create stack |
|
Creator, Admin |
Creates a stack. |
Adopt stack |
|
Creator, Admin |
Creates a stack from existing resources. |
List stack data |
|
Observer, Creator, Admin |
Lists active stacks. |
Find stack |
|
Observer, Creator, Admin |
Finds the canonical URL for a specified stack. This URL works with operations other than |
Show stack details |
|
Observer, Creator, Admin |
Shows details for a specified stack. |
Update stack |
|
Creator, Admin |
Updates a specified stack. |
Delete stack |
|
Admin |
Deletes a specified stack and any snapshots of that stack. |
Preview stack |
|
Creator, Admin |
Previews a stack. |
Abandon stack |
|
Admin |
Deletes a specified stack but leaves its resources intact, and returns data describing the stack and its resources. |
Stack resources#
Method |
API action |
Role |
Description |
---|---|---|---|
Find stack resources |
|
Observer, Creator, Admin |
Finds the canonical URL for the resource list of a specified stack. |
List resources |
|
Observer, Creator, Admin |
Lists the resources in a stack. |
Show resource data |
|
Observer, Creator, Admin |
Shows the data for a specified resource. |
List resource types |
|
Observer, Creator, Admin |
Lists the supported template resource types. |
Show resource schema |
|
Observer, Creator, Admin |
Shows the interface schema for a specified resource type. |
Show resource template |
|
Observer, Creator, Admin |
Shows the template representation for a specified resource type. |
Stack events#
Method |
API action |
Role |
Description |
---|---|---|---|
Find stack events |
|
Observer, Creator, Admin |
Finds the canonical URL for the event list of a specified stack. |
List stack events |
|
Observer, Creator, Admin |
Lists events for a specified stack. |
List resource events |
|
Observer, Creator, Admin |
Lists events for a specified stack resource. |
Show event details |
|
Observer, Creator, Admin |
Shows data about a specified event. |
Templates#
Method |
API action |
Role |
Description |
---|---|---|---|
Get stack template |
|
Observer, Creator, Admin |
Gets a template for a specified stack. |
Validate template |
|
Creator, Admin |
Validates a specified template. |
Build information#
Method |
API action |
Role |
Description |
---|---|---|---|
Show build information |
|
Observer, Creator, Admin |
Shows build information for an Orchestration deployment. |