blob: 2fa30c60dc13f7456772689f82783dbef2234455 [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"
]
}
}
}