DeviceInfo
更新时间: 2026/07/01
在Gitcode上查看源码ResourceDefinition
uris
/redfish/v1/Managers/manager_id/SPService/DeviceInfo
properties
| 名称 | 类型 | 是否只读 | 取值范围/枚举值 | 说明 |
|---|---|---|---|---|
| @odata.context | string | true | SP服务的硬件信息资源模型的OData描述信息 | |
| @odata.id | string | true | SP服务的硬件信息资源的访问路径 | |
| @odata.type | string | true | SP服务的硬件信息资源的类型 | |
| Id | string | true | SP服务的硬件信息资源的Id | |
| Name | string | true | SP服务的硬件信息资源的名称 | |
| DeviceName | string | false | 丝印 | |
| Model | string | false | 型号 | |
| VendorId | string | false | 厂商id | |
| BDF | string | false | BDF | |
| RootBDF | string | false | 根BDF | |
| Description | string | true | 描述信息 | |
| MacAddress | string | false | MAC地址 | |
| DeviceId | string | false | 设备ID | |
| SubsystemId | string | false | 子系统ID | |
| CardType | string | false | 卡类型 | |
| SubsystemVendorId | string | false | 子系统厂商ID | |
| FirmwareVersion | string | false | 固件版本 | |
| Manufacturer | string | false | 厂商信息 | |
| DeviceLocator | string | false | 丝印信息 | |
| Position | string | false | 位置信息 |
supported_methods
- GET
HTTP methods
GET
命令功能
查询 SP 服务的硬件信息资源
命令格式
URL: https://device_ip/redfish/v1/Managers/manager_id/SPService/DeviceInfo
请求头:
X-Auth-Token: auth_value请求消息体: 无
参数说明
| 参数 | 参数说明 | 取值 |
|---|---|---|
| device_ip | 登录设备的IP地址 | IPv4或IPv6地址 |
| auth_value | 请求消息的鉴权参数 | 可通过/redfish/v1/SessionService/Sessions创建会话时获得 |
使用指南
响应结果以最新SP版本的实际返回结果为准。 GA140C机型不支持 SP版本和机型兼容性列表详见Smart Provisioning用户指南
使用实例
请求样例: GET https://device_ip/redfish/v1/Managers/manager_id/SPService/DeviceInfo
X-Auth-Token: auth_value 请求消息体:无
响应样例:
json
{
"@odata.context": "/redfish/v1/$metadata#HwDeviceInfo.HwDeviceInfo",
"@odata.id": "/redfish/v1/Managers/1/SPService/DeviceInfo",
"@odata.type": "#HwDeviceInfo.v1_0_0.HwDeviceInfo",
"Id": "DeviceInfo",
"Name": "Device Info",
"PCIeCards": [
{
"DeviceName": "LOM",
"Controlers": [
{
"Model": null,
"Functions": [
{
"VendorId": "0x8086",
"BDFNumber": {
"BDF": "0000:1a:00.0",
"RootBDF": "0000:19:03.0"
},
"Description": "Intel Corporation Device 37d2 (rev 08)",
"MacAddress": null,
"DeviceId": "0x37d2",
"SubsystemId": "0xd122",
"CardType": "NIC",
"SubsystemVendorId": "0x19e5"
},
{
"VendorId": "0x8086",
"BDFNumber": {
"BDF": "0000:1a:00.1",
"RootBDF": "0000:19:03.0"
},
"Description": "Intel Corporation Device 37d2 (rev 08)",
"MacAddress": null,
"DeviceId": "0x37d2",
"SubsystemId": "0xd122",
"CardType": "NIC",
"SubsystemVendorId": "0x19e5"
},
{
"VendorId": "0x8086",
"BDFNumber": {
"BDF": "0000:1a:00.2",
"RootBDF": "0000:19:03.0"
},
"Description": "Intel Corporation Device 37d1 (rev 08)",
"MacAddress": null,
"DeviceId": "0x37d1",
"SubsystemId": "0xd122",
"CardType": "NIC",
"SubsystemVendorId": "0x19e5"
},
{
"VendorId": "0x8086",
"BDFNumber": {
"BDF": "0000:1a:00.3",
"RootBDF": "0000:19:03.0"
},
"Description": "Intel Corporation Device 37d1 (rev 08)",
"MacAddress": null,
"DeviceId": "0x37d1",
"SubsystemId": "0xd122",
"CardType": "NIC",
"SubsystemVendorId": "0x19e5"
}
],
"FirmwareVersion": "3.25 0x800009f4 255.65535.255",
"Manufacturer": "Intel Corporation"
}
],
"DeviceLocator": "mainboard",
"Position": "LOM"
},
{
"DeviceName": "SM211",
"Controlers": [
{
"Model": "i350",
"Functions": [
{
"VendorId": "0x8086",
"BDFNumber": {
"BDF": "0000:af:00.1",
"RootBDF": "0000:ae:00.0"
},
"Description": "Intel Corporation I350 Gigabit Network Connection (rev 01)",
"MacAddress": null,
"DeviceId": "0x1521",
"SubsystemId": "0xd10c",
"CardType": "NIC",
"SubsystemVendorId": "0x19e5"
},
{
"VendorId": "0x8086",
"BDFNumber": {
"BDF": "0000:af:00.0",
"RootBDF": "0000:ae:00.0"
},
"Description": "Intel Corporation I350 Gigabit Network Connection (rev 01)",
"MacAddress": null,
"DeviceId": "0x1521",
"SubsystemId": "0xd10c",
"CardType": "NIC",
"SubsystemVendorId": "0x19e5"
}
],
"FirmwareVersion": "1.63,0x800009fa",
"Manufacturer": "Intel Corporation"
}
],
"DeviceLocator": "mainboard",
"Position": "NIC1"
}
]
}响应码:200