tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -10,81 +10,97 @@
10
10
  ],
11
11
  "BindNewLVBDomainWithChannel": [
12
12
  {
13
- "document": " ",
13
+ "document": "bind an LVB domain name to a channel.",
14
14
  "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindNewLVBDomainWithChannel\n<Common request parameters>\n\n{\n \"ChannelId\": \"5F61C341B92D6BE9225E\",\n \"LVBDomain\": \"mdptest.domain.com\"\n}",
15
15
  "output": "{\n \"Response\": {\n \"LVBDomain\": \"mdptest.domain.com\",\n \"RequestId\": \"xx\"\n }\n}",
16
16
  "title": "Sample request"
17
17
  }
18
18
  ],
19
+ "BindSSAICDNDomainWithChannel": [
20
+ {
21
+ "document": "This example shows you how to bind a CDN playback domain to a channel.",
22
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindSSAICDNDomainWithChannel\n<Common request parameters>\n\n{\n \"ChannelId\": \"68F6FCCD00003FEF93DB\",\n \"CdnDomain\": \"abc\"\n}",
23
+ "output": "{\n \"Response\": {\n \"RequestId\": \"790d6787-6aa7-4f0e-b327-65e53c01949c\"\n }\n}",
24
+ "title": "Request Example"
25
+ }
26
+ ],
19
27
  "CreateStreamPackageChannel": [
20
28
  {
21
29
  "document": " ",
22
30
  "input": "https://mdp.tencentcloudapi.com/?Action=CreateStreamPackageChannel\n&Name=xxx\n&Protocol=HLS\n&<Common request parameters>",
23
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Points\": {\n \"Inputs\": [\n {\n \"Url\": \"xx\",\n \"AuthInfo\": {\n \"Username\": \"xx\",\n \"Password\": \"xx\"\n }\n },\n {\n \"Url\": \"xx\",\n \"AuthInfo\": {\n \"Username\": \"xx\",\n \"Password\": \"xx\"\n }\n }\n ],\n \"Endpoints\": [\n {\n \"Url\": \"xx\",\n \"AuthInfo\": {\n \"AuthKey\": \"xx\",\n \"BlackIpList\": [\n \"xx\"\n ],\n \"WhiteIpList\": [\n \"xx\"\n ]\n },\n \"Name\": \"xx\"\n }\n ]\n },\n \"Protocol\": \"xx\",\n \"Name\": \"xx\",\n \"CacheInfo\": {\n \"Info\": [\n {\n \"Ext\": \"xx\",\n \"Timeout\": 0\n }\n ]\n },\n \"Id\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
31
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Points\": {\n \"Inputs\": [\n {\n \"Url\": \"http://xxx.{region}.streampackage.srclivepush.myqcloud.com/v1/xxx/xxx1\",\n \"AuthInfo\": {\n \"Username\": \"username\",\n \"Password\": \"password\"\n }\n },\n {\n \"Url\": \"http://xxx.{region}.streampackage.srclivepush.myqcloud.com/v1/xxx/xxx2\",\n \"AuthInfo\": {\n \"Username\": \"username\",\n \"Password\": \"password\"\n }\n }\n ],\n \"Endpoints\": []\n },\n \"Protocol\": \"HLS\",\n \"Name\": \"demo_channel\",\n \"CacheInfo\": {\n \"Info\": [\n {\n \"Ext\": \".m3u8\",\n \"Timeout\": 15000\n },\n {\n \"Ext\": \".ts\",\n \"Timeout\": 600000\n }\n ]\n },\n \"Id\": \"66503E8E0000930000F6\"\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
24
32
  "title": "Sample request"
25
33
  }
26
34
  ],
27
35
  "CreateStreamPackageChannelEndpoint": [
28
36
  {
29
- "document": " ",
30
- "input": "https://mdp.tencentcloudapi.com/?Action=CreateStreamPackageChannelEndpoint\n&Id=XXX\n&Name=XXX\n&AuthInfo.WhiteIpList.0=0.0.0.0/0\n&AuthInfo.BlackIpList.0=0.0.0.0/0\n&AuthInfo.AuthKey=XXX\n&<Common request parameters>",
31
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Url\": \"\",\n \"AuthInfo\": {\n \"AuthKey\": \"\",\n \"BlackIpList\": [\n \"1.2.3.4/24\",\n \"19.76.68.1/1\"\n ],\n \"WhiteIpList\": [\n \"11.2.3.4/24\",\n \"119.76.68.1/1\"\n ]\n },\n \"Name\": \"\"\n },\n \"RequestId\": \"11-222-333\"\n }\n}",
37
+ "document": " Sample request",
38
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageChannelEndpoint\n<Common request parameters>\n\n{\n \"AuthInfo\": {\n \"AuthKey\": \"testKey\",\n \"BlackIpList\": [\n \"0.0.0.0/0\"\n ],\n \"WhiteIpList\": [\n \"0.0.0.0/0\"\n ]\n },\n \"Protocol\": \"XXX\",\n \"Id\": \"XXX\",\n \"Name\": \"endpoint\"\n}",
39
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"endpoint\",\n \"Url\": \"http://127.0.0.1/dfh3efd/main.m3u8\",\n \"AuthInfo\": {\n \"WhiteIpList\": [\n \"0.0.0.0/0\"\n ],\n \"BlackIpList\": [\n \"0.0.0.0/0\"\n ],\n \"AuthKey\": \"testKey\"\n },\n \"Protocol\": \"HLS\",\n \"Manifest\": \"main\",\n \"TimeShiftEnable\": true,\n \"TimeShiftDuration\": 1,\n \"SSAIEnable\": true,\n \"SSAIInfo\": {\n \"AdsUrl\": \"http://127.0.0.1/adsUrl\",\n \"ConfigAliases\": [\n {\n \"ParamName\": \"para1\",\n \"AliasValueList\": [\n {\n \"Alias\": \"alia1\",\n \"Value\": \"val1\"\n }\n ]\n }\n ],\n \"SlateAd\": \"http://127.0.0.1/slateAd\",\n \"Threshold\": 1,\n \"DashMPDLocation\": true,\n \"AdMarkerPassthrough\": true,\n \"SCTE35AdType\": 1,\n \"AdTriggers\": [\n 1\n ],\n \"DeliveryRestrictions\": 1\n }\n },\n \"RequestId\": \"hd348rh893yr\"\n }\n}",
32
40
  "title": "Sample request"
33
41
  }
34
42
  ],
35
43
  "CreateStreamPackageHarvestJob": [
36
44
  {
37
45
  "document": "Create HarvestJob.",
38
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageHarvestJob\n<Common request parameters>\n\n{\n \"ID\": \"your HarvestJob ID\",\n \"ChannelName\": \"your package channel name that have startover turned on\",\n \"EndpointName\": \"your endpoint name\",\n \"TimeFormat\": \"ISO-8601\",\n \"StartTime\": \"2023-11-22T14:38:30+08:00\",\n \"EndTime\": \"2023-11-22T14:38:30+08:00\",\n \"Destination\": \"https://bucket-appid.cos.ap-mumbai.myqcloud.com/\",\n \"Manifest\": \"main.m3u8\"\n}",
39
- "output": "{\n \"Response\": {\n \"Info\": {\n \"ID\": \"your HarvestJob ID\",\n \"ChannelName\": \"your package channel name\",\n \"EndpointName\": \"your endpoint name\",\n \"TimeFormat\": \"ISO-8601\",\n \"StartTime\": \"2023-11-22T14:38:30+08:00\",\n \"EndTime\": \"2023-11-22T14:38:30+08:00\",\n \"Destination\": \"https://bucket-appid.cos.ap-mumbai.myqcloud.com/\",\n \"Manifest\": \"main.m3u8\"\n },\n \"RequestId\": \"reqid\"\n }\n}",
46
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageHarvestJob\n<Common request parameters>\n\n{\n \"ID\": \"66503E8E0000930000F5\",\n \"ChannelName\": \"channelTest\",\n \"EndpointName\": \"endpointTest\",\n \"TimeFormat\": \"ISO-8601\",\n \"StartTime\": \"2023-08-10 00:00:00\",\n \"EndTime\": \"2023-08-10 01:00:00\",\n \"Destination\": \"http://cosinfo.com\",\n \"Manifest\": \"main\"\n}",
47
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"ID\": \"66503E8E0000930000F5\",\n \"ChannelName\": \"channelTest\",\n \"EndpointName\": \"endpointTest\",\n \"TimeFormat\": \"ISO-8601\",\n \"StartTime\": \"2023-08-10 00:00:00\",\n \"EndTime\": \"2023-08-10 01:00:00\",\n \"Destination\": \"http://cosinfo.com\",\n \"Manifest\": \"main\"\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
40
48
  "title": "Example1 Sample request"
41
49
  }
42
50
  ],
43
51
  "CreateStreamPackageLinearAssemblyChannel": [
44
52
  {
45
- "document": "",
46
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Name\": \"abc\",\n \"Tier\": \"abc\",\n \"PlaybackMode\": \"abc\",\n \"TimeShiftEnable\": true,\n \"TimeShiftConf\": {\n \"TimeWindows\": 1\n },\n \"SlateConf\": {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\"\n },\n \"Outputs\": [\n {\n \"Type\": \"abc\",\n \"GroupName\": \"abc\",\n \"ManifestName\": \"abc\",\n \"ManifestConf\": {\n \"Windows\": 1,\n \"AdMarkupType\": \"abc\"\n }\n }\n ]\n}",
47
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"abc\",\n \"Tier\": \"abc\",\n \"PlaybackMode\": \"abc\",\n \"TimeShiftConf\": {\n \"TimeWindows\": 1\n },\n \"SlateConf\": {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\"\n },\n \"Outputs\": [\n {\n \"Type\": \"abc\",\n \"GroupName\": \"abc\",\n \"ManifestName\": \"abc\",\n \"ManifestConf\": {\n \"Windows\": 1,\n \"AdMarkupType\": \"abc\"\n },\n \"PlaybackURL\": \"abc\"\n }\n ],\n \"AttachedPrograms\": [\n \"abc\"\n ],\n \"ProgramSchedules\": [\n {\n \"ProgramName\": \"abc\",\n \"ProgramId\": \"abc\",\n \"SourceType\": \"abc\",\n \"SourceId\": \"abc\",\n \"SourceLocationId\": \"abc\",\n \"StartTime\": 1,\n \"Duration\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"Region\": \"abc\",\n \"State\": \"abc\",\n \"TimeShiftEnable\": true,\n \"CreateTime\": 1\n },\n \"RequestId\": \"abc\"\n }\n}",
53
+ "document": "Create linear assembly channel.",
54
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Name\": \"demo_channel\",\n \"Tier\": \"Standard\",\n \"PlaybackMode\": \"Linear\",\n \"SlateConf\": {\n \"SourceLocationId\": \"6760EC9700006786ABB0\",\n \"VodSourceName\": \"slate_vod_1\"\n },\n \"Outputs\": [\n {\n \"Type\": \"HLS\",\n \"GroupName\": \"source_group_1\",\n \"ManifestName\": \"master\",\n \"ManifestConf\": {\n \"Windows\": 60,\n \"AdMarkupType\": \"Enhanced SCTE-35\"\n }\n }\n ]\n}",
55
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"demo_channel\",\n \"Tier\": \"Standard\",\n \"PlaybackMode\": \"Linear\",\n \"SlateConf\": {\n \"SourceLocationId\": \"6760EC9700006786ABB0\",\n \"VodSourceName\": \"slate_vod_1\"\n },\n \"Outputs\": [\n {\n \"Type\": \"HLS\",\n \"GroupName\": \"source_group_1\",\n \"ManifestName\": \"master\",\n \"ManifestConf\": {\n \"Windows\": 60,\n \"AdMarkupType\": \"Enhanced SCTE-35\"\n },\n \"PlaybackURL\": \"http://123456.ap-tokyo.streampackage.srclivepull.myqcloud.com/channel_assembly/6761180C89C8CFE2334C/master.m3u8\"\n }\n ],\n \"AttachedPrograms\": [\n \"67612E1189C8D039B3F6\"\n ],\n \"ProgramSchedules\": [\n {\n \"ProgramName\": \"demo_program\",\n \"ProgramId\": \"67612E1189C8D039B3F6\",\n \"SourceType\": \"Vod\",\n \"SourceId\": \"67613EEB0000B2AC7ED5\",\n \"SourceLocationId\": \"6760EC9700006786ABB0\",\n \"StartTime\": 1739265386,\n \"Duration\": \"60000\"\n }\n ],\n \"Id\": \"6761180C89C8CFE2334C\",\n \"Region\": \"ap-tokyo\",\n \"State\": \"Running\",\n \"TimeShiftEnable\": false,\n \"CreateTime\": 1739263386\n },\n \"RequestId\": \"7d4b42b2-a5d4-499e-ac9b-cdabd9b46026\"\n }\n}",
48
56
  "title": "Sample request"
49
57
  }
50
58
  ],
51
59
  "CreateStreamPackageLinearAssemblyProgram": [
52
60
  {
53
- "document": "",
54
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageLinearAssemblyProgram\n<Common request parameters>\n\n{\n \"Name\": \"abc\",\n \"AttachedChannel\": \"abc\",\n \"SourceType\": \"abc\",\n \"SourceLocationId\": \"abc\",\n \"SourceName\": \"abc\",\n \"PlaybackConf\": {\n \"TransitionType\": \"abc\",\n \"StartTime\": 1,\n \"Duration\": 1,\n \"RelativePosition\": \"abc\",\n \"RelativeProgramId\": \"abc\",\n \"ClipRangeConf\": {\n \"Type\": \"abc\",\n \"Offset\": 1\n }\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\",\n \"Offset\": 1,\n \"MessageType\": \"abc\",\n \"TimeSignalConf\": {\n \"EventID\": \"abc\",\n \"UPIDType\": \"abc\",\n \"UPID\": \"abc\",\n \"TypeID\": \"abc\",\n \"Num\": \"abc\",\n \"Expected\": \"abc\",\n \"SubsegmentNum\": \"abc\",\n \"SubsegmentsExpected\": \"abc\"\n },\n \"SpliceInsertConf\": {\n \"EventID\": \"abc\",\n \"AvailNum\": \"abc\",\n \"AvailExpected\": \"abc\",\n \"ProgramID\": \"abc\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"SourceLocationName\": \"abc\"\n }\n ]\n}",
55
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"abc\",\n \"SourceType\": \"abc\",\n \"SourceLocationId\": \"abc\",\n \"SourceId\": \"abc\",\n \"SourceName\": \"abc\",\n \"AttachedChannel\": \"abc\",\n \"PlaybackConf\": {\n \"Duration\": 1,\n \"TransitionType\": \"abc\",\n \"StartTime\": 1,\n \"RelativePosition\": \"abc\",\n \"RelativeProgramId\": \"abc\",\n \"ClipRangeConf\": {\n \"Type\": \"abc\",\n \"Offset\": 1\n },\n \"RelativeProgramName\": \"abc\"\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\",\n \"Offset\": 1,\n \"MessageType\": \"abc\",\n \"TimeSignalConf\": {\n \"EventID\": \"abc\",\n \"UPIDType\": \"abc\",\n \"UPID\": \"abc\",\n \"TypeID\": \"abc\",\n \"Num\": \"abc\",\n \"Expected\": \"abc\",\n \"SubsegmentNum\": \"abc\",\n \"SubsegmentsExpected\": \"abc\"\n },\n \"SpliceInsertConf\": {\n \"EventID\": \"abc\",\n \"AvailNum\": \"abc\",\n \"AvailExpected\": \"abc\",\n \"ProgramID\": \"abc\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"SourceLocationName\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"Region\": \"abc\",\n \"SourceLocationName\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
61
+ "document": "Create linear assembly program",
62
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageLinearAssemblyProgram\n<Common request parameters>\n\n{\n \"Name\": \"demo_program\",\n \"AttachedChannel\": \"66503E8E0000930000F3\",\n \"SourceType\": \"VOD\",\n \"SourceLocationId\": \"66503E8E0000930000F0\",\n \"SourceName\": \"vod_source\",\n \"PlaybackConf\": {\n \"TransitionType\": \"Relative\",\n \"StartTime\": 0,\n \"Duration\": 0,\n \"RelativePosition\": \"After\",\n \"RelativeProgramId\": \"66503E8E0000930000F7\",\n \"ClipRangeConf\": {\n \"Type\": \"Entire\",\n \"Offset\": 0\n }\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"66503E8E0000930000F1\",\n \"VodSourceName\": \"ad_source\",\n \"Offset\": 64000,\n \"MessageType\": \"SpliceInsert\",\n \"SpliceInsertConf\": {\n \"EventID\": \"1\",\n \"AvailNum\": \"0\",\n \"AvailExpected\": \"0\",\n \"ProgramID\": \"3\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"test-key\",\n \"Value\": \"test-value\"\n }\n ],\n \"SourceLocationName\": \"ad_location\"\n }\n ]\n}",
63
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"demo_program\",\n \"SourceType\": \"VOD\",\n \"SourceLocationId\": \"66503E8E0000930000F0\",\n \"SourceId\": \"66503E8E0000930000F1\",\n \"SourceName\": \"vod_source\",\n \"AttachedChannel\": \"66503E8E0000930000F2\",\n \"PlaybackConf\": {\n \"Duration\": 0,\n \"TransitionType\": \"Relative\",\n \"StartTime\": 0,\n \"RelativePosition\": \"After\",\n \"RelativeProgramId\": \"66503E8E0000930000F3\",\n \"ClipRangeConf\": {\n \"Type\": \"Entire\",\n \"Offset\": 0\n },\n \"RelativeProgramName\": \"relative_program\"\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"66503E8E0000930000F4\",\n \"VodSourceName\": \"ad_source\",\n \"Offset\": 64000,\n \"MessageType\": \"SpliceInsert\",\n \"SpliceInsertConf\": {\n \"EventID\": \"1\",\n \"AvailNum\": \"0\",\n \"AvailExpected\": \"0\",\n \"ProgramID\": \"3\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"test-key\",\n \"Value\": \"test-value\"\n }\n ],\n \"SourceLocationName\": \"ad_location\"\n }\n ],\n \"Id\": \"66503E8E0000930000F5\",\n \"Region\": \"ap-singapore\",\n \"SourceLocationName\": \"demo_location\"\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
56
64
  "title": "Sample request"
57
65
  }
58
66
  ],
59
67
  "CreateStreamPackageSSAIChannel": [
60
68
  {
61
69
  "document": "CreateStreamPackageSSAIChannel",
62
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageSSAIChannel\n<Common request parameters>\n\n{\n \"Name\": \"TestConf\",\n \"ContentSource\": \"http://origin-server.com/abc/\",\n \"SSAIInfo\": {\n \"AdsUrl\": \"https://my.ads.com/path?ad_type=[player_params.ad_type]&region=[player_params.region]\",\n \"ConfigAliases\": [\n {\n \"ParamName\": \"region\",\n \"AliasValueList\": [\n {\n \"Alias\": \"india\",\n \"Value\": \"ap-mumbai\"\n }\n ]\n }\n ],\n \"AdMarkerPassthrough\": true,\n \"Threshold\": 12,\n \"SlateAd\": \"https://hostname/xxx/xxx.mp4\",\n \"SCTE35AdType\": 1,\n \"AdTriggers\": [\n 1\n ],\n \"DeliveryRestrictions\": 1,\n \"SourceCDNPrefix\": \"https://example_cdn.com/\",\n \"AdCDNPrefix\": \"https://example_ad_cdn.com/\"\n }\n}",
63
- "output": "{\n \"Response\": {\n \"Info\": {\n \"ID\": \"654CA8EF0000CE02BXXX\",\n \"Name\": \"TestConf\",\n \"ContentSource\": \"http://origin-server.com/abc/\",\n \"PlaybackPrefix\": \"http://xxx.ap-mumbai.streampackage.srclivepull.myqcloud.com/v1/ssai/master/0194d961674a1eb4611d3xxxxxx/\",\n \"SSAIInfo\": {\n \"AdsUrl\": \"https://my.ads.com/path?ad_type=[player_params.ad_type]&region=[player_params.region]\",\n \"ConfigAliases\": [\n {\n \"ParamName\": \"region\",\n \"AliasValueList\": [\n {\n \"Alias\": \"india\",\n \"Value\": \"ap-mumbai\"\n }\n ]\n }\n ],\n \"AdMarkerPassthrough\": true,\n \"Threshold\": 12,\n \"SlateAd\": \"https://hostname/xxx/xxx.mp4\",\n \"SCTE35AdType\": 1,\n \"AdTriggers\": [\n 1\n ],\n \"DeliveryRestrictions\": 1,\n \"SourceCDNPrefix\": \"https://example_cdn.com/\",\n \"AdCDNPrefix\": \"https://example_ad_cdn.com/\",\n \"DashMPDLocation\": false\n }\n },\n \"RequestId\": \"0xxxxd32-1043-4e1b-bd20-1bfad0xxxx70\"\n }\n}",
70
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageSSAIChannel\n<Common request parameters>\n\n{\n \"Name\": \"TestConf\",\n \"ContentSource\": \"http://origin-server.com/abc/\",\n \"SSAIInfo\": {\n \"AdsUrl\": \"https://my.ads.com/path?ad_type=[player_params.ad_type]&region=[player_params.region]\",\n \"ConfigAliases\": [\n {\n \"ParamName\": \"region\",\n \"AliasValueList\": [\n {\n \"Alias\": \"india\",\n \"Value\": \"ap-singapore\"\n }\n ]\n }\n ],\n \"AdMarkerPassthrough\": true,\n \"Threshold\": 12,\n \"SlateAd\": \"https://hostname/xxx/xxx.mp4\",\n \"SCTE35AdType\": 1,\n \"AdTriggers\": [\n 1\n ],\n \"DeliveryRestrictions\": 1,\n \"SourceCDNPrefix\": \"https://example_cdn.com/\",\n \"AdCDNPrefix\": \"https://example_ad_cdn.com/\"\n }\n}",
71
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"ID\": \"654CA8EF0000CE02BXXX\",\n \"Name\": \"TestConf\",\n \"ContentSource\": \"http://origin-server.com/abc/\",\n \"PlaybackPrefix\": \"http://xxx.ap-mumbai.streampackage.srclivepull.myqcloud.com/v1/ssai/master/0194d961674a1eb4611d3xxxxxx/\",\n \"SSAIInfo\": {\n \"AdsUrl\": \"https://my.ads.com/path?ad_type=[player_params.ad_type]&region=[player_params.region]\",\n \"ConfigAliases\": [\n {\n \"ParamName\": \"region\",\n \"AliasValueList\": [\n {\n \"Alias\": \"india\",\n \"Value\": \"ap-singapore\"\n }\n ]\n }\n ],\n \"AdMarkerPassthrough\": true,\n \"Threshold\": 12,\n \"SlateAd\": \"https://hostname/xxx/xxx.mp4\",\n \"SCTE35AdType\": 1,\n \"AdTriggers\": [\n 1\n ],\n \"DeliveryRestrictions\": 1,\n \"SourceCDNPrefix\": \"https://example_cdn.com/\",\n \"AdCDNPrefix\": \"https://example_ad_cdn.com/\",\n \"DashMPDLocation\": false\n }\n },\n \"RequestId\": \"0xxxxd32-1043-4e1b-bd20-1bfad0xxxx70\"\n }\n}",
64
72
  "title": "CreateStreamPackageSSAIChannel"
65
73
  }
66
74
  ],
67
75
  "CreateStreamPackageSource": [
68
76
  {
69
- "document": "",
70
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageSource\n<Common request parameters>\n\n{\n \"AttachedLocation\": \"abc\",\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"PackageConfs\": [\n {\n \"GroupName\": \"abc\",\n \"Type\": \"abc\",\n \"Path\": \"abc\"\n }\n ]\n}",
71
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"PackageConf\": [\n {\n \"GroupName\": \"abc\",\n \"Type\": \"abc\",\n \"Path\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"CreateTime\": 1,\n \"UpdateTime\": 1,\n \"Region\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
77
+ "document": "Create StreamPackage Sourece.",
78
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageSource\n<Common request parameters>\n\n{\n \"AttachedLocation\": \"66503E8E0000930000F0\",\n \"Name\": \"source_name\",\n \"Type\": \"VOD\",\n \"PackageConfs\": [\n {\n \"GroupName\": \"group_name\",\n \"Type\": \"HLS\",\n \"Path\": \"/vod/main.m3u8\"\n }\n ]\n}",
79
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"source_name\",\n \"Type\": \"VOD\",\n \"PackageConf\": [\n {\n \"GroupName\": \"group_name\",\n \"Type\": \"HLS\",\n \"Path\": \"/vod/main.m3u8\"\n }\n ],\n \"Id\": \"66503E8E0000930000F0\",\n \"CreateTime\": 1590508800,\n \"UpdateTime\": 1590508800,\n \"Region\": \"ap-singapore\"\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
72
80
  "title": "Sample request"
73
81
  }
74
82
  ],
75
83
  "CreateStreamPackageSourceLocation": [
76
84
  {
77
85
  "document": "Create Linear Assembly SourceLocation.",
78
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageSourceLocation\n<Common request parameters>\n\n{\n \"Name\": \"abc\",\n \"BaseUrl\": \"abc\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"abc\",\n \"NameServers\": [\n {\n \"Name\": \"abc\",\n \"Url\": \"abc\"\n }\n ]\n },\n \"SegmentDeliverUsePackageEnable\": true\n}",
79
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Region\": \"abc\",\n \"BaseUrl\": \"abc\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"abc\",\n \"NameServers\": [\n {\n \"Name\": \"abc\",\n \"Url\": \"abc\"\n }\n ]\n },\n \"AttachedLiveSources\": [\n \"abc\"\n ],\n \"AttachedVodSources\": [\n \"abc\"\n ],\n \"CreateTime\": 1,\n \"UpdateTime\": 1,\n \"SegmentDeliverUsePackageEnable\": true\n },\n \"RequestId\": \"abc\"\n }\n}",
86
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageSourceLocation\n<Common request parameters>\n\n{\n \"Name\": \"location_name\",\n \"BaseUrl\": \"https://base.com/\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"https://base.com/demo/\",\n \"NameServers\": [\n {\n \"Name\": \"server_name\",\n \"Url\": \"https://test.com/\"\n }\n ]\n },\n \"SegmentDeliverUsePackageEnable\": true\n}",
87
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": \"66503E8E0000930000F0\",\n \"Name\": \"location_name\",\n \"Region\": \"ap-singapore\",\n \"BaseUrl\": \"https://base.com/\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"https://base.com/demo/\",\n \"NameServers\": [\n {\n \"Name\": \"server_name\",\n \"Url\": \"https://test.com/\"\n }\n ]\n },\n \"AttachedLiveSources\": [\n \"66503E8E0000930000F2\"\n ],\n \"AttachedVodSources\": [\n \"66503E8E0000930000F1\"\n ],\n \"CreateTime\": 1590508800,\n \"UpdateTime\": 1590508800,\n \"SegmentDeliverUsePackageEnable\": true\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
80
88
  "title": "Request example"
81
89
  }
82
90
  ],
91
+ "CreateStreamPackageVodRemuxTask": [
92
+ {
93
+ "document": "",
94
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamPackageVodRemuxTask\n<Common request parameters>\n\n{\n \"Name\": \"vod remux name\",\n \"Type\": \"WEBVTT\",\n \"InputFileInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"aa-1306038592\",\n \"Region\": \"ap-guangzhou\",\n \"Object\": \"test/1163954307_1749787053508/index.m3u8\"\n },\n \"Url\": \"http://aa/bb/cc.m3u8\"\n },\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"aa-1306038592\"\",\n \"Region\": \"ap-guangzhou\",\n \"OutputDir\": \"/vod/\"\n }\n }\n}",
95
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": \"11639543071749787053508aa\",\n \"Name\": \"vod remux name\",\n \"Type\": \"WEBVTT\",\n \"Region\": \"ap-mumbai\",\n \"State\": \"Processing\",\n \"ErrorMsg\": \"video key frame is not found\",\n \"InputFileInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"aa-1306038592\",\n \"Region\": \"ap-guangzhou\",\n \"Object\": \"test/1163954307_1749787053508/index.m3u8\"\n },\n \"Url\": \"http://aa/bb/cc.m3u8\"\n },\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"aa-1306038592\",\n \"Region\": \"ap-guangzhou\",\n \"OutputDir\": \"/vod/\"\n }\n },\n \"CreateTime\": 1590508800,\n \"UpdateTime\": 1590508800,\n \"StartTime\": 1590508800,\n \"EndTime\": 1590508800\n },\n \"RequestId\": \"bb7b6d69-69dc-4191-b826-56aaa0422a4c\"\n }\n}",
96
+ "title": "Sample request"
97
+ }
98
+ ],
83
99
  "DeleteStreamPackageChannelEndpoints": [
84
100
  {
85
101
  "document": " ",
86
102
  "input": "https://mdp.tencentcloudapi.com/?Action=DeleteStreamPackageChannelEndpoints\n&Id=xxx\n&Urls.0=xxx\n&<Common request parameters>",
87
- "output": "{\n \"Response\": {\n \"RequestId\": \"11-222-333\"\n }\n}",
103
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
88
104
  "title": "Sample request"
89
105
  }
90
106
  ],
@@ -92,7 +108,7 @@
92
108
  {
93
109
  "document": " ",
94
110
  "input": "https://mdp.tencentcloudapi.com/?Action=DeleteStreamPackageChannels\n&Ids.0=xxx\n&<Common request parameters>",
95
- "output": "{\n \"Response\": {\n \"SuccessInfos\": [\n {\n \"Id\": \"AEABF123954\",\n \"Name\": \"channelName\",\n \"Protocol\": \"HLS\",\n \"Points\": {\n \"Inputs\": [\n {\n \"Url\": \"http://streampackage.${region}-1.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760444\",\n \"AuthInfo\": {\n \"Username\": \"\",\n \"Password\": \"\"\n }\n },\n {\n \"Url\": \"http://streampackage.${region}-2.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760445\",\n \"AuthInfo\": {\n \"Username\": \"\",\n \"Password\": \"\"\n }\n }\n ],\n \"Endpoints\": [\n {\n \"Name\": \"\",\n \"Url\": \"\",\n \"AuthInfo\": {\n \"AuthKey\": \"\"\n }\n }\n ]\n },\n \"CacheInfo\": {\n \"Info\": [\n {\n \"Ext\": \"xx\",\n \"Timeout\": 0\n }\n ]\n }\n }\n ],\n \"FailInfos\": [\n {\n \"Id\": \"AD13ED\",\n \"Name\": \"channelName\",\n \"Protocol\": \"HLS\",\n \"Points\": {\n \"Inputs\": [\n {\n \"Url\": \"http://mediapackage.${region}-1.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760444\",\n \"AuthInfo\": {\n \"Username\": \"\",\n \"Password\": \"\"\n }\n },\n {\n \"Url\": \"http://mediapackage.${region}-2.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760445\",\n \"AuthInfo\": {\n \"Username\": \"\",\n \"Password\": \"\"\n }\n }\n ],\n \"Endpoints\": [\n {\n \"Name\": \"\",\n \"Url\": \"\",\n \"AuthInfo\": {\n \"AuthKey\": \"\"\n }\n }\n ]\n },\n \"CacheInfo\": {\n \"Info\": [\n {\n \"Ext\": \"xx\",\n \"Timeout\": 0\n }\n ]\n }\n }\n ],\n \"RequestId\": \"11-222-333\"\n }\n}",
111
+ "output": "{\n \"Response\": {\n \"SuccessInfos\": [\n {\n \"Points\": {\n \"Inputs\": [\n {\n \"Url\": \"http://xxx.{region}.streampackage.srclivepush.myqcloud.com/v1/xxx/xxx1\",\n \"AuthInfo\": {\n \"Username\": \"username\",\n \"Password\": \"password\"\n }\n },\n {\n \"Url\": \"http://xxx.{region}.streampackage.srclivepush.myqcloud.com/v1/xxx/xxx2\",\n \"AuthInfo\": {\n \"Username\": \"username\",\n \"Password\": \"password\"\n }\n }\n ],\n \"Endpoints\": []\n },\n \"Protocol\": \"HLS\",\n \"Name\": \"demo_channel\",\n \"CacheInfo\": {\n \"Info\": [\n {\n \"Ext\": \".m3u8\",\n \"Timeout\": 15000\n },\n {\n \"Ext\": \".ts\",\n \"Timeout\": 600000\n }\n ]\n },\n \"Id\": \"66503E8E0000930000F6\"\n }\n ],\n \"FailInfos\": [],\n \"RequestId\": \"req-xxx\"\n }\n}",
96
112
  "title": "Sample request"
97
113
  }
98
114
  ],
@@ -100,7 +116,7 @@
100
116
  {
101
117
  "document": "Delete HarvestJob.",
102
118
  "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageHarvestJobs\n<Common request parameters>\n\n{\n \"ID\": \"your HarvestJob ID\"\n}",
103
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
119
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
104
120
  "title": "Example1 Sample request"
105
121
  }
106
122
  ],
@@ -108,39 +124,39 @@
108
124
  {
109
125
  "document": "Deleting HarvestJobs in Batch.",
110
126
  "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageHarvestJobs\n<Common request parameters>\n\n{\n \"IDs\": [\n \"your HarvestJob IDs\"\n ]\n}",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
127
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
112
128
  "title": "Example1 Sample request"
113
129
  }
114
130
  ],
115
131
  "DeleteStreamPackageLinearAssemblyChannel": [
116
132
  {
117
- "document": "",
118
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
119
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
133
+ "document": "Delete channel linear assemblyChannel.",
134
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F3\"\n}",
135
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
120
136
  "title": "Sample request"
121
137
  }
122
138
  ],
123
139
  "DeleteStreamPackageLinearAssemblyChannels": [
124
140
  {
125
- "document": "",
126
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageLinearAssemblyChannels\n<Common request parameters>\n\n{\n \"Ids\": [\n \"abc\"\n ]\n}",
127
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
141
+ "document": "Delete channels in batches and linearly assemble channels.",
142
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageLinearAssemblyChannels\n<Common request parameters>\n\n{\n \"Ids\": [\n \"66503E8E0000930000F4\"\n ]\n}",
143
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
128
144
  "title": "Sample request"
129
145
  }
130
146
  ],
131
147
  "DeleteStreamPackageLinearAssemblyProgram": [
132
148
  {
133
- "document": "",
134
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageLinearAssemblyProgram\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
135
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
149
+ "document": "Delete the linear assembly program.",
150
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageLinearAssemblyProgram\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F4\"\n}",
151
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
136
152
  "title": "Sample request"
137
153
  }
138
154
  ],
139
155
  "DeleteStreamPackageLinearAssemblyPrograms": [
140
156
  {
141
- "document": "",
142
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageLinearAssemblyPrograms\n<Common request parameters>\n\n{\n \"Ids\": [\n \"abc\"\n ]\n}",
143
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
157
+ "document": "Batch delete linear assembly programs.",
158
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageLinearAssemblyPrograms\n<Common request parameters>\n\n{\n \"Ids\": [\n \"66503E8E0000930000F4\"\n ]\n}",
159
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
144
160
  "title": "Sample request"
145
161
  }
146
162
  ],
@@ -154,17 +170,33 @@
154
170
  ],
155
171
  "DeleteStreamPackageSource": [
156
172
  {
157
- "document": "",
158
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageSource\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
159
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
173
+ "document": "Batch delete StreamPackage Source.",
174
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageSource\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F1\"\n}",
175
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
160
176
  "title": "Sample request"
161
177
  }
162
178
  ],
163
179
  "DeleteStreamPackageSourceLocation": [
164
180
  {
165
181
  "document": "",
166
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageSourceLocation\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
167
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
182
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageSourceLocation\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F0\"\n}",
183
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
184
+ "title": "Sample request"
185
+ }
186
+ ],
187
+ "DeleteStreamPackageVodRemuxTask": [
188
+ {
189
+ "document": "",
190
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageVodRemuxTask\n<Common request parameters>\n\n{\n \"Id\": \"65BB15F300004E12A564\"\n}",
191
+ "output": "{\n \"Response\": {\n \"RequestId\": \"bb7b6d69-69dc-4191-b826-56aaa0422a4c\"\n }\n}",
192
+ "title": "Sample request"
193
+ }
194
+ ],
195
+ "DeleteStreamPackageVodRemuxTasks": [
196
+ {
197
+ "document": "",
198
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamPackageVodRemuxTasks\n<Common request parameters>\n\n{\n \"Ids\": [\n \"65BB15F300004E12A564\"\n ]\n}",
199
+ "output": "{\n \"Response\": {\n \"RequestId\": \"bb7b6d69-69dc-4191-b826-56aaa0422a4c\"\n }\n}",
168
200
  "title": "Sample request"
169
201
  }
170
202
  ],
@@ -188,7 +220,7 @@
188
220
  {
189
221
  "document": " ",
190
222
  "input": "https://mdp.tencentcloudapi.com/?Action=DescribeStreamPackageChannel\n&Id=xxx\n&<Common request parameters>",
191
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": \"AEABF123954\",\n \"Name\": \"channelName\",\n \"Protocol\": \"HLS\",\n \"Points\": {\n \"Inputs\": [\n {\n \"Url\": \"http://streampackage.${region}-1.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760444\",\n \"AuthInfo\": {\n \"Username\": \"\",\n \"Password\": \"\"\n }\n },\n {\n \"Url\": \"http://streampackage.${region}-2.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760445\",\n \"AuthInfo\": {\n \"Username\": \"\",\n \"Password\": \"\"\n }\n }\n ],\n \"Endpoints\": [\n {\n \"Name\": \"\",\n \"Url\": \"\",\n \"AuthInfo\": {\n \"AuthKey\": \"\"\n }\n }\n ]\n },\n \"CacheInfo\": {\n \"Info\": [\n {\n \"Ext\": \"xx\",\n \"Timeout\": 0\n }\n ]\n }\n },\n \"RequestId\": \"11-222-333\"\n }\n}",
223
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": \"66503E8E0000930000F6\",\n \"Name\": \"demo_channel\",\n \"Protocol\": \"HLS\",\n \"Points\": {\n \"Inputs\": [\n {\n \"Url\": \"http://streampackage.${region}-1.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760444\",\n \"AuthInfo\": {\n \"Username\": \"\",\n \"Password\": \"\"\n }\n },\n {\n \"Url\": \"http://streampackage.${region}-2.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760445\",\n \"AuthInfo\": {\n \"Username\": \"\",\n \"Password\": \"\"\n }\n }\n ],\n \"Endpoints\": []\n },\n \"CacheInfo\": {\n \"Info\": [\n {\n \"Ext\": \".m3u8\",\n \"Timeout\": 15000\n },\n {\n \"Ext\": \".ts\",\n \"Timeout\": 600000\n }\n ]\n }\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
192
224
  "title": "Sample request"
193
225
  }
194
226
  ],
@@ -218,17 +250,17 @@
218
250
  ],
219
251
  "DescribeStreamPackageLinearAssemblyChannel": [
220
252
  {
221
- "document": "",
222
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
223
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"abc\",\n \"Tier\": \"abc\",\n \"PlaybackMode\": \"abc\",\n \"TimeShiftConf\": {\n \"TimeWindows\": 1\n },\n \"SlateConf\": {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\"\n },\n \"Outputs\": [\n {\n \"Type\": \"abc\",\n \"GroupName\": \"abc\",\n \"ManifestName\": \"abc\",\n \"ManifestConf\": {\n \"Windows\": 1,\n \"AdMarkupType\": \"abc\"\n },\n \"PlaybackURL\": \"abc\"\n }\n ],\n \"AttachedPrograms\": [\n \"abc\"\n ],\n \"ProgramSchedules\": [\n {\n \"ProgramName\": \"abc\",\n \"ProgramId\": \"abc\",\n \"SourceType\": \"abc\",\n \"SourceId\": \"abc\",\n \"SourceLocationId\": \"abc\",\n \"StartTime\": 1,\n \"Duration\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"Region\": \"abc\",\n \"State\": \"abc\",\n \"TimeShiftEnable\": true,\n \"CreateTime\": 1\n },\n \"RequestId\": \"abc\"\n }\n}",
253
+ "document": "Query channel linear assembly Channel information.",
254
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F3\"\n}",
255
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"demo_channel\",\n \"Tier\": \"Standard\",\n \"PlaybackMode\": \"Linear\",\n \"SlateConf\": {\n \"SourceLocationId\": \"6760EC9700006786ABB0\",\n \"VodSourceName\": \"slate_vod_1\"\n },\n \"Outputs\": [\n {\n \"Type\": \"HLS\",\n \"GroupName\": \"source_group_1\",\n \"ManifestName\": \"master\",\n \"ManifestConf\": {\n \"Windows\": 60,\n \"AdMarkupType\": \"Enhanced SCTE-35\"\n },\n \"PlaybackURL\": \"http://123456.ap-tokyo.streampackage.srclivepull.myqcloud.com/channel_assembly/6761180C89C8CFE2334C/master.m3u8\"\n }\n ],\n \"AttachedPrograms\": [\n \"67612E1189C8D039B3F6\"\n ],\n \"ProgramSchedules\": [\n {\n \"ProgramName\": \"demo_program\",\n \"ProgramId\": \"67612E1189C8D039B3F6\",\n \"SourceType\": \"Vod\",\n \"SourceId\": \"67613EEB0000B2AC7ED5\",\n \"SourceLocationId\": \"6760EC9700006786ABB0\",\n \"StartTime\": 1739265386,\n \"Duration\": \"60000\"\n }\n ],\n \"Id\": \"66503E8E0000930000F3\",\n \"Region\": \"ap-tokyo\",\n \"State\": \"Running\",\n \"TimeShiftEnable\": false,\n \"CreateTime\": 1739263386\n },\n \"RequestId\": \"7d4b42b2-a5d4-499e-ac9b-cdabd9b46026\"\n }\n}",
224
256
  "title": "Sample request"
225
257
  }
226
258
  ],
227
259
  "DescribeStreamPackageLinearAssemblyChannelAlerts": [
228
260
  {
229
261
  "document": "",
230
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyChannelAlerts\n<Common request parameters>\n\n{\n \"ChannelId\": \"abc\",\n \"StartTime\": 1,\n \"EndTime\": 1\n}",
231
- "output": "{\n \"Response\": {\n \"Infos\": {\n \"ProgramAlertCounts\": [\n {\n \"ProgramId\": \"abc\",\n \"ProgramName\": \"abc\",\n \"Category\": \"abc\",\n \"Count\": 1,\n \"LastModifiedTime\": 1\n }\n ],\n \"ProgramAlertInfos\": [\n {\n \"ChannelId\": \"abc\",\n \"ChannelName\": \"abc\",\n \"ProgramId\": \"abc\",\n \"ProgramName\": \"abc\",\n \"Code\": 1,\n \"Category\": \"abc\",\n \"Message\": \"abc\",\n \"LastModifiedTime\": 1\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
262
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyChannelAlerts\n<Common request parameters>\n\n{\n \"ChannelId\": \"66503E8E0000930000F3\",\n \"StartTime\": 1590508800,\n \"EndTime\": 1590508900\n}",
263
+ "output": "{\n \"Response\": {\n \"Infos\": {\n \"ProgramAlertCounts\": [\n {\n \"ProgramId\": \"66503E8E0000930000F4\",\n \"ProgramName\": \"demo_program\",\n \"Category\": \"PLAYBACK_WARNING\",\n \"Count\": 1,\n \"LastModifiedTime\": 1590508810\n }\n ],\n \"ProgramAlertInfos\": [\n {\n \"ChannelId\": \"66503E8E0000930000F3\",\n \"ChannelName\": \"demo_channel\",\n \"ProgramId\": \"66503E8E0000930000F4\",\n \"ProgramName\": \"demo_program\",\n \"Code\": 30002,\n \"Category\": \"PLAYBACK_WARNING\",\n \"Message\": \"During the channel assembly, a mismatched 'resolution' was encountered in the 'demo_channel' channel. The discrepancy lies in the 'demo_group' group between the manifest of '1590508810531' at 'testStreaming_1336638_1.m3u8' with 'resolution' 852x480, and the manifest of 'Filler slate' at 'testStreaming_1336638_0.m3u8' with 'resolution' 426x240.\",\n \"LastModifiedTime\": 1590508810\n }\n ]\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
232
264
  "title": "Sample request"
233
265
  }
234
266
  ],
@@ -236,31 +268,31 @@
236
268
  {
237
269
  "document": "",
238
270
  "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyChannels\n<Common request parameters>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 1\n}",
239
- "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Name\": \"abc\",\n \"Tier\": \"abc\",\n \"PlaybackMode\": \"abc\",\n \"TimeShiftConf\": {\n \"TimeWindows\": 1\n },\n \"SlateConf\": {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\"\n },\n \"Outputs\": [\n {\n \"Type\": \"abc\",\n \"GroupName\": \"abc\",\n \"ManifestName\": \"abc\",\n \"ManifestConf\": {\n \"Windows\": 1,\n \"AdMarkupType\": \"abc\"\n },\n \"PlaybackURL\": \"abc\"\n }\n ],\n \"AttachedPrograms\": [\n \"abc\"\n ],\n \"ProgramSchedules\": [\n {\n \"ProgramName\": \"abc\",\n \"ProgramId\": \"abc\",\n \"SourceType\": \"abc\",\n \"SourceId\": \"abc\",\n \"SourceLocationId\": \"abc\",\n \"StartTime\": 1,\n \"Duration\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"Region\": \"abc\",\n \"State\": \"abc\",\n \"TimeShiftEnable\": true,\n \"CreateTime\": 1\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"abc\"\n }\n}",
271
+ "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Name\": \"demo_channel\",\n \"Tier\": \"Standard\",\n \"PlaybackMode\": \"Linear\",\n \"SlateConf\": {\n \"SourceLocationId\": \"6760EC9700006786ABB0\",\n \"VodSourceName\": \"slate_vod_1\"\n },\n \"Outputs\": [\n {\n \"Type\": \"HLS\",\n \"GroupName\": \"source_group_1\",\n \"ManifestName\": \"master\",\n \"ManifestConf\": {\n \"Windows\": 60,\n \"AdMarkupType\": \"Enhanced SCTE-35\"\n },\n \"PlaybackURL\": \"http://123456.ap-tokyo.streampackage.srclivepull.myqcloud.com/channel_assembly/6761180C89C8CFE2334C/master.m3u8\"\n }\n ],\n \"AttachedPrograms\": [\n \"67612E1189C8D039B3F6\"\n ],\n \"ProgramSchedules\": [\n {\n \"ProgramName\": \"demo_program\",\n \"ProgramId\": \"67612E1189C8D039B3F6\",\n \"SourceType\": \"Vod\",\n \"SourceId\": \"67613EEB0000B2AC7ED5\",\n \"SourceLocationId\": \"6760EC9700006786ABB0\",\n \"StartTime\": 1739265386,\n \"Duration\": \"60000\"\n }\n ],\n \"Id\": \"6761180C89C8CFE2334C\",\n \"Region\": \"ap-tokyo\",\n \"State\": \"Running\",\n \"TimeShiftEnable\": false,\n \"CreateTime\": 1739263386\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"req-xxx\"\n }\n}",
240
272
  "title": "Sample request"
241
273
  }
242
274
  ],
243
275
  "DescribeStreamPackageLinearAssemblyProgram": [
244
276
  {
245
277
  "document": "",
246
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyProgram\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
247
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"abc\",\n \"SourceType\": \"abc\",\n \"SourceLocationId\": \"abc\",\n \"SourceId\": \"abc\",\n \"SourceName\": \"abc\",\n \"AttachedChannel\": \"abc\",\n \"PlaybackConf\": {\n \"Duration\": 1,\n \"TransitionType\": \"abc\",\n \"StartTime\": 1,\n \"RelativePosition\": \"abc\",\n \"RelativeProgramId\": \"abc\",\n \"ClipRangeConf\": {\n \"Type\": \"abc\",\n \"Offset\": 1\n },\n \"RelativeProgramName\": \"abc\"\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\",\n \"Offset\": 1,\n \"MessageType\": \"abc\",\n \"TimeSignalConf\": {\n \"EventID\": \"abc\",\n \"UPIDType\": \"abc\",\n \"UPID\": \"abc\",\n \"TypeID\": \"abc\",\n \"Num\": \"abc\",\n \"Expected\": \"abc\",\n \"SubsegmentNum\": \"abc\",\n \"SubsegmentsExpected\": \"abc\"\n },\n \"SpliceInsertConf\": {\n \"EventID\": \"abc\",\n \"AvailNum\": \"abc\",\n \"AvailExpected\": \"abc\",\n \"ProgramID\": \"abc\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"SourceLocationName\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"Region\": \"abc\",\n \"SourceLocationName\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
278
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyProgram\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F5\"\n}",
279
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"demo_program\",\n \"SourceType\": \"VOD\",\n \"SourceLocationId\": \"66503E8E0000930000F0\",\n \"SourceId\": \"66503E8E0000930000F1\",\n \"SourceName\": \"vod_source\",\n \"AttachedChannel\": \"66503E8E0000930000F2\",\n \"PlaybackConf\": {\n \"Duration\": 0,\n \"TransitionType\": \"Relative\",\n \"StartTime\": 0,\n \"RelativePosition\": \"After\",\n \"RelativeProgramId\": \"66503E8E0000930000F3\",\n \"ClipRangeConf\": {\n \"Type\": \"Entire\",\n \"Offset\": 0\n },\n \"RelativeProgramName\": \"relative_program\"\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"66503E8E0000930000F4\",\n \"VodSourceName\": \"ad_source\",\n \"Offset\": 64000,\n \"MessageType\": \"SpliceInsert\",\n \"SpliceInsertConf\": {\n \"EventID\": \"1\",\n \"AvailNum\": \"0\",\n \"AvailExpected\": \"0\",\n \"ProgramID\": \"3\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"test-key\",\n \"Value\": \"test-value\"\n }\n ],\n \"SourceLocationName\": \"ad_location\"\n }\n ],\n \"Id\": \"66503E8E0000930000F5\",\n \"Region\": \"ap-singapore\",\n \"SourceLocationName\": \"demo_location\"\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
248
280
  "title": "Sample request"
249
281
  }
250
282
  ],
251
283
  "DescribeStreamPackageLinearAssemblyProgramSchedules": [
252
284
  {
253
285
  "document": "",
254
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyProgramSchedules\n<Common request parameters>\n\n{\n \"ChannelId\": \"abc\",\n \"TimeWindow\": 1,\n \"PageNum\": 1,\n \"PageSize\": 1\n}",
255
- "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Name\": \"abc\",\n \"SourceType\": \"abc\",\n \"SourceLocationId\": \"abc\",\n \"SourceId\": \"abc\",\n \"SourceName\": \"abc\",\n \"AttachedChannel\": \"abc\",\n \"PlaybackConf\": {\n \"Duration\": 1,\n \"TransitionType\": \"abc\",\n \"StartTime\": 1,\n \"RelativePosition\": \"abc\",\n \"RelativeProgramId\": \"abc\",\n \"ClipRangeConf\": {\n \"Type\": \"abc\",\n \"Offset\": 1\n },\n \"RelativeProgramName\": \"abc\"\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\",\n \"Offset\": 1,\n \"MessageType\": \"abc\",\n \"TimeSignalConf\": {\n \"EventID\": \"abc\",\n \"UPIDType\": \"abc\",\n \"UPID\": \"abc\",\n \"TypeID\": \"abc\",\n \"Num\": \"abc\",\n \"Expected\": \"abc\",\n \"SubsegmentNum\": \"abc\",\n \"SubsegmentsExpected\": \"abc\"\n },\n \"SpliceInsertConf\": {\n \"EventID\": \"abc\",\n \"AvailNum\": \"abc\",\n \"AvailExpected\": \"abc\",\n \"ProgramID\": \"abc\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"SourceLocationName\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"Region\": \"abc\",\n \"SourceLocationName\": \"abc\"\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"abc\"\n }\n}",
286
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyProgramSchedules\n<Common request parameters>\n\n{\n \"ChannelId\": \"66503E8E0000930000F2\",\n \"TimeWindow\": 100,\n \"PageNum\": 1,\n \"PageSize\": 10\n}",
287
+ "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Name\": \"demo_program\",\n \"SourceType\": \"VOD\",\n \"SourceLocationId\": \"66503E8E0000930000F0\",\n \"SourceId\": \"66503E8E0000930000F1\",\n \"SourceName\": \"vod_source\",\n \"AttachedChannel\": \"66503E8E0000930000F2\",\n \"PlaybackConf\": {\n \"Duration\": 0,\n \"TransitionType\": \"Relative\",\n \"StartTime\": 0,\n \"RelativePosition\": \"After\",\n \"RelativeProgramId\": \"66503E8E0000930000F3\",\n \"ClipRangeConf\": {\n \"Type\": \"Entire\",\n \"Offset\": 0\n },\n \"RelativeProgramName\": \"relative_program\"\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"66503E8E0000930000F4\",\n \"VodSourceName\": \"ad_source\",\n \"Offset\": 64000,\n \"MessageType\": \"SpliceInsert\",\n \"SpliceInsertConf\": {\n \"EventID\": \"1\",\n \"AvailNum\": \"0\",\n \"AvailExpected\": \"0\",\n \"ProgramID\": \"3\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"test-key\",\n \"Value\": \"test-value\"\n }\n ],\n \"SourceLocationName\": \"ad_location\"\n }\n ],\n \"Id\": \"66503E8E0000930000F5\",\n \"Region\": \"ap-singapore\",\n \"SourceLocationName\": \"demo_location\"\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"req-xxx\"\n }\n}",
256
288
  "title": "Sample request"
257
289
  }
258
290
  ],
259
291
  "DescribeStreamPackageLinearAssemblyPrograms": [
260
292
  {
261
293
  "document": "",
262
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyPrograms\n<Common request parameters>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"ChannelId\": \"abc\"\n}",
263
- "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Name\": \"abc\",\n \"SourceType\": \"abc\",\n \"SourceLocationId\": \"abc\",\n \"SourceId\": \"abc\",\n \"SourceName\": \"abc\",\n \"AttachedChannel\": \"abc\",\n \"PlaybackConf\": {\n \"Duration\": 1,\n \"TransitionType\": \"abc\",\n \"StartTime\": 1,\n \"RelativePosition\": \"abc\",\n \"RelativeProgramId\": \"abc\",\n \"ClipRangeConf\": {\n \"Type\": \"abc\",\n \"Offset\": 1\n },\n \"RelativeProgramName\": \"abc\"\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\",\n \"Offset\": 1,\n \"MessageType\": \"abc\",\n \"TimeSignalConf\": {\n \"EventID\": \"abc\",\n \"UPIDType\": \"abc\",\n \"UPID\": \"abc\",\n \"TypeID\": \"abc\",\n \"Num\": \"abc\",\n \"Expected\": \"abc\",\n \"SubsegmentNum\": \"abc\",\n \"SubsegmentsExpected\": \"abc\"\n },\n \"SpliceInsertConf\": {\n \"EventID\": \"abc\",\n \"AvailNum\": \"abc\",\n \"AvailExpected\": \"abc\",\n \"ProgramID\": \"abc\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"SourceLocationName\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"Region\": \"abc\",\n \"SourceLocationName\": \"abc\"\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"abc\"\n }\n}",
294
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageLinearAssemblyPrograms\n<Common request parameters>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"ChannelId\": \"66503E8E0000930000F2\"\n}",
295
+ "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Name\": \"demo_program\",\n \"SourceType\": \"VOD\",\n \"SourceLocationId\": \"66503E8E0000930000F0\",\n \"SourceId\": \"66503E8E0000930000F1\",\n \"SourceName\": \"vod_source\",\n \"AttachedChannel\": \"66503E8E0000930000F2\",\n \"PlaybackConf\": {\n \"Duration\": 0,\n \"TransitionType\": \"Relative\",\n \"StartTime\": 0,\n \"RelativePosition\": \"After\",\n \"RelativeProgramId\": \"66503E8E0000930000F3\",\n \"ClipRangeConf\": {\n \"Type\": \"Entire\",\n \"Offset\": 0\n },\n \"RelativeProgramName\": \"relative_program\"\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"66503E8E0000930000F4\",\n \"VodSourceName\": \"ad_source\",\n \"Offset\": 64000,\n \"MessageType\": \"SpliceInsert\",\n \"SpliceInsertConf\": {\n \"EventID\": \"1\",\n \"AvailNum\": \"0\",\n \"AvailExpected\": \"0\",\n \"ProgramID\": \"3\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"test-key\",\n \"Value\": \"test-value\"\n }\n ],\n \"SourceLocationName\": \"ad_location\"\n }\n ],\n \"Id\": \"66503E8E0000930000F5\",\n \"Region\": \"ap-singapore\",\n \"SourceLocationName\": \"demo_location\"\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"req-xxx\"\n }\n}",
264
296
  "title": "Sample request"
265
297
  }
266
298
  ],
@@ -291,32 +323,32 @@
291
323
  "DescribeStreamPackageSource": [
292
324
  {
293
325
  "document": "",
294
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSource\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
295
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"PackageConf\": [\n {\n \"GroupName\": \"abc\",\n \"Type\": \"abc\",\n \"Path\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"CreateTime\": 1,\n \"UpdateTime\": 1,\n \"Region\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
326
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSource\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F1\"\n}",
327
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Name\": \"source_name\",\n \"Type\": \"VOD\",\n \"PackageConf\": [\n {\n \"GroupName\": \"group_name\",\n \"Type\": \"HLS\",\n \"Path\": \"/vod/main.m3u8\"\n }\n ],\n \"Id\": \"66503E8E0000930000F1\",\n \"CreateTime\": 1590508800,\n \"UpdateTime\": 1590508800,\n \"Region\": \"ap-singapore\"\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
296
328
  "title": "Sample request"
297
329
  }
298
330
  ],
299
331
  "DescribeStreamPackageSourceAlerts": [
300
332
  {
301
333
  "document": "",
302
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSourceAlerts\n<Common request parameters>\n\n{\n \"SourceId\": \"abc\",\n \"StartTime\": 1,\n \"EndTime\": 1\n}",
303
- "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"SourceId\": \"abc\",\n \"SourceName\": \"abc\",\n \"Code\": 1,\n \"Category\": \"abc\",\n \"Message\": \"abc\",\n \"LastModifiedTime\": 1\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
334
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSourceAlerts\n<Common request parameters>\n\n{\n \"SourceId\": \"66503E8E0000930000F1\",\n \"StartTime\": 1590508800,\n \"EndTime\": 1590508900\n}",
335
+ "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"SourceId\": \"66503E8E0000930000F1\",\n \"SourceName\": \"source_name\",\n \"Code\": 20012,\n \"Category\": \"PLAYBACK_WARNING\",\n \"Message\": \"https://test.com/demo.m3u8 request response http 404.\",\n \"LastModifiedTime\": 1590508900\n }\n ],\n \"RequestId\": \"req-xxx\"\n }\n}",
304
336
  "title": "Sample request"
305
337
  }
306
338
  ],
307
339
  "DescribeStreamPackageSourceLocation": [
308
340
  {
309
341
  "document": "",
310
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSourceLocation\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
311
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Region\": \"abc\",\n \"BaseUrl\": \"abc\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"abc\",\n \"NameServers\": [\n {\n \"Name\": \"abc\",\n \"Url\": \"abc\"\n }\n ]\n },\n \"AttachedLiveSources\": [\n \"abc\"\n ],\n \"AttachedVodSources\": [\n \"abc\"\n ],\n \"CreateTime\": 1,\n \"UpdateTime\": 1,\n \"SegmentDeliverUsePackageEnable\": true\n },\n \"RequestId\": \"abc\"\n }\n}",
342
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSourceLocation\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F0\"\n}",
343
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": \"66503E8E0000930000F0\",\n \"Name\": \"location_name\",\n \"Region\": \"ap-singapore\",\n \"BaseUrl\": \"https://base.com/\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"https://base.com/demo/\",\n \"NameServers\": [\n {\n \"Name\": \"server_name\",\n \"Url\": \"https://test.com/\"\n }\n ]\n },\n \"AttachedLiveSources\": [\n \"66503E8E0000930000F2\"\n ],\n \"AttachedVodSources\": [\n \"66503E8E0000930000F1\"\n ],\n \"CreateTime\": 1590508800,\n \"UpdateTime\": 1590508800,\n \"SegmentDeliverUsePackageEnable\": true\n },\n \"RequestId\": \"req-xxx\"\n }\n}",
312
344
  "title": "Sample request"
313
345
  }
314
346
  ],
315
347
  "DescribeStreamPackageSourceLocationAlerts": [
316
348
  {
317
349
  "document": "",
318
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSourceLocationAlerts\n<Common request parameters>\n\n{\n \"LocationId\": \"abc\"\n}",
319
- "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"LocationId\": \"abc\",\n \"Code\": 1,\n \"Category\": \"abc\",\n \"Message\": \"abc\",\n \"LastModifiedTime\": 1,\n \"LocationName\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
350
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSourceLocationAlerts\n<Common request parameters>\n\n{\n \"LocationId\": \"66503E8E0000930000F0\"\n}",
351
+ "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"LocationId\": \"66503E8E0000930000F0\",\n \"Code\": 40001,\n \"Category\": \"PLAYBACK_WARNING\",\n \"Message\": \"unknown host www.test.com\",\n \"LastModifiedTime\": 1590508800,\n \"LocationName\": \"location_name\"\n }\n ],\n \"RequestId\": \"req-xxx\"\n }\n}",
320
352
  "title": "Sample request"
321
353
  }
322
354
  ],
@@ -324,15 +356,31 @@
324
356
  {
325
357
  "document": "",
326
358
  "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSourceLocations\n<Common request parameters>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 1\n}",
327
- "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Region\": \"abc\",\n \"BaseUrl\": \"abc\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"abc\",\n \"NameServers\": [\n {\n \"Name\": \"abc\",\n \"Url\": \"abc\"\n }\n ]\n },\n \"AttachedLiveSources\": [\n \"abc\"\n ],\n \"AttachedVodSources\": [\n \"abc\"\n ],\n \"CreateTime\": 1,\n \"UpdateTime\": 1,\n \"SegmentDeliverUsePackageEnable\": true\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"abc\"\n }\n}",
359
+ "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Id\": \"66503E8E0000930000F0\",\n \"Name\": \"location_name\",\n \"Region\": \"ap-singapore\",\n \"BaseUrl\": \"https://base.com/\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"https://base.com/demo/\",\n \"NameServers\": [\n {\n \"Name\": \"server_name\",\n \"Url\": \"https://test.com/\"\n }\n ]\n },\n \"AttachedLiveSources\": [\n \"66503E8E0000930000F2\"\n ],\n \"AttachedVodSources\": [\n \"66503E8E0000930000F1\"\n ],\n \"CreateTime\": 1590508800,\n \"UpdateTime\": 1590508800,\n \"SegmentDeliverUsePackageEnable\": true\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"req-xxx\"\n }\n}",
328
360
  "title": "Sample request"
329
361
  }
330
362
  ],
331
363
  "DescribeStreamPackageSources": [
332
364
  {
333
365
  "document": "",
334
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSources\n<Common request parameters>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"LocationId\": \"abc\",\n \"Type\": \"abc\"\n}",
335
- "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"PackageConf\": [\n {\n \"GroupName\": \"abc\",\n \"Type\": \"abc\",\n \"Path\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"CreateTime\": 1,\n \"UpdateTime\": 1,\n \"Region\": \"abc\"\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"abc\"\n }\n}",
366
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageSources\n<Common request parameters>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"LocationId\": \"66503E8E0000930000F0\",\n \"Type\": \"VOD\"\n}",
367
+ "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Name\": \"source_name\",\n \"Type\": \"VOD\",\n \"PackageConf\": [\n {\n \"GroupName\": \"group_name\",\n \"Type\": \"HLS\",\n \"Path\": \"/vod/demo.m3u8\"\n }\n ],\n \"Id\": \"66503E8E0000930000F1\",\n \"CreateTime\": 1590508800,\n \"UpdateTime\": 1590508800,\n \"Region\": \"ap-singapore\"\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"req-xxx\"\n }\n}",
368
+ "title": "Sample request"
369
+ }
370
+ ],
371
+ "DescribeStreamPackageVodRemuxTask": [
372
+ {
373
+ "document": "",
374
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageVodRemuxTask\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F3\"\n}",
375
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Id\": \"11639543071749787053508aa\",\n \"Name\": \"vod remux name\",\n \"Type\": \"WEBVTT\",\n \"Region\": \"ap-mumbai\",\n \"State\": \"Processing\",\n \"ErrorMsg\": \"video key frame is not found\",\n \"InputFileInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"aa-1306038592\",\n \"Region\": \"ap-guangzhou\",\n \"Object\": \"test/1163954307_1749787053508/index.m3u8\"\n },\n \"Url\": \"http://aa/bb/cc.m3u8\"\n },\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"aa-1306038592\",\n \"Region\": \"ap-guangzhou\",\n \"OutputDir\": \"/vod/\"\n }\n },\n \"CreateTime\": 1590508800,\n \"UpdateTime\": 1590508800,\n \"StartTime\": 1590508800,\n \"EndTime\": 1590508800\n },\n \"RequestId\": \"bb7b6d69-69dc-4191-b826-56aaa0422a4c\"\n }\n}",
376
+ "title": "Sample request"
377
+ }
378
+ ],
379
+ "DescribeStreamPackageVodRemuxTasks": [
380
+ {
381
+ "document": "",
382
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPackageVodRemuxTasks\n<Common request parameters>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 1\n}",
383
+ "output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Id\": \"11639543071749787053508aa\",\n \"Name\": \"vod remux name\",\n \"Type\": \"WEBVTT\",\n \"Region\": \"ap-mumbai\",\n \"State\": \"Processing\",\n \"ErrorMsg\": \"video key frame is not found\",\n \"InputFileInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"aa-1306038592\",\n \"Region\": \"ap-guangzhou\",\n \"Object\": \"test/1163954307_1749787053508/index.m3u8\"\n },\n \"Url\": \"http://aa/bb/cc.m3u8\"\n },\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"aa-1306038592\",\n \"Region\": \"ap-guangzhou\",\n \"OutputDir\": \"/vod/\"\n }\n },\n \"CreateTime\": 1590508800,\n \"UpdateTime\": 1590508800,\n \"StartTime\": 1590508800,\n \"EndTime\": 1590508800\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 1,\n \"TotalNum\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"bb7b6d69-69dc-4191-b826-56aaa0422a4c\"\n }\n}",
336
384
  "title": "Sample request"
337
385
  }
338
386
  ],
@@ -347,7 +395,7 @@
347
395
  "ModifyStreamPackageChannelEndpoint": [
348
396
  {
349
397
  "document": " ",
350
- "input": "https://mdp.tencentcloudapi.com/?Action=ModifyStreamPackageChannelEndpoint\n&Id=XXX\n&Url=XXX\n&Name=XXX\n&AuthInfo.WhiteIpList.0=0.0.0.0/0\n&AuthInfo.BlackIpList.0=0.0.0.0/0\n&AuthInfo.AuthKey=XXX\n&<Common request parameters>",
398
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamPackageChannelEndpoint\n<Common request parameters>\n\n{\n \"Url\": \"XXX\",\n \"AuthInfo\": {\n \"AuthKey\": \"XXX\",\n \"BlackIpList\": [\n \"0.0.0.0/0\"\n ],\n \"WhiteIpList\": [\n \"0.0.0.0/0\"\n ]\n },\n \"Protocol\": \"XXX\",\n \"Id\": \"XXX\",\n \"Name\": \"XXX\"\n}",
351
399
  "output": "{\n \"Response\": {\n \"RequestId\": \"11-222-333\"\n }\n}",
352
400
  "title": "Sample request"
353
401
  }
@@ -363,16 +411,16 @@
363
411
  "ModifyStreamPackageLinearAssemblyChannel": [
364
412
  {
365
413
  "document": "",
366
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Tier\": \"abc\",\n \"PlaybackMode\": \"abc\",\n \"TimeShiftEnable\": true,\n \"TimeShiftConf\": {\n \"TimeWindows\": 1\n },\n \"SlateConf\": {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\"\n },\n \"Outputs\": [\n {\n \"Type\": \"abc\",\n \"GroupName\": \"abc\",\n \"ManifestName\": \"abc\",\n \"ManifestConf\": {\n \"Windows\": 1,\n \"AdMarkupType\": \"abc\"\n },\n \"PlaybackURL\": \"abc\"\n }\n ]\n}",
367
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
414
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamPackageLinearAssemblyChannel\n<Common request parameters>\n{\n \"Id\": \"675BDEF5000086DD3AA0\",\n \"Name\": \"chn\",\n \"Tier\": \"Standard\",\n \"PlaybackMode\": \"Linear\",\n \"TimeShiftEnable\": true,\n \"TimeShiftConf\": {\n \"TimeWindows\": 1\n },\n \"SlateConf\": {\n \"SourceLocationId\": \"675BDEF5000086DD3AA1\",\n \"VodSourceName\": \"source1\"\n },\n \"Outputs\": [\n {\n \"Type\": \"HLS\",\n \"GroupName\": \"source_gropu_1\",\n \"ManifestName\": \"master\",\n \"ManifestConf\": {\n \"Windows\": 60,\n \"AdMarkupType\": \"Date Range\"\n }\n }\n ]\n}",
415
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7d4b42b2-a5d4-499e-ac9b-cdabd9b46026\"\n }\n}",
368
416
  "title": "Sample request"
369
417
  }
370
418
  ],
371
419
  "ModifyStreamPackageLinearAssemblyProgram": [
372
420
  {
373
421
  "document": "",
374
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamPackageLinearAssemblyProgram\n<Common request parameters>\n\n{\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"SourceType\": \"abc\",\n \"SourceLocationId\": \"abc\",\n \"SourceName\": \"abc\",\n \"PlaybackConf\": {\n \"TransitionType\": \"abc\",\n \"StartTime\": 1,\n \"Duration\": 1,\n \"RelativePosition\": \"abc\",\n \"RelativeProgramId\": \"abc\",\n \"ClipRangeConf\": {\n \"Type\": \"abc\",\n \"Offset\": 1\n }\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"abc\",\n \"VodSourceName\": \"abc\",\n \"Offset\": 1,\n \"MessageType\": \"abc\",\n \"TimeSignalConf\": {\n \"EventID\": \"abc\",\n \"UPIDType\": \"abc\",\n \"UPID\": \"abc\",\n \"TypeID\": \"abc\",\n \"Num\": \"abc\",\n \"Expected\": \"abc\",\n \"SubsegmentNum\": \"abc\",\n \"SubsegmentsExpected\": \"abc\"\n },\n \"SpliceInsertConf\": {\n \"EventID\": \"abc\",\n \"AvailNum\": \"abc\",\n \"AvailExpected\": \"abc\",\n \"ProgramID\": \"abc\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"SourceLocationName\": \"abc\"\n }\n ]\n}",
375
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
422
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamPackageLinearAssemblyProgram\n<Common request parameters>\n\n{\n \"Id\": \"67612E1189C8D039B3F6\",\n \"Name\": \"demo\",\n \"SourceType\": \"vod_source\",\n \"SourceLocationId\": \"6760EC9700006786ABB0\",\n \"SourceName\": \"vod1\",\n \"PlaybackConf\": {\n \"TransitionType\": \"Relative\",\n \"RelativePosition\": \"After\",\n \"RelativeProgramId\": \"67612E1189E3D039B3F6\",\n \"ClipRangeConf\": {\n \"Type\": \"SpecifyTimeRange\",\n \"Offset\": 30000\n }\n },\n \"AdBreaks\": [\n {\n \"SourceLocationId\": \"6760EC9700006786ABB0\",\n \"VodSourceName\": \"ad_1\",\n \"Offset\": 0,\n \"MessageType\": \"SpliceInsert\",\n \"SpliceInsertConf\": {\n \"EventID\": \"0\",\n \"AvailNum\": \"0\",\n \"AvailExpected\": \"1\",\n \"ProgramID\": \"0\"\n },\n \"Metadatas\": [\n {\n \"Key\": \"key1\",\n \"Value\": \"value1\"\n }\n ],\n \"SourceLocationName\": \"demo_source_location\"\n }\n ]\n}",
423
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7d4b42b2-a5d4-499e-ac9b-cdabd9b46026\"\n }\n}",
376
424
  "title": "Sample request"
377
425
  }
378
426
  ],
@@ -386,33 +434,41 @@
386
434
  ],
387
435
  "ModifyStreamPackageSource": [
388
436
  {
389
- "document": "",
390
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamPackageSource\n<Common request parameters>\n\n{\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"PackageConfs\": [\n {\n \"GroupName\": \"abc\",\n \"Type\": \"abc\",\n \"Path\": \"abc\"\n }\n ]\n}",
391
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
437
+ "document": "Modify the StreamPackage Source information.",
438
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamPackageSource\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F1\",\n \"Name\": \"source_name\",\n \"Type\": \"VOD\",\n \"PackageConfs\": [\n {\n \"GroupName\": \"group_name\",\n \"Type\": \"HLS\",\n \"Path\": \"/vod/main.m3u8\"\n }\n ]\n}",
439
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xx\"\n }\n}",
392
440
  "title": "Sample request"
393
441
  }
394
442
  ],
395
443
  "ModifyStreamPackageSourceLocation": [
396
444
  {
397
445
  "document": "",
398
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamPackageSourceLocation\n<Common request parameters>\n\n{\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"BaseUrl\": \"abc\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"abc\",\n \"NameServers\": [\n {\n \"Name\": \"abc\",\n \"Url\": \"abc\"\n }\n ]\n },\n \"SegmentDeliverUsePackageEnable\": true\n}",
399
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
446
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamPackageSourceLocation\n<Common request parameters>\n\n{\n \"Id\": \"67D7CBB600005DBB0001\",\n \"Name\": \"location_name\",\n \"BaseUrl\": \"https://test.com/base\",\n \"SegmentDeliverEnable\": true,\n \"SegmentDeliverConf\": {\n \"DefaultSegmentUrl\": \"https://test.com/\",\n \"NameServers\": [\n {\n \"Name\": \"server_name\",\n \"Url\": \"https://testserver.com/\"\n }\n ]\n },\n \"SegmentDeliverUsePackageEnable\": true\n}",
447
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xx\"\n }\n}",
400
448
  "title": "Sample request"
401
449
  }
402
450
  ],
403
451
  "StartStreamPackageLinearAssemblyChannel": [
404
452
  {
405
453
  "document": "",
406
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
407
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
454
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F3\"\n}",
455
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
456
+ "title": "Sample request"
457
+ }
458
+ ],
459
+ "StartStreamPackageVodRemuxTask": [
460
+ {
461
+ "document": "",
462
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartStreamPackageVodRemuxTask\n<Common request parameters>\n\n{\n \"Id\": \"65BB15F300004E12A564\"\n}",
463
+ "output": "{\n \"Response\": {\n \"RequestId\": \"bb7b6d69-69dc-4191-b826-56aaa0422a4c\"\n }\n}",
408
464
  "title": "Sample request"
409
465
  }
410
466
  ],
411
467
  "StopStreamPackageLinearAssemblyChannel": [
412
468
  {
413
469
  "document": "",
414
- "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Id\": \"abc\"\n}",
415
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
470
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopStreamPackageLinearAssemblyChannel\n<Common request parameters>\n\n{\n \"Id\": \"66503E8E0000930000F3\"\n}",
471
+ "output": "{\n \"Response\": {\n \"RequestId\": \"req-xxx\"\n }\n}",
416
472
  "title": "Sample request"
417
473
  }
418
474
  ],
@@ -431,6 +487,14 @@
431
487
  "output": "{\n \"Response\": {\n \"RequestId\": \"XXXREQ\"\n }\n}",
432
488
  "title": "Sample request"
433
489
  }
490
+ ],
491
+ "UnbindSSAICDNDomainWithChannel": [
492
+ {
493
+ "document": "This example shows you how to cancel the correlation between a channel and a CDN playback domain.",
494
+ "input": "POST / HTTP/1.1\nHost: mdp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnbindSSAICDNDomainWithChannel\n<Common request parameters>\n\n{\n \"ChannelId\": \"68F6FCCD00003FEF93DB\",\n \"CdnDomain\": \"abc\"\n}",
495
+ "output": "{\n \"Response\": {\n \"RequestId\": \"790d6787-68e7-4ace-b327-65e53c01949c\"\n }\n}",
496
+ "title": "Request Example"
497
+ }
434
498
  ]
435
499
  },
436
500
  "version": "1.0"