Software Development Kit (SDK) and API Discussions

'lag-time' units in the snapmirror-get-status API ?

aathif_sw
7,365 Views

Hi,

I had this result when i tested the 'snapmirror-get-status' function over zexplore, i would like to know if the lag-time that is returned  is in milliseconds or just in seconds -

 

<results status="passed">

        <is-available>false</is-available>

        <snapmirror-status>

                <snapmirror-status-info>

                        <source-location>-</source-location>

                        <destination-location>netappa:DestVol</destination-location>

                        <last-transfer-from>-</last-transfer-from>

                        <last-transfer-size>0</last-transfer-size>

                        <last-transfer-duration>0</last-transfer-duration>

                        <transfer-progress>0</transfer-progress>

                       <lag-time>4111865</lag-time>

                        <mirror-timestamp>1329338701</mirror-timestamp>

                        <contents>Replica</contents>

                        <status>idle</status>

                        <state>snapmirrored</state>

                        <base-snapshot>netappa(0050407061)_DestVol.16725</base-snapshot>

                </snapmirror-status-info>

           </snapmirror-status>

</results>

 

By the way, this is my first post here, apologies if there's been any mistakes in posting the question!

1 ACCEPTED SOLUTION

rkiran
7,365 Views

lag-time is returned in seconds.

View solution in original post

8 REPLIES 8

rkiran
7,366 Views

lag-time is returned in seconds.

aathif_sw
7,365 Views

Thanks Kiran! Is there a document in place where i could refer the description for all the APIs ?

rkiran
7,365 Views

In SDK bundle, navigate to doc/ontapi/ontapi_<version> folder to find the Data ONTAP API documentation.

kunalm
7,365 Views

Kiran is right.

You can also know such details in ZExplore itself. Just keep your cursor over the parameter for its detail , see the screenshot below -

CONSTELLIUMSIERRE
7,365 Views

Hello Kunalm,

Were can we download Netapp Zexplorer?

Many thanks

Yves

sens
7,365 Views

You can find the zexplore.exe under <nmsdk_root>\bin\nt\ folder.

Regards,

Sen.

CONSTELLIUMSIERRE
7,365 Views

Sens,

I have the last version of the NMSDK for Windows (netapp-manageability-sdk-4.1-dotnet-bindings), and I don't have this .exe file in it. Is there a way to download it alone somewhere else?

Thanks.

CONSTELLIUMSIERRE
7,365 Views

Forgot my last message, I found it... I downloaded the All system package instead of the Windows one and I found it.

Many thanks!

Public