{"base_path":null,"components":null,"consumes":"[\"application/json\"]","definitions":{"BaseResponse":{"description":"API响应基类","properties":{"error_code":{"description":"错误码。","maxLength":12,"minLength":0,"type":"string"},"error_msg":{"description":"错误描述。","maxLength":1000,"minLength":0,"type":"string"}}},"DescribeUserLoginRecordsResponse":{"properties":{"records":{"description":"用户登录记录。","items":{"$ref":"#/definitions/Record"},"readOnly":true,"type":"array"},"total_count":{"description":"用户登录记录总数。","readOnly":true,"type":"integer"}}},"Record":{"properties":{"agent_version":{"description":"AccessAgent版本。","maxLength":255,"minLength":0,"type":"string"},"client_version":{"description":"AccessClient版本。","maxLength":255,"minLength":0,"type":"string"},"computer_name":{"description":"计算机名。","maxLength":255,"minLength":0,"type":"string"},"connection_end_time":{"description":"结束连接时间。","maxLength":255,"minLength":0,"type":"string"},"connection_failure_reason":{"description":"连接失败原因。","maxLength":255,"minLength":0,"type":"string"},"connection_setup_time":{"description":"建立连接时间。","maxLength":255,"minLength":0,"type":"string"},"connection_start_time":{"description":"开始连接时间。","maxLength":255,"minLength":0,"type":"string"},"desktop_ip":{"description":"桌面IP。","maxLength":255,"minLength":0,"type":"string"},"e2e_rtt":{"description":"端到端时延 ms","format":"int32","readOnly":true,"type":"integer"},"is_reconnect":{"description":"是否重连。","type":"boolean"},"network_rtt":{"description":"网络时延ms","format":"int32","readOnly":true,"type":"integer"},"sid":{"description":"桌面sid","readOnly":true,"type":"string"},"terminal_ip":{"description":"终端IP。","maxLength":255,"minLength":0,"type":"string"},"terminal_mac":{"description":"终端MAC地址。","maxLength":255,"minLength":0,"type":"string"},"terminal_name":{"description":"终端名称。","maxLength":255,"minLength":0,"type":"string"},"terminal_type":{"description":"终端系统类型。","maxLength":255,"minLength":0,"type":"string"},"transaction_id":{"description":"事务id","readOnly":true,"type":"string"},"user_name":{"description":"用户名。","maxLength":255,"minLength":0,"type":"string"}}}},"description":null,"group_id":"7383c32d5d5e4d0481c071faeb994404","host":"workspace.cn-north-4.myhuaweicloud.com","id":"bb02082223df4a5a8050ae312b70dad2","info_version":"v2","method":"get","name":"ListLoginRecordsNew","parameters":{},"paths":{"/v2/{project_id}/connections/desktops":{"get":{"description":"该接口用于查询登录信息。","operationId":"ListLoginRecordsNew","parameters":[{"description":"用户Token。\n\n通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。","in":"header","maxLength":40000,"minLength":1,"name":"X-Auth-Token","required":true,"type":"string","x-example":"MIIDkgYJKoZIhvcNAQcCoIIDgzCCXXXXXX..."},{"description":"发送的实体的MIME类型,如:application/json。","in":"header","maxLength":255,"minLength":1,"name":"Content-Type","required":true,"type":"string","x-example":"application/json"},{"description":"项目ID。","in":"path","maxLength":255,"minLength":1,"name":"project_id","required":true,"type":"string","x-example":"2b31ed520xxxxxxebedb6e57xxxxxxxx"},{"description":"查询的起始时间。指定该参数后,返回的结果为此时间之后的所有登录记录。时间格式如:“2016-08-20T21:11Z”。终止时间不为空时,起始时间为必填参数。","in":"query","maxLength":255,"minLength":0,"name":"start_time","required":false,"type":"string"},{"description":"查询的终止时间。指定该参数后,返回的结果为此时间之前的所有登录记录。时间格式如:“2016-08-20T21:11Z”。起始时间不为空时,终止时间为必填参数。","in":"query","maxLength":255,"minLength":0,"name":"end_time","required":false,"type":"string"},{"description":"登录桌面的用户名。","in":"query","maxLength":255,"minLength":0,"name":"user_name","required":false,"type":"string"},{"description":"计算机名(操作系统信息中可见)。","in":"query","maxLength":255,"minLength":0,"name":"computer_name","required":false,"type":"string"},{"description":"登录桌面的终端系统类型,当前支持:WI(云桌面客户端)。","in":"query","maxLength":255,"minLength":0,"name":"terminal_type","required":false,"type":"string"},{"default":"20","description":"用于分页查询,取值范围0-100,默认值20。","in":"query","maxLength":255,"minLength":0,"name":"limit","required":false,"type":"string"},{"description":"用于分页查询,查询的起始记录序号,从0开始。","in":"query","maxLength":255,"minLength":0,"name":"offset","required":false,"type":"string"}],"responses":{"200":{"description":"查询登录信息响应。","examples":{"application/json":{"records":[{"agent_version":"1.8.00005.10546","client_version":"1.8.00005","computer_name":"JY011","connection_end_time":"2020-04-24T03:36:43Z","connection_setup_time":"2020-04-24T03:02:49Z","connection_start_time":"2020-04-24T03:02:47Z","desktop_ip":"172.16.148.250","is_reconnect":false,"terminal_ip":"8.5.60.58","terminal_mac":"00-ac-9c-c7-9a-df","terminal_name":"DESKTOP-EG0P3TR","terminal_type":"Windows 10","user_name":"jy01@local.com"},{"agent_version":"1.8.00005.10546","client_version":"1.8.00005","computer_name":"JY011","connection_end_time":"2020-04-23T22:45:00Z","connection_setup_time":"2020-04-23T08:58:05Z","connection_start_time":"2020-04-23T08:58:02Z","desktop_ip":"172.16.148.250","is_reconnect":false,"terminal_ip":"8.5.60.58","terminal_mac":"00-ac-9c-c7-9a-df","terminal_name":"DESKTOP-EG0P3TR","terminal_type":"Windows 10","user_name":"jy01@local.com"}],"total_count":4}},"schema":{"$ref":"#/definitions/DescribeUserLoginRecordsResponse"}},"400":{"description":"由于包含语法错误,当前请求无法被服务器理解。","schema":{"$ref":"#/definitions/BaseResponse"}},"401":{"description":"鉴权失败。","schema":{"$ref":"#/definitions/BaseResponse"}},"403":{"description":"没有操作权限。","schema":{"$ref":"#/definitions/BaseResponse"}},"404":{"description":"找不到资源。","schema":{"$ref":"#/definitions/BaseResponse"}},"405":{"description":"请求中指定的方法不被允许。","schema":{"$ref":"#/definitions/BaseResponse"}},"500":{"description":"服务内部错误,具体返回错误码请参见错误码说明。","schema":{"$ref":"#/definitions/BaseResponse"}},"503":{"description":"服务不可用。","schema":{"$ref":"#/definitions/BaseResponse"}}},"schemes":["https"],"summary":"查询登录信息","tags":["Connection"],"x-apiexplorer-hide":"N","x-apig-group":"public,internal_token","x-apigateway-request-type":"public","x-is-registered":"Y","x-request-examples-url-1":"GET /v2/0e69423d4400f4a82f67c0059a1e4cc8/connections/desktops?offset=258","x-support-sdk":"Y"}}},"product_short":"Workspace","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"查询登录信息","tags":"连接信息","uri":null,"version":"2.0"}