{
"bmc.kepler.Systems.Entity": {
"properties": {
"Id": {
"baseType": "U8",
"readOnly": true,
"description": "Entity Id,IPMI 规范 43.14",
"example": 18
},
"Instance": {
"baseType": "U8",
"readOnly": true,
"description": "Entity Instance,IPMI 规范 43.1中描述Instance配置,默认值 96",
"example": 96
},
"Slot": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "const"
},
"description": "Entity所在的槽位号,默认 255",
"example": 255
},
"Name": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "const"
},
"description": "Entity的名称",
"example": "CpuBoard1"
},
"PowerState": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "Entity的上下电状态,关联对应的上下电信号来源",
"example": 1
},
"Presence": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "Entity的在位状态,关联对应的在位信号来源",
"example": 1
},
"Health": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "Entity的健康状态,不需要配置,默认值 0",
"example": 0
}
}
}
}