#configure timezone
1 messages · Page 1 of 1 (latest)
The key issue is that the semantics are different. With na_ontap_command, you mostly send the equivalent CLI command. With REST, the API expects the command to be REST like, so you need to build 4 things:
- the API itself
- the method (GET, POST, PATCH, and DELETE)
- if needed a
queryto identify the resource - if needed a
bodyto identify what to create or modify
This is explained at https://library.netapp.com/ecmdocs/ECMLP2884821/html/index.html under Using the private CLI passthrough with the ONTAP REST API
With the 21.24.0 collection you can modify the time zone in REST using the na_ontap_cluster module using the timezone field
That’s awesome! Is 21.24.0 released? I updated my collections few days back and i remember it was update to 21.22.0
Yes 3 months ago