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: postPath:
/database/pdbs/ - Drop a PDB
 - Method: deletePath:
/database/pdbs/{pdb_name} - Get a pluggable database
 - Method: getPath:
/database/pdbs/{pdb_name} - Get all pluggable databases
 - Method: getPath:
/database/pdbs/ - The list of all snapshots taken for the specified pluggable databases (PDBs)
 - Method: getPath:
/database/pdb_snapshots/{pdb_name}/ - The snapshots of all pluggable databases (PDBs) in the Container Database
 - Method: getPath:
/database/pdb_snapshots/ - The specific snapshot taken of the specific pluggable databases (PDBs)
 - Method: getPath:
/database/pdb_snapshots/{pdb_name}/{snapshot_name} - Update a specific PDB
 - Method: patchPath:
/database/pdbs/{pdb_name}