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
-
integrationInstance: string
Example:
{{SI}}
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
object
-
count: number
Example:
1
-
hasMore: boolean
Example:
false
-
items: array
items
-
limit: number
Example:
100
-
offset: number
Example:
0
Nested Schema : items
Type:
Show Source
array
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:
Show Source
object
-
adapterId: string
Example:
RABAdapterInvoicing
-
adapterVersion: string
Example:
1.0.0
-
createdBy: string
Example:
oraclecloud.admin
-
createdTime: number
Example:
1701284031.549
-
kind: string
Example:
local
-
state: string
Example:
enabled
-
updatedBy:
Example:
oracle.doceng.json.BetterJsonNull@77b14724
-
updatedTime: number
Example:
1701284031.549
Examples