sonic-buildimage/device/supermicro/arm64-supermicro_sse_g3748-r0/platform.json

114 lines
2.9 KiB
JSON
Raw Normal View History

{
"chassis": {
"name": "SSE-G3748",
"components": [
{
"name": "System-CPLD"
},
{
"name": "U-Boot"
}
],
"fans": [
{
"name": "Fan1",
"status_led": {
"controllable": true,
"colors": ["red", "green"]
}
},
{
"name": "Fan2",
"status_led": {
"controllable": true,
"colors": ["red", "green"]
}
}
],
"fan_drawers": [
{
"name": "drawer1",
"status_led": {
"controllable": true,
"colors": ["red", "green"]
},
"max_consumed_power": false,
"fans": [
{
"name": "Fan1"
},
{
"name": "Fan2"
}
]
}
],
"psus": [
{
"name": "PSU1",
"status_led": {
"controllable": false
},
"current": false,
"power": false,
"max_power": false,
"voltage_high_threshold": false,
"voltage_low_threshold": false,
"temperature": false
},
{
"name": "PSU2",
"status_led": {
"controllable": false
},
"current": false,
"power": false,
"max_power": false,
"voltage_high_threshold": false,
"voltage_low_threshold": false,
"temperature": false
}
],
"thermals": [
{
"name": "FRONT",
"controllable": false,
"low-threshold": false,
"high-threshold": false,
"low-crit-threshold": false,
"high-crit-threshold": false
},
{
"name": "REAR",
"controllable": false,
"low-threshold": false,
"high-threshold": false,
"low-crit-threshold": false,
"high-crit-threshold": false
}
],
"sfps": [
{
"name": "Ethernet48"
},
{
"name": "Ethernet49"
},
{
"name": "Ethernet50"
},
{
"name": "Ethernet51"
},
{
"name": "Ethernet52"
},
{
"name": "Ethernet53"
}
]
},
"interfaces": {}
}