forked from docs/doc-exports

Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Goncharov, Artem <artem.goncharov@t-systems.com> Co-committed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
5.1 KiB
5.1 KiB
Batch Operations
Permission |
API |
Action |
Dependent Permission |
---|---|---|---|
Stopping ECSs in a Batch |
POST /v1/{project_id}/cloudservers/action |
ecs:cloudServers:stop |
N/A |
Restarting ECSs in a Batch |
POST /v1/{project_id}/cloudservers/action |
ecs:cloudServers:reboot |
N/A |
Starting ECSs in a Batch |
POST /v1/{project_id}/cloudservers/action |
ecs:cloudServers:start |
N/A |
Modifying ECSs in a Batch |
PUT /v1/{project_id}/cloudservers/server-name |
ecs:cloudServers:put |
N/A |
Attaching a Specified Shared EVS Disk to Multiple ECSs in a Batch |
POST /v1/{project_id}/batchaction/attachvolumes/{volume_id} |
ecs:cloudServers:attachSharedVolume |
evs:volumes:use |
Parent topic: Permissions Policies and Supported Actions