调用 DescribeLiveBatchStreamTranscodeData
接口,查询指定时间范围内域名下所有转码流的转码时长、分辨率档位、编码方式等转码数据。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeLiveBatchStreamTranscodeData | 接口名称。当前 API 的名称为 DescribeLiveBatchStreamTranscodeData 。 |
Version | String | 是 | 2023-01-01 | 接口版本。当前 API 的版本为 2023-01-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
DomainList | Array of String | 否 | ["pull.example.com", "pull2.example.com"] | 域名列表,默认为空表示全部域名。您可以调用 ListDomainDetail 接口或在视频直播控制台的域名管理页面,获取直播流使用的域名信息。 |
StartTime | String | 是 |
| 查询的开始时间,RFC3339 格式的时间戳,精度为秒。 说明 查询历史数据的时间范围为 366 天。 |
EndTime | String | 是 | 2022-11-11T00:00:00+08:00 | 查询的结束时间,RFC3339 格式的时间戳,精度为秒。 |
PageSize | Integer | 否 | 100 | 每页显示的数据条数,默认值为 1000,取值范围为 [100,1000]。 |
PageNum | Integer | 否 | 1 | 查询数据的页码,默认值为 1,表示查询第一页的数据。 |
下表仅列出本接口特有的返回参数。更多信息请见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
DomainList | Array of String | ["pull.example.com", "pull2.example.com"] | 域名列表。 |
StartTime | String | 2022-11-10T00:00:00+08:00 | 查询的开始时间,RFC3339 格式的时间戳,精度为秒。 |
EndTime | String | 2022-11-11T00:00:00+08:00 | 查询的结束时间,RFC3339 格式的时间戳,精度为秒。 |
TotalDuration | Float | 40.1 | 当前查询条件下,所有流的转码总时长,单位为分钟。 |
StreamInfoList | Array of StreamInfoList | - | 流维度的转码用量信息详情。 |
Pagination | Object of Pagination | - | 数据分页的信息。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Domain | String | pull.example.com | 域名。 |
App | String | live | 应用名称。 |
Stream | String | example_stream | 流名称。 |
Resolution | String |
| 转码分辨率档位,以 720P 为例,表示转码配置的长边 x 短边计算而出的面积大于 480P(640 × 480)且小于等于 720P 档位(1280 x 720)。
|
Duration | Float | 20.1 | 当前流在查询时间内的转码总时长,单位为分钟。 |
VCodec | String |
| 视频编码格式,支持的取值和含义如下所示。
|
Coderate | Integer | 2000 | 当前流的转码码率,单位为 kbps。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
PageNum | Integer | 1 | 当前所在分页的页码。 |
PageSize | Integer | 100 | 每页展示的数据条数。 |
TotalCount | Integer | 2 | 查询结果的数据总条数。 |
POST https://live.volcengineapi.com?Action=DescribeLiveBatchStreamTranscodeData&Version=2023-01-01 { "StartTime": "2022-11-10T00:00:00+08:00", "EndTime": "2022-11-11T00:00:00+08:00" }
{ "ResponseMetadata":{ "RequestId": "201806041104200100100232280022D30", "Action": "DescribeLiveBatchStreamTranscodeData", "Version": "2023-01-01", "Service": "live", "Region": "cn-north-1" }, "Result":{ "StartTime": "2022-11-10T00:00:00+08:00", "EndTime": "2022-11-11T00:00:00+08:00", "TotalDuration": 40, "StreamInfoList": [ { "Domain": "pull.example.com" "Stream": "example_stream001", "App": "live", "Resolution": "720P", "Duration": 20, "VCodec": "Normal_H264" }, { "Domain": "pull.example.com" "Stream": "example_stream002", "App": "live", "Resolution": "720P", "Duration": 20, "VCodec": "Normal_H264" } ], "Pagination": { "PageNum": 1, "PageSize": 1000, "TotalCount": 2, } }
下表仅列出本接口特有的错误码。更多信息请参见公共错误码获取详细信息。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
200 | CommonErr | - | 未分类错误。建议重试,如果仍返回该错误码,请联系技术支持。 |
400 | InvalidParam | - | 输入的参数无效或不符合要求,请参照请求参数说明进行检查。 |
400 | InvalidParam.BindError | Request parameter error, please check input data | 参数未通过校验,请检查参数类型是否正确。 |
403 | RequestForbidden | - | 请求被拒绝,当前账号下无请求的资源(域名空间、域名、应用、配置模版、证书)。 |
404 | ResourceNotFound | - | 未找到资源(域名空间、域名、应用、配置模版、证书)。建议重试,如果仍返回该错误码,请联系技术支持。 |
500 | InternalError | an internal error occurred, please contact the administrator. | 出现内部错误,请联系技术支持。 |
502 | InternalServiceError | an internal error occurred, please contact the administrator. | 服务间出现错误,请联系技术支持。 |
502 | InternalServiceError.BadResponse | an internal error occurred, please contact the administrator. | 服务间出现错误,请联系技术支持。 |
504 | InternalServiceTimeout | Internal Service is timeout. please contact the administrator. | 内部服务超时,请联系技术支持。 |