Configuration

Use the following URI extensions with the base extension /agents/configurations or /v2/agents/configurations to return configuration information.

To get the configuration settings for all servers and clients, end the base extension with a forward slash ("/"):

/agents/configurations/

To get only servers a, b, and c:

/servers;names=a,b,c

If no "names" are specified, all servers are included.

To get only clients x, y, and z:

/clients;ids=x,y,z

If no "ids" are specified, all servers are included.