- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists all the PluggableDatabases for the given project, location and Container Database.
HTTP request
GET https://oracledatabase.googleapis.com/v1/{parent=projects/*/locations/*}/pluggableDatabases
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location} |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. An expression for filtering the results of the request. List for pluggable databases is supported only with a valid container database (full resource name) filter in this format: |
Request body
The request body must be empty.
Response body
The response for PluggableDatabase.List
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"pluggableDatabases": [
{
object ( |
Fields | |
---|---|
pluggableDatabases[] |
The list of PluggableDatabases. |
nextPageToken |
A token identifying a page of results the server should return. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
oracledatabase.pluggableDatabases.list
For more information, see the IAM documentation.