Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/DataReportHangLoadAnalysis/Overview' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"actionCycleNum": 0,
"actionCycleNumMonthOnMonth": 0,
"standbyTime": 0,
"standbyTimeMonthOnMonth": 0,
"idlerStandbyTime": 0,
"idlerStandbyTimeMonthOnMonth": 0,
"hangStandbyTime": 0,
"hangStandbyTimeMonthOnMonth": 0,
"hangContinueTime": 0,
"hangContinueTimeMonthOnMonth": 0,
"hangWeightNum": 0,
"hangWeightNumMonthOnMonth": 0
}
}