Pluggable Database Lifecycle Management REST Endpoints
Pluggable Database Lifecycle Management
Services related to managing pluggable databases in an Oracle multitenant database instance.
- Change the state of a PDB
 - Method: postPath:
/ords/_/db-api/stable/database/pdbs/{pdb_name}/status - Clone or Unplug operations for PDBs
 - Method: postPath:
/ords/_/db-api/stable/database/pdbs/{pdb_name}/ - Create a PDB from PDB$SEED or XML
 - Method: postPath:
/ords/_/db-api/stable/database/pdbs/ - Drop a PDB
 - Method: deletePath:
/ords/_/db-api/stable/database/pdbs/{pdb_name}/ - Get a pluggable database
 - Method: getPath:
/ords/_/db-api/stable/database/pdbs/{pdb_name}/ - Get all pluggable databases
 - Method: getPath:
/ords/_/db-api/stable/database/pdbs/ - Return status information of a PDB
 - Method: getPath:
/ords/_/db-api/stable/database/pdbs/{pdb_name}/status - The list of all snapshots taken for thee specified pluggable databases (PDBs)
 - Method: getPath:
/ords/_/db-api/stable/database/pdb_snapshots/{pdb_name}/ - The snapshots of all pluggable databases (PDBs) in the Container Database
 - Method: getPath:
/ords/_/db-api/stable/database/pdb_snapshots/ - The specific snapshot taken of the specific pluggable databases (PDBs)
 - Method: getPath:
/ords/_/db-api/stable/database/pdb_snapshots/{pdb_name}/{snapshot_name}