Skip to main content

Force Unmount Multi Node Snapshots of Storage Array

API for snap multi node force unmount operation. Please be aware, triggering this API will not physically unmount the clones from the storage array or MA, so ensure that you unmapped the clones on the array and cleanup the mount host and LVM before using this operation.

Path Parameters
  • arrayId int32 required
Request Body
  • volume object[]

    Array of volumes to include for the operation

  • smVolumeId int32 required

    smVolumeId of the snap

  • commCellId int32

    Default value: 2

    Commcell Id of the setup

  • mountVolumeIds int32[]

    Volume Ids of the Snaps to include for multi node unmount or instant clone delete

Responses

OK


Schema
  • jobId int32

    Resulting job Id

  • errorCode int32

    error code

  • errorMessage string

    error message

Loading...