We had a custom_node.yaml file working fine in the Rest collector that add HA partner info to the exported fields. However, due to the guidance in the release notes to de-prioritize Rest until 9.12 because of burt 1585893, we now need to get those fields in the Zapi node.yaml file.
It looks like while https://docs.netapp.com/us-en/ontap-restmap-991/system.html#system-get-node-info-iter has the partner info, system-node-get-iter does not. At first I thought maybe recreating the node.yaml file using system-get-node-info-iter query would work, but it's missing quite a few of the fields.
What might be the best approach to get the HA partner fields in the Zapi exported fields for node like we had with the Rest version?