- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 
Lists all AzureNodePool resources on a given AzureCluster.
HTTP request
GET https://{endpoint}/v1/{parent=projects/*/locations/*/azureClusters/*}/azureNodePools
Where {endpoint} is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent  
 See Resource Names for more details on Google Cloud resource names.  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the pageSize value, the response can include a partial list and a caller should only rely on response's   | 
              
pageToken | 
                
                   
 The   | 
              
Request body
The request body must be empty.
Response body
Response message for AzureClusters.ListAzureNodePools method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "azureNodePools": [
    {
      object ( | 
                  
| Fields | |
|---|---|
azureNodePools[] | 
                    
                       
 A list of   | 
                  
nextPageToken | 
                    
                       
 Token to retrieve the next page of results, or empty if there are no more results in the list.  | 
                  
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:
gkemulticloud.azureNodePools.list
For more information, see the IAM documentation.