Retrieve Status of an Agent

get

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

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

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 : 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 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

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/CA-AAMADO-MAC-1659457261187?integrationInstance=service-instance
Back to Top