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.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/JobService/Jobs' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}