You can use the RestoreDeletedVolume method to mark a deleted volume as active again. This action makes the volume immediately available for iSCSI connection.
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 |
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "RestoreDeletedVolume", "params": { "volumeID" : 5 }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result": {} }