请求网址
获取 https://api.dotcom-monitor.com/config_api_v1/GroupStressTest
返回当前可用的压力组的列表。
成功响应
| 领域 | 类型 | 描述 |
|---|---|---|
|
组标识 |
int32 |
一组负载测试的唯一标识符。 |
| 应力 ID | 整数数组 | 组中包含的压力测试的 ID 数组。 |
获取 https://api.dotcom-monitor.com/config_api_v1/GroupStressTest
返回当前可用的压力组的列表。
[
{
"GroupID": 19424,
"StressIDs": [
19424,
19425
]
},
{
"GroupID": 19434,
"StressIDs": [
19434,
19438
]
},
{
"GroupID": 32546,
"StressIDs": [
44893,
32546,
39776
]
}
]
| 领域 | 类型 | 描述 |
|---|---|---|
|
组标识 |
int32 |
一组负载测试的唯一标识符。 |
| 应力 ID | 整数数组 | 组中包含的压力测试的 ID 数组。 |