#Additional supported parameters needed in REST

1 messages · Page 1 of 1 (latest)

dry owl
#

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

hollow elbow
#

I really don't understand why they don't simply use the same source as base for their REST APIs as for the CLI commands. They already have all commands, parameters etc. in an XML format anyway (which they use to generate the CLI commands and the manual pages, for example) but still every REST API is hand-generated... no wonder things fall through the cracks here and there

long pulsar
#

oh yes. I've been playing hell with API stuff and CVO for a few months now and it is very.. very frustrating

hollow elbow
#

also, a lot of day-0 stuff is basically impossible since you cannot see/manage system objects (nodes, root aggregates, system SVMs, cluster LIFs, etc)