Get a list of the DBCA jobs created through ORDS Database API in the default Oracle Home
get
                    /environment/dbca/jobs/
Returns a description of all DBCA jobs created through ORDS Database API in the default Oracle Home. This 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. The implementation is only available for Unix based operating systems.
                Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Description of all DBCA jobs created in the default Oracle Home.
                            
                            
                                Root Schema : EnvironmentDbcaJobs
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    count: integer
                    
                    
                     
                    
                
                
                Total number of records in the current response.
 - 
                
                    
                    hasMore: boolean
                    
                    
                     
                    
                
                
                Indicates if there are more records to be retrieved.
 - 
                
                    
                    items: array
                    
                    
                
                
                    items
                
                
                
 - 
                
                    
                    limit: integer
                    
                    
                     
                    
                
                
                The actual page size limit on number of records applied by the server.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    offset: integer
                    
                    
                     
                    
                
                
                The actual index from which the item resources are returned.
 
Nested Schema : items
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  EnvironmentDbcaJobsItem
            
            Describes a Database Configuration Assistant job.
 
Nested Schema : EnvironmentDbcaJobsItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDescribes a Database Configuration Assistant job.
    
    
    
    
        Show Source
        - 
                
                    
                    dbca_log: array
                    
                    
                
                
                    dbca_log
                
                
                The output from the DBCA process as it executes.
 - 
                
                    
                    description: string
                    
                    
                     
                    
                
                
                DBCA job description.
 - 
                
                    
                    finished: string
                    
                    
                     
                    
                
                
                Timestamp for when the DBCA job request finished.
 - 
                
                    
                    job_id: string
                    
                    
                     
                    
                
                
                Unique identifier for the DBCA job in the Oracle Home.
 - 
                
                    
                    job_request: object
                    
                    
                
                
                    job_request
                
                
                Describes the DBCA job request.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    status: string
                    
                    
                     
                    
                
                
                DBCA job status.
 - 
                
                    
                    submitted: string
                    
                    
                     
                    
                
                
                Timestamp for when the DBCA job request was submitted.
 
Nested Schema : job_request
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDescribes the DBCA job request.
    
    
    
    
        Show Source
        - 
                
                    
                    container_configuration: object
                    
                    
                
                
                    container_configuration
                
                
                This object represents container configuration details for a CDB.
 - 
                
                    
                    database_system_identifier: string
                    
                    
                     
                    
                
                
                The database identifier.
 - 
                
                    
                    global_database_name: string
                    
                    
                     
                    
                
                
                Global database name.
 - 
                
                    
                    operation: string
                    
                    
                     
                    
                
                
                The DBCA operation to be performed: CREATE or DELETE.
 - 
                
                    
                    response_file: string
                    
                    
                     
                    
                
                
                Path for response file for DBCA to use when creating a database.
 - 
                
                    
                    template_name: string
                    
                    
                     
                    
                
                
                Path for the database template for DBCA to use when creating a database.
 - 
                
                    
                    total_memory: string
                    
                    
                     
                    
                
                
                Total memory parameter to provide to DBCA when creating a database.
 - 
                
                    
                    username: string
                    
                    
                     
                    
                
                
                The sysdba username for DBCA to use when deleting a database.
 
Nested Schema : container_configuration
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThis object represents container configuration details for a CDB.
    
    
    
    
        Show Source
        - 
                
                    
                    number_of_pdbs: string
                    
                    
                     
                    
                
                
                Number of PDBs to create.
 - 
                
                    
                    pdb_name: string
                    
                    
                     
                    
                
                
                Base name of each PDB. A number is appended to each name if number_of_pdbs is greater than 1.