Ok.
Now I have taken the snapshot of the whole volume with the help of Manage ONTAP API.
Can you tell me how can I create a LUN from this snapshot copy.
There is an API called lun-create-from-snapshot which takes the following inputs:
1. path <string> the path of the LUN (this is the path of the new lun that will be created after restore . Correct me if i am wrong)
2. snapshot-lun-path <string> LUN path in the snapshot to be created from. (?)
the other 2 are optional inputs.
The statement ie marked in bold is not clear to me.
the following details might be useful
Filer name : Tolkien
volume name: /vol/test_zimbra
LUN name : zimserver
name of the snapshot : snap_from_api ( this is a snapshot of a volume).