#Trident Metrocluster Switchover with Rest API

1 messages · Page 1 of 1 (latest)

zealous spire
#

Hi everybody,
We Had our yearly Switchover and the Trident v25.02.1 stuff exploded because we recently moved from ZAPI to Rest API.
storage_drivers/ontap/api/azgo/common.go from Line 286 is why it works with ZAPI.... It Checks If the svm has a -mc Suffix.

Can we get this behaviour with REST, too?

coarse osprey
#

do you have an error log and/or backtrace or callstack or something? This line is just a string comparison and shouldn't cause stuff to explode 🙂

#

the deciusion of ZAPI vs REST has been done before that function already, and if it's really just getting the SVM name then that should be entirely possible via REST as well