Pluggable Database Lifecycle Management REST Endpoints

Pluggable Database Lifecycle Management
Services related to managing pluggable databases in an Oracle multitenant database instance.
Create a Pluggable Database
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/
The list of all snapshots taken for the 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}
Update a specific PDB
Method: patch
Path: /database/pdbs/{pdb_name}