05-13-2024 06:39 AM
Hi together
I try to configure the UCS timezone via the Redfish API, the only thing that I found so fare was:
Changing "DateTimeLocalOffset", this works so far to change the utc / localtime. but not the correct timezone.
Did anybody manage to set the timezone via redfish ? Via XML it is possible.
Thanks
Alain
Solved! Go to Solution.
05-13-2024 08:36 AM
This worked on a C220-M5 runing 4.2(3e)
curl -k -u username:password https://cimc_ip/redfish/v1/Managers/CIMC --request PATCH --data "{\"TimeZoneName\":\"Africa/Bangui\"}"
05-13-2024 08:36 AM
This worked on a C220-M5 runing 4.2(3e)
curl -k -u username:password https://cimc_ip/redfish/v1/Managers/CIMC --request PATCH --data "{\"TimeZoneName\":\"Africa/Bangui\"}"
05-21-2024 01:51 AM
Thanks, will upgrade my CIMC
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide