curl --location --request GET 'http://prod-cn.your-api-server.com/v1/node/state-info?nodeId' \
--header 'Authorization;'
{
"code": 0,
"message": "string",
"data": {
"nodeId": 0,
"stateInfo": {
"slot": [
{
"slotId": 0,
"status": [
{
"type": 0,
"index": 0,
"state": 0,
"value": 0,
"online": 0
}
]
}
]
}
}
}