doc-exports/docs/ecs/api-ref/en-us_topic_0103071513.html
Zaoxu, Li 4edaa4a4cc ECS API 20231016 version
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com>
Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com>
Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
2024-04-29 11:04:13 +00:00

9.1 KiB

NIC Management

Permission

API

Action

Dependencies

Deleting NICs from an ECS in a batch

POST /v1/{project_id}/cloudservers/{server_id}/nics/delete

ecs:cloudServerNics:delete

-

Adding NICs to an ECS in a batch

POST /v1/{project_id}/cloudservers/{server_id}/nics

ecs:cloudServers:addNics

-

Querying NICs of an ECS

GET /v1/{project_id}/cloudservers/{server_id}/os-interface

ecs:cloudServers:listServerInterfaces

-

Adding a NIC to an ECS (native OpenStack API)

POST /v2/{project_id}/servers/{server_id}/os-interface

POST /v2.1/{project_id}/servers/{server_id}/os-interface

ecs:serverInterfaces:use

ecs:servers:get

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

Deleting a NIC from an ECS (native OpenStack API)

DELETE /v2/{project_id}/servers/{server_id}/os-interface/{id}

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

Querying NICs of an ECS (native OpenStack API)

GET /v2/{project_id}/servers/{server_id}/os-interface

GET /v2.1/{project_id}/servers/{server_id}/os-interface

ecs:serverInterfaces:get

vpc:ports:get

Querying details about a specified NIC of an ECS (native OpenStack API)

GET /v2/{project_id}/servers/{server_id}/os-interface/{id}

GET /v2.1/{project_id}/servers/{server_id}/os-interface/{id}

ecs:serverInterfaces:get

vpc:ports:get