forked from docs/doc-exports
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: zhoumeng35 <zhoumeng35@huawei.com> Co-committed-by: zhoumeng35 <zhoumeng35@huawei.com>
3.1 KiB
3.1 KiB
DNAT Rule v2.0
Permission |
API |
Action |
|---|---|---|
Creating a DNAT rule |
POST /v2.0/dnat_rules |
nat:dnatRules:create |
Querying DNAT rules |
GET /v2.0/dnat_rules |
nat:dnatRules:list |
Querying details of a DNAT rule |
GET /v2.0/dnat_rules/{dnat_rule_id } |
nat:dnatRules:get |
Deleting a DNAT rule |
DELETE /v2.0/dnat_rules/{dnat_rule_id} |
nat:dnat_rules:delete |
Parent topic: Permissions Policies and Supported Actions