Skip to main content
Element Software
12.5 and 12.7

RestoreDeletedVolume

Contributors netapp-pcarriga

You can use the RestoreDeletedVolume method to mark a deleted volume as active again. This action makes the volume immediately available for iSCSI connection.

Parameter

This method has the following input parameter:

Name Description Type Default value Required

volumeID

The volumeID of the deleted volume to restore.

integer

None

Yes

Return values

This method has no return values.

Request example

Requests for this method are similar to the following example:

{
   "method": "RestoreDeletedVolume",
   "params": {
      "volumeID"  : 5
   },
   "id" : 1
}

Response example

This method returns a response similar to the following example:

{
  "id" : 1,
  "result": {}
}

New since version

9.6