NetApp API (netapp:v1)

2024-10-15

58 new methods | New API

Additions

    Methods
  • netapp.projects.locations.list

      Path: v1/{+name}/locations

      Flat Path: v1/projects/{projectsId}/locations

      HTTP Method: GET

      Parameters:

        name

          Description: The resource that owns the locations collection, if applicable.

          Pattern: ^projects/[^/]+$

          Location: path

          Required: Yes

          Type: string

        filter

          Description: A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).

          Location: query

          Type: string

        pageSize

          Description: The maximum number of results to return. If not set, the service selects a default.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

          Location: query

          Type: string

      Parameter Order: name

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

      Description: Lists information about the supported locations for this service.

  • netapp.projects.locations.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}

      HTTP Method: GET

      Parameters:

        name

          Description: Resource name for the location.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Gets information about a location.

  • netapp.projects.locations.operations.list

      Path: v1/{+name}/operations

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/operations

      HTTP Method: GET

      Parameters:

        name

          Description: The name of the operation's parent resource.

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

          Location: path

          Required: Yes

          Type: string

        filter

          Description: The standard list filter.

          Location: query

          Type: string

        pageSize

          Description: The standard list page size.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: The standard list page token.

          Location: query

          Type: string

      Parameter Order: name

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

      Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

  • netapp.projects.locations.operations.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}

      HTTP Method: GET

      Parameters:

        name

          Description: The name of the operation resource.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

  • netapp.projects.locations.operations.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: The name of the operation resource to be deleted.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

  • netapp.projects.locations.operations.cancel

      Path: v1/{+name}:cancel

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel

      HTTP Method: POST

      Parameters:

        name

          Description: The name of the operation resource to be cancelled.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

  • netapp.projects.locations.storagePools.list

      Path: v1/{+parent}/storagePools

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/storagePools

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. Parent value

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: Optional. The maximum number of items to return.

          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

        orderBy

          Description: Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).

          Location: query

          Type: string

        filter

          Description: Optional. List filter.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Returns descriptions of all storage pools owned by the caller.

  • netapp.projects.locations.storagePools.create

      Path: v1/{+parent}/storagePools

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/storagePools

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. Value for parent.

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

          Location: path

          Required: Yes

          Type: string

        storagePoolId

          Description: Required. Id of the requesting storage pool. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Creates a new storage pool.

  • netapp.projects.locations.storagePools.get

      Path: v1/{+name}

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

      HTTP Method: GET

      Parameters:

        name

          Description: Required. Name of the storage pool

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Returns the description of the specified storage pool by poolId.

  • netapp.projects.locations.storagePools.patch

      Path: v1/{+name}

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

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. Name of the storage pool

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the StoragePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Updates the storage pool properties with the full spec

  • netapp.projects.locations.storagePools.delete

      Path: v1/{+name}

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

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. Name of the storage pool

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Warning! This operation will permanently delete the storage pool.

  • netapp.projects.locations.storagePools.switch

      Path: v1/{+name}:switch

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/storagePools/{storagePoolsId}:switch

      HTTP Method: POST

      Parameters:

        name

          Description: Required. Name of the storage pool

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: This operation will switch the active/replica zone for a regional storagePool.

  • netapp.projects.locations.volumes.list

      Path: v1/{+parent}/volumes

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. Parent value for ListVolumesRequest

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: A token identifying a page of results the server should return.

          Location: query

          Type: string

        filter

          Description: Filtering results

          Location: query

          Type: string

        orderBy

          Description: Hint for how to order the results

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Lists Volumes in a given project.

  • netapp.projects.locations.volumes.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. Name of the volume

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Gets details of a single Volume.

  • netapp.projects.locations.volumes.create

      Path: v1/{+parent}/volumes

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. Value for parent.

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

          Location: path

          Required: Yes

          Type: string

        volumeId

          Description: Required. Id of the requesting volume. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Creates a new Volume in a given project and location.

  • netapp.projects.locations.volumes.patch

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. Name of the volume

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the Volume resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Updates the parameters of a single Volume.

  • netapp.projects.locations.volumes.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. Name of the volume

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

          Location: path

          Required: Yes

          Type: string

        force

          Description: If this field is set as true, CCFE will not block the volume resource deletion even if it has any snapshots resource. (Otherwise, the request will only work if the volume has no snapshots.)

          Location: query

          Type: boolean

      Parameter Order: name

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

      Description: Deletes a single Volume.

  • netapp.projects.locations.volumes.revert

      Path: v1/{+name}:revert

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}:revert

      HTTP Method: POST

      Parameters:

        name

          Description: Required. The resource name of the volume, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Revert an existing volume to a specified snapshot. Warning! This operation will permanently revert all changes made after the snapshot was created.

  • netapp.projects.locations.volumes.snapshots.list

      Path: v1/{+parent}/snapshots

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The volume for which to retrieve snapshot information, in the format `projects/{project_id}/locations/{location}/volumes/{volume_id}`.

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: The maximum number of items to return.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: The next_page_token value to use if there are additional results to retrieve for this list request.

          Location: query

          Type: string

        orderBy

          Description: Sort results. Supported values are "name", "name desc" or "" (unsorted).

          Location: query

          Type: string

        filter

          Description: List filter.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Returns descriptions of all snapshots for a volume.

  • netapp.projects.locations.volumes.snapshots.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots/{snapshotsId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. The snapshot resource name, in the format `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`

          Pattern: ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/snapshots/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Describe a snapshot for a volume.

  • netapp.projects.locations.volumes.snapshots.create

      Path: v1/{+parent}/snapshots

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The NetApp volume to create the snapshots of, in the format `projects/{project_id}/locations/{location}/volumes/{volume_id}`

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

          Location: path

          Required: Yes

          Type: string

        snapshotId

          Description: Required. ID of the snapshot to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Create a new snapshot for a volume.

  • netapp.projects.locations.volumes.snapshots.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots/{snapshotsId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. The snapshot resource name, in the format `projects/*/locations/*/volumes/*/snapshots/{snapshot_id}`

          Pattern: ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/snapshots/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Deletes a snapshot.

  • netapp.projects.locations.volumes.snapshots.patch

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots/{snapshotsId}

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. The resource name of the snapshot. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`.

          Pattern: ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/snapshots/[^/]+$

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Mask of fields to update. At least one path must be supplied in this field.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Updates the settings of a specific snapshot.

  • netapp.projects.locations.volumes.replications.list

      Path: v1/{+parent}/replications

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The volume for which to retrieve replication information, in the format `projects/{project_id}/locations/{location}/volumes/{volume_id}`.

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: The maximum number of items to return.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: The next_page_token value to use if there are additional results to retrieve for this list request.

          Location: query

          Type: string

        orderBy

          Description: Sort results. Supported values are "name", "name desc" or "" (unsorted).

          Location: query

          Type: string

        filter

          Description: List filter.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Returns descriptions of all replications for a volume.

  • netapp.projects.locations.volumes.replications.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications/{replicationsId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. The replication resource name, in the format `projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}`

          Pattern: ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/replications/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Describe a replication for a volume.

  • netapp.projects.locations.volumes.replications.create

      Path: v1/{+parent}/replications

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The NetApp volume to create the replications of, in the format `projects/{project_id}/locations/{location}/volumes/{volume_id}`

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

          Location: path

          Required: Yes

          Type: string

        replicationId

          Description: Required. ID of the replication to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Create a new replication for a volume.

  • netapp.projects.locations.volumes.replications.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications/{replicationsId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. The replication resource name, in the format `projects/*/locations/*/volumes/*/replications/{replication_id}`

          Pattern: ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/replications/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Deletes a replication.

  • netapp.projects.locations.volumes.replications.patch

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications/{replicationsId}

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. The resource name of the Replication. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}`.

          Pattern: ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/replications/[^/]+$

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Mask of fields to update. At least one path must be supplied in this field.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Updates the settings of a specific replication.

  • netapp.projects.locations.volumes.replications.stop

      Path: v1/{+name}:stop

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications/{replicationsId}:stop

      HTTP Method: POST

      Parameters:

        name

          Description: Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

          Pattern: ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/replications/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Stop Cross Region Replication.

  • netapp.projects.locations.volumes.replications.resume

      Path: v1/{+name}:resume

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications/{replicationsId}:resume

      HTTP Method: POST

      Parameters:

        name

          Description: Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

          Pattern: ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/replications/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Resume Cross Region Replication.

  • netapp.projects.locations.volumes.replications.reverseDirection

      Path: v1/{+name}:reverseDirection

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications/{replicationsId}:reverseDirection

      HTTP Method: POST

      Parameters:

        name

          Description: Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

          Pattern: ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/replications/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Reverses direction of replication. Source becomes destination and destination becomes source.

  • netapp.projects.locations.activeDirectories.list

      Path: v1/{+parent}/activeDirectories

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/activeDirectories

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. Parent value for ListActiveDirectoriesRequest

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: A token identifying a page of results the server should return.

          Location: query

          Type: string

        filter

          Description: Filtering results

          Location: query

          Type: string

        orderBy

          Description: Hint for how to order the results

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Lists active directories.

  • netapp.projects.locations.activeDirectories.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/activeDirectories/{activeDirectoriesId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. Name of the active directory.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Describes a specified active directory.

  • netapp.projects.locations.activeDirectories.create

      Path: v1/{+parent}/activeDirectories

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/activeDirectories

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. Value for parent.

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

          Location: path

          Required: Yes

          Type: string

        activeDirectoryId

          Description: Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter , the last a letter or a number, and a 63 character maximum.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: CreateActiveDirectory Creates the active directory specified in the request.

  • netapp.projects.locations.activeDirectories.patch

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/activeDirectories/{activeDirectoriesId}

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. The resource name of the active directory. Format: `projects/{project_number}/locations/{location_id}/activeDirectories/{active_directory_id}`.

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the Active Directory resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Update the parameters of an active directories.

  • netapp.projects.locations.activeDirectories.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/activeDirectories/{activeDirectoriesId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. Name of the active directory.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Delete the active directory specified in the request.

  • netapp.projects.locations.kmsConfigs.list

      Path: v1/{+parent}/kmsConfigs

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/kmsConfigs

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. Parent value

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: The maximum number of items to return.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: The next_page_token value to use if there are additional results to retrieve for this list request.

          Location: query

          Type: string

        orderBy

          Description: Sort results. Supported values are "name", "name desc" or "" (unsorted).

          Location: query

          Type: string

        filter

          Description: List filter.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Returns descriptions of all KMS configs owned by the caller.

  • netapp.projects.locations.kmsConfigs.create

      Path: v1/{+parent}/kmsConfigs

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/kmsConfigs

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. Value for parent.

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

          Location: path

          Required: Yes

          Type: string

        kmsConfigId

          Description: Required. Id of the requesting KmsConfig. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Creates a new KMS config.

  • netapp.projects.locations.kmsConfigs.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/kmsConfigs/{kmsConfigsId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. Name of the KmsConfig

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Returns the description of the specified KMS config by kms_config_id.

  • netapp.projects.locations.kmsConfigs.patch

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/kmsConfigs/{kmsConfigsId}

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. Name of the KmsConfig.

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the KmsConfig resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Updates the Kms config properties with the full spec

  • netapp.projects.locations.kmsConfigs.encrypt

      Path: v1/{+name}:encrypt

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/kmsConfigs/{kmsConfigsId}:encrypt

      HTTP Method: POST

      Parameters:

        name

          Description: Required. Name of the KmsConfig.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Encrypt the existing volumes without CMEK encryption with the desired the KMS config for the whole region.

  • netapp.projects.locations.kmsConfigs.verify

      Path: v1/{+name}:verify

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/kmsConfigs/{kmsConfigsId}:verify

      HTTP Method: POST

      Parameters:

        name

          Description: Required. Name of the KMS Config to be verified.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Verifies KMS config reachability.

  • netapp.projects.locations.kmsConfigs.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/kmsConfigs/{kmsConfigsId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. Name of the KmsConfig.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Warning! This operation will permanently delete the Kms config.

  • netapp.projects.locations.backupVaults.create

      Path: v1/{+parent}/backupVaults

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The location to create the backup vaults, in the format `projects/{project_id}/locations/{location}`

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

          Location: path

          Required: Yes

          Type: string

        backupVaultId

          Description: Required. The ID to use for the backupVault. The ID must be unique within the specified location. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Creates new backup vault

  • netapp.projects.locations.backupVaults.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. The backupVault resource name, in the format `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Returns the description of the specified backup vault

  • netapp.projects.locations.backupVaults.list

      Path: v1/{+parent}/backupVaults

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The location for which to retrieve backupVault information, in the format `projects/{project_id}/locations/{location}`.

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: The maximum number of items to return.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: The next_page_token value to use if there are additional results to retrieve for this list request.

          Location: query

          Type: string

        orderBy

          Description: Sort results. Supported values are "name", "name desc" or "" (unsorted).

          Location: query

          Type: string

        filter

          Description: List filter.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Returns list of all available backup vaults.

  • netapp.projects.locations.backupVaults.patch

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Updates the settings of a specific backup vault.

  • netapp.projects.locations.backupVaults.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. The backupVault resource name, in the format `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Warning! This operation will permanently delete the backup vault.

  • netapp.projects.locations.backupVaults.backups.create

      Path: v1/{+parent}/backups

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}/backups

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The NetApp backupVault to create the backups of, in the format `projects/*/locations/*/backupVaults/{backup_vault_id}`

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

          Location: path

          Required: Yes

          Type: string

        backupId

          Description: Required. The ID to use for the backup. The ID must be unique within the specified backupVault. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Creates a backup from the volume specified in the request The backup can be created from the given snapshot if specified in the request. If no snapshot specified, there'll be a new snapshot taken to initiate the backup creation.

  • netapp.projects.locations.backupVaults.backups.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}/backups/{backupsId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. The backup resource name, in the format `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}`

          Pattern: ^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/backups/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Returns the description of the specified backup

  • netapp.projects.locations.backupVaults.backups.list

      Path: v1/{+parent}/backups

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}/backups

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The backupVault for which to retrieve backup information, in the format `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`. To retrieve backup information for all locations, use "-" for the `{location}` value. To retrieve backup information for all backupVaults, use "-" for the `{backup_vault_id}` value. To retrieve backup information for a volume, use "-" for the `{backup_vault_id}` value and specify volume full name with the filter.

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: 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.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: The next_page_token value to use if there are additional results to retrieve for this list request.

          Location: query

          Type: string

        orderBy

          Description: Sort results. Supported values are "name", "name desc" or "" (unsorted).

          Location: query

          Type: string

        filter

          Description: The standard list filter. If specified, backups will be returned based on the attribute name that matches the filter expression. If empty, then no backups are filtered out. See https://google.aip.dev/160

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Returns descriptions of all backups for a backupVault.

  • netapp.projects.locations.backupVaults.backups.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}/backups/{backupsId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. The backup resource name, in the format `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}`

          Pattern: ^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/backups/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Warning! This operation will permanently delete the backup.

  • netapp.projects.locations.backupVaults.backups.patch

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}/backups/{backupsId}

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. The resource name of the backup. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}`.

          Pattern: ^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/backups/[^/]+$

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the Backup resource to be updated. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Update backup with full spec.

  • netapp.projects.locations.backupPolicies.create

      Path: v1/{+parent}/backupPolicies

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupPolicies

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The location to create the backup policies of, in the format `projects/{project_id}/locations/{location}`

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

          Location: path

          Required: Yes

          Type: string

        backupPolicyId

          Description: Required. The ID to use for the backup policy. The ID must be unique within the specified location. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Creates new backup policy

  • netapp.projects.locations.backupPolicies.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupPolicies/{backupPoliciesId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. The backupPolicy resource name, in the format `projects/{project_id}/locations/{location}/backupPolicies/{backup_policy_id}`

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Returns the description of the specified backup policy by backup_policy_id.

  • netapp.projects.locations.backupPolicies.list

      Path: v1/{+parent}/backupPolicies

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupPolicies

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. Parent value for ListBackupPoliciesRequest

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: A token identifying a page of results the server should return.

          Location: query

          Type: string

        filter

          Description: Filtering results

          Location: query

          Type: string

        orderBy

          Description: Hint for how to order the results

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Returns list of all available backup policies.

  • netapp.projects.locations.backupPolicies.patch

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupPolicies/{backupPoliciesId}

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. The resource name of the backup policy. Format: `projects/{project_id}/locations/{location}/backupPolicies/{backup_policy_id}`.

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the Backup Policy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Updates settings of a specific backup policy.

  • netapp.projects.locations.backupPolicies.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/backupPolicies/{backupPoliciesId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. The backup policy resource name, in the format `projects/{project_id}/locations/{location}/backupPolicies/{backup_policy_id}`

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Warning! This operation will permanently delete the backup policy.