GetInternetTuple_网络智能服务_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

请求速率为10/60(s)。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
nis:GetInternetTuple
List
全部资源
*

请求参数

字段名称字段详情
RegionIdstring

要查询的公网流量的地域 ID。

示例值:cn-shanghai
TupleTypeinteger<int32>

查询的元组类型。取值: 展开详情

示例值:1枚举值:125
BeginTimeinteger<int64>

查询起始时间的毫秒时间戳。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:1684373600099取值 <= 253402271999000
EndTimeinteger<int64>

查询结束时间的毫秒时间戳。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:1684373700099取值 <= 253402271999000
Directionstring

查询流量方向,取值:展开详情

示例值:in枚举值:inout
OrderBystring

数据排序的指标。默认值:ByteCount,表示按流量排序。

示例值:ByteCount枚举值:RttByteCountPacketCountRetransmitRate
CloudIpstring

阿里云端 IP。

示例值:112.74.XX.XX
CloudPortstring

阿里云端端口。 展开详情

示例值:443
OtherIpstring

对端 IP。展开详情

示例值:122.112.XX.XX
OtherPortstring

对端端口。展开详情

示例值:40002
InstanceIdstring

阿里云端实例 ID。

示例值:eip-sample*
Protocolstring

协议号。 展开详情

示例值:6
Sortstring

流量数据的排序方式。 展开详情

示例值:desc枚举值:descasc
TopNinteger<int32>

展示排序靠前的数据。默认值:10。表示默认展示排序前 10 的数据。最大值:100

示例值:10
CloudIspstring

云端运营商。展开详情

示例值:阿里巴巴
OtherIspstring

对端运营商。 展开详情

示例值:移动
OtherCountrystring

对端国家。展开详情

示例值:中国
OtherCitystring

对端城市。展开详情

示例值:杭州市
InstanceListarray<string>

批量过滤时的实例 ID 列表。

CloudIpListarray<string>

批量过滤时的云上 IP 列表。

UseMultiAccountboolean

是否使用多账号管理功能。默认值:false。表示不使用。 展开详情

示例值:false
AccountIdsarray<integer<int64>>

成员账号 ID 列表。

子级条数 <= 10

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:D5E98683-355B-5867-8D3D-A24755F6895B
Dataarray<object>

公网流量详情排名列表。

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
IllegalParam.TopN
The TopN(%s) should not greater than 100.诊断
400
IllegalParam.BeginTimeAndEndTime1H
It only supports querying data for up to 1 hour: %s.诊断
400
IllegalParam.GroupBy
The specified param of GroupBy (%s) is invalid.诊断
400
IllegalParam.OrderBy
The specified param of orderBy (%s) is invalid.诊断
400
IllegalParam.RegionId
The specified region ID (%s) is invalid.诊断
400
IllegalParam.BeginTimeAndEndTime
It only supports querying data for up to 24 hours: %s.诊断
400
IllegalParam.BeginTimeAndEndTime5M
It only supports querying data for up to 5 minute when TupleType is 5 and the CloudIp and OtherIp are both empty: %s.诊断
400
OperationFailed.DbConcurrentTooHigh
The operation failed due to too many concurrent queries. Please try again later.诊断
400
OperationFailed.DataTooMuch
Too much data has been queried under the specified conditions. Shorten the query time, specify more precise filtering conditions, or try again later.诊断
404
ResourceNotFound.InstanceId
The specified InstanceId(%s) does not exist.诊断
404
ResourceNotFound.IpSets
The specified instance does not exist or does not have any acceleration region.诊断

变更历史

变更时间变更内容概要操作
2024-07-10
新增deprecated
2024-06-17
变更请求参数BeginTime
变更请求参数EndTime
变更请求参数OrderBy
2024-04-15
变更错误码404
2024-04-10
新增错误码404
新增请求参数CloudIpList
2024-01-19
变更错误码400
2024-01-11
变更请求参数OrderBy
2023-12-07
变更请求参数AccountIds
2023-11-24
变更错误码400
  • 1
  • 2
  • 10 条/页

相关示例