NetApp API (netapp:v1beta1)

2026-06-23

2 new methods

Additions

    Methods
  • netapp.projects.locations.volumes.startSplit

      Path : v1beta1/{+name}:startSplit

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

      Parameters :

        name

          Location : path

          Required : Yes

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

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

          Type : string

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}: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.

      HTTP Method : POST

      Parameter Order : name

  • netapp.projects.locations.volumes.getSplitStatus

      Path : v1beta1/{+name}:getSplitStatus

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

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

      Parameters :

        name

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

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

          Type : string

          Location : path

          Required : Yes

      Parameter Order : name

      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.

      HTTP Method : GET