JOC API

Version 2.6.5

Download RAML
JOC API
/agents
POST

Gets Agents


Parameters in the POST body schema

Name Type Description Example Default
controllerId required, string Controller ID myController
agentIds optional, array[string] Filters the response for specified Agent IDs
states optional, array[string] Filters Agents with states such as:
  • COUPLED
  • RESETTING
  • INITIALISED
  • COUPLINGFAILED
  • SHUTDOWN
["COUPLED", "COUPLINGFAILED"]
onlyVisibleAgents optional, boolean Controls wether the answer excludes hidden Agents or not false
compact optional, boolean A compact response is returned if this parameter is true false