2026-05-20
▼ ▲ netapp.projects.locations.storagePools.backupConfigs.list
Parameters :
filter
Description : Optional. The standard list filter.
Location : query
Type : string
pageToken
Description : Optional. The next_page_token value to use if there are additional results to retrieve for this list request.
Location : query
Type : string
parent
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/storagePools/[^/]+$
Description : Required. The ONTAP StoragePool for which to retrieve backup configuration information, in the format `projects/{project}/locations/{location}/storagePools/{storage_pool}`.
Location : path
pageSize
Type : integer
Description : Optional. The maximum number of items to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified or set to 0, a default of 50 will be used.
Location : query
Format : int32
orderBy
Type : string
Description : Optional. Sort results. Supported values are "volume_id" or ""
Location : query
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/storagePools/{storagePoolsId}/backupConfigs
Parameter Order : parent
Description : Lists backup configurations for all volumes in an ONTAP-mode Storage Pool.
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/backupConfigs
▼ ▲ netapp.projects.locations.storagePools.restoreVolume
Description : Restores a backup to an ONTAP-mode volume.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/storagePools/{storagePoolsId}:restoreVolume
Parameter Order : name
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/storagePools/[^/]+$
Description : Required. The resource name of the ONTAP mode storage pool, in the format of `projects/{project}/locations/{location}/storagePools/{storage_pool}`
Location : path
Type : string
Required : Yes
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}:restoreVolume
▼ ▲ netapp.projects.locations.storagePools.updateBackupConfig
Description : Updates the backup configuration for an ONTAP-mode volume.
Parameters :
name
Description : Required. The resource name of the StoragePool, in the format: projects/{projectNumber}/locations/{locationId}/storagePools/{poolId}
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/storagePools/[^/]+$
Required : Yes
Type : string
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/storagePools/{storagePoolsId}:updateBackupConfig
Parameter Order : name
Path : v1/{+name}:updateBackupConfig
HTTP Method : POST