NetApp API (netapp:v1)

2026-07-23

2 removed methods

Deletions

    Methods
  • netapp.projects.locations.volumes.startSplit

      Parameter Order : name

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

      HTTP Method : POST

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

      Parameters :

        name

          Location : path

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

          Required : Yes

          Type : string

          Description : Required. The full name of the clone volume to be split from its source. Format: projects/{project_number}/locations/{location}/volumes/{volume_id}

      Path : v1/{+name}:startSplit

      Description : Splits a clone volume from its source volume. This operation will only work for volumes which have clone_details set(clones). For volumes that are not clones, this operation will return an error.

  • netapp.projects.locations.volumes.getSplitStatus

      Parameter Order : name

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

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The full name of the volume. Format: projects/{project_number}/locations/{location}/volumes/{volume_id}

          Type : string

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

          Required : Yes

          Location : path

      Path : v1/{+name}:getSplitStatus

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

      Description : Retrieves the current state, progress, and details of a split operation for a volume. This method is relevant when the volume is a clone. For volumes that are not clones, this method will return an error.