List All Rapid Adapter Builder Adapters

get

/ic/api/adapters/v1/adapterBundles

Retrieves the list of all the Rapid Adapter Builder based adapters from the specified instance of Oracle Integration.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Example:
[
    {
        "adapterId":"RABAdapterForInvoicing",
        "adapterVersion":"1.0.0",
        "createdBy":"oraclecloud.admin",
        "createdTime":"1701284031.549",
        "kind":"local",
        "state":"enabled",
        "updatedBy":null,
        "updatedTime":"1701284031.549"
    }
]
Nested Schema : items
Type: object
Show Source
Examples

Back to Top