Queries the results of a network test.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DescribeNetTestResult |
get |
*Cluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TestId |
string |
No |
The ID of the test task. |
dr-uf6i0tv2refv8wz***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
8F065DDD-6996-5973-9691-9EC57BD0072E |
| NetTestType |
string |
The type of the network test. |
DelayTest |
| Port |
string |
The test port number. |
23604 |
| TestId |
string |
The ID of the test task. This ID uniquely identifies the network test task. |
af35ce53-7c35-4277-834a-fbf49c316a96 |
| Status |
string |
The status of the diagnostic task. Valid values:
|
Failed |
| CreationTime |
string |
The time when the diagnostic task was created. |
2024-10-15T10:25:42+08:00 |
| FinishedTime |
string |
The time when the diagnostic task was completed. |
2024-10-16T02:04Z |
| ResultDetial |
string |
The details of the diagnostic result. The value is a JSON string. |
{} |
| TrafficTest |
object |
The configuration for the traffic test. This parameter is returned when the network test type is a traffic test. |
|
| Protocol |
string |
The network protocol. Valid values: Remote Direct Memory Access (RDMA) and Transmission Control Protocol (TCP). |
TCP |
| TrafficModel |
string |
The traffic model. Valid values: MTON and Fullmesh. |
Fullmesh |
| Duration |
integer |
The runtime of the flow task in seconds. |
1 |
| QP |
integer |
If the protocol is TCP, this is the number of concurrent connections for the test. If the protocol is RDMA, this is the Queue Pair (QP) value. |
1 |
| GDR |
string |
Indicates whether GPUDirect RDMA (GDR) is enabled. This parameter is returned only if the protocol is RDMA. Valid values: True and False. If the protocol is TCP, this field is empty. |
False |
| Clients |
array<object> |
The client nodes. |
|
|
object |
A client node. |
||
| ResourceId |
string |
The resource ID. |
e01-cn-20s41p6cx01 |
| Bond |
string |
The bonded port of the network interface card (NIC). |
bond1 |
| IP |
string |
The IP address of the node. |
192.168.1.1 |
| ServerName |
string |
The service name. |
xMv |
| Servers |
array<object> |
The list of servers. |
|
|
object |
A server in the list. |
||
| ResourceId |
string |
The resource ID. |
e01-cn-wwo3etaqu0b |
| Bond |
string |
The bonded port of the NIC. |
bond1 |
| IP |
string |
The IP address of the node. |
47.121.110.190 |
| ServerName |
string |
The service name. |
xMv |
| DelayTest |
object |
The configuration for the delay test. This parameter is returned when the network test type is a delay test. |
|
| Hosts |
array<object> |
The hosts of the test nodes. |
|
|
object |
A host of a test node. |
||
| ResourceId |
string |
The resource ID. |
e01-cn-bcd3u1aee06 |
| Bond |
string |
The bonded port of the NIC. |
bond1 |
| IP |
string |
The IP address of the node. |
125.210.225.48 |
| ServerName |
string |
The service name. |
NQU |
| CommTest |
object |
The configuration for the communication library test. This parameter is returned when the network test type is a communication library test. |
|
| Type |
string |
The type of the communication library test. Valid values: Alibaba Cloud Collective Communication Library (ACCL) and NVIDIA Collective Communication Library (NCCL). |
ACCL |
| Model |
string |
The communication library model. |
intention_v4 |
| GPUNum |
string |
The number of GPUs. |
1 |
| Hosts |
array<object> |
The hosts for the test. |
|
|
object |
A host for the test. |
||
| ResourceId |
string |
The resource ID. |
i111670831721110797708 |
| IP |
string |
The IP address. |
169.253.253.15 |
| ServerName |
string |
The service name. |
VBw |
| ClusterId |
string |
The cluster ID. |
i119982311660892626523 |
| ClusterName |
string |
The cluster name. |
Standard_Cluster |
Examples
Success response
JSON format
{
"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"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.