ECS Status Management
Permission | API | Action | Dependent Permission | IAM Project | Enterprise Project |
---|---|---|---|---|---|
Changing an ECS OS | POST /v2/{project_id}/cloudservers/{server_id}/changeos POST /v1/{project_id}/cloudservers/{server_id}/changeos | ecs:cloudServers:changeOS | N/A | √ | √ |
Reinstalling an ECS OS | POST /v2/{project_id}/cloudservers/{server_id}/reinstallos POST /v1/{project_id}/cloudservers/{server_id}/reinstallos | ecs:cloudServers:rebuild | N/A | √ | √ |
Modifying the Specifications of an ECS (V1.1) | POST /v1.1/{project_id}/cloudservers/{server_id}/resize | ecs:cloudServers:resize | N/A | √ | √ |
Modifying the Specifications of an ECS | POST /v1/{project_id}/cloudservers/{server_id}/resize | ecs:cloudServers:resize | N/A | √ | √ |
Cold Migrating an ECS | POST /v1/{project_id}/cloudservers/{server_id}/migrate | ecs:cloudServers:migrate | N/A | √ | √ |
Stopping an ECS (Native OpenStack API) | POST /v2.1/{project_id}/servers/{server_id}/action | ecs:servers:stop | ecs:servers:list | √ | x |
Restarting an ECS (Native OpenStack API) | POST /v2.1/{project_id}/servers/{server_id}/action | ecs:servers:reboot | ecs:servers:list | √ | x |
Modifying the Specifications of an ECS (Native OpenStack API) | POST /v2.1/{project_id}/servers/{server_id}/action | ecs:servers:resize | ecs:servers:list ecs:flavors:get evs:volumes:list evs:volumes:create evs:volumes:get evs:volumes:attach evs:volumes:detach evs:volumes:manage vpc:ports:get vpc:ports:update vpc:ports:create vpc:ports:delete | √ | x |
Locking an ECS (Native OpenStack API) | POST /v2.1/{project_id}/servers/{server_id}/action | ecs:servers:lock | ecs:servers:list | √ | x |
Unlocking an ECS (Native OpenStack API) | POST /v2.1/{project_id}/servers/{server_id}/action | ecs:servers:unlock | ecs:servers:list | √ | x |