网络测试列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
eflo:ListNetTestResults |
get |
*Cluster
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
NextToken |
string |
否 |
查询凭证(Token),取值为上一次 API 调用返回的 NextToken 参数值。 |
3a6b93229825ac667104463b5679**** |
MaxResults |
integer |
否 |
分页查询时每页行数。最大值为 100。 默认值:
|
20 |
NetTestType |
string |
否 |
网络测试类型。 |
DelayTest |
ResourceGroupId |
string |
否 |
资源组 ID。 |
rg-acfmxno4vh5**** |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
RequestId |
string |
请求 ID。 |
3C683243-7915-57FB-9570-A2932C1C0F78 |
NetTestResults |
array<object> |
节点列表。 |
|
object |
节点列表。 |
||
Port |
string |
测试端口号。 |
80 |
NetTestType |
string |
网络测试类型。 |
NetDiag |
TestId |
string |
测试 ID。资源测试任务的唯一标志。 |
String i-uf6i0tv2refv8wz***** |
Status |
string |
网络测试任务状态。取值范围: |
InProgress |
CreationTime |
string |
创建时间。 |
2024-01-19T02:18:12Z |
FinishedTime |
string |
完成时间。 |
2024-10-30T02:07Z |
TrafficTest |
object |
网络测试类型为流量测试时填写。 |
|
Protocol |
string |
网络协议,分为 RDMA 或者 TCP。 |
TCP |
TrafficModel |
string |
流量模型,分为 MTON 或者 Fullmesh。 |
Fullmesh |
Duration |
integer |
工作流任务的运行时长,单位为秒。 |
1 |
QP |
integer |
协议为 TCP 时填写测试并发连接数,协议为 RDMA 时,填写配置 QP 值。 |
RDMA |
GDR |
string |
协议为 RDMA 时,填写 True/False, 协议为 TCP 时,此字段为空。 |
True |
Clients |
array<object> |
客户端。 |
|
object |
客户端。 |
||
ResourceId |
string |
资源 ID。 |
e01-cn-20p36bqet39 |
Bond |
string |
网卡 bond 口。 |
bond1 |
IP |
string |
IP 地址。 |
74.73.100.1 |
ServerName |
string |
服务名称。 |
prod-gf-cn.juequling.com |
Servers |
array<object> |
如果流量模型 TrafficModel 为 Fullmesh 时,此字段为空。 |
|
object |
如果流量模型 TrafficModel 为 Fullmesh 时,此字段为空。 |
||
ResourceId |
string |
资源 ID。 |
e01-cn-wwo3ete**** |
Bond |
string |
网卡 bond 口。 |
bond1 |
IP |
string |
节点 IP。 |
10.1.168.183 |
ServerName |
string |
服务名称。 |
prod-gf-cn.juequling.com |
DelayTest |
object |
网络测试类型为时延测试时填写。 |
|
Hosts |
array<object> |
资源列表。 |
|
object |
资源列表。 |
||
ResourceId |
string |
资源 ID。 |
e01-cn-wwo3ete**** |
Bond |
string |
网卡 bond 口。 |
bond1 |
IP |
string |
节点 IP。 |
pgm-bp174z988a27wre71o.pg.rds.aliyuncs.com |
ServerName |
string |
服务名称。 |
WrF |
CommTest |
object |
流量测试类型为通信库测试时需要填写。 |
|
Type |
string |
通信库测试类别:ACCL 或 NCCL。 |
ACCL |
Model |
string |
通信库模型。 |
AllToAll |
GPUNum |
string |
GPU 数量。 |
4 |
Hosts |
array<object> |
输入测试节点的 hosts。 |
|
object |
输入测试节点的 hosts。 |
||
ResourceId |
string |
资源 ID。 |
e01-cn-wwo3ete**** |
IP |
string |
节点 IP。 |
10.51.16.21 |
ServerName |
string |
服务名称。 |
www.xinjiaoyu.com |
ClusterId |
string |
集群 ID。 |
i11066721171826501**** |
NetworkMode |
string |
网络模式。 |
01 |
ClusterName |
string |
集群名称。 |
test |
NextToken |
string |
下一页的 NextToken,请求下一页时带上此返回值。 |
3a6b93229825ac667104463b5679**** |
MaxResults |
integer |
分页查询时每页行数。最大值为 100。 默认值:
|
20 |
示例
正常返回示例
JSON
格式
{
"RequestId": "3C683243-7915-57FB-9570-A2932C1C0F78",
"NetTestResults": [
{
"Port": "80",
"NetTestType": "NetDiag",
"TestId": "String\ti-uf6i0tv2refv8wz*****",
"Status": "InProgress",
"CreationTime": "2024-01-19T02:18:12Z",
"FinishedTime": "2024-10-30T02:07Z",
"TrafficTest": {
"Protocol": "TCP",
"TrafficModel": "Fullmesh",
"Duration": 1,
"QP": 0,
"GDR": "True",
"Clients": [
{
"ResourceId": "e01-cn-20p36bqet39",
"Bond": "bond1",
"IP": "74.73.100.1",
"ServerName": "prod-gf-cn.juequling.com"
}
],
"Servers": [
{
"ResourceId": "e01-cn-wwo3ete****",
"Bond": "bond1",
"IP": "10.1.168.183",
"ServerName": "prod-gf-cn.juequling.com"
}
]
},
"DelayTest": {
"Hosts": [
{
"ResourceId": "e01-cn-wwo3ete****",
"Bond": "bond1",
"IP": "pgm-bp174z988a27wre71o.pg.rds.aliyuncs.com",
"ServerName": "WrF"
}
]
},
"CommTest": {
"Type": "ACCL",
"Model": "AllToAll",
"GPUNum": "4",
"Hosts": [
{
"ResourceId": "e01-cn-wwo3ete****",
"IP": "10.51.16.21",
"ServerName": "www.xinjiaoyu.com"
}
]
},
"ClusterId": "i11066721171826501****",
"NetworkMode": "01",
"ClusterName": "test"
}
],
"NextToken": "3a6b93229825ac667104463b5679****",
"MaxResults": 20
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。