Endpoint Agents API-Endpoint Agents

Number of APIs: 8

  1. Disable endpoint agent POST {{baseUrl}}/endpoint/agents/:agentId/disable?aid=1234

  2. Enable endpoint agent POST {{baseUrl}}/endpoint/agents/:agentId/enable?aid=1234

  3. List endpoint agents GET {{baseUrl}}/endpoint/agents?max=5&cursor=&aid=1234&expand=clients,vpnProfiles,networkInterfaceProfiles&includeDeleted=false&useAllPermittedAids=false&agentName=myagent-1234&computerName=DESKTOP-45AE8

  4. Delete endpoint agent DELETE {{baseUrl}}/endpoint/agents/:agentId?aid=1234&expand=clients,vpnProfiles,networkInterfaceProfiles

  5. Retrieve endpoint agent GET {{baseUrl}}/endpoint/agents/:agentId?aid=1234&expand=clients,vpnProfiles,networkInterfaceProfiles&includeDeleted=false

  6. Update endpoint agent PATCH {{baseUrl}}/endpoint/agents/:agentId?aid=1234&expand=clients,vpnProfiles,networkInterfaceProfiles

  7. Filter endpoint agents POST {{baseUrl}}/endpoint/agents/filter?max=5&cursor=&aid=1234&expand=clients,vpnProfiles,networkInterfaceProfiles&includeDeleted=false

  8. Get agent connection string GET {{baseUrl}}/endpoint/agents/connection-string?aid=1234