获取指定设备的视频截图。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String GetDevicePicture

系统规定参数。取值:GetDevicePicture

DeviceId String 1101050001132700****

设备编号

返回数据

名称 类型 示例值 描述
RequestId String 46329898-489C-4E63-9BA1-C1DA5C5D0986

请求ID

Code String 200

返回编码

Message String SUCCESS

请求返回的具体描述

Data String http://example.com/example.jpg

返回图片的URL

示例

请求示例

http(s)://[Endpoint]/?Action=GetDevicePicture
&DeviceId=012345678901234567890
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<GetDevicePictureResponse>
    <Message>SUCCESS</Message>
    <RequestId>46329898-489C-4E63-9BA1-C1DA5C5D0986</RequestId>
    <Data>http://xxx.xxx.xxx/yy.jpg</Data>
    <Code>200</Code>
</GetDevicePictureResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "Message" : "SUCCESS",
  "RequestId" : "46329898-489C-4E63-9BA1-C1DA5C5D0986",
  "Data" : "http://xxx.xxx.xxx/yy.jpg",
  "Code" : "200"
}

错误码

访问错误中心查看更多错误码。