Environment REST Endpoints
Environment
Services related to the Oracle database installation.
- Create a new database in the default Oracle Home
- Method: postPath:
/ords/_/db-api/stable/environment/databases/
- Create a new database in the specified Oracle Home
- Method: postPath:
/ords/_/db-api/stable/environment/homes/{homeName}/databases/
- Create a new DBCA job in the default Oracle Home
- Method: postPath:
/ords/_/db-api/stable/environment/dbca/jobs/
- Create a new DBCA job in the Oracle Home
- Method: postPath:
/ords/_/db-api/stable/environment/homes/{homeName}/dbca/jobs/
- Delete the specified DBCA job in the default Oracle Home
- Method: deletePath:
/ords/_/db-api/stable/environment/dbca/jobs/{jobId}/
- Delete the specified DBCA job in the default Oracle Home
- Method: deletePath:
/ords/_/db-api/stable/environment/homes/{homeName}/dbca/jobs/{jobId}/
- Get a list of the databases defined in an Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/homes/{homeName}/databases/
- Get a list of the databases defined in the default Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/databases/
- Get a list of the DBCA database templates defined in an Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/homes/{homeName}/dbca/templates/
- Get a list of the DBCA database templates defined in the default Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/dbca/templates/
- Get a list of the DBCA jobs created through ORDS Database API in the default Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/dbca/jobs/
- Get a list of the DBCA jobs created through ORDS Database API in the Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/homes/{homeName}/dbca/jobs/
- Get a specific database defined in a specific Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/homes/{homeName}/databases/{databaseName}
- Get a specific database defined in the default Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/databases/{databaseName}
- Get a specific database template file in a specific Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/homes/{homeName}/dbca/templates/{filename}
- Get a specific database template file in the default Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/dbca/templates/{filename}
- Get a specified DBCA jobs created through ORDS Database API in the default Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/dbca/jobs/{jobId}/
- Get a specified DBCA jobs created through ORDS Database API in the specified Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/homes/{homeName}/dbca/jobs/{jobId}/
- Get database Oracle Homes
- Method: getPath:
/ords/_/db-api/stable/environment/homes/
- Get the DBCA log file content for a specified DBCA jobs created through ORDS Database API in the default Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/dbca/jobs/{jobId}/log
- Get the DBCA log file content for a specified DBCA jobs created through ORDS Database API in the specified Oracle Home
- Method: getPath:
/ords/_/db-api/stable/environment/homes/{homeName}/dbca/jobs/{jobId}/log