- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists the database nodes of a VM Cluster.
HTTP request
GET https://oracledatabase.googleapis.com/v1/{parent=projects/*/locations/*/cloudVmClusters/*}/dbNodes
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. |
Query parameters
Parameters | |
---|---|
page |
Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
page |
Optional. A token identifying a page of results the node should return. |
Request body
The request body must be empty.
Response body
The response for DbNode.List
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"dbNodes": [
{
object ( |
Fields | |
---|---|
db |
The list of DB Nodes |
next |
A token identifying a page of results the node 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.dbNodes.list
For more information, see the IAM documentation.