第三方可以调用该接口,实现获取注册在小鱼H323网关的H323设备列表
默认接口请求频率限制:20 次/秒
REST URL
GET https://sdk.xylink.com/api/rest/external/{version}/gw/list?enterpriseId=XXX&signature=XXX
请求参数说明
参数 | 参数类型 | 参数位置 | 必须 | 默认值 | 说明 | 初始平台 |
version | String | Path | 是 | 无 | 传v1即可 | 公有云及5.2(2024-0329版本) 3.9无此接口 |
enterpriseId | String | Query | 是 | 无 | 企业ID,通过管理平台-云视讯API获得 | |
signature | String | Query | 签名鉴权2.0:否 | 无 | API签名,参考 |
请求成功结果示例
[
{
"belongingCluster":"3",
"id": 1991,
"sn": "a1b7b41e7e4a4c5bbb49ac1b66a24ec1",
"gatewayDeviceId": "ff808081561979fc01561ffb13e90382",
"type": "H323",
"status": "IDLE"
},{
"belongingCluster": null,
"id": 1999,
"sn": "a1b7b41e7e4a4c5bbb49ac1b66a24ec9",
"gatewayDeviceId": "ff808081561979fc01561ffb13e90381",
"type": "H323",
"status": "OFFLINE"
}
]
返回参数说明
参数 | 说明 | 初始平台 |
belongingCluster | 所属集群 | 公有云 |
gatewayDeviceId | H323网关设备id | 公有云及5.2(2024-0329版本) |
id | 网关号 | 公有云 |
sn | 网关SN | 公有云 |
status | 网关在线状态,OFFLINE:离线,IDLE:在线 | 公有云 |
type | 设备类型 | 公有云及5.2(2024-0329版本) |
错误码见小鱼RESTAPI错误码