
This change adds the iDRACCardService, JobCollection, JobService, and LCService resources. Those offer actions to reset the iDRAC, get jobs, delete jobs, and check if iDRAC is ready. Change-Id: I29ce49c0865a610f2fb10f5072893bbf51b47303 Story: 2007617 Task: 40985
14 lines
591 B
JSON
14 lines
591 B
JSON
{
|
|
"@odata.context": "/redfish/v1/$metadata#DellLCService.DellLCService",
|
|
"@odata.id": "/redfish/v1/Dell/Managers/iDRAC.Embedded.1/DellLCService",
|
|
"@odata.type": "#DellLCService.v1_1_0.DellLCService",
|
|
"Actions": {
|
|
"#DellLCService.GetRemoteServicesAPIStatus": {
|
|
"target": "/redfish/v1/Dell/Managers/iDRAC.Embedded.1/DellLCService/Actions/DellLCService.GetRemoteServicesAPIStatus"
|
|
}
|
|
},
|
|
"Description": "The DellLCService resource provides some actions to support Lifecycle Controller functionality.",
|
|
"Id": "DellLCService",
|
|
"Name": "DellLCService"
|
|
}
|