Initial commit
This commit is contained in:
commit
1b51716d1b
72 changed files with 8204 additions and 0 deletions
18
tests/redfish_json/api_job_details.json
Normal file
18
tests/redfish_json/api_job_details.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"@odata.context": "/redfish/v1/$metadata#DellJob.DellJob",
|
||||
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_924369311959",
|
||||
"@odata.type": "#DellJob.v1_0_1.DellJob",
|
||||
"CompletionTime": "2023-08-20T05:59:24",
|
||||
"Description": "Job Instance",
|
||||
"EndTime": "TIME_NA",
|
||||
"Id": "JID_924369311959",
|
||||
"JobState": "Completed",
|
||||
"JobType": "RAIDConfiguration",
|
||||
"Message": "Job completed successfully.",
|
||||
"MessageArgs": [],
|
||||
"MessageId": "PR19",
|
||||
"Name": "Config:RAID:RAID.Slot.6-1",
|
||||
"PercentComplete": 100,
|
||||
"StartTime": "TIME_NOW",
|
||||
"TargetSettingsURI": null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue