Get
|
|||||
|
|
Returns the specified NodeGroup. Get a list of available NodeGroups by making a list() request. Note: the "nodes" field should not be used. Use nodeGroups.listNodes instead
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
- View and manage your Google Compute Engine resources
- View your Google Compute Engine resources
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
project Required |
STRING |
Project ID for this request |
zone Required |
STRING |
The name of the zone for this request |
nodeGroup Required |
STRING |
Name of the node group to return |
= Parameter name
= Format
project STRING Required Project ID for this request |
zone STRING Required The name of the zone for this request |
nodeGroup STRING Required Name of the node group to return |
Output
This building block provides 10 output parameters
Name | Format | Description |
---|---|---|
creationTimestamp |
STRING |
[Output Only] Creation timestamp in RFC3339 text format |
description |
STRING |
An optional description of this resource. Provide this property when you create the resource |
id |
INTEGER |
[Output Only] The unique identifier for the resource. This identifier is defined by the server |
kind |
STRING |
[Output Only] The type of the resource. Always compute#nodeGroup for node group |
name |
STRING |
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
nodeTemplate |
STRING |
The URL of the node template to which this node group belongs |
selfLink |
STRING |
[Output Only] Server-defined URL for the resource |
size |
INTEGER |
[Output Only] The total number of nodes in the node group |
status |
ENUMERATION |
|
zone |
STRING |
[Output Only] The name of the zone where the node group resides, such as us-central1-a |
= Parameter name
= Format
creationTimestamp STRING [Output Only] Creation timestamp in RFC3339 text format |
description STRING An optional description of this resource. Provide this property when you create the resource |
id INTEGER [Output Only] The unique identifier for the resource. This identifier is defined by the server |
kind STRING [Output Only] The type of the resource. Always compute#nodeGroup for node group |
name STRING The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
nodeTemplate STRING The URL of the node template to which this node group belongs |
selfLink STRING [Output Only] Server-defined URL for the resource |
size INTEGER [Output Only] The total number of nodes in the node group |
status ENUMERATION |
zone STRING [Output Only] The name of the zone where the node group resides, such as us-central1-a |