阿里云视频监控BatchStartDevices

接口描述

批量启动设备拉流。

请求参数

参数 类型 是否必要 示例值 描述
Action String BatchStartDevices 操作接口名,系统规定参数。
取值:BatchStartDevices
Id String 32388487739092996 设备ID,多值用逗号分隔。

返回参数

参数 类型 示例值 描述
Results Result[] 结果列表。
RequestId String BEA5625F-8FCF-48F4-851B-CA63946DA664 该条任务请求ID。

Result类型

参数 类型 示例值 描述
Id String 32388487739092996 设备ID。
Streams Stream[] 设备流列表。

Stream类型

参数 类型 示例值 描述
Id String 32388487739092997 流ID。
Error String Stream not found 流的错误信息。(仅在出错时存在)

示例

请求示例

  1. http://vs.aliyuncs.com?Action=BatchStartDevices&Id=32388487739092996&<公共请求参数>

返回示例

  1. {
  2. "RequestId": "BEA5625F-8FCF-48F4-851B-CA63946DA664",
  3. "Results": [
  4. {
  5. "Id": "32388487739092996",
  6. "Streams": [
  7. {
  8. "Id": "32388487739092997"
  9. }
  10. ]
  11. }
  12. ]
  13. }

原创文章,作者:网友投稿,如若转载,请注明出处:https://www.cloudads.cn/archives/33859.html

发表评论

登录后才能评论