Retrieve Usage of the Lookup

get

/ic/api/integration/v1/lookups/{name}/usage

Lists all the integrations which use the specified lookup.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : UsageRs
Type: object
Show Source
Nested Schema : connectionUsage
Type: array
Show Source
Nested Schema : integrationUsage
Type: array
Show Source
Nested Schema : connectionUsage
Type: object
Show Source
Nested Schema : integrationUsage
Type: object
Show Source

404 Response

Lookup not found

412 Response

Precondition failed

500 Response

Server error
Back to Top

Examples

The following example shows how to get the list of integrations which use the specified lookup 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 integrations used by the lookup testLookup

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