username:passwordAuthorization: Basic *****************{
"agentId": "b1b2c518bc8de041dd41",
"agentIp": "192.168.50.18;192.168.100.23",
"proxyIp": "192.168.50.18",
"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",
"isAccess": 0,
"agentName": "DESKTOP-AVQMANM",
"osVersion": "Windows 11",
"pushSource":"heartbeat"
}curl --location '/ace/service/chiansec/endpoint/status' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentId": "b1b2c518bc8de041dd41",
"agentIp": "192.168.50.18;192.168.100.23",
"proxyIp": "192.168.50.18",
"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",
"isAccess": 0,
"agentName": "DESKTOP-AVQMANM",
"osVersion": "Windows 11",
"pushSource":"heartbeat"
}'{
"code":10000,
"msg":"成功"
}