blob: dd4c60f14f129bbcebee14f2a447368342784480 [file] [log] [blame]
Sushil Singh1560e652022-08-03 13:25:01 -05001{
2 "comment": "This is a generic possible redfish standard task states.",
3 "TaskRunning": {
4 "TaskState": "Running",
5 "TaskStatus": "OK"
6 },
7 "TaskCompleted": {
8 "TaskState": "Completed",
9 "TaskStatus": "OK"
10 },
11 "TaskException": {
12 "TaskState": "Exception",
13 "TaskStatus": "Warning"
14 }
15}