blob: a5b55d9f10ca6d46150387f23e7c4edceecac612 [file] [log] [blame]
{
"comment": "This is a generic possible redfish standard task states.",
"TaskStarting": {
"TaskState": "Starting",
"TaskStatus": "OK"
},
"TaskRunning": {
"TaskState": "Running",
"TaskStatus": "OK"
},
"TaskCompleted": {
"TaskState": "Completed",
"TaskStatus": "OK"
},
"TaskException": {
"TaskState": "Exception",
"TaskStatus": "Warning"
},
"TaskService": {
"CompletedTaskOverWritePolicy": {
"AllowedValues": ["Manual", "Oldest"]
},
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
}
},
"Task": {
"TaskState": {
"AllowedValues": [
"New",
"Starting",
"Running",
"Suspended",
"Interrupted",
"Pending",
"Stopping",
"Completed",
"Killed",
"Exception",
"Service",
"Cancelling",
"Cancelled"
],
"AllowedCompletionTaskState": [
"Cancelled",
"Completed",
"Exception"
]
}
}
}