ONTAP Rest API Discussions

Get-NCSnapmirror Rate timframe.

Simon_Woodcock
1,617 Views

Hi all,

 

Can someone confirm that the 'LastTransferDuration' from get-ncsnapmirror is in seconds please? Want to ensure I'm dividing by the right number of '60's'

2 REPLIES 2

hmoubara
1,569 Views

Hello,

 

The 'LastTransferDuration' is in time format. so per example:

 

Last Transfer Type:     Update
Last Transfer Size:     4800 KB
Last Transfer Duration: 00:00:45

 

That would be 45 sec.

 

Hope this answer your question.

 

Thanks 

Simon_Woodcock
1,558 Views

Hmoubara,

 

Thanks for the reply; however the PowerShell command-let outputs the data (i.e. field 'LastTransferTime' in single units, not ':' separated. Thus I am presuming '219' equates to 219 seconds, or 3.65 minutes.

 

Regards,

 

SW

Public