行业视频管理服务 IVM-查询通道列表:响应示例

时间:2024-05-21 09:38:31

响应示例

状态码: 200

通道列表
{
  "total" : "2",
  "channels" : [ {
    "device_id" : "952352DJNR***",
    "device_name": "TESTNVR",
    "channel_id" : "0",
    "channel_name" : "龙岗通道1",
    "channel_state" : "ONLINE",
    "create_time" : "2020-06-26 20:42:16.0",
    "update_time" : "2020-06-26 20:42:16.0",
    "model" : "L",
    "access_protocol" : "HOLO",
    "channel_system_state" : "NORMAL",
    "channel_resource_state" : [ "MANAGEMENT_GRANT", "EVENT_RECORD_CLOSED", "FULL_RECORD_CLOSED" ],
    "channel_ability": [
            "ptz"
    ],
    "channel_firmware": null,
    "config_state": null,
    "device_org_name": "组织名称123123123123",
    "channel_type": "IPC",
     "resolution": null
  }, {
    "device_id" : "952352DJNR***",
    "device_name": "TESTNVR",
    "channel_id" : "1",
    "channel_name" : "龙岗通道2",
    "channel_state" : "ONLINE",
    "create_time" : "2020-06-26 20:42:16.0",
    "update_time" : "2020-06-26 20:42:16.0",
    "model" : "L",
    "access_protocol" : "HOLO",
    "channel_system_state" : "NORMAL",
    "channel_resource_state" : [ "MANAGEMENT_GRANT", "EVENT_RECORD_CLOSED", "FULL_RECORD_CLOSED" ],
    "channel_ability": [
        "ptz"
    ],
    "channel_firmware": null,
    "config_state": null,
    "device_org_name": "组织名称123123123123",
    "channel_type": "IPC",
     "resolution": null
  } ]
}
support.huaweicloud.com/api-ivm/GetChannels.html