Retrieve Status of an Agent Group

get

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

Retrieves monitoring data including current availability status for the agent group with the specified ID.

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 : AgentGroupMonitoringRs
Type: object
Show Source
Nested Schema : agents
Type: array
List of Agents
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 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 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?integrationInstance=service-instance
Back to Top