I will have to post code and output so i will break this up into multiple messages. Basically MCC related commands should work pre MCC but they dont when using REST. For example
This works using CLI and the Ansible na_ontap_command module which is zapi. If you try this same command via REST it complains that an MCC isnt configured
metrocluster configuration-settings dr-group create -partner-cluster Cluster_B -local-node n1 -remote-node n3
REST error: "Error: {'message': 'MetroCluster configuration has not been done. Run "metrocluster show" to verify if MetroCluster is configured', 'code': '2425840'
This command runs via CLI and ZAP but using REST generates the same error
metrocluster configuration-settings interface create -cluster-name Cluster_A -home-node n1 -home-port e1a -address 72.16.1.101 -netmask 255.255.255.0
REST error: "Error: {'message': 'MetroCluster configuration has not been done. Run "metrocluster show" to verify if MetroCluster is configured', 'code': '2425840'