NetApp API (netapp:v1beta1)

2026-05-14

3 new methods

Additions

    Methods
  • netapp.projects.locations.storagePools.backupConfigs.list

      Path : v1beta1/{+parent}/backupConfigs

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists backup configurations for all volumes in an ONTAP-mode Storage Pool.

      HTTP Method : GET

      Parameters :

        parent

          Type : string

          Description : Required. The ONTAP StoragePool for which to retrieve backup configuration information, in the format `projects/{project}/locations/{location}/storagePools/{storage_pool}`.

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/storagePools/[^/]+$

        orderBy

          Type : string

          Description : Optional. Sort results. Supported values are "volume_id" or ""

          Location : query

        pageSize

          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

          Type : integer

          Format : int32

        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

        filter

          Type : string

          Description : Optional. The standard list filter.

          Location : query

      Parameter Order : parent

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/storagePools/{storagePoolsId}/backupConfigs

  • netapp.projects.locations.storagePools.restoreVolume

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/storagePools/{storagePoolsId}:restoreVolume

      Parameter Order : name

      Parameters :

        name

          Description : Required. The resource name of the ONTAP mode storage pool, in the format of `projects/{project}/locations/{location}/storagePools/{storage_pool}`

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/storagePools/[^/]+$

          Type : string

      HTTP Method : POST

      Path : v1beta1/{+name}:restoreVolume

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Restores a backup to an ONTAP-mode volume.

  • netapp.projects.locations.storagePools.updateBackupConfig

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The resource name of the StoragePool, in the format: projects/{projectNumber}/locations/{locationId}/storagePools/{poolId}

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/storagePools/[^/]+$

          Type : string

      Description : Updates the backup configuration for an ONTAP-mode volume.

      Path : v1beta1/{+name}:updateBackupConfig

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/storagePools/{storagePoolsId}:updateBackupConfig