調用地址:console-rpa.aliyun.com/rpa/openapi/client/queryMemberClientViews
調用方式:GET
返回類型:JSON
接口說明:查詢用戶登錄的客戶端列表
請求參數(shù)
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
key | String | 否 | guojing | 客戶端名字或者IP的模糊查詢 |
clientType | String | 否 | robot | |
status | String | 否 | authorized | |
connectStatus | String | 否 | connecting | |
dispatchMode | String | 否 | attend | |
currentPage | Integer | 否 | 1 | 頁碼 |
pageSize | Integer | 否 | 1 | 每頁記錄數(shù) |
返回參數(shù)
返回參數(shù)公共字段請查閱返回結果,返回參數(shù)中的 data
字段說明如下:
名稱 | 類型 | 示例值 | 描述 |
uuid | String | 771F76A4DB09F694C3655C64FD8F26E4 | 客戶端唯一標識 |
groupId | String | b8e097d8-605c-47cf-a5a3-db5d13f8b4ca | 企業(yè)唯一表示符 |
clientType | String | robot | 客戶端類型 |
name | String | guojing | 客戶端名稱 |
ip | String | 30.11.92.173 | 客戶端ip |
macAddress | String | A0:63:91:7F:3F:58 | 計算機地址 |
status | String | unauthorized | |
dispatchMode | String | attend | |
remark | String | null | 備注信息 |
connectTime | Date | 1587722444000 | 連接時間 |
disconnectTime | Date | null | 斷開時間 |
userId | String | 93bf42a1-6e65-4912-98b2-4d5ec0e6260a | 用戶唯一標識符 |
userName | String | guojing | 賬戶名 |
appId | String | null | 應用唯一標識符 |
appName | String | null | 應用名稱 |
taskId | String | null | 任務唯一標識符 |
connectStatus | String | unconnect |
示例
請求示例:
https://console-rpa.aliyun.com/rpa/openapi/client/queryMemberClientViews?<公共請求參數(shù)>
&key=guojing
&clientType=robot
&status=authorized
&connectStatus=connecting
&dispatchMode=attend
¤tPage=1
&pageSize=1
返回示例:
{
"requestId":"1a92dfb5-4cc7-4e59-a1f0-a358ca9492c8",
"success":true,
"code":0,
"msg":"調用成功",
"msgCode":"result.success",
"data":[
{
"uuid":"771F76A4DB09F694C3655C64FD8F26E4",
"groupId":"b8e097d8-605c-47cf-a5a3-db5d13f8b4ca",
"clientType":"robot",
"name":"guojing",
"ip":"30.11.92.173",
"macAddress":"A0:63:91:7F:3F:58",
"status":"unauthorized",
"dispatchMode":"attend",
"remark":null,
"connectTime":1587722444000,
"disconnectTime":null,
"userId":"93bf42a1-6e65-4912-98b2-4d5ec0e6260a",
"userName":"ss-test",
"appId":null,
"appName":null,
"taskId":null,
"connectStatus":"unconnect"
}
],
"pager":{
"currentPage":1,
"totalPage":1,
"pageSize":1,
"total":1,
"limit":1,
"offset":0
}
}