Suppose you want to know more on the agents and see (in "/app/rest/server " response) that there is a "/app/rest/agents " URL. - try the
"/app/rest/agents/ " request - see the authorized agent list, get the "default " way of linking to an agent from the agent's element href attribute. - get individual agent details via
/app/rest/agents/id:10 URL (obtained from "href " for one of the elements of the previous request). - if you send a request to "
/app/rest/agents/$help, or "/app/rest/agents/aaa:bbb " (supplying unsupported locator dimension), you will get the list of the supported dimensions to find an agent via the agent's locator - most of the attributes of the returned agent data (name, connected, authorized) can be used as "
<field name> " in the "app/rest/agents/<agentLocator>/<field name> " request. Moreover, if you issue a request to the "app/rest/agents/id:10/test " URL, you will get a list of the supported fields in the error message
|