hi
i know the cli command to clone the lun from snapshot copy of volume in netapp Array..
CLI commands:
1. create snapshot:
volume snapshot create -vserver vs1 -volume vol1 -snapshot vol1_snapshot
2. clone one lun:
file clone create -vserver vs1 -volume vol1 -source-path lun1 -snapshot-name vol1_snapshot -destination-path lun1_snap_clone
i know the RESTAPI for creating a snapshot . i want to know restapi for Cloning LUNs from a Snapshot copy in a volume
BTW this is in cluster mode
-neha