#Incorrect snapmirror output using REST API compared to ONTAP cli

1 messages · Page 1 of 1 (latest)

short saffron
#

We have two clusters running same ONTAP version 9.14.1P8. One of the clusters report incorrect snapmirror relations when querying via REST APIs. Is there a know Bug causing this issue?

I have attached the output from both REST Query and Private API query.

stuck talon
#

Is it the number of fields that is a concern? If yes, the necessary fields can be explicitly fetched like .../snapmirror/relationships?fields=<comma-separated-necessary-field-names>

sour nymph
#

It looks like the API does not return uninitialized relationships

short saffron
#

Yes, the API isn't returning "Uninitialized" Snapmirror Sync relations. We are building an automation to provision storage and steup snapmirrors. In order to initialize snapmirror relations we now have to rely on private API (snapmirror). Is this a known issue, any planned fix?