Use API endpoints that show agents by ID

Improve performance by using API endpoints that retrieve specific agent information by ID instead of loading the entire agent list.

Performance issues in agent management can cause slow responses from the deployment/server/clients endpoint. The following symptoms indicate a performance issue:
  • The response from the endpoint deployment/server/clients takes more than 30 seconds.
  • The Agent Management home page takes more than 30 seconds to load.
  • Searching by host name or app takes more than 30 seconds to complete.
  • The list of matched agents for server class takes more than 30 seconds to load.
  1. Avoid using the following API endpoints and UI views that retrieve full agent lists:
    • /services/deployment/server/clients
    • /services/deployment/server/serverclasses/{name}/clients
  2. Use API endpoints that retrieve specific agent information by ID instead of loading the entire agent list.