Pre-General Availability: 2022-08-18. This documentation is in pre-General Availability status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.

Manage Projects REST Endpoints

Manage Projects
Manage projects APIs for Oracle Query Service
Creates a new Project resource
Method: post
Path: /20211130/projects
Creates and downloads a new database wallet
Method: post
Path: /20211130/projects/{projectId}/actions/downloadAutonomousDatabaseWallet
Delete a Project resource
Method: delete
Path: /20211130/projects/{projectId}
Get Project
Method: get
Path: /20211130/projects/{projectId}
Gets a list of all Query Projects in a compartment
Method: get
Path: /20211130/projects
Moves a Project resource into a different compartment.
Method: post
Path: /20211130/projects/{projectId}/actions/changeCompartment
Set password for user schema.
Method: post
Path: /20211130/projects/{projectId}/actions/setProjectDatabaseUserPassword
Update the Project resource identified by the id
Method: put
Path: /20211130/projects/{projectId}