forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: fanqinying <fanqinying@huawei.com> Co-committed-by: fanqinying <fanqinying@huawei.com>
3.8 KiB
3.8 KiB
Port (OpenStack Neutron API)
Permission |
API |
Action |
---|---|---|
Querying ports |
GET /v2.0/ports |
vpc:ports:get |
Querying a port |
GET /v2.0/ports/{port_id} |
vpc:ports:get |
Creating a port |
POST /v2.0/ports |
vpc:ports:create |
Updating a port |
PUT /v2.0/ports/{port_id} |
vpc:ports:update |
Deleting a port |
DELETE /v2.0/ports/{port_id} |
vpc:ports:delete |
Parent topic: Permissions and Supported Actions