获取监控对象
GET
https://api.flashcat.cloud/v1/n9e/targets
最后修改时间:2024-03-08 11:35:54
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/v1/n9e/targets' \
--header 'Authorization: Basic Og=='
响应示例响应示例
{
"dat": [
{
"id": 1,
"group_id": 0,
"group_obj": null,
"ident": "categraf01",
"note": "",
"tags": [],
"tags_maps": {},
"update_at": 1704767565,
"host_ip": "",
"agent_version": "",
"unixtime": 0,
"offset": 0,
"target_up": 0,
"mem_util": 0,
"cpu_num": 0,
"cpu_util": 0,
"os": "",
"arch": "",
"remote_addr": ""
},
{
"id": 2,
"group_id": 0,
"group_obj": null,
"ident": "cat02",
"note": "",
"tags": [],
"tags_maps": {},
"update_at": 1704767565,
"host_ip": "",
"agent_version": "",
"unixtime": 0,
"offset": 0,
"target_up": 0,
"mem_util": 0,
"cpu_num": 0,
"cpu_util": 0,
"os": "",
"arch": "",
"remote_addr": ""
}
],
"err": ""
}
请求参数
返回响应
修改于 2024-03-08 11:35:54