6 Posts
0
1133
December 6th, 2020 20:00
REST API for SyncIQ - Failover/Failback
Hi,
We have requirement from customer to develop script to trigger failover/failback of SyncIQ policies in Isilon using REST API. I was reading the REST API 8.2.2 guide and could not see any API call to enable writes on target policy and resync-prep on the source cluster SyncIQ policy.
Can I confirm if these operations are not supported by REST API ?
Thanks.
Desmond
No Events found!



mtaormina
6 Posts
1
December 8th, 2020 08:00
You can allow writes and run resync-prep using the API with the /platform/7/sync/jobs URI. You can check out the help for this URI at /platform/7/sync/jobs?describe.
Allow writes:
Resync Prep:
POST /platform/7/sync/jobs BODY: { 'id':,
'action: 'resync_prep'
} DELL-Sam L
Moderator
•
7.7K Posts
0
December 7th, 2020 11:00
Hello Desmond,
You are correct that the calls are not supported by REST API.