- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Unified Computing System (UCS)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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\"}"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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\"}"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 01:51 AM
Thanks, will upgrade my CIMC
