查询用户设备的授权绑定情况
被如下接口引用:GetDevices。
| 名称 | 类型 | 描述 |
|---|---|---|
| DeviceId | String | 设备ID |
| DeviceName | String | 设备名称 |
| LicenseCount | Integer | 已经绑定license数量 |
| RemainDay | Integer | 剩余天数:天 |
| ExpireTime | String | 过期时间:s |
| Duration | String | 服务时长:s |
| LicenseIds | Array of String | 已经绑定licenseId列表 |
| MonthlyRemainTime | Integer | 每月license的限定时长 |
| LimitedTime | Integer | 月封顶时长(分钟) |
按授权查看的license列表
被如下接口引用:GetLicenses。
| 名称 | 类型 | 描述 |
|---|---|---|
| Count | Integer | 该类型的license个数 |
| Status | Integer | license状态:0:未绑定;1:已绑定;2:已停服;3:已退费 |
| ExpireTime | String | 到期时间戳:s |
| Duration | String | 服务时长:s |
| RemainDay | Integer | 剩余天数:天 |
| LicenseIds | Array of String | 该类型的licenseId列表 |
项目信息
被如下接口引用:DescribeProjectList。
| 名称 | 类型 | 描述 |
|---|---|---|
| ProjectId | String | 项目ID |
| ProjectName | String | 项目名称 |
| ProjectDescription | String | 项目描述 |
| PolicyMode | String | 项目权限模式,black为黑名单,white为白名单 |
| ModifyTime | Timestamp ISO8601 | 项目信息修改时间 |
最新会话信息
被如下接口引用:DescribeRecentSessionList。
| 名称 | 类型 | 描述 |
|---|---|---|
| SessionId | String | 会话ID |
| RemoteDeviceId | String | 远端设备ID |
| FieldDeviceId | String | 现场设备ID |
| Resolution | String | 分辨率 |
| StartTime | Integer | 会话开始时间 |
| LatestUpdateTime | Integer | 最后更新时间 |
会话信息
被如下接口引用:DescribeDeviceSessionList。
| 名称 | 类型 | 描述 |
|---|---|---|
| SessionId | String | 会话ID |
| RemoteDeviceId | String | 远端设备ID |
| FieldDeviceId | String | 现场设备ID |
| Resolution | String | 分辨率 |
| StartTime | Integer | 会话开始时间 |
| EndTime | Integer | 会话结束时间 |
| Quality | String | 通话质量:good |
单位时间间隔的会话统计数据
被如下接口引用:DescribeSessionStatisticsByInterval。
| 名称 | 类型 | 描述 |
|---|---|---|
| ActiveFieldDeviceNum | Integer | 活跃现场设备数 |
| ActiveRemoteDeviceNum | Integer | 活跃远端设备数 |
| SessionNum | Integer | 会话数量 |
| TotalDuration | Integer | 会话时长,单位:分钟 |
| StartTime | Integer | 时间戳,单位:秒 |
| EndTime | Integer | 时间戳,单位:秒 |
| NotBadSessionRatio | Integer | 优良会话占比,单位:% |
文档反馈