Retrieve an Integration Instance

get

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

Retrieves detailed information about the integration instance with the specified instance ID.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : instance
Type: object
Show Source
Nested Schema : activityStream
Type: array
Show Source
Nested Schema : auditTrail
Type: array
Show Source
Nested Schema : trackings
Type: array
Show Source
Nested Schema : TrackingDataRs
Type: object
Show Source

400 Response

Malformed parameters

404 Response

Instance not found

500 Response

Server error
Back to Top

Examples

The following example shows how to get details for an integration instance 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: Get details about the integration instance with instance id 500400209

curl -X GET -H 'Authorization: Bearer access_token' -H "Accept:application/json" https://integration.us.oraclecloud.com/ic/api/integration/v1/monitoring/instances/500400209
Back to Top