- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
storagepools.list
Returns descriptions of all storage pools owned by the caller.
HTTP request
GET https://autopush-netapp.sandbox.googleapis.com/v1alpha1/{parent=projects/*/locations/*}/storagepools
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent value |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of items to return. |
pageToken |
The nextPageToken value to use if there are additional results to retrieve for this list request. |
orderBy |
Sort results. Supported values are "name", "name desc" or "" (unsorted). |
filter |
List filter. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
ListStoragePoolsResponse
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.