You need to enable JavaScript to run this app.
导航

查询直播域名转码用量

最近更新时间2023.12.01 19:22:40

首次发布时间2023.09.25 14:35:35

支持查询用户直播转码时长数据。支持按照域名维度(含删除域名)查询,按天粒度聚合。

注意事项

  • 请求频率:单用户请求频率限制为 100次/分钟
  • 数据延迟:数据延时为 20min

请求说明

  • 请求方式:POST
  • 请求地址:https://live.volcengineapi.com?Action=DescribeLiveTranscodeData&Version=2023-01-01

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

Query

参数类型是否必选示例值描述
ActionStringDescribeLiveTranscodeData接口名称。当前 API 的名称为 DescribeLiveTranscodeData
VersionString2023-01-01接口版本。当前 API 的版本为 2023-01-01

Body

参数类型是否必选示例值描述
DomainListArray of String["example.com","example2.com"]域名列表,缺省情况表示该用户的所有域名。
StartTimeString2021-04-13T00:00:00+08:00查询的起始时间,RFC3339 格式的 UTC 时间,精度为 s。
EndTimeString2021-04-14T00:00:00+08:00查询的结束时间,RFC3339 格式的 UTC 时间,精度为 s。
AggregationInteger86400时间粒度,单位为 s,当前仅支持天粒度,默认值为 86400。单次查询时间跨度为 93 天,历史查询时间范围为 366 天。
AppStringtest_app应用名称。
StreamStringtest_stream流名称。

返回参数

下表仅列出本接口特有的返回参数。更多信息请见返回结构

参数类型示例值描述
DomainListArray of String["example.com","example2.com"]域名列表。
StartTimeString2021-04-13T00:00:00+08:00查询的起始时间,RFC3339 格式的 UTC 时间,精度为 s。
EndTimeString2021-04-14T00:00:00+08:00查询的结束时间,RFC3339 格式的 UTC 时间,精度为 s。
AggregationInteger86400时间粒度,单位为 s
DurationFloat12.860403541550001转码总时长,单位为分钟。
TranscodeDataListArray of TranscodeDataList-聚合转码数据。
AppStringtest_app应用名称。
StreamStringtest_stream流名称。

TranscodeDataList

参数类型示例值描述

TranscodeType

String

Normal_H264

视频编码格式,支持的取值和含义如下所示。

  • Normal_H264:H.264 标准转码;
  • Normal_H265:H.265 标准转码;
  • ByteHD_H264:H.264 极智超清;
  • ByteHD_H265:H.265 极智超清;
  • Audio:纯音频流。

Resolution

String

720P

分辨率。

  • 480P:640 × 480;
  • 720P:1280 × 720;
  • 1080P:1920 × 1088;
  • 2K:2560 × 1440;
  • 4K:4096 × 2160;
  • 0:纯音频流。
TimeStampString2022-03-07T00:00:00+08:00聚合时刻。
DurationFloat1.4475713543666666当前时间片内的转码时长,单位为分钟。

示例

请求示例

POST https://live.volcengineapi.com?Action=DescribeLiveTranscodeData&Version=2023-01-01

{
  "DomainList": [
    "example.com",
    "example2.com"
  ],
  "StartTime": "2021-04-13T00:00:00+08:00",
  "EndTime": "2021-04-14T00:00:00+08:00",
  "Aggregation": 86400
}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "201806041104200100100232280022D30",
    "Action": "DescribeLiveTranscodeData",
    "Version": "2023-01-01",
    "Service": "live",
    "Region": "cn-north-1"
  },
  "Result": {
    "DomainList": [
      "example.com"
    ],
    "StartTime": "2021-04-13T00:00:00+08:00",
    "EndTime": "2021-04-14T00:00:00+08:00",
    "Aggregation": 86400,
    "Duration": 12.860403541550001,
    "TranscodeDataList": [
      {
        "Duration": 1.4475713543666666,
        "Resolution": "720P",
        "TimeStamp": "2022-03-07T00:00:00+08:00",
        "TranscodeType": "Normal_H264"
      },
      {
        "Duration": 11.412832187183334,
        "Resolution": "720P",
        "TimeStamp": "2022-03-08T00:00:00+08:00",
        "TranscodeType": "Normal_H264"
      }
    ]
  }
}

错误码

下表仅列出本接口特有的错误码。更多信息请参见公共错误码获取详细信息。

状态码错误码错误信息说明
200CommonErr-未分类错误。建议重试,如果仍返回该错误码,请联系技术支持
400InvalidParam-输入的参数无效或不符合要求,请参照请求参数说明进行检查。
400InvalidParam.BindErrorRequest parameter error, please check input data参数未通过校验,请检查参数类型是否正确。
403RequestForbidden-请求被拒绝,当前账号下无请求的资源(域名空间、域名、应用、配置模版、证书)。
403RequestForbidden.AccountIDNotAllowthis AccountID does not have permission to access the corresponding resource, please check the request parameters请求被拒绝,当前账号下无请求的资源(域名空间、域名、应用、配置模版、证书)。
403RequestForbidden.BillingStatusBilling status is not available for the AccountID, please activate the service or recharge.未开通视频直播服务或账号欠费,造成账单不可用,请检查服务开通情况和账号欠费情况。
404ResourceNotFound-未找到资源(域名空间、域名、应用、配置模版、证书)。建议重试,如果仍返回该错误码,请联系技术支持
500InternalErroran internal error occurred, please contact the administrator.出现内部错误,请联系技术支持
502InternalServiceErroran internal error occurred, please contact the administrator.服务间出现错误,请联系技术支持
502InternalServiceError.BadResponsean internal error occurred, please contact the administrator.服务间出现错误,请联系技术支持
504InternalServiceTimeoutInternal Service is timeout. please contact the administrator.内部服务超时,请联系技术支持