Get list of services eligible as PDB clone targets

Returns a list of Oracle services that are eligible to receive a cloned PDB from the specified source database. Only services that meet ALL eligibility criteria are included in the response.

Eligibility Criteria: Services must meet ALL of the following requirements to be included:

  • Engine Compatibility: Target service must be Oracle with multi-tenant (CDB/PDB) architecture
  • Version Compatibility: Oracle version must be compatible (same or higher major version)
  • Status: Target service must be in an operational state (e.g., READY)
  • Subscription Access: User must have access to the target service (typically same subscription as source)
  • Configuration Compatibility: Target service must support the resource requirements of the source PDB
  • PDB Capacity: Target CDB must have capacity to host additional PDBs

Use Cases:

  • Display available target services in UI dropdown when user initiates PDB clone operation
  • Pre-validate that at least one eligible target exists before showing clone form
  • Allow users to select from pre-filtered list of compatible services
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid
required

ID of the source availability machine

uuid
required

ID of the source database (PDB) to be cloned

boolean
Defaults to true

Load the instances that are part of the DB Service

boolean
Defaults to false

Load the databases (PDBs) that are part of the DB Service

int32
Defaults to 10

Page size for get query

int32
Defaults to 0

Page offset for get query

string
Defaults to UTC

Timezone for return data

Headers
string
required

Authorization Token

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json