v2
latestOpenAPI 3.0.02026-08-0688139156.5 KBAgents
Get agent services
get/v1/agent/{agent_id}/service
Path parameters
agent_idstring required
ID of an agent
Example:a_0123456789ab
Response
OK
Example response
{
"data": [
{
"description": "Enables the detection, download, and installation of updates for Windows.",
"display_name": "Windows Update",
"name": "wuauserv",
"service_id": "svc_abc123",
"startup": "Automatic",
"state": "Running",
"verify_on_boot": true
}
]
}