Retrieve Status of Agents in an Agent Group

get

/ic/api/integration/v1/monitoring/agentgroups/{id}/agents

Retrieves monitoring data for agents in the specified agent group including availability status.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : AgentsMonitoringRs
Type: object
Show Source
Nested Schema : items
Type: array
List of Agent
Show Source
Nested Schema : AgentMonitoringRs
Type: object
Show Source

400 Response

Malformed parameters

500 Response

Server error
Back to Top

Examples

The following example shows how to retrieve the status of agents in an agent group by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL. For more information about endpoint URL structure, see Send Requests.

Example: Retrieve Status of Agents in an Agent Group

Request:

curl -X GET -H 'Authorization: Bearer access_token' -H "Content-Type:application/json" -d @runIntegration.json https://design.integration.region.ocp.oraclecloud.com/ic/api/integration/v1/monitoring/agentgroups/HGBU_OHIP/agents?integrationInstance=service-instance
Back to Top