Test database connection to a project (for Oracle environments only)
Available in versions: 2021 R2 and later
Description
For Oracle environments only: Tests the connection to the database for a specific project.
URL
/Admin/rest/v1/projects/verifyprojectdbconnection
Remarks
None
HTTP Method
POST: Tests a project's connection to the Oracle database server.
Request
Headers:
Content-Type: application/xml
Accept: application/json, application/xml
Cookies:
ADM_LWSSO={AdmLwssoCookie};
Request Body:
An XML describing the project and other optional details.
The fields in the request are:
Element | Description |
---|---|
SchemaCredentialsDetails |
|

<SchemaCredentialsDetails>
<ProjectId>1038</ProjectId>
<Password>MyCustomPassword</Password>
</SchemaCredentialsDetails>
Response
Headers:
None
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes.
HTML Body:
Returns data on the database connection.
See Also
Get all Projects
Create a project
Get or update project by project ID
Get projects by Query
Remove Projects
Update database connection to a project (for Oracle environments only)