Updated on 2024-10-31 GMT+08:00

Supplementary Network Interface (V3)

Permission

API

Action

Creating a supplementary network interface

POST /v3/{project_id}/vpc/sub-network-interfaces

vpc:subNetworkInterfaces:create

Creating supplementary network interfaces in batches

POST /v3/{project_id}/vpc/sub-network-interfaces/batch-create

vpc:subNetworkInterfaces:create

Querying supplementary network interfaces

GET /v3/{project_id}/vpc/sub-network-interfaces

vpc:subNetworkInterfaces:list

Querying the details of a supplementary network interface

GET /v3/{project_id}/vpc/sub-network-interfaces/{sub_network_interface_id}

vpc:subNetworkInterfaces:get

Querying the number of supplementary network interfaces

GET /v3/{project_id}/vpc/sub-network-interfaces/count

vpc:subNetworkInterfaces:list

Updating a supplementary network interface

PUT /v3/{project_id}/vpc/sub-network-interfaces/{sub_network_interface_id}

vpc:subNetworkInterfaces:update

Deleting a supplementary network interface

DELETE /v3/{project_id}/vpc/sub-network-interfaces/{sub_network_interface_id}

vpc:subNetworkInterfaces:delete