GET – 暂挂 BIOS 设置
使用 GET 方法检索 Redfish 服务的 BIOS 资源(暂挂)中的属性。
请求 URL
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/Bios/Pending
请求正文
无
响应
字段 | 类型 | 描述 | ||||
---|---|---|---|---|---|---|
Id | 字符串 | “Pending” | ||||
Name | 字符串 | “Pending” | ||||
Description | 字符串 | “Bios Pending Setting” | ||||
AttributeRegistry | 字符串 | “BiosAttributeRegistry.1.0.0” | ||||
Attributes | 对象 | 已展开,BIOS 属性的暂挂数据 |
状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
示例
返回以下示例 JSON 响应:
{
"Id": "Pending",
"Name": "Pending",
"@odata.context": "/redfish/v1/$metadata#Bios.Bios",
"@odata.type": "#Bios.v1_0_6.Bios",
"AttributeRegistry": "BiosAttributeRegistry.1.0.0",
"Attributes": {
"DevicesandIOPorts_Device_Slot6" : "Enable",
"Memory_MemorySpeed" : "MaxPerformance",
“Processors_CPUPstateControl" : "Autonomous",
"Processors_CStates" : "Disable",
…
…
},
"@odata.etag": "\"55e794278a844299f0ee2f8eb5c57a9e\"",
"@odata.id": "/redfish/v1/Systems/1/Bios/Pending",
"Description": "Bios Pending Setting"
}
提供反馈