[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

Get NAT Rule Stats

Description

Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section denoted by <nat-id>. Under tier-1 there will be 3 different NATs(sections). (INTERNAL, USER and DEFAULT) For more details related to NAT section please refer to PolicyNAT schema.

Request

Request

URL

URL


get
https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}/statistics
Copy

Path Parameters

Path Parameters

string
tier-1-id Required

Tier-1 ID


string
nat-id Required

NAT id


string
nat-rule-id Required

Rule ID


Query Parameters

Query Parameters

string
enforcement_point_path Optional

String Path of the enforcement point


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PolicyNatRuleStatisticsListResult of type(s) application/json
This response body class contains all of the following: ListResult, InlinePolicyNatRuleStatisticsListResult1
Errors

Errors

ApiError
400

Bad Request


ApiError
403

Forbidden


ApiError
404

Not Found


ApiError
412

Precondition Failed


ApiError
500

Internal Server Error


ApiError
503

Service Unavailable

Code Samples

Code Samples

PowerCLI Client SDK Example

Invoke-GetPolicyNatRuleStatisticsFromTier1 -tier1Id "Mytier1Id" -natId "MynatId" -natRuleId "MynatRuleId" -action "aggregate" -containerClusterPath "MycontainerClusterPath" -enforcementPointPath "MyenforcementPointPath"

cURL Command

curl https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}/statistics
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: get-nat-rule-stats
x-vmw-nsx-module: PolicyNAT


Feedback

Was this page helpful?