- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Returns descriptions of all storage pools owned by the caller.
HTTP request
GET https://netapp.googleapis.com/v1/{parent=projects/*/locations/*}/storagePools
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. Parent value  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 Optional. The maximum number of items to return.  | 
              
pageToken | 
                
                   
 Optional. The nextPageToken value to use if there are additional results to retrieve for this list request.  | 
              
orderBy | 
                
                   
 Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).  | 
              
filter | 
                
                   
 Optional. List filter.  | 
              
Request body
The request body must be empty.
Response body
ListStoragePoolsResponse is the response to a ListStoragePoolsRequest.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "storagePools": [
    {
      object ( | 
                  
| Fields | |
|---|---|
storagePools[] | 
                    
                       
 The list of StoragePools  | 
                  
nextPageToken | 
                    
                       
 A token identifying a page of results the server should return.  | 
                  
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.
IAM Permissions
Requires the following IAM permission on the parent resource:
netapp.storagePools.list
For more information, see the IAM documentation.