GET Agents({id})
Get a single agent by ID.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Agent ID. |
Type: String |
Response Information
A single agent record.
Response type
Response body formats
application/json, text/json
Sample:
{ "Href": "[api:Agents(941e92f1-5dd6-4720-bca2-6875c8b04acd)]", "Id": "941e92f1-5dd6-4720-bca2-6875c8b04acd", "Name": "SERVER1", "Role": "ControllerAgent", "Scope": "745c2030-77c6-4d65-97ac-52c79db96ff5", "IsPrimary": true, "LastHeartBeatTime": "2013-12-05T16:11:54.0683069-05:00", "IsAlive": true, "IsHealthy": true }