NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Get statistics for all logical router NAT rules on a policy edge transport nodeReturns the summation of statistics for all NAT rules from all the gateways which are present on given edge transport node. Only cached statistics are supported. The query parameter "source=realtime" is not supported. |
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/nat/statistics
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/nat/statistics |
Get statistics for all logical router NAT rules on a edge transport nodeReturns the summation of statistics for all NAT rules from all the gateways which are present on given edge transport node. Only cached statistics are supported. The query parameter "source=realtime" is not supported. |
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{node-id}/nat/statistics
|