详情页标题前

腾讯云对象存储查询工作流

详情页1

功能描述

查询工作流。


授权说明

授权策略中 action 设置为 ci:DescribeMediaWorkflows 。查看所有 action

服务开通

使用该功能需提前开通数据万象,并绑定存储桶。详情请参见 绑定存储桶

使用限制

使用该接口时,请先确认相关限制条件。详情请参见 使用限制

请求

请求示例

GET /workflow HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml

说明Authorization: Auth String(详情请参见 请求签名 文档)。通过子账号使用时,需要授予相关的权限,详情请参见 授权粒度详情 文档。

请求头

此接口仅使用公共请求头部,详情请参见 公共请求头部 文档。

请求体

该请求的请求体为空。

请求参数

参数名称(关键字) 描述 类型 是否必选
ids 工作流 ID,以,符号分割字符串 string
name 工作流名称 string
pageNumber 第几页 string
pageSize 每页个数 string

响应

响应头

此接口仅返回公共响应头部,详情请参见 公共响应头部 文档。

响应体

该响应体返回为 application/xml 数据,包含完整节点数据的内容展示如下:

<Response>    <RequestId>NjJmMWZiZTFfOTBmYTUwNjRfNjVmNl8x</RequestId>    <TotalCount>2</TotalCount>    <PageNumber>1</PageNumber>    <PageSize>10</PageSize>    <MediaWorkflowList>        <Name>workflow-1</Name>        <State>Active</State>        <WorkflowId>wc666d0b9f9dd47ae9137a096252d49f7</WorkflowId>        <BucketId>test-1234567890</BucketId>        <CreateTime>2022-06-29T14:37:44+0800</CreateTime>        <UpdateTime>2022-06-29T14:37:44+0800</UpdateTime>        <Topology>            <Dependencies>                <Start>Snapshot_1581665960536,Transcode_1581665960538</Start>                <Snapshot_1581665960536>End</Snapshot_1581665960536>                <Transcode_1581665960538>Segment_15816659605667,SmartCover_1581665960539</Transcode_1581665960538>                <Segment_15816659605667>End</Segment_15816659605667>                <SmartCover_1581665960539>PicProcess_15816659605668</SmartCover_1581665960539>                <PicProcess_15816659605668>End</PicProcess_15816659605668>            </Dependencies>            <Nodes>                <Start>                    <Type>Start</Type>                    <Input>                        <QueueId>p09d709939fef48a0a5c247ef39d90cec</QueueId>                        <PicProcessQueueId>p2911917386e148639319e13c285cc774</PicProcessQueueId>                        <ObjectPrefix>input/workflow-1</ObjectPrefix>                        <NotifyConfig>                            <State>On</State>                            <Url>http://www.callback.com</Url>                            <Event>TaskFinish,WorkflowFinish,WorkflowStart</Event>                            <Type>Url</Type>                            <ResultFormat>JSON</ResultFormat>                        </NotifyConfig>                        <ExtFilter>                            <State>On</State>                            <Video>true</Video>                            <Audio>false</Audio>                            <Image>false</Image>                            <Custom>false</Custom>                            <AllFile>false</AllFile>                        </ExtFilter>                    </Input>                </Start>                <Snapshot_1581665960536>                    <Type>Snapshot</Type>                    <Operation>                        <TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId>                        <Output>                            <Region>ap-chongqing</Region>                            <Bucket>test-1234567890</Bucket>                            <Object>abc/${RunId}/snapshot-${number}.${Ext}</Object>                            <SpriteObject>abc/${RunId}/sprite-${number}.${Ext}</SpriteObject>                        </Output>                    </Operation>                </Snapshot_1581665960536>                <Transcode_1581665960538>                    <Type>Transcode</Type>                    <Operation>                        <TemplateId>t16e81a29fe48c4e23acefc247a7792b63</TemplateId>                        <Output>                            <Region>ap-chongqing</Region>                            <Bucket>test-1234567890</Bucket>                            <Object>bcd/${RunId}/trans.{Ext}</Object>                        </Output>                    </Operation>                </Transcode_1581665960538>                <Segment_15816659605667>                    <Type>Segment</Type>                    <Operation>                        <Segment>                            <Format>mkv</Format>                            <Duration>20</Duration>                        </Segment>                        <Output>                            <Region>ap-chongqing</Region>                            <Bucket>test-1234567890</Bucket>                            <Object>test-trans${Number}.{Ext}</Object>                        </Output>                    </Operation>                </Segment_15816659605667>                <SmartCover_1581665960539>                    <Type>SmartCover</Type>                    <Operation>                        <TemplateId>t16e81a29fe48c4e23acefc247a7792b63</TemplateId>                        <Output>                            <Region>ap-chongqing</Region>                            <Bucket>test-1234567890</Bucket>                            <Object>abc/${RunId}/cover-${Number}.{Ext}</Object>                        </Output>                    </Operation>                </SmartCover_1581665960539>                <PicProcess_15816659605668>                    <Type>PicProcess</Type>                    <Operation>                        <TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId>                        <Output>                            <Region>ap-chongqing</Region>                            <Bucket>test-1234567890</Bucket>                            <Object>bcd/${RunId}/pic.{Ext}</Object>                        </Output>                    </Operation>                </PicProcess_15816659605668>            </Nodes>        </Topology>    </MediaWorkflowList>    <MediaWorkflowList>        <Name>workflow-2</Name>        <State>Active</State>        <WorkflowId>w93aa43ba105347169fa093ed857b2a90</WorkflowId>        <BucketId>test-1234567890</BucketId>        <CreateTime>2022-06-29T14:37:44+0800</CreateTime>        <UpdateTime>2022-06-29T14:37:44+0800</UpdateTime>        <Topology>            <Dependencies>                <Start>StreamPackConfig_1581665960532</Start>                <StreamPackConfig_1581665960532>VideoStream_1581665960536,VideoStream_1581665960537</StreamPackConfig_1581665960532>                <VideoStream_1581665960536>StreamPack_1581665960538</VideoStream_1581665960536>                <VideoStream_1581665960537>StreamPack_1581665960538</VideoStream_1581665960537>                <StreamPack_1581665960538>End</StreamPack_1581665960538>            </Dependencies>            <Nodes>                <Start>                    <Type>Start</Type>                    <Input>                        <QueueId>p09d709939fef48a0a5c247ef39d90cec</QueueId>                        <ObjectPrefix>input/workflow-2</ObjectPrefix>                        <NotifyConfig>                            <State>On</State>                            <Url>http://www.callback.com</Url>                            <Event>TaskFinish,WorkflowFinish,WorkflowStart</Event>                            <Type>Url</Type>                            <ResultFormat>JSON</ResultFormat>                        </NotifyConfig>                        <ExtFilter>                            <State>On</State>                            <Video>true</Video>                            <Audio>false</Audio>                            <Image>false</Image>                            <Custom>false</Custom>                            <AllFile>false</AllFile>                        </ExtFilter>                    </Input>                </Start>                <StreamPackConfig_1581665960532>                    <Type>StreamPackConfig</Type>                    <Operation>                        <Output>                            <Region>ap-chongqing</Region>                            <Bucket>test-1234567890</Bucket>                            <Object>${InputPath}/${InputName}._${RunId}.${ext}</Object>                        </Output>                        <StreamPackConfig>                            <PackType>HLS</PackType>                            <IgnoreFailedStream>true</IgnoreFailedStream>                        </StreamPackConfig>                    </Operation>                </StreamPackConfig_1581665960532>                <VideoStream_1581665960536>                    <Type>VideoStream</Type>                    <Operation>                        <TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId>                        <Output>                            <Region>ap-chongqing</Region>                            <Bucket>test-1234567890</Bucket>                            <Object>${RunId}_Substream_1/video.m3u8</Object>                        </Output>                    </Operation>                </VideoStream_1581665960536>                <VideoStream_1581665960537>                    <Type>VideoStream</Type>                    <Operation>                        <TemplateId>t1460606bgfdg2148c4ab182f55163ba7bj</TemplateId>                        <Output>                            <Region>ap-chongqing</Region>                            <Bucket>test-1234567890</Bucket>                            <Object>${RunId}_Substream_2/video.m3u8</Object>                        </Output>                    </Operation>                </VideoStream_1581665960537>                <StreamPack_1581665960538>                    <Type>StreamPack</Type>                    <Operation>                        <StreamPackInfo>                            <VideoStreamConfig>                                <VideoStreamName>VideoStream_1581665960536</VideoStreamName>                                <BandWidth>200000000</BandWidth>                            </VideoStreamConfig>                            <VideoStreamConfig>                                <VideoStreamName>VideoStream_1581665960537</VideoStreamName>                                <BandWidth>200000000</BandWidth>                            </VideoStreamConfig>                        </StreamPackInfo>                    </Operation>                </StreamPack_1581665960538>            </Nodes>        </Topology>    </MediaWorkflowList></Response>

具体的数据内容如下:

节点名称(关键字) 父节点 描述 类型
Response 保存结果的容器 Container

Container 节点 Response 的内容:

节点名称(关键字) 父节点 描述 类型
RequestId Response 请求的唯一 ID String
TotalCount Response 工作流总数 Int
PageNumber Response 当前页数,同请求中的 pageNumber Int
PageSize Response 每页个数,同请求中的 pageSize Int
MediaWorkflowList Response 工作流数组 Container

Container节点 MediaWorkflowList 的内容:

节点名称(关键字) 父节点 描述 类型 是否必选 限制
Name Response.MediaWorkflowList 工作流名称 String 支持中文、英文、数字、—和_,长度限制128字符
WorkflowId Response.MediaWorkflowList 工作流 ID String 工作流唯一 ID
State Response.MediaWorkflowList 工作流状态 String 1. Active 2. Paused
CreateTime Response.MediaWorkflowList 创建时间 String
UpdateTime Response.MediaWorkflowList 更新时间 String
Topology Response.MediaWorkflowList 拓扑信息 Container 同创建工作流接口的 Topology

错误码

该请求操作无特殊错误信息,常见的错误信息请参见 错误码 文档。

实际案例

请求1:工作流 ID

GET /workflow?ids=wc666d0b9f9dd47ae9137a096252d49f7,A,B HTTP/1.1Authorization: q-sign-algorithm=sha1&q-ak=AKIDZfbOAo7cllgPvF9cXFrJD0a1ICvR****&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=28e9a4986df11bed0255e97ff90500557e0e****Host: test-1234567890.ci.ap-chongqing.myqcloud.comContent-Length: 0Content-Type: application/xml

响应1

HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 100Connection: keep-aliveDate: Thu, 14 Jul 2022 12:37:29 GMTServer: tencent-cix-ci-request-id: NjJmMWZmMzRfOTBmYTUwNjRfNjVmOF8x
<Response> <RequestId>NjJmMWZmMzRfOTBmYTUwNjRfNjVmOF8x</RequestId> <MediaWorkflowList> <Name>workflow-1</Name> <State>Active</State> <WorkflowId>wc666d0b9f9dd47ae9137a096252d49f7</WorkflowId> <BucketId>test-1234567890</BucketId> <CreateTime>2022-06-29T14:37:44+0800</CreateTime> <UpdateTime>2022-06-29T14:37:44+0800</UpdateTime> <Topology> <Dependencies> <Start>Snapshot_1581665960536,Transcode_1581665960538</Start> <Snapshot_1581665960536>End</Snapshot_1581665960536> <Transcode_1581665960538>Segment_15816659605667,SmartCover_1581665960539</Transcode_1581665960538> <Segment_15816659605667>End</Segment_15816659605667> <SmartCover_1581665960539>PicProcess_15816659605668</SmartCover_1581665960539> <PicProcess_15816659605668>End</PicProcess_15816659605668> </Dependencies> <Nodes> <Start> <Type>Start</Type> <Input> <QueueId>p09d709939fef48a0a5c247ef39d90cec</QueueId> <PicProcessQueueId>p2911917386e148639319e13c285cc774</PicProcessQueueId> <ObjectPrefix>input/workflow-1</ObjectPrefix> <NotifyConfig> <State>On</State> <Url>http://www.callback.com</Url> <Event>TaskFinish,WorkflowFinish,WorkflowStart</Event> <Type>Url</Type> <ResultFormat>JSON</ResultFormat> </NotifyConfig> <ExtFilter> <State>On</State> <Video>true</Video> <Audio>false</Audio> <Image>false</Image> <Custom>false</Custom> <AllFile>false</AllFile> </ExtFilter> </Input> </Start> <Snapshot_1581665960536> <Type>Snapshot</Type> <Operation> <TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>abc/${RunId}/snapshot-${number}.${Ext}</Object> <SpriteObject>abc/${RunId}/sprite-${number}.${Ext}</SpriteObject> </Output> </Operation> </Snapshot_1581665960536> <Transcode_1581665960538> <Type>Transcode</Type> <Operation> <TemplateId>t16e81a29fe48c4e23acefc247a7792b63</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>bcd/${RunId}/trans.{Ext}</Object> </Output> </Operation> </Transcode_1581665960538> <Segment_15816659605667> <Type>Segment</Type> <Operation> <Segment> <Format>mkv</Format> <Duration>20</Duration> </Segment> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>test-trans${Number}.{Ext}</Object> </Output> </Operation> </Segment_15816659605667> <SmartCover_1581665960539> <Type>SmartCover</Type> <Operation> <TemplateId>t16e81a29fe48c4e23acefc247a7792b63</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>abc/${RunId}/cover-${Number}.{Ext}</Object> </Output> </Operation> </SmartCover_1581665960539> <PicProcess_15816659605668> <Type>PicProcess</Type> <Operation> <TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>bcd/${RunId}/pic.{Ext}</Object> </Output> </Operation> </PicProcess_15816659605668> </Nodes> </Topology> </MediaWorkflowList> <NonExistIDs>A</NonExistIDs> <NonExistIDs>B</NonExistIDs></Response>

请求2:工作流列表

GET /workflow?pageNumber=1&pageSize=10 HTTP/1.1Authorization:q-sign-algorithm=sha1&q-ak=AKIDZfbOAo7cllgPvF9cXFrJD0**********&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=28e9a4986df11bed0255e97ff90500557e0ea057Host: test-1234567890.ci.ap-chongqing.myqcloud.comContent-Length: 0Content-Type: application/xml

响应2

HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 100Connection: keep-aliveDate: Thu, 14 Jul 2022 12:37:29 GMTServer: tencent-cix-ci-request-id: NTk0MjdmODlfMjQ4OGY3XzYzYzhfMjc=
<Response> <RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhfMjc=</RequestId> <TotalCount>2</TotalCount> <PageNumber>1</PageNumber> <PageSize>10</PageSize> <MediaWorkflowList> <Name>workflow-1</Name> <State>Active</State> <WorkflowId>wc666d0b9f9dd47ae9137a096252d49f7</WorkflowId> <BucketId>test-1234567890</BucketId> <CreateTime>2022-06-29T14:37:44+0800</CreateTime> <UpdateTime>2022-06-29T14:37:44+0800</UpdateTime> <Topology> <Dependencies> <Start>Snapshot_1581665960536,Transcode_1581665960538</Start> <Snapshot_1581665960536>End</Snapshot_1581665960536> <Transcode_1581665960538>Segment_15816659605667,SmartCover_1581665960539</Transcode_1581665960538> <Segment_15816659605667>End</Segment_15816659605667> <SmartCover_1581665960539>PicProcess_15816659605668</SmartCover_1581665960539> <PicProcess_15816659605668>End</PicProcess_15816659605668> </Dependencies> <Nodes> <Start> <Type>Start</Type> <Input> <QueueId>p09d709939fef48a0a5c247ef39d90cec</QueueId> <PicProcessQueueId>p2911917386e148639319e13c285cc774</PicProcessQueueId> <ObjectPrefix>input/workflow-1</ObjectPrefix> <NotifyConfig> <State>On</State> <Url>http://www.callback.com</Url> <Event>TaskFinish,WorkflowFinish,WorkflowStart</Event> <Type>Url</Type> <ResultFormat>JSON</ResultFormat> </NotifyConfig> <ExtFilter> <State>On</State> <Video>true</Video> <Audio>false</Audio> <Image>false</Image> <Custom>false</Custom> <AllFile>false</AllFile> </ExtFilter> </Input> </Start> <Snapshot_1581665960536> <Type>Snapshot</Type> <Operation> <TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>abc/${RunId}/snapshot-${number}.${Ext}</Object> <SpriteObject>abc/${RunId}/sprite-${number}.${Ext}</SpriteObject> </Output> </Operation> </Snapshot_1581665960536> <Transcode_1581665960538> <Type>Transcode</Type> <Operation> <TemplateId>t16e81a29fe48c4e23acefc247a7792b63</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>bcd/${RunId}/trans.{Ext}</Object> </Output> </Operation> </Transcode_1581665960538> <Segment_15816659605667> <Type>Segment</Type> <Operation> <Segment> <Format>mkv</Format> <Duration>20</Duration> </Segment> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>test-trans${Number}.{Ext}</Object> </Output> </Operation> </Segment_15816659605667> <SmartCover_1581665960539> <Type>SmartCover</Type> <Operation> <TemplateId>t16e81a29fe48c4e23acefc247a7792b63</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>abc/${RunId}/cover-${Number}.{Ext}</Object> </Output> </Operation> </SmartCover_1581665960539> <PicProcess_15816659605668> <Type>PicProcess</Type> <Operation> <TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>bcd/${RunId}/pic.{Ext}</Object> </Output> </Operation> </PicProcess_15816659605668> </Nodes> </Topology> </MediaWorkflowList> <MediaWorkflowList> <Name>workflow-2</Name> <State>Active</State> <WorkflowId>w93aa43ba105347169fa093ed857b2a90</WorkflowId> <BucketId>test-1234567890</BucketId> <CreateTime>2022-06-29T14:37:44+0800</CreateTime> <UpdateTime>2022-06-29T14:37:44+0800</UpdateTime> <Topology> <Dependencies> <Start>StreamPackConfig_1581665960532</Start> <StreamPackConfig_1581665960532>VideoStream_1581665960536,VideoStream_1581665960537</StreamPackConfig_1581665960532> <VideoStream_1581665960536>StreamPack_1581665960538</VideoStream_1581665960536> <VideoStream_1581665960537>StreamPack_1581665960538</VideoStream_1581665960537> <StreamPack_1581665960538>End</StreamPack_1581665960538> </Dependencies> <Nodes> <Start> <Type>Start</Type> <Input> <QueueId>p09d709939fef48a0a5c247ef39d90cec</QueueId> <ObjectPrefix>input/workflow-2</ObjectPrefix> <NotifyConfig> <State>On</State> <Url>http://www.callback.com</Url> <Event>TaskFinish,WorkflowFinish,WorkflowStart</Event> <Type>Url</Type> <ResultFormat>JSON</ResultFormat> </NotifyConfig> <ExtFilter> <State>On</State> <Video>true</Video> <Audio>false</Audio> <Image>false</Image> <Custom>false</Custom> <AllFile>false</AllFile> </ExtFilter> </Input> </Start> <StreamPackConfig_1581665960532> <Type>StreamPackConfig</Type> <Operation> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>${InputPath}/${InputName}._${RunId}.${ext}</Object> </Output> <StreamPackConfig> <PackType>HLS</PackType> <IgnoreFailedStream>true</IgnoreFailedStream> </StreamPackConfig> </Operation> </StreamPackConfig_1581665960532> <VideoStream_1581665960536> <Type>VideoStream</Type> <Operation> <TemplateId>t1460606b9752148c4ab182f55163ba7cd</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>${RunId}_Substream_1/video.m3u8</Object> </Output> </Operation> </VideoStream_1581665960536> <VideoStream_1581665960537> <Type>VideoStream</Type> <Operation> <TemplateId>t1460606bgfdg2148c4ab182f55163ba7bj</TemplateId> <Output> <Region>ap-chongqing</Region> <Bucket>test-1234567890</Bucket> <Object>${RunId}_Substream_2/video.m3u8</Object> </Output> </Operation> </VideoStream_1581665960537> <StreamPack_1581665960538> <Type>StreamPack</Type> <Operation> <StreamPackInfo> <VideoStreamConfig> <VideoStreamName>VideoStream_1581665960536</VideoStreamName> <BandWidth>200000000</BandWidth> </VideoStreamConfig> <VideoStreamConfig> <VideoStreamName>VideoStream_1581665960537</VideoStreamName> <BandWidth>200000000</BandWidth> </VideoStreamConfig> </StreamPackInfo> </Operation> </StreamPack_1581665960538> </Nodes> </Topology> </MediaWorkflowList></Response>



对象存储官网1折活动,限时活动,即将结束,速速收藏
同尘科技腾讯云授权服务中心。
购买腾讯云产品享受折上折,更有现金返利。同意关联立享优惠

转转请注明出处:https://www.yunxiaoer.com/145328.html

(0)
上一篇 2023年12月9日
下一篇 2023年12月9日
详情页2

相关推荐

  • 腾讯云CVM服务器实例自助检测

    概述 实例自助检测可检测云服务器实例的性能、费用、网络、磁盘等状态,并可帮助您了解实例的运行状态。您可通过该功能及时发现并解决实例的相关问题。 使用场景 以下两种场景推荐使用实例自助检测:故障处理:如在实例操作过程中遇到故障或问题,可使用实例自助检测进行问题排查及定位,并根据相应建议对异常情况进行处理。实例全面检测:日常运维过程中,可使用实例自助检测了解实例…

    腾讯云 2023年12月9日
  • 腾讯云云函数(SCF)部署 Vue + Express + PostgreSQL 全栈网站-云淘科技

    操作场景 该模板可以快速部署一个基于 Vue + Express + PostgreSQL 的全栈 Serverless 应用。主要包含以下组件:Serverless RESTful API:通过云函数和 API 网关构建的 Express 框架实现 RESTful API。Serverless 静态网站:前端通过托管 Vue.js 静态页面到 COS 对象…

    腾讯云 2023年12月9日
  • 腾讯云对象存储自定义域名

    简介 本文档提供关于自定义域名的 API 概览以及 SDK 示例代码。 API 操作名 操作描述 PUT Bucket domain 设置自定义域名 设置存储桶的自定义域名信息 GET Bucket domain 查询自定义域名 查询存储桶的自定义域名信息 设置自定义域名 功能说明 PUT Bucket domain 用于为存储桶配置自定义域名。 方法原型 …

    腾讯云 2023年12月9日
  • 信息流广告,信息流部分建议宽度830px,只针对默认列表样式,顺序随机
  • 腾讯云内容分发网络CDN步骤四:测试验证(建议)

    您在 CDN 控制台完成域名的添加和配置后,建议您进行测试验证,若访问正常,再切换 DNS 解析至腾讯云。测试方法如下,更多详情请参见 CDN 访问测试 。1. 查看 CNAME 域名,即 www.qcdntest.cn.cdn.dnsv1.com.cn 2. 获取 CDN 节点 IP打开终端命令窗口,在命令行中执行如下命令:返回的 IP 即为 CDN …

    2023年12月9日
  • 腾讯云云点播阶段1:播放原始视频

    学习目标 通过本阶段的教程后,您将掌握上传一个视频到云点播,并在播放器中播放的技能。 前置条件 在开始本教程之前,请您确保已满足以下前置条件。 开通云点播 您需要开通云点播,步骤如下:1. 注册 腾讯云账号,并完成 实名认证。2. 购买云点播服务,具体请参见 计费概述。3. 选择云产品 > 视频服务 > 云点播,进入云点播控制台。至此,您已经完成…

    2023年12月9日

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信
本站为广大会员提供阿里云、腾讯云、华为云、百度云等一线大厂的购买,续费优惠,保证底价,买贵退差。