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
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The maximum number of items to return per page. | |
page | string | The pagination token to continue listing from. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. | |
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"\u003cstring\u003e","region":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","region":"\u003cstring\u003e"}]}