调用地址:console-rpa.aliyun.com/rpa/openapi/client/queryClientViews
调用方式:GET
返回类型:JSON
接口说明:查询客户端信息
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
clientName | String | 否 | IZQH0JDWJ | 客户端名称 |
currentPage | String | 否 | 1 | 展示页码 |
pageSize | String | 否 | 10 | 每页显示记录数 |
返回参数
名称 | 类型 | 示例值 | 描述 |
uuid | String | 00166330ACCA52894465E1BE08930B0D | 客户端唯一标识符 |
groupId | String | b8e097d8-605c-47cf-a5a3-db5d13f8b4ca | 企业唯一识标识符 |
clientType | String | robot | |
name | String | exampleName | 客户端名称 |
ip | String | 10.30.88.168 | 客户端IP地址 |
macAddress | String | 00:16:3E:04:36:AD | 客户端MAC地址 |
status | String | authorized | |
dispatchMode | String | unmanned | |
downloadMode | String | newer | 下载模式 |
remark | String | null | 备注信息,默认为null |
connectTime | Date | null | 客户端连接时的时间 |
disconnectTime | Date | null | 客户端断开连接的时间 |
userId | String | 067468ec-bbc2-4d64-9486-bd06c5371fb | 当前登录的用户的唯一标识符 |
userName | String | test_account | 当前登录的用户的账号名 |
appId | String | fb6a99a1-d8bd-46ee-8bed-2ed9cb5a0c0d | 客户端最后或正在运行的应用的唯一标识符 |
appName | String | TestAPP1 | 客户端最后或正在运行的应用的名称 |
taskId | String | null | 客户端当前对应计划任务唯一标识符 |
connectStatus | String | unconnect | |
companyName | String | null | 企业名称 |
guacamoleEntity | String | null | RDP相关字段 |
示例
请求示例:
https://console-rpa.aliyun.com/rpa/openapi/client/queryClientViews?<公共请求参数>
&clientName=ITDA-D-22633726
¤tPage=1
&pageSize=1
返回示例:
{
"requestId":"5d4405be-7e07-4d1e-8037-7ec40a17af33",
"success":true,
"code":0,
"msg":"调用成功",
"msgCode":"result.success",
"data":[
{
"uuid":"00166330ACCA52894465E1BE08930B0D",
"groupId":"b8e097d8-605c-47cf-a5a3-db5d13f8b4ca",
"clientType":"robot",
"name":"exampleName",
"ip":"10.30.88.168",
"macAddress":"00:16:3E:04:36:AD",
"status":"authorized",
"dispatchMode":"unmanned",
"downloadMode":"newer",
"remark":null,
"connectTime":null,
"disconnectTime":null,
"userId":"067468ec-bbc2-4d64-9486-bd06c5371fb",
"userName":"test_account",
"appId":"fb6a99a1-d8bd-46ee-8bed-2ed9cb5a0c0d",
"appName":"TestAPP1",
"taskId":null,
"connectStatus":"unconnect"
"companyName":"null",
"guacamoleEntity":"null"
}
],
"pager":{
"currentPage":1,
"totalPage":8,
"pageSize":1,
"total":8,
"limit":1,
"offset":0
}
}