ipmcget -t sensor -d list
更新时间: 2026/07/16
在Gitcode上查看源码ipmcget -t sensor -d list
命令功能
列出所有传感器信息
命令格式
text
ipmcget -t sensor -d list参数说明
无
响应/输出说明
| Name | Location | Type | Required | Default | Constraint | Description |
|---|---|---|---|---|---|---|
SensorList | RspBody | - | 否 | - | - | - |
DeepSleep | RspBody | - | 否 | - | - | - |
PowerState | RspBody | - | 否 | - | - | - |
OnePowerList | RspBody | - | 否 | - | - | - |
HostType | RspBody | - | 否 | - | - | - |
后端处理流
| Step | Type | Path/URI | Interface | Field/Method | Source | Destination |
|---|---|---|---|---|---|---|
| 1 | Method | /bmc/kepler/Chassis/1/Sensors | bmc.kepler.Chassis.Sensors | GetSensorList | - | {"SensorList": "SensorList"} |
| 2 | Property | /bmc/kepler/Systems/1/PowerStrategy | bmc.kepler.Systems.PowerStrategy | - | - | {"DeepSleep": "DeepSleep"} |
| 3 | List | /bmc/kepler/Systems/1/FruCtrl | - | - | - | {"Members": "FruCtrlList"} |
| 4 | Property | ${ProcessingFlow[3]/Destination/FruCtrlList[1]} | bmc.kepler.Systems.FruCtrl | - | - | {"PowerState": "PowerState"} |
| 5 | List | /bmc/kepler/Systems/1/PowerMgmt | - | - | - | {"Members": "OnePowerList"} |
| 6 | Property | /bmc/kepler/Managers/1/Multihost | bmc.kepler.Managers.Multihost | - | - | {"HostType": "HostType"} |
使用示例
text
ipmcget -t sensor -d list输出样例
输出样例来源: interface_config/cli/echoes/ipmcget/sensor_list, interface_config/cli/echoes/
无
来源信息
| Item | Value |
|---|---|
| 命令类型 | ipmcget |
| target | sensor |
| dataitem | list |
| URI | /cli/v1/sensor/list |
| Interface Type | Get |
| 配置来源 | interface_config/cli/ipmcget/sensor.json |
| 请求版本 | 26.06_2026.06.30 |
| 源码提交 | 5606349e |
| 生成时间 | 2026-07-16T01:48:37 |