Privilege: ConfigureComponents, Login
NOTE: Adding a value of 28 or above will automatically schedule the job for last day of the month.
NOTE: While scheduling a job, if RecurrenceInterval's value is added with a decimal in it, then the job will still be created with the value truncated to the whole number preceding the decimal.
To schedule instantly:
{
"Payload": {
"TargetUri": "/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/DellBios.RunBIOSLiveScanning"
}
}
{
"Payload": {
"TargetUri": "/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/DellBios.RunBIOSLiveScanning"
},
"Schedule": {
"RecurrenceInterval": "P1D"
}
}
{
"Payload": {
"TargetUri": "/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/DellBios.RunBIOSLiveScanning"
},
"Schedule": {
"EnabledDaysOfMonth": [
24
]
}
}
{
"Payload": {
"TargetUri": "/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/DellBios.RunBIOSLiveScanning"
},
"Schedule": {
"RecurrenceInterval": "P365D"
}
}
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/JobService/Jobs' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"Payload": {
"JsonBody": "Now",
"TargetUri": "/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/DellBios.RunBIOSLiveScanning"
}
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}