curl --location --request GET '/api/v1/device/monitor/info'{
"code": 0,
"data": {
"name": "string",
"runtime": 0,
"totalRuntime": 0,
"mainBoardTemperature": {
"value": 0,
"status": 0
},
"mainBoardVoltage": {
"value": 0,
"status": 0
},
"fanInfos": [
{
"fanSpeed": 0,
"fanType": 0,
"status": 0
}
],
"screenSourceStatus": [
{
"portID": 0,
"status": 0
}
],
"outputStatus": [
{
"outputID": 0,
"type": 0,
"status": 0
}
],
"cabinets": [
{
"rvCards": [
{
"cabinetID": 0,
"rvCardID": 0,
"netPortIndex": 0,
"cabinetIndex": 0,
"temperature": {
"value": 0,
"status": 0
},
"voltage": {
"value": 0,
"status": 0
},
"errorBit": {
"value": 0,
"type": 0,
"status": 0
},
"backupStatus": {
"mode": 0,
"status": 0
},
"nextCabinetLinkStatus": {
"linkStatus": true,
"status": 0
},
"rvCardsRuntime": [
{
"cabinetID": 0,
"rvCardID": 0,
"runtime": 0,
"totalRuntime": 0
}
],
"powerDetectsLinkStatus": [
{
"linkStatus": true,
"status": 0
}
]
}
]
}
]
},
"message": "string"
}