NSX-T Data Center REST API
List Policy NAT types.
List the two supported sections (USER and NAT64) under the given VPC ID.The USER section allows IPV4 based NAT rules, while the NAT64 rules allow
translating IPV6 packets to IPV4 packets.
For more details related to NAT section please refer to PolicyNAT schema.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat
Request Headers:
n/a
Query Parameters:
PolicyNatListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/orgs/org1/projects/project1/vpcs/vpc1/natSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PolicyNatListResult+