- Traffic Analysis
- Self-service Diagnostics
- GetNisNetworkMetrics
- StartNisInspectionTask
- UpdateNisInspectionTask
- DeleteNisInspectionTask
- ListNisInspectionTasks
- DescribeNisInspectionTask
- ListNisInspectionResourceType
- DescribeNisInspectionReportStatus
- DescribeNisInspectionReportSummary
- DescribeNisInspectionReportCheckItems
- DescribeNisInspectionRecommendationResources
- ListNisInspectionTaskReports
- DeleteNisInspectionReport

Request Parameters
Field Name | Field 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 Name | Field 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 |