forked from docs/doc-exports
Reviewed-by: Szirovicza Gergő <a94652429@noreply.gitea.eco.tsi-dev.otc-service.com> 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>
4.0 KiB
4.0 KiB
EIP
Permission |
API |
Action |
|---|---|---|
Assigning an EIP |
POST /v1/{project_id}/publicips |
vpc:publicIps:create |
Querying an EIP |
GET /v1/{project_id}/publicips/{publicip_id} |
vpc:publicIps:get |
Querying EIPs |
GET /v1/{project_id}/publicips |
vpc:publicIps:list |
Updating an EIP |
PUT /v1/{project_id}/publicips/{publicip_id} |
vpc:publicIps:update |
Releasing an EIP |
DELETE /v1/{project_id}/publicips/{publicip_id} |
vpc:publicIps:delete |
Parent topic: Permissions and Supported Actions of API V1 and V2