此接口用于查询指定时间范围内的点播转码详细数据。
请求地址:https://vod.volcengineapi.com?Action=DescribeVodSpaceWorkflowDetailData&Version=2023-07-01
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeVodSpaceWorkflowDetailData | 接口名称。当前 API 的名称为 DescribeVodSpaceWorkflowDetailData 。 |
Version | String | 是 | 2023-07-01 | 接口版本。当前 API 的版本为 2023-07-01 。 |
Region | String | 是 | cn-north-1 | 区域。当前仅支持 cn-north-1,表示华北。 |
Space | String | 是 |
| 空间名称。您可通过以下方式获取空间名称: |
StartTime | String | 是 | 2023-03-01T00:00:00+08:00 | 查询的起始时间。最早可查询的时间是当前时间的 186 天之前。RFC3339 格式的 UTC 时间,精确到秒。 |
EndTime | String | 是 |
| 查询的结束时间。RFC3339 格式的 UTC 时间,精确到秒。 说明 起始时间和结束时间的间隔不能超过 1 天,即一次可查询的时间范围是 1 天。 |
PageSize | Long | 否 | 100 | 分页查询的页大小。默认为 100,最大值为 1000。 |
PageNum | Long | 否 | 1 | 分页查询页号。从 1 开始,默认为 1。 |
下表仅列出本接口特有的返回参数。更多信息请见公共返回参数。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Region | String | cn-north-1 | 区域。当前仅支持 cn-north-1 ,表示华北。 |
Space | String | test | 点播空间名。 |
StartTime | String | 2023-03-01T00:00:00+08:00 | 查询的起始时间。 |
EndTime | String | 2023-03-02T00:00:00+08:00 | 查询的结束时间。 |
PageSize | Long | 100 | 分页查询的页大小。 |
PageNum | Long | 1 | 分页查询页号。 |
Total | Long | 1 | 总数据条数。 |
WorkflowDetailData | Array of DescribeVodSpaceWorkflowDetail | - | 转码详细数据。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
RunId | String | 1243234***5345345 | 工作流任务 ID。 |
Vid | String | 34563465***464 | 视频 ID。 |
TemplateId | String | 345***654654 | 工作流模板 ID。 |
SpaceName | String | test | 点播空间名称。 |
Status | String |
| 执行状态。取值如下:
|
StartTime | String | 2023-03-01T00:00:00+08:00 | 执行开始时间。RFC3339 格式的 UTC 时间,精确到秒。例如,2023-03-01T00:00:00+08:00 |
EndTime | String | 2023-03-01T00:01:00+08:00 | 执行完成时间。RFC3339 格式的 UTC 时间,精确到秒。例如,2023-03-01T00:00:00+08:00 |
TranscodeInfo | Object of DescribeVodSpaceWorkflowTranscodeInfo | - | 音视频转码信息。 |
SnapshotInfo | Object of DescribeVodSpaceWorkflowSnapshotInfo | - | 截图信息。 |
EnhanceExecInfo | Object of DescribeVodSpaceWorkflowEnhanceExecInfo | - | 画质增强信息。 |
VideoAIInfo | Object of DescribeVodSpaceWorkflowVideoAIInfo | - | 多媒体 AI 信息。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TemplateType | String |
| 转码类型。取值如下:
|
FileType | String |
| 文件类型。取值如下:
|
Duration | Long | 123 | 转码输出文件的时长,单位为毫秒。 |
Codec | String |
| 编码格式。
|
Remux | Boolean |
| 是否是转封装。取值如下:
|
Definition | String |
| 分辨率。
|
Width | Long | 234 | 宽度,单位为 px。 |
Height | Long | 345 | 高度,单位为 px。 |
Slice | Boolean |
| 是否是倍速转码。取值如下:
|
IsLowPriority | Boolean |
| 是否是闲时任务。取值如下:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TemplateType | String |
| 截图类型。取值如下:
|
Number | Long | 10 | 截图张数。 |
IsLowPriority | Boolean |
| 是否是闲时任务。取值如下:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TemplateType | String |
| 画质增强类型。取值如下:
|
Duration | Long | 100 | 画质增强输出文件的时长,单位为毫秒。 |
IsLowPriority | Boolean |
| 是否是闲时任务。取值如下:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TemplateType | String |
| 多媒体 AI 类型。取值如下:
|
Duration | Long | 320 | 多媒体 AI 输出文件的时长,单位为毫秒。 |
Number | Long | 4048 | 机器翻译字幕的字符数。 |
IsLowPriority | Boolean |
| 是否是闲时任务。取值如下:
|
https://vod.volcengineapi.com?Action=DescribeVodSpaceWorkflowDetailData&Version=2023-07-01&EndTime=2023-03-02T00:00:00+08:00&PageNum=1&PageSize=100&Region=cn-north-1&Space=test&StartTime=2023-03-01T00:00:00+08:00
HTTP/1.1 200 OK Content-Length: 190 Content-Type: application/json { "ResponseMetadata": { "RequestId": "201806041104***00100232280022D30", "Action": "DescribeVodSpaceWorkflowDetailData", "Version": "2023-07-01", "Service": "vod", "Region": "cn-north-1" }, "Result": { "Region": "cn-north-1", "Space": "test", "StartTime": "2023-03-01T00:00:00+08:00", "EndTime": "2023-03-02T00:00:00+08:00", "PageSize": 100, "PageNum": 1, "WorkflowDetailData": [ { "RunId": "1243234***5345345", "Vid": "34563465***464", "TemplateId": "345***654654", "SpaceName": "test", "Status": "0", "StartTime": "2023-03-01T00:00:00+08:00", "EndTime": "2023-03-01T00:01:00+08:00", "TranscodeInfo": { "TemplateType": "Normal", "FileType": "Video", "Duration": 123, "Codec": "h265", "Remux": true, "Definition": "1080p", "Width": 234, "Height": 345, "Slice": true, "IsLowPriority": true } } ] } }
本接口无特有的错误码。更多信息请见公共错误码。
点播 OpenAPI 提供了配套的服务端 SDK,支持多种编程语言,帮助您实现快速开发。建议使用服务端 SDK 来调用 API。此 API 各语言调用的示例代码,请参考如下: