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: post
Path: /database/pdbs/{pdb_name}/status
Clone or Unplug operations for PDBs
Method: post
Path: /database/pdbs/{pdb_name}/
Create a PDB from PDB$SEED or XML
Method: post
Path: /database/pdbs/
Drop a PDB
Method: delete
Path: /database/pdbs/{pdb_name}/
Get a pluggable database
Method: get
Path: /database/pdbs/{pdb_name}/
Get all pluggable databases
Method: get
Path: /database/pdbs/
Return status information of a PDB
Method: get
Path: /database/pdbs/{pdb_name}/status
The list of all snapshots taken for thee specified pluggable databases (PDBs)
Method: get
Path: /database/pdb_snapshots/{pdb_name}/
The snapshots of all pluggable databases (PDBs) in the Container Database
Method: get
Path: /database/pdb_snapshots/
The specific snapshot taken of the specific pluggable databases (PDBs)
Method: get
Path: /database/pdb_snapshots/{pdb_name}/{snapshot_name}