Hi,
We're currently automating our environment with Ansible and are running into a couple of places where REST doesn't allow us to pass certain parameters:
module: na_ontap_net_port
parameters:
- mtu
- speed_admin
- autonegotiate_admin
module: na_ontap_net_ifgrp
parameters:
- name
I'd like to formally request these parameters be supported via REST so that we can manage these resources via Ansible