Deprecated GetNatTopN
This API is deprecated. You are advised to use
Region:
China (Shanghai)
Request Parameters
Required
RegionIdThe ID of the regio...
NatGatewayIdThe ID of the NAT g...
BeginTimeThe beginning of th...
EndTimeThe end of the time...
OrderByThe metric that is ...
TopNThe number of entri...
IpQuery ranking stati...
Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Request Parameters

Field NameField Details
RegionIdstring

The ID of the region in which the NAT gateway is deployed.

Example:cn-shanghai
NatGatewayIdstring

The ID of the NAT gateway.

Example:ngw-sample***
BeginTimeinteger<int64>

The beginning of the time range to query in milliseconds. If you do not specify EndTime, the point in time specified by BeginTime is queried.

Notice The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991.
Example:1638239092000
EndTimeinteger<int64>

The end of the time range to query in milliseconds. The time range specified by BeginTime and EndTime cannot exceed 86400000 milliseconds (24 hours).

Notice The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991.
Example:1638239093000
OrderBystring

The metric that is used for real-time SNAT performance ranking. Valid values:View Details...

Example:InBpsEnumeration Value:
TopNinteger<int32>

The number of entries to return for real-time SNAT performance ranking. Valid values: 1 to 100. Default value: 10.

Example:10
Ipstring

Query ranking statistics for a specific IP address. If you specify this parameter, you do not need to specify TopN or OrderBy.

Example:192.168.156.101

Response Parameters

Field NameField Details
RequestIdstring

The ID of the request.

Example:77C512B5-12f3-f892-BD94-88A98271C1A0
NatGatewayTopNarray<object>

An array of statistics about real-time SNAT performance ranking.

IsTopNOpenboolean

Indicates whether Network Intelligence Service (NIS) is activated. The NatGatewayTopN parameter returns an empty array when NIS is not activated.View Details...

Example:true
Change History
No Change History found.