#How to set flowcontrol on a network port?
1 messages · Page 1 of 1 (latest)
If you use this property it wall fallback to ZAPI.
For now, if I want to completely remove all ZAPI and the property isn't supported with RestAPIs, I've had to resort to the "netapp.ontap.na_ontap_ssh_command" module to use RestAPIs and make config changes. It basically just allows you to run a CLI command via the APIs.
You can also try the "na_ontap_rest_cli" module, but I find the syntax and formatting for that difficult at times. It takes a bit to wrap your head around how to use it.
It it frustrating that ZAPI is deprecated yet not everything it could do has been exposed yet via Rest. The Ansible team do the best they can, but until the ONTAP Devs expose these APIs there isn't much we can do.