Active IQ Unified Manager Discussions

OnCommand API Services 1.2RC2

katwood
5,757 Views

Anyone see any ability to update a load-sharing relationship?

1 ACCEPTED SOLUTION

KrishnaVasudevan
5,684 Views

Once initialized, you can update using POST /1.0/ontap/snap-mirrors/{key}/jobs/update

 

View solution in original post

6 REPLIES 6

KrishnaVasudevan
5,698 Views

Hi,

 

We can create a load sharing mirror using API-S

 

First step would be to create the snapmirror relationship, using the POST operation on /1.0/ontap/snap-mirrors

 

Once that is complete, you would need to initialize the snapmirror relationship with the load sharing option. Please refer the attached screenshot.

 

I hope this helps. Do feel free to reach out to me if you have further questions.

 

Thanks and Regards,

Krishna Vasudevan

API-S TME

katwood
5,694 Views

Need updates.

KrishnaVasudevan
5,685 Views

Once initialized, you can update using POST /1.0/ontap/snap-mirrors/{key}/jobs/update

 

katwood
5,681 Views

Not true for load sharing.

 

pukale
5,524 Views

Are you looking for APIS call equivalent of "snapmirror update-ls-set" ?

katwood
5,470 Views

Yes

Public