Retrieve Status of Agent Groups

get

/ic/api/integration/v1/monitoring/agentgroups

Retrieves monitoring data for all agent groups including current availability status.

Request

Supported Media Types
Query Parameters
  • Orders results by name or last updated time.

    Examples:

    /agentgroups?orderBy=time
    /agentgroups?orderBy=name
  • Filters results by agent group name.

    Example:

    {name:'Execution Agents Group'}
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : AgentGroupsMonitoringRs
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : AgentGroupMonitoringRs
Type: object
Show Source
Nested Schema : agents
Type: array
Show Source
Nested Schema : AgentMonitoringRs
Type: object
Show Source

400 Response

Malformed parameters

500 Response

Server error
Back to Top