Pluggable Database Lifecycle Management REST Endpoints
Pluggable Database Lifecycle Management
The operations from the Pluggable Database Lifecycle Management category.
- Change the state of a PDB
- Method: postPath:
/database/pdbs/{pdb_name}/status
- Clone or Unplug operations for PDBs
- Method: postPath:
/database/pdbs/{pdb_name}/
- Create a PDB from PDB$SEED or XML
- 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/
- Return status information of a PDB
- Method: getPath:
/database/pdbs/{pdb_name}/status