查询网络测试结果。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
eflo:DescribeNetTestResult |
get |
*Cluster
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| TestId |
string |
否 |
测试任务 ID。 |
dr-uf6i0tv2refv8wz***** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 id |
8F065DDD-6996-5973-9691-9EC57BD0072E |
| NetTestType |
string |
网络测试类型。 |
DelayTest |
| Port |
string |
测试端口号。 |
23604 |
| TestId |
string |
启动测试任务 ID,网络测试任务的唯一标志。 |
af35ce53-7c35-4277-834a-fbf49c316a96 |
| Status |
string |
诊断任务状态。取值范围:
|
Failed |
| CreationTime |
string |
诊断任务创建时间。 |
2024-10-15T10:25:42+08:00 |
| FinishedTime |
string |
诊断任务完成时间。 |
2024-10-16T02:04Z |
| ResultDetial |
string |
诊断结果详情。以 json 字符串返回。 |
{} |
| TrafficTest |
object |
如果流量模型 TrafficModel 为 Fullmesh 时,此字段为空。 |
|
| Protocol |
string |
网络协议,分为 RDMA 或者 TCP。 |
TCP |
| TrafficModel |
string |
流量模型,分为 MTON 或者 Fullmesh。 |
Fullmesh |
| Duration |
integer |
工作流任务的运行时长,单位为秒。 |
1 |
| QP |
integer |
协议为 TCP 时填写测试并发连接数,协议为 RDMA 时,填写配置 QP 值。 |
1 |
| GDR |
string |
协议为 RDMA 时,填写 True/False, 协议为 TCP 时,此字段为空。 |
False |
| Clients |
array<object> |
资源 ID。 |
|
|
object |
资源 ID。 |
||
| ResourceId |
string |
资源 id |
e01-cn-20s41p6cx01 |
| Bond |
string |
网卡 bond 口 |
bond1 |
| IP |
string |
节点 IP |
192.168.1.1 |
| ServerName |
string |
服务名称。 |
xMv |
| Servers |
array<object> |
服务列表 |
|
|
object |
服务列表 |
||
| ResourceId |
string |
资源 id |
e01-cn-wwo3etaqu0b |
| Bond |
string |
网卡 bond 口 |
bond1 |
| IP |
string |
节点 IP |
47.121.110.190 |
| ServerName |
string |
服务名称。 |
xMv |
| DelayTest |
object |
网络测试类型为时延测试时填写 |
|
| Hosts |
array<object> |
输入测试节点的 hosts |
|
|
object |
输入测试节点的 hosts |
||
| ResourceId |
string |
资源 id |
e01-cn-bcd3u1aee06 |
| Bond |
string |
网卡 bond 口 |
bond1 |
| IP |
string |
节点 IP |
125.210.225.48 |
| ServerName |
string |
服务名称。 |
NQU |
| CommTest |
object |
流量测试类型为通信库测试时需要填写 |
|
| Type |
string |
通信库测试类别:ACCL 或 NCCL |
ACCL |
| Model |
string |
通信库模型 |
intention_v4 |
| GPUNum |
string |
GPU 数量 |
1 |
| Hosts |
array<object> |
资源 id |
|
|
object |
资源 id |
||
| ResourceId |
string |
资源 id |
i111670831721110797708 |
| IP |
string |
IP 地址。 |
169.253.253.15 |
| ServerName |
string |
服务名称。 |
VBw |
| ClusterId |
string |
集群 ID。 |
i119982311660892626523 |
| ClusterName |
string |
集群名称 |
Standard_Cluster |
示例
正常返回示例
JSON格式
{
"RequestId": "8F065DDD-6996-5973-9691-9EC57BD0072E",
"NetTestType": "DelayTest",
"Port": "23604",
"TestId": "af35ce53-7c35-4277-834a-fbf49c316a96",
"Status": "Failed",
"CreationTime": "2024-10-15T10:25:42+08:00",
"FinishedTime": "2024-10-16T02:04Z",
"ResultDetial": "{}",
"TrafficTest": {
"Protocol": "TCP",
"TrafficModel": "Fullmesh",
"Duration": 1,
"QP": 1,
"GDR": "False",
"Clients": [
{
"ResourceId": "e01-cn-20s41p6cx01",
"Bond": "bond1",
"IP": "192.168.1.1",
"ServerName": "xMv"
}
],
"Servers": [
{
"ResourceId": "e01-cn-wwo3etaqu0b",
"Bond": "bond1",
"IP": "47.121.110.190",
"ServerName": "xMv"
}
]
},
"DelayTest": {
"Hosts": [
{
"ResourceId": "e01-cn-bcd3u1aee06",
"Bond": "bond1",
"IP": "125.210.225.48",
"ServerName": "NQU"
}
]
},
"CommTest": {
"Type": "ACCL",
"Model": "intention_v4",
"GPUNum": "1",
"Hosts": [
{
"ResourceId": "i111670831721110797708",
"IP": "169.253.253.15",
"ServerName": "VBw"
}
]
},
"ClusterId": "i119982311660892626523",
"ClusterName": "Standard_Cluster"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。