NIC Management
| Permission | API | Action | Dependent Permission | IAM Project | Enterprise Project |
|---|---|---|---|---|---|
| Configuring a Private IP Address for a NIC of an ECS | PUT /v1/{project_id}/cloudservers/nics/{nic_id} | ecs:cloudServerNics:update | N/A | √ | x |
| Deleting NICs from an ECS in a Batch | POST /v1/{project_id}/cloudservers/{server_id}/nics/delete | ecs:cloudServerNics:delete | N/A | √ | √ |
| Adding NICs to an ECS in a Batch | POST /v1/{project_id}/cloudservers/{server_id}/nics | ecs:cloudServers:addNics | N/A | √ | √ |
| Displaying NIC Information About ECSs | GET /v1/{project_id}/cloudservers/{server_id}/os-interface | ecs:cloudServers:get | N/A | √ | √ |
| Adding an ECS NIC (Native OpenStack API) | POST /v2.1/{project_id}/servers/{server_id}/os-interface | ecs:serverInterfaces:use | ecs:serverInterfaces:get vpc:networks:get vpc:networks:update vpc:subnets:get vpc:subnets:update vpc:ports:create vpc:ports:update vpc:ports:get vpc:networks:create vpc:subnets:create vpc:routers:get vpc:routers:update | √ | x |
| Deleting an ECS NIC (Native OpenStack API) | DELETE /v2.1/{project_id}/servers/{server_id}/os-interface/{id} | ecs:serverInterfaces:use | ecs:serverInterfaces:get ecs:servers:get vpc:networks:create vpc:subnets:create vpc:networks:get vpc:networks:update vpc:subnets:get vpc:subnets:update vpc:ports:delete vpc:ports:update vpc:ports:get vpc:routers:get vpc:routers:update | √ | x |
| Querying ECS NICs (Native OpenStack API) | GET /v2.1/{project_id}/servers/{server_id}/os-interface | ecs:serverInterfaces:get | vpc:ports:get | √ | x |
| Querying NIC Information About an ECS (Native OpenStack API) | GET /v2.1/{project_id}/servers/{server_id}/os-interface/{id} | ecs:serverInterfaces:get | vpc:ports:get | √ | x |
Last Article: Specifications Query
Next Article: Disk Management
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.