{
"page": 1,
"size": 20,
"ipAddress": ""
}curl --location '/ztpManage/v1/openApi/agent/agentInfo' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"size": 20,
"ipAddress": ""
}'{
"code": 10000,
"msg": "成功",
"data": [
{
"agentId": "b1b2c518bc8de041dd41",
"agentIp": "192.168.50.18;192.168.100.23",
"baselineScore": 30022003,
"idsScore": 0,
"devuid": "chiantest@A0075E98",
"macAddr": "7C-8A-E1-A8-63-9B;B4-B5-B6-E9-E9-C7",
"updated": "2025-01-21T17:25:59+08:00",
"userid": "chiantest"
},
{
"agentId": "b1b2c518bc8de041dd41",
"agentIp": "192.168.50.18;192.168.100.23",
"baselineScore": 30022003,
"idsScore": 0,
"devuid": "chiantest@A0075E98",
"macAddr": "7C-8A-E1-A8-63-9B;B4-B5-B6-E9-E9-C7",
"updated": "2025-01-21T17:25:59+08:00",
"userid": "chiantest"
}
]
}