- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Lists NodePools in a given project and location.
HTTP request
GET https://edgecontainer.googleapis.com/v1/{parent=projects/*/locations/*/clusters/*}/nodePools
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent cluster, which owns this collection of node pools. Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
page | 
                
                   
 The maximum number of resources to list.  | 
              
page | 
                
                   
 A page token received from previous list request.  | 
              
filter | 
                
                   
 Only resources matching this filter will be listed.  | 
              
order | 
                
                   
 Specifies the order in which resources will be listed.  | 
              
Request body
The request body must be empty.
Response body
List of node pools in a cluster.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "nodePools": [
    {
      object ( | 
                  
| Fields | |
|---|---|
node | 
                    
                       
 Node pools in the cluster.  | 
                  
next | 
                    
                       
 A token to retrieve next page of results.  | 
                  
unreachable[] | 
                    
                       
 Locations that could not be reached.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.