此接口用于查询点播媒资存储流量用量。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeVideoStreamOutData | 接口名称。当前 API 的名称为 DescribeVideoStreamOutData 。 |
Version | String | 是 | 2021-01-01 | 接口版本。当前 API 的版本为 2021-01-01 。 |
StartTime | String | 否 | 2022-01-17T00:00:00+08:00 | 查询的起始时间,默认 24 小时前。 |
EndTime | String | 否 |
| 查询的结束时间,默认当前时间。 说明 只能查询最近 93 天数据。 |
SpaceNames | String | 否 | test | 点播空间名称,默认查询所有空间。如果有多个用逗号 , 连接。 |
Interval | String | 否 |
| 聚合的时间粒度。单位为秒。取值如下:
|
Regions | String | 否 | cn-north-1 | 区域。如果有多个用逗号 , 连接。 |
TrafficType | String | 是 |
| 流量类型。取值如下:
|
下表仅列出本接口特有的返回参数。更多信息请见公共返回参数。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Total | Integer | 11604572056 | 存储流量总数,单位为字节。 |
Detail | Array of Detail | 存储流量详细数据。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TimeStamp | String | 2022-12-06T00:00:00+08:00 | 时间。 |
Value | Integer | 117145232 | 流量,单位为字节。 |
GET https://vod.volcengineapi.com?Action=DescribeVideoStreamOutData&Version=2021-01-01&EndTime=2022-01-18T00%3A00%3A00%2B08%3A00&Interval=3600&Regions=cn-north-1&SpaceNames=test&StartTime=2022-01-17T00%3A00%3A00%2B08%3A00&TrafficType=lowfreq
{ "ResponseMetadata": { "RequestId": "20230801160738******FD57D0F6004A78", "Action": "DescribeVideoStreamOutData", "Version": "2021-01-01", "Service": "vod", "Region": "cn-north-1" }, "Result": { "Total": 11604572056, "Detail": [ { "TimeStamp": "2023-07-25T00:00:00+08:00", "Value": 117145232 } ] } }
本接口无特有的错误码。更多信息请见公共错误码。