History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
GET /playKey HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml
<Response><RequestId></RequestId><PlayKeyList><MasterPlayKey></MasterPlayKey><BackupPlayKey></BackupPlayKey></PlayKeyList></Response>
节点名称(关键字) | 父节点 | 描述 | 类型 |
Response | 无 | 保存结果的容器 | Container |
节点名称(关键字) | 父节点 | 描述 | 类型 |
RequestId | Response | 请求的唯一 ID | String |
PlayKeyList | Response | 保存播放密钥的容器 | Container |
节点名称(关键字) | 父节点 | 描述 | 类型 |
MasterPlayKey | Response.PlayKeyList | 主播放密钥 | String |
BackupPlayKey | Response.PlayKeyList | 备播放密钥 | String |
GET /playKey HTTP/1.1Authorization: q-sign-algorithm=sha1&q-ak=************************************&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=****************************************Host: test-1234567890.ci.ap-beijing.myqcloud.comContent-Length: 0Content-Type: application/xml
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: NTk0MjdmODlfMjQ4OGY3XzYzYzhf****<Response><RequestId>NjQ0NGNlNDZfMThhYTk0MGFfY*********</RequestId><PlayKeyList><MasterPlayKey>122fde9d792c4238be64925b3189e718</MasterPlayKey><BackupPlayKey>acd233e114a74394ac3e3eac0b86fe68</BackupPlayKey></PlayKeyList></Response>
文档反馈