blob: 14accd38bf1a25bbd70ab2f33560073f920fec02 [file] [log] [blame]
{
"comment": "This is a generic possible redfish standard task states.",
"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"
]
}
}
}