DNAT Rule v2
Permission |
API |
Action |
IAM Project |
Enterprise Project |
---|---|---|---|---|
Creating a DNAT rule |
POST /v2/{project_id}/dnat_rules |
nat:dnatRules:create |
√ |
√ |
Creating DNAT rules in batches |
POST /v2/{project_id}/dnat_rules/batch |
nat:dnatRules:create |
√ |
√ |
Querying DNAT rules |
GET /v2/{project_id}/dnat_rules |
nat:dnatRules:list |
√ |
√ |
Querying details about a DNAT rule |
GET /v2/{project_id}/dnat_rules/{dnat_rule_id } |
nat:dnatRules:get |
√ |
√ |
Deleting a DNAT rule |
DELETE /v2/{project_id}/dnat_rules/{dnat_rule_id} |
nat:dnatRules:delete |
√ |
√ |
Updating a DNAT rule |
PUT /v2/{project_id}/dnat_rules/{dnat_rule_id} |
nat:dnatRules:update |
√ |
√ |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.