GET matrixExhibition
查询服务器矩阵展示数据
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
查询服务器矩阵展示数据
ResponseModelOfMatrixExhibitionName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
Data | MatrixExhibition |
None. |
|
Datas | ResponseDataListModelOfMatrixExhibition |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": { "id": 1, "todayCount": 1.0, "monthCount": 1.0, "serverCount": 1.0 }, "datas": { "total": 1, "data": [ { "id": 1, "todayCount": 1.0, "monthCount": 1.0, "serverCount": 1.0 }, { "id": 1, "todayCount": 1.0, "monthCount": 1.0, "serverCount": 1.0 } ] } }