Parameter | Description |
---|---|
Hostname | Query by the hostname of the agent. |
IP Address | Query by the IP address of the agent. |
Status | The status of the agent. |
Parameter | Description |
---|---|
Agent ID | Query agents by their ID. |
Domain | Query agents by domain. |
Group ID | Query agents by group ID. |
Operating System | Query agents by the operating system. |
{
"error": "<string>",
"response": {
"agents": [
{
"agentid": "<string>",
"clientversion": "<string>",
"domain": "<string>",
"freespace": "<string>",
"groupid": "<string>",
"hostname": "<string>",
"ip": "<string>",
"lastcheckin": "2017-11-20T01:22:59.028Z",
"localip": "<string>",
"os": "<string>",
"policyversion": "<string>",
"status": 1,
"username": "<string>"
}
]
}
}
Was this page helpful?