Get a specified DBCA jobs created through ORDS Database API in the default Oracle Home
get
                    /environment/dbca/jobs/{jobId}/
Returns a description of the DBCA job created through ORDS Database API in the default Oracle Home. The default Oracle Home is specified by $ORACLE_HOME environment variable and is expected to be on the same host as the Oracle REST Data Services server instance. A client requires System Administrator role to invoke this service.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    jobId: string
                    
                    Identifier of the DBCA job.
Response
Supported Media Types
                - application/json
200 Response
Description of the specified DBCA job created in the default Oracle Home.
                
                
                    Root Schema : EnvironmentDbcaJobsItem
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    EnvironmentDbcaJobsItemDescribes a Database Configuration Assistant job.
    
    
    
    
        Show Source
        - 
            dbca_log(optional): 
            array  dbca_log
            
            The output from the DBCA process as it executes.
- 
            description(optional): 
            string
            DBCA job description.
- 
            finished(optional): 
            string
            Timestamp for when the DBCA job request finished.
- 
            job_id(optional): 
            string
            Unique identifier for the DBCA job in the Oracle Home.
- 
            job_request(optional): 
            object  job_request
            
            
- 
            links(optional): 
            array  links
            
            
- 
            status(optional): 
            string
            DBCA job status.
- 
            submitted(optional): 
            string
            Timestamp for when the DBCA job request was submitted.
Nested Schema : job_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectMatch All
    Show Source
    - 
            
            object 
            
            
         JobRequest
            
        Title:JobRequestDescribes the DBCA job request.
- 
            
            
        
        Describes the DBCA job request.
Nested Schema : JobRequest
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    JobRequestDescribes the DBCA job request.
    
    
    
    
        Show Source
        - 
            container_configuration(optional): 
            object  container_configuration
            
            
- 
            database_system_identifier(optional): 
            string
            The database identifier.
- 
            global_database_name(optional): 
            string
            Global database name.
- 
            operation(optional): 
            string
            The DBCA operation to be performed: CREATE or DELETE.
- 
            response_file(optional): 
            string
            Path for response file for DBCA to use when creating a database.
- 
            template_name(optional): 
            string
            Path for the database template for DBCA to use when creating a database.
- 
            total_memory(optional): 
            string
            Total memory parameter to provide to DBCA when creating a database.
- 
            username(optional): 
            string
            The sysdba username for DBCA to use when deleting a database.
Nested Schema : container_configuration
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectMatch All
    Show Source
    - 
            
            object 
            
            
         ContainerConfiguration
            
        Title:ContainerConfigurationThis object represents container configuration details for a CDB.
- 
            
            
        
        This object represents container configuration details for a CDB.
Nested Schema : ContainerConfiguration
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ContainerConfigurationThis object represents container configuration details for a CDB.
    
    
    
    
        Show Source
        - 
            number_of_pdbs(optional): 
            string
            Number of PDBs to create.
- 
            pdb_name(optional): 
            string
            Base name of each PDB. A number is appended to each name if number_of_pdbs is greater than 1.