Method: projects.locations.cloudExadataInfrastructures.dbServers.list

Lists the database servers of an Exadata Infrastructure instance.

HTTP request

GET https://oracledatabase.googleapis.com/v1/{parent=projects/*/locations/*/cloudExadataInfrastructures/*}/dbServers

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent value for database server in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloudExadataInfrastructure}.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of items to return. If unspecified, a maximum of 50 db servers will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.

pageToken

string

Optional. A token identifying a page of results the server should return.

Request body

The request body must be empty.

Response body

The response for DbServer.List.

If successful, the response body contains data with the following structure:

JSON representation
{
  "dbServers": [
    {
      object (DbServer)
    }
  ],
  "nextPageToken": string
}
Fields
dbServers[]

object (DbServer)

The list of database servers.

nextPageToken

string

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.dbServers.list

For more information, see the IAM documentation.