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 响应:
{
"@odata.context": "/redfish/v1/$metadata#Bios.Bios",
"@odata.etag": "\"E29D62F1\"",
"@odata.id": "/redfish/v1/Systems/1/Bios/Pending",
"@odata.type": "#Bios.v1_2_0.Bios",
"AttributeRegistry": "BiosAttributeRegistry.1.0.0",
"Attributes": {
"AdvancedRAS_DIMMDisablePolicy": "DisableFaultyDIMMPersistently",
...
"iSCSI_TargetPort_8": 3260
},
"Description": "Bios Pending Setting",
"Id": "Pending",
"Name": "Pending"
}
提供反馈