查询测试任务结果
开发中
GET
https://api.flashcat.cloud/api/n9e-plus/collect-tryrun-res
最后修改时间:2024-05-27 03:07:07
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/collect-tryrun-res?uuid'
响应示例响应示例
{
"dat": [
{
"ident": "host01",
"status": "running",
"data": [
{
"ident": "host01",
"metric": "metric_name",
"tags": "a=b,c=d",
"value": 11,
"ts": 1716272305
}
],
"err_msg": ""
}
],
"err": ""
}
请求参数
Query 参数
uuid
string
测试任务的uuid