Get a list of the DBCA jobs created through ORDS Database API in the Oracle Home

get

/environment/homes/{homeName}/dbca/jobs/

Returns a description of all DBCA jobs created through ORDS Database API in the specified Oracle Home. This Oracle Home 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

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Description of all DBCA jobs created in the Oracle Home.
Body ()
Root Schema : EnvironmentDbcaJobs
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : EnvironmentDbcaJobsItem
Type: object
Describes a Database Configuration Assistant job.
Show Source
Nested Schema : dbca_log
Type: array
The output from the DBCA process as it executes.
Show Source
Nested Schema : job_request
Type: object
Describes the DBCA job request.
Show Source
Nested Schema : container_configuration
Type: object
This object represents container configuration details for a CDB.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top