分页查询smbios信息模型
GET
/{adminPath}/getSmbiosInfoList
最后修改时间:2023-08-20 07:32:02
责任人:mryunqi
请求参数
Path 参数
adminPath
string
必需
示例值:
admin
Query 参数
page
integer
可选
limit
integer
可选
Header 参数
Authorization
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/admin/getSmbiosInfoList?page=&limit=' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 20000,
"message": "请求成功",
"data": {
"records": [
{
"id": 1,
"type": 0,
"model": {
"version": "Intel-Core"
},
"info": "BIOS版本号",
"createDate": 1692536821707
},
{
"id": 2,
"type": 1,
"model": {
"product": "ROG MAXIMUS Z690 EXTREME",
"version": "2022.1",
"manufacturer": "ASUS"
},
"info": "计算机系统的信息,包括制造商、产品名称、版本号、序列号等",
"createDate": 1692536955738
},
{
"id": 3,
"type": 2,
"model": {
"product": "Intel Z690",
"version": "2022.5",
"manufacturer": "Intel"
},
"info": "主板(基板)的信息,包括制造商、版本号、序列号等",
"createDate": 1692537042415
},
{
"id": 4,
"type": 3,
"model": {
"manufacturer": "Chuqi Cloud"
},
"info": "计算机系统的机箱或外壳信息,包括类型、制造商、版本号等",
"createDate": 1692537114875
},
{
"id": 5,
"type": 4,
"model": {
"max-speed": "4800",
"manufacturer": "Intel",
"current-speed": "4800"
},
"info": "计算机中的处理器的信息,包括类型、制造商、频率等",
"createDate": 1692537183084
},
{
"id": 6,
"type": 17,
"model": {
"part": "Chuqi Cloud",
"speed": "4800",
"serial": "1248DC",
"loc_pfx": "DDR5",
"manufacturer": "Samsung"
},
"info": "内存设备(模块)的信息,如容量、速度、位置等",
"createDate": 1692537313473
}
],
"total": 6,
"size": 20,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 1
}
}