Lifecycle Management
|
Permission |
API |
Action |
Dependent Permission |
IAM Project |
Enterprise Project |
|---|---|---|---|---|---|
|
Creating ECSs |
POST /v1.1/{project_id}/cloudservers |
√ |
√ |
||
|
Creating an ECS (Pay-per-Use) |
POST /v1/{project_id}/cloudservers |
√ |
√ |
||
|
Deleting ECSs |
POST /v1/{project_id}/cloudservers/delete |
ecs:cloudServers:delete |
N/A |
√ |
√ |
|
Displaying Details About ECSs |
GET /v1/{project_id}/cloudservers/detail |
ecs:cloudServers:list |
N/A |
√ |
√ |
|
Displaying Details About an ECS |
GET /v1/{project_id}/cloudservers/{server_id} |
ecs:cloudServers:get |
N/A |
√ |
√ |
|
Modifying an ECS |
PUT /v1/{project_id}/cloudservers/{server_id} |
ecs:cloudServers:put |
N/A |
√ |
√ |
|
Querying Details About ECSs (Native OpenStack API) |
GET /v2.1/{project_id}/servers/detail |
ecs:servers:list |
ecs:servers:get ecs:serverVolumes:use ecs:diskConfigs:use ecs:securityGroups:use ecs:serverKeypairs:get vpc:securityGroups:get vpc:securityGroupRules:get vpc:networks:get vpc:subnets:get vpc:ports:get vpc:routers:get |
√ |
x |
|
Querying ECSs (Native OpenStack API) |
GET /v2.1/{project_id}/servers |
ecs:servers:list |
N/A |
√ |
x |
|
Querying Details About an ECS (Native OpenStack API) |
GET /v2.1/{project_id}/servers/{server_id} |
ecs:servers:get |
ecs:serverVolumes:use ecs:diskConfigs:use ecs:securityGroups:use ecs:serverKeypairs:get vpc:securityGroups:get vpc:securityGroupRules:get vpc:networks:get vpc:subnets:get vpc:ports:get vpc:routers:get |
√ |
x |
|
Creating an ECS (Native OpenStack API) |
POST /v2.1/{project_id}/servers POST /v2.1/{project_id}/os-volumes_boot |
ecs:servers:create |
ecs:servers:get ecs:serverInterfaces:use ecs:serverInterfaces:get ecs:flavors:get ecs:securityGroups:use evs:volumes:list evs:volumes:get evs:volumes:create evs:volumes:attach evs:volumes:manage vpc:securityGroups:get vpc:networks:get vpc:networks:update vpc:subnets:get vpc:subnets:update vpc:ports:create vpc:ports:update vpc:ports:get vpc:ports:delete vpc:networks:create vpc:subnets:create vpc:routers:get vpc:routers:update ims:images:list ims:images:get |
√ |
x |
|
Deleting an ECS (Native OpenStack API) |
DELETE /v2.1/{project_id}/servers/{server_id} |
ecs:servers:delete |
N/A |
√ |
x |
|
Modifying an ECS (Native OpenStack API) |
PUT /v2.1/{project_id}/servers/{server_id} |
ecs:servers:update |
ecs:servers:get |
√ |
x |
Last Article: Introduction
Next Article: ECS Status Management
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.