DellTimeService provides actions to manage time (retrieve or set time) for the service processor.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Dell/Managers/{ManagerId}/DellTimeService'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellTimeService' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellTimeService.DellTimeService",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellTimeService",
"@odata.type": "#DellTimeService.v1_0_1.DellTimeService",
"Actions": {
"#DellTimeService.ManageTime": {
"target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellTimeService/Actions/DellTimeService.ManageTime"
}
},
"Description": "DellTimeService provides actions to manage time (retrieve or set time) for the service processor.",
"Id": "DellTimeService",
"Name": "DellTimeService"
}