NSX-T Data Center REST API
List NAT Rules
List NAT Rules under the given Transit Gateway, under the given NAT section.This API is only available when using VMware NSX.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{tgw-id}/nat/{nat-id}/nat-rules
Request Headers:
n/a
Query Parameters:
TransitGatewayNatRuleListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/orgs/org1/projects/project1/transit-gateways/tgw1/nat/USER/nat-rulesSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TransitGatewayNatRuleListResult+