{
"page": 0,
"size": 15,
"osType": [
"Windows"
],
"devUid": "test",
"userId": "test",
"cname": "test",
"mac": "test",
"sn": "test",
"userOnLineStatus": 1
}curl --location '/ztpManage/v1/openApi/accessAssets/assetsList' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data '{
"page": 0,
"size": 15,
"osType": [
"Windows"
],
"devUid": "test",
"userId": "test",
"cname": "test",
"mac": "test",
"sn": "test",
"userOnLineStatus": 1
}'{
"code": 0,
"msg": "string",
"data": {
"data": [
{
"devId": "string",
"sn": "string",
"mac": "string",
"agentId": "string",
"agentName": "string",
"osType": "string",
"devUid": "string",
"userId": "string",
"cname": "string",
"deptName": "string",
"deptId": "string",
"onlineType": 0,
"latestLoginTime": "string",
"updated": "string",
"created": "string"
}
],
"total": 0
},
"traceId": "string"
}