Gets the list of Autonomous Database refreshable clone OCIDs and the region they exist.

GET {{baseUrl}}/autonomousDatabases/:autonomousDatabaseId/refreshableClones?limit=10&page=<string>

Lists the OCIDs of the Autonomous Database local and connected remote refreshable clones with the region where they exist for the specified source database.

Request Params

KeyDatatypeRequiredDescription
limitnumberThe maximum number of items to return per page.
pagestringThe pagination token to continue listing from.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique identifier for the request.
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;region&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;region&quot;:&quot;\u003cstring\u003e&quot;}]}