#netapp.ontap.na_ontap_svm root_volume and root_volume_aggregate option is not supported with REST
1 messages · Page 1 of 1 (latest)
@minor sluice As of ONTAP 9.18.1, root-volume & root-volume-aggregate don't seem to have any REST equivalent.
https://docs.netapp.com/us-en/ontap-restmap/vserver.html#vserver-create
Please check with the REST team once by dropping your query at #1063542514780475493
There is not, but for compatibility purpose, I would expect the SVM ansible module to be able to handle the same options and argument when executing via ZAPI or REST. The ansible module is essentially a wrapper
can't the ansible SVM module make calls to the appropriate rest endpoint when those options are specified?
since ZAPI will be decommissioned, how would i be able to create an SVM with the proper root volume and chosen aggregate of choice when those options are not supported?
@minor sluice @neon pike from the restmap doc above, it seems we can use na_ontap_volume module as workaround for root volume name
Also, there should be any workaround for aggregate choice, but it's weird because these are normal options for 'vserver create' cli command...