tccli-intl-en 3.0.1188.1__py2.py3-none-any.whl → 3.1.28.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.
- tccli/__init__.py +1 -1
- tccli/argument.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +46 -2
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +341 -114
- tccli/services/autoscaling/v20180419/api.json +444 -272
- tccli/services/autoscaling/v20180419/examples.json +46 -38
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/__init__.py +4 -0
- tccli/services/bi/bi_client.py +1498 -0
- tccli/services/bi/v20220105/api.json +5769 -0
- tccli/services/bi/v20220105/examples.json +215 -0
- tccli/services/billing/billing_client.py +1007 -139
- tccli/services/billing/v20180709/api.json +1707 -429
- tccli/services/billing/v20180709/examples.json +161 -25
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/captcha/v20190722/api.json +16 -6
- tccli/services/captcha/v20190722/examples.json +3 -3
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +1167 -268
- tccli/services/ccc/v20200210/api.json +2263 -202
- tccli/services/ccc/v20200210/examples.json +116 -12
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +463 -208
- tccli/services/cdb/v20170320/examples.json +8 -8
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfg/v20210820/api.json +30 -10
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1149 -259
- tccli/services/ckafka/v20190819/api.json +3738 -1696
- tccli/services/ckafka/v20190819/examples.json +266 -162
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +339 -78
- tccli/services/csip/v20221121/api.json +1011 -38
- tccli/services/csip/v20221121/examples.json +24 -0
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +266 -0
- tccli/services/ctsdb/v20230202/api.json +677 -0
- tccli/services/ctsdb/v20230202/examples.json +20 -0
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +1003 -453
- tccli/services/cvm/v20170312/examples.json +176 -130
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +2272 -591
- tccli/services/cynosdb/v20190107/api.json +12480 -7740
- tccli/services/cynosdb/v20190107/examples.json +193 -9
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +390 -111
- tccli/services/dnspod/v20210323/api.json +196 -0
- tccli/services/dnspod/v20210323/examples.json +24 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +3104 -117
- tccli/services/emr/v20190103/api.json +15311 -4361
- tccli/services/emr/v20190103/examples.json +452 -42
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +172 -45
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +490 -0
- tccli/services/hunyuan/v20230901/api.json +566 -0
- tccli/services/hunyuan/v20230901/examples.json +52 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iai/v20200303/api.json +187 -51
- tccli/services/iai/v20200303/examples.json +30 -12
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/ims/v20201229/api.json +133 -141
- tccli/services/ims/v20201229/examples.json +3 -3
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +363 -78
- tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
- tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/iotcloud/v20210408/api.json +216 -107
- tccli/services/iotcloud/v20210408/examples.json +9 -9
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +1226 -227
- tccli/services/kms/v20190118/api.json +1465 -123
- tccli/services/kms/v20190118/examples.json +129 -3
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +730 -172
- tccli/services/lighthouse/v20200324/api.json +502 -14
- tccli/services/lighthouse/v20200324/examples.json +59 -5
- tccli/services/live/live_client.py +804 -232
- tccli/services/live/v20180801/api.json +272 -0
- tccli/services/live/v20180801/examples.json +32 -0
- tccli/services/lke/__init__.py +4 -0
- tccli/services/lke/lke_client.py +5194 -0
- tccli/services/lke/v20231130/api.json +14803 -0
- tccli/services/lke/v20231130/examples.json +736 -0
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +989 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +402 -82
- tccli/services/mdl/v20200326/api.json +1437 -100
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1336 -49
- tccli/services/mdp/v20200527/examples.json +151 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1452 -136
- tccli/services/mongodb/v20190725/api.json +4393 -1462
- tccli/services/mongodb/v20190725/examples.json +265 -71
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +664 -15
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1878 -379
- tccli/services/mps/v20190612/api.json +7473 -1626
- tccli/services/mps/v20190612/examples.json +276 -82
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +515 -74
- tccli/services/ocr/v20181119/api.json +1991 -168
- tccli/services/ocr/v20181119/examples.json +58 -4
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/postgres/v20170312/api.json +134 -109
- tccli/services/postgres/v20170312/examples.json +14 -14
- tccli/services/privatedns/privatedns_client.py +206 -60
- tccli/services/privatedns/v20201028/api.json +179 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +698 -212
- tccli/services/redis/v20180412/api.json +968 -563
- tccli/services/redis/v20180412/examples.json +98 -56
- tccli/services/region/__init__.py +4 -0
- tccli/services/region/region_client.py +322 -0
- tccli/services/region/v20220627/api.json +399 -0
- tccli/services/region/v20220627/examples.json +29 -0
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +368 -69
- tccli/services/ses/v20201002/api.json +240 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3855 -470
- tccli/services/sqlserver/v20180328/api.json +9757 -3347
- tccli/services/sqlserver/v20180328/examples.json +480 -20
- tccli/services/ssl/ssl_client.py +504 -72
- tccli/services/ssl/v20191205/api.json +789 -21
- tccli/services/ssl/v20191205/examples.json +54 -0
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/tbaas_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +295 -118
- tccli/services/tcsas/v20250106/api.json +1084 -980
- tccli/services/tcsas/v20250106/examples.json +15 -15
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +4507 -966
- tccli/services/teo/v20220901/api.json +7341 -1405
- tccli/services/teo/v20220901/examples.json +679 -99
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +858 -276
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tms/v20201229/api.json +91 -100
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +928 -192
- tccli/services/trtc/v20190722/api.json +1810 -256
- tccli/services/trtc/v20190722/examples.json +100 -6
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/v20210922/api.json +61 -30
- tccli/services/vm/v20210922/examples.json +0 -12
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +531 -54
- tccli/services/vod/v20180717/examples.json +25 -7
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1428 -350
- tccli/services/vpc/v20170312/api.json +1031 -133
- tccli/services/vpc/v20170312/examples.json +119 -23
- tccli/services/vpc/vpc_client.py +2159 -644
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/top_level.txt +0 -0
|
@@ -14,6 +14,13 @@
|
|
|
14
14
|
"output": "BindNewLVBDomainWithChannelResponse",
|
|
15
15
|
"status": "online"
|
|
16
16
|
},
|
|
17
|
+
"BindSSAICDNDomainWithChannel": {
|
|
18
|
+
"document": "This API is used to bind a CDN playback domain to a channel.",
|
|
19
|
+
"input": "BindSSAICDNDomainWithChannelRequest",
|
|
20
|
+
"name": "Bind an SSAI channel to a CDN playback domain",
|
|
21
|
+
"output": "BindSSAICDNDomainWithChannelResponse",
|
|
22
|
+
"status": "online"
|
|
23
|
+
},
|
|
17
24
|
"CreateStreamPackageChannel": {
|
|
18
25
|
"document": "This API is used to create a StreamPackage channel.",
|
|
19
26
|
"input": "CreateStreamPackageChannelRequest",
|
|
@@ -70,6 +77,13 @@
|
|
|
70
77
|
"output": "CreateStreamPackageSourceLocationResponse",
|
|
71
78
|
"status": "online"
|
|
72
79
|
},
|
|
80
|
+
"CreateStreamPackageVodRemuxTask": {
|
|
81
|
+
"document": "Create VodRemuxTask",
|
|
82
|
+
"input": "CreateStreamPackageVodRemuxTaskRequest",
|
|
83
|
+
"name": "CreateStreamPackageVodRemuxTask",
|
|
84
|
+
"output": "CreateStreamPackageVodRemuxTaskResponse",
|
|
85
|
+
"status": "online"
|
|
86
|
+
},
|
|
73
87
|
"DeleteStreamPackageChannelEndpoints": {
|
|
74
88
|
"document": "This API is used to delete endpoints from a StreamPackage channel in batches.",
|
|
75
89
|
"input": "DeleteStreamPackageChannelEndpointsRequest",
|
|
@@ -147,6 +161,20 @@
|
|
|
147
161
|
"output": "DeleteStreamPackageSourceLocationResponse",
|
|
148
162
|
"status": "online"
|
|
149
163
|
},
|
|
164
|
+
"DeleteStreamPackageVodRemuxTask": {
|
|
165
|
+
"document": "Delete Vod remux task.",
|
|
166
|
+
"input": "DeleteStreamPackageVodRemuxTaskRequest",
|
|
167
|
+
"name": "DeleteStreamPackageVodRemuxTask",
|
|
168
|
+
"output": "DeleteStreamPackageVodRemuxTaskResponse",
|
|
169
|
+
"status": "online"
|
|
170
|
+
},
|
|
171
|
+
"DeleteStreamPackageVodRemuxTasks": {
|
|
172
|
+
"document": "Delete VOD remux tasks in batches.",
|
|
173
|
+
"input": "DeleteStreamPackageVodRemuxTasksRequest",
|
|
174
|
+
"name": "DeleteStreamPackageVodRemuxTasks",
|
|
175
|
+
"output": "DeleteStreamPackageVodRemuxTasksResponse",
|
|
176
|
+
"status": "online"
|
|
177
|
+
},
|
|
150
178
|
"DescribeLinearAssemblyCDNDomainWithChannel": {
|
|
151
179
|
"document": "Query the CDN domain name associated with the LinearAssembly channel.",
|
|
152
180
|
"input": "DescribeLinearAssemblyCDNDomainWithChannelRequest",
|
|
@@ -245,6 +273,13 @@
|
|
|
245
273
|
"output": "DescribeStreamPackageSSAIChannelsResponse",
|
|
246
274
|
"status": "online"
|
|
247
275
|
},
|
|
276
|
+
"DescribeStreamPackageSSAIUsage": {
|
|
277
|
+
"document": "This API is used to query SSAI ad replacement usage.",
|
|
278
|
+
"input": "DescribeStreamPackageSSAIUsageRequest",
|
|
279
|
+
"name": "Query SSAI usage information",
|
|
280
|
+
"output": "DescribeStreamPackageSSAIUsageResponse",
|
|
281
|
+
"status": "online"
|
|
282
|
+
},
|
|
248
283
|
"DescribeStreamPackageSource": {
|
|
249
284
|
"document": "Query channel linear assembly Source information.",
|
|
250
285
|
"input": "DescribeStreamPackageSourceRequest",
|
|
@@ -287,6 +322,20 @@
|
|
|
287
322
|
"output": "DescribeStreamPackageSourcesResponse",
|
|
288
323
|
"status": "online"
|
|
289
324
|
},
|
|
325
|
+
"DescribeStreamPackageVodRemuxTask": {
|
|
326
|
+
"document": "Query VOD remux task information.",
|
|
327
|
+
"input": "DescribeStreamPackageVodRemuxTaskRequest",
|
|
328
|
+
"name": "DescribeStreamPackageVodRemuxTask",
|
|
329
|
+
"output": "DescribeStreamPackageVodRemuxTaskResponse",
|
|
330
|
+
"status": "online"
|
|
331
|
+
},
|
|
332
|
+
"DescribeStreamPackageVodRemuxTasks": {
|
|
333
|
+
"document": "Query VOD remux tasks informations.",
|
|
334
|
+
"input": "DescribeStreamPackageVodRemuxTasksRequest",
|
|
335
|
+
"name": "DescribeStreamPackageVodRemuxTasks",
|
|
336
|
+
"output": "DescribeStreamPackageVodRemuxTasksResponse",
|
|
337
|
+
"status": "online"
|
|
338
|
+
},
|
|
290
339
|
"ModifyStreamPackageChannel": {
|
|
291
340
|
"document": "This API is used to modify a StreamPackage channel.",
|
|
292
341
|
"input": "ModifyStreamPackageChannelRequest",
|
|
@@ -350,6 +399,13 @@
|
|
|
350
399
|
"output": "StartStreamPackageLinearAssemblyChannelResponse",
|
|
351
400
|
"status": "online"
|
|
352
401
|
},
|
|
402
|
+
"StartStreamPackageVodRemuxTask": {
|
|
403
|
+
"document": "Start VOD remux task.",
|
|
404
|
+
"input": "StartStreamPackageVodRemuxTaskRequest",
|
|
405
|
+
"name": "StartStreamPackageVodRemuxTask",
|
|
406
|
+
"output": "StartStreamPackageVodRemuxTaskResponse",
|
|
407
|
+
"status": "online"
|
|
408
|
+
},
|
|
353
409
|
"StopStreamPackageLinearAssemblyChannel": {
|
|
354
410
|
"document": "Stop linear assembly channel.",
|
|
355
411
|
"input": "StopStreamPackageLinearAssemblyChannelRequest",
|
|
@@ -370,6 +426,13 @@
|
|
|
370
426
|
"name": "UnbindLinearAssemblyCDNDomainWithChannel",
|
|
371
427
|
"output": "UnbindLinearAssemblyCDNDomainWithChannelResponse",
|
|
372
428
|
"status": "online"
|
|
429
|
+
},
|
|
430
|
+
"UnbindSSAICDNDomainWithChannel": {
|
|
431
|
+
"document": "This API is used to cancel the correlation between a channel and a CDN playback domain.",
|
|
432
|
+
"input": "UnbindSSAICDNDomainWithChannelRequest",
|
|
433
|
+
"name": "Unbind an SSAI channel and CDN domain",
|
|
434
|
+
"output": "UnbindSSAICDNDomainWithChannelResponse",
|
|
435
|
+
"status": "online"
|
|
373
436
|
}
|
|
374
437
|
},
|
|
375
438
|
"metadata": {
|
|
@@ -580,6 +643,42 @@
|
|
|
580
643
|
],
|
|
581
644
|
"type": "object"
|
|
582
645
|
},
|
|
646
|
+
"BindSSAICDNDomainWithChannelRequest": {
|
|
647
|
+
"document": "BindSSAICDNDomainWithChannel request structure.",
|
|
648
|
+
"members": [
|
|
649
|
+
{
|
|
650
|
+
"disabled": false,
|
|
651
|
+
"document": "Channel Id.",
|
|
652
|
+
"example": "ChannelId",
|
|
653
|
+
"member": "string",
|
|
654
|
+
"name": "ChannelId",
|
|
655
|
+
"required": true,
|
|
656
|
+
"type": "string"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"disabled": false,
|
|
660
|
+
"document": "Specifies the playback domain of CDN.",
|
|
661
|
+
"example": "CdnDomain",
|
|
662
|
+
"member": "string",
|
|
663
|
+
"name": "CdnDomain",
|
|
664
|
+
"required": true,
|
|
665
|
+
"type": "string"
|
|
666
|
+
}
|
|
667
|
+
],
|
|
668
|
+
"type": "object"
|
|
669
|
+
},
|
|
670
|
+
"BindSSAICDNDomainWithChannelResponse": {
|
|
671
|
+
"document": "BindSSAICDNDomainWithChannel response structure.",
|
|
672
|
+
"members": [
|
|
673
|
+
{
|
|
674
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
675
|
+
"member": "string",
|
|
676
|
+
"name": "RequestId",
|
|
677
|
+
"type": "string"
|
|
678
|
+
}
|
|
679
|
+
],
|
|
680
|
+
"type": "object"
|
|
681
|
+
},
|
|
583
682
|
"CacheInfo": {
|
|
584
683
|
"document": "Cache configuration",
|
|
585
684
|
"members": [
|
|
@@ -630,7 +729,7 @@
|
|
|
630
729
|
"members": [
|
|
631
730
|
{
|
|
632
731
|
"disabled": false,
|
|
633
|
-
"document": "",
|
|
732
|
+
"document": "Total list size.",
|
|
634
733
|
"example": "",
|
|
635
734
|
"member": "int64",
|
|
636
735
|
"name": "TotalSize",
|
|
@@ -640,7 +739,7 @@
|
|
|
640
739
|
},
|
|
641
740
|
{
|
|
642
741
|
"disabled": false,
|
|
643
|
-
"document": "",
|
|
742
|
+
"document": "List of associated domain name information.",
|
|
644
743
|
"example": "",
|
|
645
744
|
"member": "DomainRecordInfo",
|
|
646
745
|
"name": "Records",
|
|
@@ -739,7 +838,7 @@
|
|
|
739
838
|
{
|
|
740
839
|
"disabled": false,
|
|
741
840
|
"document": "The vod type is valid, the content is valid starting time, Entire and SpecifyTimeRange are optional.",
|
|
742
|
-
"example": "
|
|
841
|
+
"example": "Entire",
|
|
743
842
|
"member": "string",
|
|
744
843
|
"name": "Type",
|
|
745
844
|
"output_required": false,
|
|
@@ -748,15 +847,37 @@
|
|
|
748
847
|
"value_allowed_null": false
|
|
749
848
|
},
|
|
750
849
|
{
|
|
751
|
-
"disabled":
|
|
850
|
+
"disabled": true,
|
|
752
851
|
"document": "Offset, valid when Type is SpecifyTimeRange.",
|
|
753
|
-
"example": "
|
|
852
|
+
"example": "300",
|
|
754
853
|
"member": "uint64",
|
|
755
854
|
"name": "Offset",
|
|
756
855
|
"output_required": false,
|
|
757
856
|
"required": false,
|
|
758
857
|
"type": "int",
|
|
759
858
|
"value_allowed_null": false
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"disabled": false,
|
|
862
|
+
"document": "Start offset, Valid when the Type is SpecifyTimeRange.",
|
|
863
|
+
"example": "0",
|
|
864
|
+
"member": "uint64",
|
|
865
|
+
"name": "StartOffset",
|
|
866
|
+
"output_required": false,
|
|
867
|
+
"required": false,
|
|
868
|
+
"type": "int",
|
|
869
|
+
"value_allowed_null": false
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"disabled": false,
|
|
873
|
+
"document": "End offset, valid when Type is SpecifyTimeRange.",
|
|
874
|
+
"example": "86400000",
|
|
875
|
+
"member": "uint64",
|
|
876
|
+
"name": "EndOffset",
|
|
877
|
+
"output_required": false,
|
|
878
|
+
"required": false,
|
|
879
|
+
"type": "int",
|
|
880
|
+
"value_allowed_null": false
|
|
760
881
|
}
|
|
761
882
|
],
|
|
762
883
|
"usage": "both"
|
|
@@ -787,13 +908,91 @@
|
|
|
787
908
|
],
|
|
788
909
|
"usage": "both"
|
|
789
910
|
},
|
|
911
|
+
"CosInputInfo": {
|
|
912
|
+
"document": "",
|
|
913
|
+
"members": [
|
|
914
|
+
{
|
|
915
|
+
"disabled": false,
|
|
916
|
+
"document": "COS bucket name",
|
|
917
|
+
"example": "file-1306038592",
|
|
918
|
+
"member": "string",
|
|
919
|
+
"name": "Bucket",
|
|
920
|
+
"output_required": true,
|
|
921
|
+
"required": true,
|
|
922
|
+
"type": "string",
|
|
923
|
+
"value_allowed_null": false
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"disabled": false,
|
|
927
|
+
"document": "Region",
|
|
928
|
+
"example": "ap-guangzhou",
|
|
929
|
+
"member": "string",
|
|
930
|
+
"name": "Region",
|
|
931
|
+
"output_required": true,
|
|
932
|
+
"required": true,
|
|
933
|
+
"type": "string",
|
|
934
|
+
"value_allowed_null": false
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"disabled": false,
|
|
938
|
+
"document": "File object path",
|
|
939
|
+
"example": "test/1163954307_1749787053508/index.m3u8",
|
|
940
|
+
"member": "string",
|
|
941
|
+
"name": "Object",
|
|
942
|
+
"output_required": true,
|
|
943
|
+
"required": true,
|
|
944
|
+
"type": "string",
|
|
945
|
+
"value_allowed_null": false
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"usage": "both"
|
|
949
|
+
},
|
|
950
|
+
"CosOutputStorage": {
|
|
951
|
+
"document": "VOD remux task cos output storage.",
|
|
952
|
+
"members": [
|
|
953
|
+
{
|
|
954
|
+
"disabled": false,
|
|
955
|
+
"document": "cos bucket name.",
|
|
956
|
+
"example": "aa-1306038592",
|
|
957
|
+
"member": "string",
|
|
958
|
+
"name": "Bucket",
|
|
959
|
+
"output_required": true,
|
|
960
|
+
"required": true,
|
|
961
|
+
"type": "string",
|
|
962
|
+
"value_allowed_null": false
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"disabled": false,
|
|
966
|
+
"document": "region name of your cos bucket.",
|
|
967
|
+
"example": "ap-guangzhou",
|
|
968
|
+
"member": "string",
|
|
969
|
+
"name": "Region",
|
|
970
|
+
"output_required": true,
|
|
971
|
+
"required": true,
|
|
972
|
+
"type": "string",
|
|
973
|
+
"value_allowed_null": false
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"disabled": false,
|
|
977
|
+
"document": "cos directory of vod remux task result.",
|
|
978
|
+
"example": "/vod/",
|
|
979
|
+
"member": "string",
|
|
980
|
+
"name": "OutputDir",
|
|
981
|
+
"output_required": true,
|
|
982
|
+
"required": true,
|
|
983
|
+
"type": "string",
|
|
984
|
+
"value_allowed_null": false
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"usage": "both"
|
|
988
|
+
},
|
|
790
989
|
"CreateStreamPackageChannelEndpointRequest": {
|
|
791
990
|
"document": "CreateStreamPackageChannelEndpoint request structure.",
|
|
792
991
|
"members": [
|
|
793
992
|
{
|
|
794
993
|
"disabled": false,
|
|
795
994
|
"document": "Channel ID",
|
|
796
|
-
"example": "
|
|
995
|
+
"example": "13579",
|
|
797
996
|
"member": "string",
|
|
798
997
|
"name": "Id",
|
|
799
998
|
"required": true,
|
|
@@ -802,7 +1001,7 @@
|
|
|
802
1001
|
{
|
|
803
1002
|
"disabled": false,
|
|
804
1003
|
"document": "Endpoint name, which must contain 1 to 32 characters and supports digits, letters, and underscores",
|
|
805
|
-
"example": "
|
|
1004
|
+
"example": "john",
|
|
806
1005
|
"member": "string",
|
|
807
1006
|
"name": "Name",
|
|
808
1007
|
"required": true,
|
|
@@ -852,6 +1051,24 @@
|
|
|
852
1051
|
"name": "TimeShiftDuration",
|
|
853
1052
|
"required": false,
|
|
854
1053
|
"type": "int"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"disabled": false,
|
|
1057
|
+
"document": "Enable DRM. This is only effective for CMAF protocol.",
|
|
1058
|
+
"example": "true",
|
|
1059
|
+
"member": "bool",
|
|
1060
|
+
"name": "DRMEnabled",
|
|
1061
|
+
"required": false,
|
|
1062
|
+
"type": "bool"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"disabled": false,
|
|
1066
|
+
"document": "DRM configuration information.",
|
|
1067
|
+
"example": "无",
|
|
1068
|
+
"member": "DRMInfo",
|
|
1069
|
+
"name": "DRMInfo",
|
|
1070
|
+
"required": false,
|
|
1071
|
+
"type": "object"
|
|
855
1072
|
}
|
|
856
1073
|
],
|
|
857
1074
|
"type": "object"
|
|
@@ -892,7 +1109,7 @@
|
|
|
892
1109
|
},
|
|
893
1110
|
{
|
|
894
1111
|
"disabled": false,
|
|
895
|
-
"document": "Channel protocol. Valid values: HLS
|
|
1112
|
+
"document": "Channel protocol. Valid values: HLS/DASH.",
|
|
896
1113
|
"example": "HLS",
|
|
897
1114
|
"member": "string",
|
|
898
1115
|
"name": "Protocol",
|
|
@@ -1381,6 +1598,15 @@
|
|
|
1381
1598
|
"name": "PackageConfs",
|
|
1382
1599
|
"required": false,
|
|
1383
1600
|
"type": "list"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"disabled": false,
|
|
1604
|
+
"document": "The sourcetag allows ADS to deliver more precise ads based on the Source Tag information",
|
|
1605
|
+
"example": "无",
|
|
1606
|
+
"member": "SourceTag",
|
|
1607
|
+
"name": "SourceTags",
|
|
1608
|
+
"required": false,
|
|
1609
|
+
"type": "list"
|
|
1384
1610
|
}
|
|
1385
1611
|
],
|
|
1386
1612
|
"type": "object"
|
|
@@ -1407,6 +1633,70 @@
|
|
|
1407
1633
|
],
|
|
1408
1634
|
"type": "object"
|
|
1409
1635
|
},
|
|
1636
|
+
"CreateStreamPackageVodRemuxTaskRequest": {
|
|
1637
|
+
"document": "CreateStreamPackageVodRemuxTask request structure.",
|
|
1638
|
+
"members": [
|
|
1639
|
+
{
|
|
1640
|
+
"disabled": false,
|
|
1641
|
+
"document": "VOD remux task name.",
|
|
1642
|
+
"example": "vod remux name",
|
|
1643
|
+
"member": "string",
|
|
1644
|
+
"name": "Name",
|
|
1645
|
+
"required": true,
|
|
1646
|
+
"type": "string"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"disabled": false,
|
|
1650
|
+
"document": "The supported remuxing formats for VOD remux tasks.\nOptional values: WEBVTT.",
|
|
1651
|
+
"example": "webvtt",
|
|
1652
|
+
"member": "string",
|
|
1653
|
+
"name": "Type",
|
|
1654
|
+
"required": true,
|
|
1655
|
+
"type": "string"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"disabled": false,
|
|
1659
|
+
"document": "Input configuration.",
|
|
1660
|
+
"example": "无",
|
|
1661
|
+
"member": "InputFileInfo",
|
|
1662
|
+
"name": "InputFileInfo",
|
|
1663
|
+
"required": true,
|
|
1664
|
+
"type": "object"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"disabled": false,
|
|
1668
|
+
"document": "Output configuration.",
|
|
1669
|
+
"example": "无",
|
|
1670
|
+
"member": "OutputStorage",
|
|
1671
|
+
"name": "OutputStorage",
|
|
1672
|
+
"required": true,
|
|
1673
|
+
"type": "object"
|
|
1674
|
+
}
|
|
1675
|
+
],
|
|
1676
|
+
"type": "object"
|
|
1677
|
+
},
|
|
1678
|
+
"CreateStreamPackageVodRemuxTaskResponse": {
|
|
1679
|
+
"document": "CreateStreamPackageVodRemuxTask response structure.",
|
|
1680
|
+
"members": [
|
|
1681
|
+
{
|
|
1682
|
+
"disabled": false,
|
|
1683
|
+
"document": "Vod remux task information.",
|
|
1684
|
+
"example": "无",
|
|
1685
|
+
"member": "VodRemuxTaskInfo",
|
|
1686
|
+
"name": "Info",
|
|
1687
|
+
"output_required": false,
|
|
1688
|
+
"type": "object",
|
|
1689
|
+
"value_allowed_null": false
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1693
|
+
"member": "string",
|
|
1694
|
+
"name": "RequestId",
|
|
1695
|
+
"type": "string"
|
|
1696
|
+
}
|
|
1697
|
+
],
|
|
1698
|
+
"type": "object"
|
|
1699
|
+
},
|
|
1410
1700
|
"DRMInfo": {
|
|
1411
1701
|
"document": "DRM configure info.",
|
|
1412
1702
|
"members": [
|
|
@@ -1424,7 +1714,7 @@
|
|
|
1424
1714
|
{
|
|
1425
1715
|
"disabled": false,
|
|
1426
1716
|
"document": "DRM system providers, when the encryption method is CBCS, the optional values are `PlayReady`, `Widevine`, `FairPlay`; when the encryption method is CENC, the oprional values are `PlayReady`, `Widevine`.",
|
|
1427
|
-
"example": "
|
|
1717
|
+
"example": "[\"FairPlay\"]",
|
|
1428
1718
|
"member": "string",
|
|
1429
1719
|
"name": "DRMSystems",
|
|
1430
1720
|
"output_required": false,
|
|
@@ -1446,7 +1736,7 @@
|
|
|
1446
1736
|
{
|
|
1447
1737
|
"disabled": false,
|
|
1448
1738
|
"document": "Key server address; must start with https://.",
|
|
1449
|
-
"example": "
|
|
1739
|
+
"example": "\"https://www.tencent.com\"",
|
|
1450
1740
|
"member": "string",
|
|
1451
1741
|
"name": "KeyServerUrl",
|
|
1452
1742
|
"output_required": false,
|
|
@@ -1490,7 +1780,7 @@
|
|
|
1490
1780
|
{
|
|
1491
1781
|
"disabled": false,
|
|
1492
1782
|
"document": "Optional, specifies the rotation interval in seconds; empty, or an integer between 300-2592000.",
|
|
1493
|
-
"example": "
|
|
1783
|
+
"example": "001",
|
|
1494
1784
|
"member": "int64",
|
|
1495
1785
|
"name": "KeyRotationInterval",
|
|
1496
1786
|
"output_required": false,
|
|
@@ -1877,6 +2167,60 @@
|
|
|
1877
2167
|
],
|
|
1878
2168
|
"type": "object"
|
|
1879
2169
|
},
|
|
2170
|
+
"DeleteStreamPackageVodRemuxTaskRequest": {
|
|
2171
|
+
"document": "DeleteStreamPackageVodRemuxTask request structure.",
|
|
2172
|
+
"members": [
|
|
2173
|
+
{
|
|
2174
|
+
"disabled": false,
|
|
2175
|
+
"document": "VOD task Id.",
|
|
2176
|
+
"example": "65BB15F300004E12A564",
|
|
2177
|
+
"member": "string",
|
|
2178
|
+
"name": "Id",
|
|
2179
|
+
"required": true,
|
|
2180
|
+
"type": "string"
|
|
2181
|
+
}
|
|
2182
|
+
],
|
|
2183
|
+
"type": "object"
|
|
2184
|
+
},
|
|
2185
|
+
"DeleteStreamPackageVodRemuxTaskResponse": {
|
|
2186
|
+
"document": "DeleteStreamPackageVodRemuxTask response structure.",
|
|
2187
|
+
"members": [
|
|
2188
|
+
{
|
|
2189
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2190
|
+
"member": "string",
|
|
2191
|
+
"name": "RequestId",
|
|
2192
|
+
"type": "string"
|
|
2193
|
+
}
|
|
2194
|
+
],
|
|
2195
|
+
"type": "object"
|
|
2196
|
+
},
|
|
2197
|
+
"DeleteStreamPackageVodRemuxTasksRequest": {
|
|
2198
|
+
"document": "DeleteStreamPackageVodRemuxTasks request structure.",
|
|
2199
|
+
"members": [
|
|
2200
|
+
{
|
|
2201
|
+
"disabled": false,
|
|
2202
|
+
"document": "List of VOD remux task ids.",
|
|
2203
|
+
"example": "[\"65BB15F300004E12A564\"]",
|
|
2204
|
+
"member": "string",
|
|
2205
|
+
"name": "Ids",
|
|
2206
|
+
"required": true,
|
|
2207
|
+
"type": "list"
|
|
2208
|
+
}
|
|
2209
|
+
],
|
|
2210
|
+
"type": "object"
|
|
2211
|
+
},
|
|
2212
|
+
"DeleteStreamPackageVodRemuxTasksResponse": {
|
|
2213
|
+
"document": "DeleteStreamPackageVodRemuxTasks response structure.",
|
|
2214
|
+
"members": [
|
|
2215
|
+
{
|
|
2216
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2217
|
+
"member": "string",
|
|
2218
|
+
"name": "RequestId",
|
|
2219
|
+
"type": "string"
|
|
2220
|
+
}
|
|
2221
|
+
],
|
|
2222
|
+
"type": "object"
|
|
2223
|
+
},
|
|
1880
2224
|
"DescribeLinearAssemblyCDNDomainWithChannelRequest": {
|
|
1881
2225
|
"document": "DescribeLinearAssemblyCDNDomainWithChannel request structure.",
|
|
1882
2226
|
"members": [
|
|
@@ -2713,24 +3057,88 @@
|
|
|
2713
3057
|
],
|
|
2714
3058
|
"type": "object"
|
|
2715
3059
|
},
|
|
2716
|
-
"
|
|
2717
|
-
"document": "
|
|
3060
|
+
"DescribeStreamPackageSSAIUsageRequest": {
|
|
3061
|
+
"document": "DescribeStreamPackageSSAIUsage request structure.",
|
|
2718
3062
|
"members": [
|
|
2719
3063
|
{
|
|
2720
3064
|
"disabled": false,
|
|
2721
|
-
"document": "
|
|
2722
|
-
"example": "
|
|
3065
|
+
"document": "Start time.",
|
|
3066
|
+
"example": "2025-05-01T00+08:00",
|
|
2723
3067
|
"member": "string",
|
|
2724
|
-
"name": "
|
|
2725
|
-
"required":
|
|
3068
|
+
"name": "StartTime",
|
|
3069
|
+
"required": false,
|
|
2726
3070
|
"type": "string"
|
|
2727
3071
|
},
|
|
2728
3072
|
{
|
|
2729
3073
|
"disabled": false,
|
|
2730
|
-
"document": "
|
|
2731
|
-
"example": "
|
|
2732
|
-
"member": "
|
|
2733
|
-
"name": "
|
|
3074
|
+
"document": "End time.",
|
|
3075
|
+
"example": "2025-05-01T01+08:00",
|
|
3076
|
+
"member": "string",
|
|
3077
|
+
"name": "EndTime",
|
|
3078
|
+
"required": false,
|
|
3079
|
+
"type": "string"
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"disabled": false,
|
|
3083
|
+
"document": "Specifies the channel id you want to query.",
|
|
3084
|
+
"example": "[\"681193A700007ED24C1A\",\"680B1B1E00007FD18731\"]",
|
|
3085
|
+
"member": "string",
|
|
3086
|
+
"name": "ChannelIds",
|
|
3087
|
+
"required": false,
|
|
3088
|
+
"type": "list"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"disabled": false,
|
|
3092
|
+
"document": "Specifies the ad type you want to query. valid values: Preroll/Midroll. if empty, query all types by default.",
|
|
3093
|
+
"example": "[\"Pre-roll\", \"Mid-roll\",\"VOD\"]",
|
|
3094
|
+
"member": "string",
|
|
3095
|
+
"name": "Types",
|
|
3096
|
+
"required": false,
|
|
3097
|
+
"type": "list"
|
|
3098
|
+
}
|
|
3099
|
+
],
|
|
3100
|
+
"type": "object"
|
|
3101
|
+
},
|
|
3102
|
+
"DescribeStreamPackageSSAIUsageResponse": {
|
|
3103
|
+
"document": "DescribeStreamPackageSSAIUsage response structure.",
|
|
3104
|
+
"members": [
|
|
3105
|
+
{
|
|
3106
|
+
"disabled": false,
|
|
3107
|
+
"document": "SSAI usage information.",
|
|
3108
|
+
"example": "无",
|
|
3109
|
+
"member": "SSAIUsageInfo",
|
|
3110
|
+
"name": "Info",
|
|
3111
|
+
"output_required": false,
|
|
3112
|
+
"type": "object",
|
|
3113
|
+
"value_allowed_null": false
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
3117
|
+
"member": "string",
|
|
3118
|
+
"name": "RequestId",
|
|
3119
|
+
"type": "string"
|
|
3120
|
+
}
|
|
3121
|
+
],
|
|
3122
|
+
"type": "object"
|
|
3123
|
+
},
|
|
3124
|
+
"DescribeStreamPackageSourceAlertsRequest": {
|
|
3125
|
+
"document": "DescribeStreamPackageSourceAlerts request structure.",
|
|
3126
|
+
"members": [
|
|
3127
|
+
{
|
|
3128
|
+
"disabled": false,
|
|
3129
|
+
"document": "Source ID.",
|
|
3130
|
+
"example": "66503E8E0000930000F1",
|
|
3131
|
+
"member": "string",
|
|
3132
|
+
"name": "SourceId",
|
|
3133
|
+
"required": true,
|
|
3134
|
+
"type": "string"
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
"disabled": false,
|
|
3138
|
+
"document": "Query start time, Unix timestamp, supports queries in the last seven days.",
|
|
3139
|
+
"example": "1590508800",
|
|
3140
|
+
"member": "uint64",
|
|
3141
|
+
"name": "StartTime",
|
|
2734
3142
|
"required": false,
|
|
2735
3143
|
"type": "int"
|
|
2736
3144
|
},
|
|
@@ -3069,12 +3477,135 @@
|
|
|
3069
3477
|
],
|
|
3070
3478
|
"type": "object"
|
|
3071
3479
|
},
|
|
3480
|
+
"DescribeStreamPackageVodRemuxTaskRequest": {
|
|
3481
|
+
"document": "DescribeStreamPackageVodRemuxTask request structure.",
|
|
3482
|
+
"members": [
|
|
3483
|
+
{
|
|
3484
|
+
"disabled": false,
|
|
3485
|
+
"document": "VOD remux task Id.",
|
|
3486
|
+
"example": "65BB15F300004E12A564",
|
|
3487
|
+
"member": "string",
|
|
3488
|
+
"name": "Id",
|
|
3489
|
+
"required": true,
|
|
3490
|
+
"type": "string"
|
|
3491
|
+
}
|
|
3492
|
+
],
|
|
3493
|
+
"type": "object"
|
|
3494
|
+
},
|
|
3495
|
+
"DescribeStreamPackageVodRemuxTaskResponse": {
|
|
3496
|
+
"document": "DescribeStreamPackageVodRemuxTask response structure.",
|
|
3497
|
+
"members": [
|
|
3498
|
+
{
|
|
3499
|
+
"disabled": false,
|
|
3500
|
+
"document": "VOD remux task information.",
|
|
3501
|
+
"example": "无",
|
|
3502
|
+
"member": "VodRemuxTaskInfo",
|
|
3503
|
+
"name": "Info",
|
|
3504
|
+
"output_required": false,
|
|
3505
|
+
"type": "object",
|
|
3506
|
+
"value_allowed_null": false
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
3510
|
+
"member": "string",
|
|
3511
|
+
"name": "RequestId",
|
|
3512
|
+
"type": "string"
|
|
3513
|
+
}
|
|
3514
|
+
],
|
|
3515
|
+
"type": "object"
|
|
3516
|
+
},
|
|
3517
|
+
"DescribeStreamPackageVodRemuxTasksRequest": {
|
|
3518
|
+
"document": "DescribeStreamPackageVodRemuxTasks request structure.",
|
|
3519
|
+
"members": [
|
|
3520
|
+
{
|
|
3521
|
+
"disabled": false,
|
|
3522
|
+
"document": "Paging query page number, the value range is [1, 1000].",
|
|
3523
|
+
"example": "1",
|
|
3524
|
+
"member": "uint64",
|
|
3525
|
+
"name": "PageNum",
|
|
3526
|
+
"required": false,
|
|
3527
|
+
"type": "int"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"disabled": false,
|
|
3531
|
+
"document": "Paging query the size of each page, the value range is [1, 1000].",
|
|
3532
|
+
"example": "100",
|
|
3533
|
+
"member": "uint64",
|
|
3534
|
+
"name": "PageSize",
|
|
3535
|
+
"required": false,
|
|
3536
|
+
"type": "int"
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"type": "object"
|
|
3540
|
+
},
|
|
3541
|
+
"DescribeStreamPackageVodRemuxTasksResponse": {
|
|
3542
|
+
"document": "DescribeStreamPackageVodRemuxTasks response structure.",
|
|
3543
|
+
"members": [
|
|
3544
|
+
{
|
|
3545
|
+
"disabled": false,
|
|
3546
|
+
"document": "VOD remux task lists.",
|
|
3547
|
+
"example": "无",
|
|
3548
|
+
"member": "VodRemuxTaskInfo",
|
|
3549
|
+
"name": "Infos",
|
|
3550
|
+
"output_required": true,
|
|
3551
|
+
"type": "list",
|
|
3552
|
+
"value_allowed_null": true
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"disabled": false,
|
|
3556
|
+
"document": "Number of pages.\n",
|
|
3557
|
+
"example": "1",
|
|
3558
|
+
"member": "uint64",
|
|
3559
|
+
"name": "PageNum",
|
|
3560
|
+
"output_required": true,
|
|
3561
|
+
"type": "int",
|
|
3562
|
+
"value_allowed_null": false
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"disabled": false,
|
|
3566
|
+
"document": "Size per page.\n",
|
|
3567
|
+
"example": "100",
|
|
3568
|
+
"member": "uint64",
|
|
3569
|
+
"name": "PageSize",
|
|
3570
|
+
"output_required": true,
|
|
3571
|
+
"type": "int",
|
|
3572
|
+
"value_allowed_null": false
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"disabled": false,
|
|
3576
|
+
"document": "The total amount.",
|
|
3577
|
+
"example": "1000",
|
|
3578
|
+
"member": "uint64",
|
|
3579
|
+
"name": "TotalNum",
|
|
3580
|
+
"output_required": true,
|
|
3581
|
+
"type": "int",
|
|
3582
|
+
"value_allowed_null": false
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"disabled": false,
|
|
3586
|
+
"document": "total pages.",
|
|
3587
|
+
"example": "100",
|
|
3588
|
+
"member": "uint64",
|
|
3589
|
+
"name": "TotalPage",
|
|
3590
|
+
"output_required": true,
|
|
3591
|
+
"type": "int",
|
|
3592
|
+
"value_allowed_null": false
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
3596
|
+
"member": "string",
|
|
3597
|
+
"name": "RequestId",
|
|
3598
|
+
"type": "string"
|
|
3599
|
+
}
|
|
3600
|
+
],
|
|
3601
|
+
"type": "object"
|
|
3602
|
+
},
|
|
3072
3603
|
"DomainRecordInfo": {
|
|
3073
3604
|
"document": "",
|
|
3074
3605
|
"members": [
|
|
3075
3606
|
{
|
|
3076
3607
|
"disabled": false,
|
|
3077
|
-
"document": "",
|
|
3608
|
+
"document": "Associated playback domain name.",
|
|
3078
3609
|
"example": "",
|
|
3079
3610
|
"member": "string",
|
|
3080
3611
|
"name": "CdnDomain",
|
|
@@ -3084,7 +3615,7 @@
|
|
|
3084
3615
|
},
|
|
3085
3616
|
{
|
|
3086
3617
|
"disabled": false,
|
|
3087
|
-
"document": "",
|
|
3618
|
+
"document": "Belonging region.",
|
|
3088
3619
|
"example": "",
|
|
3089
3620
|
"member": "string",
|
|
3090
3621
|
"name": "Region",
|
|
@@ -3094,7 +3625,7 @@
|
|
|
3094
3625
|
},
|
|
3095
3626
|
{
|
|
3096
3627
|
"disabled": false,
|
|
3097
|
-
"document": "",
|
|
3628
|
+
"document": "Channel ID.",
|
|
3098
3629
|
"example": "",
|
|
3099
3630
|
"member": "string",
|
|
3100
3631
|
"name": "ChannelId",
|
|
@@ -3104,7 +3635,7 @@
|
|
|
3104
3635
|
},
|
|
3105
3636
|
{
|
|
3106
3637
|
"disabled": false,
|
|
3107
|
-
"document": "",
|
|
3638
|
+
"document": "The ID of a record",
|
|
3108
3639
|
"example": "",
|
|
3109
3640
|
"member": "string",
|
|
3110
3641
|
"name": "Id",
|
|
@@ -3180,7 +3711,7 @@
|
|
|
3180
3711
|
{
|
|
3181
3712
|
"disabled": false,
|
|
3182
3713
|
"document": "Endpoint authentication information.",
|
|
3183
|
-
"example": "
|
|
3714
|
+
"example": "无",
|
|
3184
3715
|
"member": "EndpointAuthInfo",
|
|
3185
3716
|
"name": "AuthInfo",
|
|
3186
3717
|
"output_required": true,
|
|
@@ -3250,7 +3781,7 @@
|
|
|
3250
3781
|
{
|
|
3251
3782
|
"disabled": false,
|
|
3252
3783
|
"document": "The customer-defined url parameter is inserted into the subscript at the specified position of the Endpoint url. The optional range of the subscript is: [0,3].",
|
|
3253
|
-
"example": "
|
|
3784
|
+
"example": "1",
|
|
3254
3785
|
"member": "uint64",
|
|
3255
3786
|
"name": "CustomUrlParamIndex",
|
|
3256
3787
|
"output_required": false,
|
|
@@ -3260,7 +3791,7 @@
|
|
|
3260
3791
|
{
|
|
3261
3792
|
"disabled": false,
|
|
3262
3793
|
"document": "Customer-defined url parameters are inserted into the specified position of the Endpoint url based on the CustomUrlParamIndex.\nThe parameters can only contain digits, letters, underscores (_), and hyphens (-), with a length of 1 to 64 chars.",
|
|
3263
|
-
"example": "
|
|
3794
|
+
"example": "demo",
|
|
3264
3795
|
"member": "string",
|
|
3265
3796
|
"name": "CustomUrlParam",
|
|
3266
3797
|
"output_required": false,
|
|
@@ -3286,6 +3817,16 @@
|
|
|
3286
3817
|
"output_required": false,
|
|
3287
3818
|
"type": "object",
|
|
3288
3819
|
"value_allowed_null": false
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"disabled": false,
|
|
3823
|
+
"document": "The switch of absolute path.",
|
|
3824
|
+
"example": "true",
|
|
3825
|
+
"member": "bool",
|
|
3826
|
+
"name": "AbsolutePathEnable",
|
|
3827
|
+
"output_required": false,
|
|
3828
|
+
"type": "bool",
|
|
3829
|
+
"value_allowed_null": false
|
|
3289
3830
|
}
|
|
3290
3831
|
],
|
|
3291
3832
|
"usage": "out"
|
|
@@ -3296,7 +3837,7 @@
|
|
|
3296
3837
|
{
|
|
3297
3838
|
"disabled": false,
|
|
3298
3839
|
"document": "HarvestJob ID, a globally unique identifier.",
|
|
3299
|
-
"example": "
|
|
3840
|
+
"example": "awe",
|
|
3300
3841
|
"member": "string",
|
|
3301
3842
|
"name": "ID",
|
|
3302
3843
|
"output_required": false,
|
|
@@ -3406,7 +3947,7 @@
|
|
|
3406
3947
|
{
|
|
3407
3948
|
"disabled": false,
|
|
3408
3949
|
"document": "The associated ChannelID.",
|
|
3409
|
-
"example": "
|
|
3950
|
+
"example": "687F30250000410C7B30",
|
|
3410
3951
|
"member": "string",
|
|
3411
3952
|
"name": "ChannelId",
|
|
3412
3953
|
"output_required": false,
|
|
@@ -3416,12 +3957,22 @@
|
|
|
3416
3957
|
{
|
|
3417
3958
|
"disabled": false,
|
|
3418
3959
|
"document": "The region corresponding to the harvest job.",
|
|
3419
|
-
"example": "
|
|
3960
|
+
"example": "ap-singapore",
|
|
3420
3961
|
"member": "string",
|
|
3421
3962
|
"name": "Region",
|
|
3422
3963
|
"output_required": false,
|
|
3423
3964
|
"type": "string",
|
|
3424
3965
|
"value_allowed_null": false
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"disabled": false,
|
|
3969
|
+
"document": "Callback URL after recording is completed",
|
|
3970
|
+
"example": "https://www.tencent.com",
|
|
3971
|
+
"member": "string",
|
|
3972
|
+
"name": "CallbackURL",
|
|
3973
|
+
"output_required": false,
|
|
3974
|
+
"type": "string",
|
|
3975
|
+
"value_allowed_null": false
|
|
3425
3976
|
}
|
|
3426
3977
|
],
|
|
3427
3978
|
"usage": "out"
|
|
@@ -3452,6 +4003,45 @@
|
|
|
3452
4003
|
],
|
|
3453
4004
|
"usage": "out"
|
|
3454
4005
|
},
|
|
4006
|
+
"InputFileInfo": {
|
|
4007
|
+
"document": "VOD remux task input file information.",
|
|
4008
|
+
"members": [
|
|
4009
|
+
{
|
|
4010
|
+
"disabled": false,
|
|
4011
|
+
"document": "Input file Type. The input types include COS and URL.",
|
|
4012
|
+
"example": "COS",
|
|
4013
|
+
"member": "string",
|
|
4014
|
+
"name": "Type",
|
|
4015
|
+
"output_required": true,
|
|
4016
|
+
"required": true,
|
|
4017
|
+
"type": "string",
|
|
4018
|
+
"value_allowed_null": false
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"disabled": false,
|
|
4022
|
+
"document": "cos input informations. ",
|
|
4023
|
+
"example": "无",
|
|
4024
|
+
"member": "CosInputInfo",
|
|
4025
|
+
"name": "CosInputInfo",
|
|
4026
|
+
"output_required": false,
|
|
4027
|
+
"required": false,
|
|
4028
|
+
"type": "object",
|
|
4029
|
+
"value_allowed_null": false
|
|
4030
|
+
},
|
|
4031
|
+
{
|
|
4032
|
+
"disabled": false,
|
|
4033
|
+
"document": "input file url.",
|
|
4034
|
+
"example": "http://aa/bb/cc.m3u8",
|
|
4035
|
+
"member": "string",
|
|
4036
|
+
"name": "Url",
|
|
4037
|
+
"output_required": false,
|
|
4038
|
+
"required": false,
|
|
4039
|
+
"type": "string",
|
|
4040
|
+
"value_allowed_null": false
|
|
4041
|
+
}
|
|
4042
|
+
],
|
|
4043
|
+
"usage": "both"
|
|
4044
|
+
},
|
|
3455
4045
|
"InputInfo": {
|
|
3456
4046
|
"document": "Channel input.",
|
|
3457
4047
|
"members": [
|
|
@@ -3882,7 +4472,7 @@
|
|
|
3882
4472
|
{
|
|
3883
4473
|
"disabled": false,
|
|
3884
4474
|
"document": "Channel ID",
|
|
3885
|
-
"example": "
|
|
4475
|
+
"example": "001",
|
|
3886
4476
|
"member": "string",
|
|
3887
4477
|
"name": "Id",
|
|
3888
4478
|
"required": true,
|
|
@@ -3891,7 +4481,7 @@
|
|
|
3891
4481
|
{
|
|
3892
4482
|
"disabled": false,
|
|
3893
4483
|
"document": "Channel endpoint URL",
|
|
3894
|
-
"example": "
|
|
4484
|
+
"example": "https://www.tencent.com",
|
|
3895
4485
|
"member": "string",
|
|
3896
4486
|
"name": "Url",
|
|
3897
4487
|
"required": true,
|
|
@@ -3900,7 +4490,7 @@
|
|
|
3900
4490
|
{
|
|
3901
4491
|
"disabled": false,
|
|
3902
4492
|
"document": "New endpoint name",
|
|
3903
|
-
"example": "
|
|
4493
|
+
"example": "john",
|
|
3904
4494
|
"member": "string",
|
|
3905
4495
|
"name": "Name",
|
|
3906
4496
|
"required": true,
|
|
@@ -3963,7 +4553,7 @@
|
|
|
3963
4553
|
{
|
|
3964
4554
|
"disabled": false,
|
|
3965
4555
|
"document": "The customer-defined url parameter is inserted into the subscript at the specified position of the Endpoint url. \nCalculation starts from the first '/' in the url path, and the subscript starts from 0, the optional range of the subscript is: [0,3].",
|
|
3966
|
-
"example": "
|
|
4556
|
+
"example": "0",
|
|
3967
4557
|
"member": "uint64",
|
|
3968
4558
|
"name": "CustomUrlParamIndex",
|
|
3969
4559
|
"required": false,
|
|
@@ -3972,11 +4562,29 @@
|
|
|
3972
4562
|
{
|
|
3973
4563
|
"disabled": false,
|
|
3974
4564
|
"document": "Customer-defined url parameters are inserted into the specified position of the Endpoint url based on the CustomUrlParamIndex.\nThe parameters can only contain digits, letters, underscores (_), and hyphens (-), with a length of 1 to 64 chars.",
|
|
3975
|
-
"example": "
|
|
4565
|
+
"example": "\"xx\"",
|
|
3976
4566
|
"member": "string",
|
|
3977
4567
|
"name": "CustomUrlParam",
|
|
3978
4568
|
"required": false,
|
|
3979
4569
|
"type": "string"
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"disabled": false,
|
|
4573
|
+
"document": "Enable DRM. This is only effective for CMAF protocol.",
|
|
4574
|
+
"example": "true",
|
|
4575
|
+
"member": "bool",
|
|
4576
|
+
"name": "DRMEnabled",
|
|
4577
|
+
"required": false,
|
|
4578
|
+
"type": "bool"
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"disabled": false,
|
|
4582
|
+
"document": "DRM configuration information",
|
|
4583
|
+
"example": "无",
|
|
4584
|
+
"member": "DRMInfo",
|
|
4585
|
+
"name": "DRMInfo",
|
|
4586
|
+
"required": false,
|
|
4587
|
+
"type": "object"
|
|
3980
4588
|
}
|
|
3981
4589
|
],
|
|
3982
4590
|
"type": "object"
|
|
@@ -4437,6 +5045,15 @@
|
|
|
4437
5045
|
"name": "PackageConfs",
|
|
4438
5046
|
"required": false,
|
|
4439
5047
|
"type": "list"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"disabled": false,
|
|
5051
|
+
"document": "ADS can return more precise advertisements based on Source Tag information.",
|
|
5052
|
+
"example": "无",
|
|
5053
|
+
"member": "SourceTag",
|
|
5054
|
+
"name": "SourceTags",
|
|
5055
|
+
"required": false,
|
|
5056
|
+
"type": "list"
|
|
4440
5057
|
}
|
|
4441
5058
|
],
|
|
4442
5059
|
"type": "object"
|
|
@@ -4614,26 +5231,54 @@
|
|
|
4614
5231
|
],
|
|
4615
5232
|
"usage": "both"
|
|
4616
5233
|
},
|
|
4617
|
-
"
|
|
4618
|
-
"document": "
|
|
5234
|
+
"OutputStorage": {
|
|
5235
|
+
"document": "VOD remux task Output Storage.",
|
|
4619
5236
|
"members": [
|
|
4620
5237
|
{
|
|
4621
5238
|
"disabled": false,
|
|
4622
|
-
"document": "
|
|
4623
|
-
"example": "
|
|
4624
|
-
"member": "
|
|
4625
|
-
"name": "
|
|
4626
|
-
"output_required":
|
|
4627
|
-
"required":
|
|
4628
|
-
"type": "
|
|
5239
|
+
"document": "VOD remux task output storage type. Only support COS type.",
|
|
5240
|
+
"example": "COS",
|
|
5241
|
+
"member": "string",
|
|
5242
|
+
"name": "Type",
|
|
5243
|
+
"output_required": true,
|
|
5244
|
+
"required": true,
|
|
5245
|
+
"type": "string",
|
|
4629
5246
|
"value_allowed_null": false
|
|
4630
5247
|
},
|
|
4631
5248
|
{
|
|
4632
5249
|
"disabled": false,
|
|
4633
|
-
"document": "
|
|
5250
|
+
"document": "cos output storage information.",
|
|
4634
5251
|
"example": "无",
|
|
4635
|
-
"member": "
|
|
4636
|
-
"name": "
|
|
5252
|
+
"member": "CosOutputStorage",
|
|
5253
|
+
"name": "CosOutputStorage",
|
|
5254
|
+
"output_required": true,
|
|
5255
|
+
"required": true,
|
|
5256
|
+
"type": "object",
|
|
5257
|
+
"value_allowed_null": false
|
|
5258
|
+
}
|
|
5259
|
+
],
|
|
5260
|
+
"usage": "both"
|
|
5261
|
+
},
|
|
5262
|
+
"PlaybackInfo": {
|
|
5263
|
+
"document": "program playback configuration.",
|
|
5264
|
+
"members": [
|
|
5265
|
+
{
|
|
5266
|
+
"disabled": false,
|
|
5267
|
+
"document": "Program duration, in milliseconds, valid for live broadcast.",
|
|
5268
|
+
"example": "无",
|
|
5269
|
+
"member": "uint64",
|
|
5270
|
+
"name": "Duration",
|
|
5271
|
+
"output_required": false,
|
|
5272
|
+
"required": false,
|
|
5273
|
+
"type": "int",
|
|
5274
|
+
"value_allowed_null": false
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"disabled": false,
|
|
5278
|
+
"document": "Program startup method, live broadcast only supports Absolute, on-demand also supports Relative.",
|
|
5279
|
+
"example": "无",
|
|
5280
|
+
"member": "string",
|
|
5281
|
+
"name": "TransitionType",
|
|
4637
5282
|
"output_required": false,
|
|
4638
5283
|
"required": false,
|
|
4639
5284
|
"type": "string",
|
|
@@ -5059,7 +5704,7 @@
|
|
|
5059
5704
|
{
|
|
5060
5705
|
"disabled": false,
|
|
5061
5706
|
"document": "Generated playback address prefix",
|
|
5062
|
-
"example": "
|
|
5707
|
+
"example": "http://251009588.ap-mumbai.streampackage.srclivepull.myqcloud.com/v1/ssai/master/019a2a490e74155a6e792245709abe/",
|
|
5063
5708
|
"member": "string",
|
|
5064
5709
|
"name": "PlaybackPrefix",
|
|
5065
5710
|
"output_required": false,
|
|
@@ -5088,6 +5733,17 @@
|
|
|
5088
5733
|
"required": false,
|
|
5089
5734
|
"type": "string",
|
|
5090
5735
|
"value_allowed_null": false
|
|
5736
|
+
},
|
|
5737
|
+
{
|
|
5738
|
+
"disabled": false,
|
|
5739
|
+
"document": "Used for clickthrough addresses",
|
|
5740
|
+
"example": "http://251009588.ap-mumbai.streampackage.srclivepull.myqcloud.com/v1/ssai/master/019a2a490e74155a6e792245239abe/",
|
|
5741
|
+
"member": "string",
|
|
5742
|
+
"name": "SessionInitPrefix",
|
|
5743
|
+
"output_required": false,
|
|
5744
|
+
"required": false,
|
|
5745
|
+
"type": "string",
|
|
5746
|
+
"value_allowed_null": false
|
|
5091
5747
|
}
|
|
5092
5748
|
],
|
|
5093
5749
|
"usage": "both"
|
|
@@ -5241,6 +5897,112 @@
|
|
|
5241
5897
|
],
|
|
5242
5898
|
"usage": "both"
|
|
5243
5899
|
},
|
|
5900
|
+
"SSAIUsageInfo": {
|
|
5901
|
+
"document": "SSAI usage information.",
|
|
5902
|
+
"members": [
|
|
5903
|
+
{
|
|
5904
|
+
"disabled": false,
|
|
5905
|
+
"document": "Number of successful ad requests.",
|
|
5906
|
+
"example": "10",
|
|
5907
|
+
"member": "uint64",
|
|
5908
|
+
"name": "AdRequestSuccess",
|
|
5909
|
+
"output_required": false,
|
|
5910
|
+
"type": "int",
|
|
5911
|
+
"value_allowed_null": false
|
|
5912
|
+
},
|
|
5913
|
+
{
|
|
5914
|
+
"disabled": false,
|
|
5915
|
+
"document": "Number of failed ad requests.",
|
|
5916
|
+
"example": "10",
|
|
5917
|
+
"member": "uint64",
|
|
5918
|
+
"name": "AdRequestFail",
|
|
5919
|
+
"output_required": false,
|
|
5920
|
+
"type": "int",
|
|
5921
|
+
"value_allowed_null": false
|
|
5922
|
+
},
|
|
5923
|
+
{
|
|
5924
|
+
"disabled": false,
|
|
5925
|
+
"document": "Exposure count.",
|
|
5926
|
+
"example": "10",
|
|
5927
|
+
"member": "uint64",
|
|
5928
|
+
"name": "Impression",
|
|
5929
|
+
"output_required": false,
|
|
5930
|
+
"type": "int",
|
|
5931
|
+
"value_allowed_null": false
|
|
5932
|
+
},
|
|
5933
|
+
{
|
|
5934
|
+
"disabled": false,
|
|
5935
|
+
"document": "Fill factor for personalized ads.",
|
|
5936
|
+
"example": "0.5",
|
|
5937
|
+
"member": "float",
|
|
5938
|
+
"name": "MidFillRate",
|
|
5939
|
+
"output_required": false,
|
|
5940
|
+
"type": "float",
|
|
5941
|
+
"value_allowed_null": false
|
|
5942
|
+
},
|
|
5943
|
+
{
|
|
5944
|
+
"disabled": false,
|
|
5945
|
+
"document": "Advertising tag time.",
|
|
5946
|
+
"example": "10.5",
|
|
5947
|
+
"member": "float",
|
|
5948
|
+
"name": "AdMarkerTime",
|
|
5949
|
+
"output_required": false,
|
|
5950
|
+
"type": "float",
|
|
5951
|
+
"value_allowed_null": false
|
|
5952
|
+
},
|
|
5953
|
+
{
|
|
5954
|
+
"disabled": false,
|
|
5955
|
+
"document": "Personalization replacement time.",
|
|
5956
|
+
"example": "10.5",
|
|
5957
|
+
"member": "float",
|
|
5958
|
+
"name": "ReplacedTime",
|
|
5959
|
+
"output_required": false,
|
|
5960
|
+
"type": "float",
|
|
5961
|
+
"value_allowed_null": false
|
|
5962
|
+
},
|
|
5963
|
+
{
|
|
5964
|
+
"disabled": false,
|
|
5965
|
+
"document": "Ad replacement rate.",
|
|
5966
|
+
"example": "0.5",
|
|
5967
|
+
"member": "float",
|
|
5968
|
+
"name": "PreReplaceRate",
|
|
5969
|
+
"output_required": false,
|
|
5970
|
+
"type": "float",
|
|
5971
|
+
"value_allowed_null": false
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
"disabled": false,
|
|
5975
|
+
"document": "Number of pre-roll ad requests.",
|
|
5976
|
+
"example": "10",
|
|
5977
|
+
"member": "uint64",
|
|
5978
|
+
"name": "PreReqNum",
|
|
5979
|
+
"output_required": false,
|
|
5980
|
+
"type": "int",
|
|
5981
|
+
"value_allowed_null": false
|
|
5982
|
+
},
|
|
5983
|
+
{
|
|
5984
|
+
"disabled": false,
|
|
5985
|
+
"document": "Number of pre-roll ad replacements.",
|
|
5986
|
+
"example": "10",
|
|
5987
|
+
"member": "uint64",
|
|
5988
|
+
"name": "PreReplacedNum",
|
|
5989
|
+
"output_required": false,
|
|
5990
|
+
"type": "int",
|
|
5991
|
+
"value_allowed_null": false
|
|
5992
|
+
},
|
|
5993
|
+
{
|
|
5994
|
+
"disabled": false,
|
|
5995
|
+
"document": "Configures usage for each ad.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5996
|
+
"example": "无",
|
|
5997
|
+
"member": "UsageDetail",
|
|
5998
|
+
"name": "UsageDetails",
|
|
5999
|
+
"output_required": false,
|
|
6000
|
+
"type": "list",
|
|
6001
|
+
"value_allowed_null": true
|
|
6002
|
+
}
|
|
6003
|
+
],
|
|
6004
|
+
"usage": "out"
|
|
6005
|
+
},
|
|
5244
6006
|
"SegmentDeliverInfo": {
|
|
5245
6007
|
"document": "SourceLocation shim configuration.",
|
|
5246
6008
|
"members": [
|
|
@@ -5612,6 +6374,34 @@
|
|
|
5612
6374
|
],
|
|
5613
6375
|
"usage": "both"
|
|
5614
6376
|
},
|
|
6377
|
+
"SourceTag": {
|
|
6378
|
+
"document": "type SourceTag struct {\n\tKey string `json:\"Key\"`\n\tValue string `json:\"Value\"`\n}",
|
|
6379
|
+
"members": [
|
|
6380
|
+
{
|
|
6381
|
+
"disabled": false,
|
|
6382
|
+
"document": "The key of the source tag supports capital letters, numbers, underscores, and dashes from 1 to 50 digits",
|
|
6383
|
+
"example": "TESTKEY",
|
|
6384
|
+
"member": "string",
|
|
6385
|
+
"name": "Key",
|
|
6386
|
+
"output_required": false,
|
|
6387
|
+
"required": false,
|
|
6388
|
+
"type": "string",
|
|
6389
|
+
"value_allowed_null": false
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"disabled": false,
|
|
6393
|
+
"document": "The value of the source tag supports letters, numbers, underscores, dashes, periods, and percent signs (%) ranging from 1 to 200 characters\n",
|
|
6394
|
+
"example": "testvalue",
|
|
6395
|
+
"member": "string",
|
|
6396
|
+
"name": "Value",
|
|
6397
|
+
"output_required": false,
|
|
6398
|
+
"required": false,
|
|
6399
|
+
"type": "string",
|
|
6400
|
+
"value_allowed_null": false
|
|
6401
|
+
}
|
|
6402
|
+
],
|
|
6403
|
+
"usage": "both"
|
|
6404
|
+
},
|
|
5615
6405
|
"SpliceInsertInfo": {
|
|
5616
6406
|
"document": "SpliceInsertInfo.",
|
|
5617
6407
|
"members": [
|
|
@@ -5689,6 +6479,33 @@
|
|
|
5689
6479
|
],
|
|
5690
6480
|
"type": "object"
|
|
5691
6481
|
},
|
|
6482
|
+
"StartStreamPackageVodRemuxTaskRequest": {
|
|
6483
|
+
"document": "StartStreamPackageVodRemuxTask request structure.",
|
|
6484
|
+
"members": [
|
|
6485
|
+
{
|
|
6486
|
+
"disabled": false,
|
|
6487
|
+
"document": "VOD remux task ID.",
|
|
6488
|
+
"example": "11639543071749787053508aa",
|
|
6489
|
+
"member": "string",
|
|
6490
|
+
"name": "Id",
|
|
6491
|
+
"required": true,
|
|
6492
|
+
"type": "string"
|
|
6493
|
+
}
|
|
6494
|
+
],
|
|
6495
|
+
"type": "object"
|
|
6496
|
+
},
|
|
6497
|
+
"StartStreamPackageVodRemuxTaskResponse": {
|
|
6498
|
+
"document": "StartStreamPackageVodRemuxTask response structure.",
|
|
6499
|
+
"members": [
|
|
6500
|
+
{
|
|
6501
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
6502
|
+
"member": "string",
|
|
6503
|
+
"name": "RequestId",
|
|
6504
|
+
"type": "string"
|
|
6505
|
+
}
|
|
6506
|
+
],
|
|
6507
|
+
"type": "object"
|
|
6508
|
+
},
|
|
5692
6509
|
"StopStreamPackageLinearAssemblyChannelRequest": {
|
|
5693
6510
|
"document": "StopStreamPackageLinearAssemblyChannel request structure.",
|
|
5694
6511
|
"members": [
|
|
@@ -5898,6 +6715,476 @@
|
|
|
5898
6715
|
}
|
|
5899
6716
|
],
|
|
5900
6717
|
"type": "object"
|
|
6718
|
+
},
|
|
6719
|
+
"UnbindSSAICDNDomainWithChannelRequest": {
|
|
6720
|
+
"document": "UnbindSSAICDNDomainWithChannel request structure.",
|
|
6721
|
+
"members": [
|
|
6722
|
+
{
|
|
6723
|
+
"disabled": false,
|
|
6724
|
+
"document": "Channel Id.",
|
|
6725
|
+
"example": "ChannelId",
|
|
6726
|
+
"member": "string",
|
|
6727
|
+
"name": "ChannelId",
|
|
6728
|
+
"required": true,
|
|
6729
|
+
"type": "string"
|
|
6730
|
+
},
|
|
6731
|
+
{
|
|
6732
|
+
"disabled": false,
|
|
6733
|
+
"document": "Specifies the playback domain of CDN.",
|
|
6734
|
+
"example": "CdnDomain",
|
|
6735
|
+
"member": "string",
|
|
6736
|
+
"name": "CdnDomain",
|
|
6737
|
+
"required": true,
|
|
6738
|
+
"type": "string"
|
|
6739
|
+
}
|
|
6740
|
+
],
|
|
6741
|
+
"type": "object"
|
|
6742
|
+
},
|
|
6743
|
+
"UnbindSSAICDNDomainWithChannelResponse": {
|
|
6744
|
+
"document": "UnbindSSAICDNDomainWithChannel response structure.",
|
|
6745
|
+
"members": [
|
|
6746
|
+
{
|
|
6747
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
6748
|
+
"member": "string",
|
|
6749
|
+
"name": "RequestId",
|
|
6750
|
+
"type": "string"
|
|
6751
|
+
}
|
|
6752
|
+
],
|
|
6753
|
+
"type": "object"
|
|
6754
|
+
},
|
|
6755
|
+
"UsageDetail": {
|
|
6756
|
+
"document": "Ad insertion configuration and SSAI usage detail by advertisement type dimension.",
|
|
6757
|
+
"members": [
|
|
6758
|
+
{
|
|
6759
|
+
"disabled": false,
|
|
6760
|
+
"document": "Ad insertion configuration uniq_id.",
|
|
6761
|
+
"example": "01966b61e9ee09dc0f3218d682b6",
|
|
6762
|
+
"member": "string",
|
|
6763
|
+
"name": "UniqId",
|
|
6764
|
+
"output_required": false,
|
|
6765
|
+
"type": "string",
|
|
6766
|
+
"value_allowed_null": false
|
|
6767
|
+
},
|
|
6768
|
+
{
|
|
6769
|
+
"disabled": false,
|
|
6770
|
+
"document": "Ad insertion configuration id.",
|
|
6771
|
+
"example": "67F63826000xxxx847E",
|
|
6772
|
+
"member": "string",
|
|
6773
|
+
"name": "ChannelId",
|
|
6774
|
+
"output_required": false,
|
|
6775
|
+
"type": "string",
|
|
6776
|
+
"value_allowed_null": false
|
|
6777
|
+
},
|
|
6778
|
+
{
|
|
6779
|
+
"disabled": false,
|
|
6780
|
+
"document": "Ad insertion configuration name.",
|
|
6781
|
+
"example": "ssai_demo",
|
|
6782
|
+
"member": "string",
|
|
6783
|
+
"name": "ChannelName",
|
|
6784
|
+
"output_required": false,
|
|
6785
|
+
"type": "string",
|
|
6786
|
+
"value_allowed_null": false
|
|
6787
|
+
},
|
|
6788
|
+
{
|
|
6789
|
+
"disabled": false,
|
|
6790
|
+
"document": "Ad type.",
|
|
6791
|
+
"example": "Preroll",
|
|
6792
|
+
"member": "string",
|
|
6793
|
+
"name": "AdType",
|
|
6794
|
+
"output_required": false,
|
|
6795
|
+
"type": "string",
|
|
6796
|
+
"value_allowed_null": false
|
|
6797
|
+
},
|
|
6798
|
+
{
|
|
6799
|
+
"disabled": false,
|
|
6800
|
+
"document": "Number of successful ad requests.",
|
|
6801
|
+
"example": "10",
|
|
6802
|
+
"member": "uint64",
|
|
6803
|
+
"name": "AdRequestSuccess",
|
|
6804
|
+
"output_required": false,
|
|
6805
|
+
"type": "int",
|
|
6806
|
+
"value_allowed_null": false
|
|
6807
|
+
},
|
|
6808
|
+
{
|
|
6809
|
+
"disabled": false,
|
|
6810
|
+
"document": "Number of failed ad requests.",
|
|
6811
|
+
"example": "10",
|
|
6812
|
+
"member": "uint64",
|
|
6813
|
+
"name": "AdRequestFail",
|
|
6814
|
+
"output_required": false,
|
|
6815
|
+
"type": "int",
|
|
6816
|
+
"value_allowed_null": false
|
|
6817
|
+
},
|
|
6818
|
+
{
|
|
6819
|
+
"disabled": false,
|
|
6820
|
+
"document": "Number of ad exposures.",
|
|
6821
|
+
"example": "10",
|
|
6822
|
+
"member": "uint64",
|
|
6823
|
+
"name": "Impression",
|
|
6824
|
+
"output_required": false,
|
|
6825
|
+
"type": "int",
|
|
6826
|
+
"value_allowed_null": false
|
|
6827
|
+
},
|
|
6828
|
+
{
|
|
6829
|
+
"disabled": false,
|
|
6830
|
+
"document": "Number of ad playbacks started.",
|
|
6831
|
+
"example": "10",
|
|
6832
|
+
"member": "uint64",
|
|
6833
|
+
"name": "Start",
|
|
6834
|
+
"output_required": false,
|
|
6835
|
+
"type": "int",
|
|
6836
|
+
"value_allowed_null": false
|
|
6837
|
+
},
|
|
6838
|
+
{
|
|
6839
|
+
"disabled": false,
|
|
6840
|
+
"document": "Ad plays at 1/4 point.",
|
|
6841
|
+
"example": "10",
|
|
6842
|
+
"member": "uint64",
|
|
6843
|
+
"name": "FirstQuarter",
|
|
6844
|
+
"output_required": false,
|
|
6845
|
+
"type": "int",
|
|
6846
|
+
"value_allowed_null": false
|
|
6847
|
+
},
|
|
6848
|
+
{
|
|
6849
|
+
"disabled": false,
|
|
6850
|
+
"document": "Ad plays at 1/2 point.",
|
|
6851
|
+
"example": "10",
|
|
6852
|
+
"member": "uint64",
|
|
6853
|
+
"name": "Midpoint",
|
|
6854
|
+
"output_required": false,
|
|
6855
|
+
"type": "int",
|
|
6856
|
+
"value_allowed_null": false
|
|
6857
|
+
},
|
|
6858
|
+
{
|
|
6859
|
+
"disabled": false,
|
|
6860
|
+
"document": "Ad plays at 3/4 point.",
|
|
6861
|
+
"example": "10",
|
|
6862
|
+
"member": "uint64",
|
|
6863
|
+
"name": "ThirdQuarter",
|
|
6864
|
+
"output_required": false,
|
|
6865
|
+
"type": "int",
|
|
6866
|
+
"value_allowed_null": false
|
|
6867
|
+
},
|
|
6868
|
+
{
|
|
6869
|
+
"disabled": false,
|
|
6870
|
+
"document": "Number of ad playbacks completed.",
|
|
6871
|
+
"example": "10",
|
|
6872
|
+
"member": "uint64",
|
|
6873
|
+
"name": "Complete",
|
|
6874
|
+
"output_required": false,
|
|
6875
|
+
"type": "int",
|
|
6876
|
+
"value_allowed_null": false
|
|
6877
|
+
},
|
|
6878
|
+
{
|
|
6879
|
+
"disabled": true,
|
|
6880
|
+
"document": "Advertising tag time.",
|
|
6881
|
+
"example": "10.5",
|
|
6882
|
+
"member": "float",
|
|
6883
|
+
"name": "AdMarkerTime",
|
|
6884
|
+
"output_required": false,
|
|
6885
|
+
"type": "float",
|
|
6886
|
+
"value_allowed_null": false
|
|
6887
|
+
},
|
|
6888
|
+
{
|
|
6889
|
+
"disabled": true,
|
|
6890
|
+
"document": "Personalization replacement time.",
|
|
6891
|
+
"example": "10.5",
|
|
6892
|
+
"member": "float",
|
|
6893
|
+
"name": "ReplacedTime",
|
|
6894
|
+
"output_required": false,
|
|
6895
|
+
"type": "float",
|
|
6896
|
+
"value_allowed_null": false
|
|
6897
|
+
},
|
|
6898
|
+
{
|
|
6899
|
+
"disabled": true,
|
|
6900
|
+
"document": "Fill factor for personalized ads.",
|
|
6901
|
+
"example": "0.5",
|
|
6902
|
+
"member": "float",
|
|
6903
|
+
"name": "MidFillRate",
|
|
6904
|
+
"output_required": false,
|
|
6905
|
+
"type": "float",
|
|
6906
|
+
"value_allowed_null": false
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"disabled": true,
|
|
6910
|
+
"document": "Number of pre-roll ad requests.",
|
|
6911
|
+
"example": "10",
|
|
6912
|
+
"member": "uint64",
|
|
6913
|
+
"name": "PreReqNum",
|
|
6914
|
+
"output_required": false,
|
|
6915
|
+
"type": "int",
|
|
6916
|
+
"value_allowed_null": false
|
|
6917
|
+
},
|
|
6918
|
+
{
|
|
6919
|
+
"disabled": true,
|
|
6920
|
+
"document": "Number of pre-roll ad replacements.",
|
|
6921
|
+
"example": "10",
|
|
6922
|
+
"member": "uint64",
|
|
6923
|
+
"name": "PreReplacedNum",
|
|
6924
|
+
"output_required": false,
|
|
6925
|
+
"type": "int",
|
|
6926
|
+
"value_allowed_null": false
|
|
6927
|
+
},
|
|
6928
|
+
{
|
|
6929
|
+
"disabled": true,
|
|
6930
|
+
"document": "Ad replacement rate.",
|
|
6931
|
+
"example": "0.5",
|
|
6932
|
+
"member": "float",
|
|
6933
|
+
"name": "PreReplaceRate",
|
|
6934
|
+
"output_required": false,
|
|
6935
|
+
"type": "float",
|
|
6936
|
+
"value_allowed_null": false
|
|
6937
|
+
},
|
|
6938
|
+
{
|
|
6939
|
+
"disabled": false,
|
|
6940
|
+
"document": "Number of ad tags found in the list",
|
|
6941
|
+
"example": "0",
|
|
6942
|
+
"member": "uint64",
|
|
6943
|
+
"name": "ADMarkerFound",
|
|
6944
|
+
"output_required": false,
|
|
6945
|
+
"type": "int",
|
|
6946
|
+
"value_allowed_null": false
|
|
6947
|
+
},
|
|
6948
|
+
{
|
|
6949
|
+
"disabled": false,
|
|
6950
|
+
"document": "Request advertising frequency from ADS",
|
|
6951
|
+
"example": "0",
|
|
6952
|
+
"member": "uint64",
|
|
6953
|
+
"name": "MakeAdsRequest",
|
|
6954
|
+
"output_required": false,
|
|
6955
|
+
"type": "int",
|
|
6956
|
+
"value_allowed_null": false
|
|
6957
|
+
},
|
|
6958
|
+
{
|
|
6959
|
+
"disabled": false,
|
|
6960
|
+
"document": "Received VAST returns from ADS",
|
|
6961
|
+
"example": "0",
|
|
6962
|
+
"member": "uint64",
|
|
6963
|
+
"name": "VASTResponse",
|
|
6964
|
+
"output_required": false,
|
|
6965
|
+
"type": "int",
|
|
6966
|
+
"value_allowed_null": false
|
|
6967
|
+
},
|
|
6968
|
+
{
|
|
6969
|
+
"disabled": false,
|
|
6970
|
+
"document": "Successfully filled the ad count",
|
|
6971
|
+
"example": "0",
|
|
6972
|
+
"member": "uint64",
|
|
6973
|
+
"name": "FilledAvail",
|
|
6974
|
+
"output_required": false,
|
|
6975
|
+
"type": "int",
|
|
6976
|
+
"value_allowed_null": false
|
|
6977
|
+
},
|
|
6978
|
+
{
|
|
6979
|
+
"disabled": false,
|
|
6980
|
+
"document": "The number of issues encountered during ad replacement execution",
|
|
6981
|
+
"example": "0",
|
|
6982
|
+
"member": "uint64",
|
|
6983
|
+
"name": "WarningNoAd",
|
|
6984
|
+
"output_required": false,
|
|
6985
|
+
"type": "int",
|
|
6986
|
+
"value_allowed_null": false
|
|
6987
|
+
},
|
|
6988
|
+
{
|
|
6989
|
+
"disabled": false,
|
|
6990
|
+
"document": "The number of timeouts returned by ADS",
|
|
6991
|
+
"example": "0",
|
|
6992
|
+
"member": "uint64",
|
|
6993
|
+
"name": "ErrorAdsTimeout",
|
|
6994
|
+
"output_required": false,
|
|
6995
|
+
"type": "int",
|
|
6996
|
+
"value_allowed_null": false
|
|
6997
|
+
},
|
|
6998
|
+
{
|
|
6999
|
+
"disabled": false,
|
|
7000
|
+
"document": "The number of empty VAST responses returned by ADS",
|
|
7001
|
+
"example": "0",
|
|
7002
|
+
"member": "uint64",
|
|
7003
|
+
"name": "EmptyVASTResponse",
|
|
7004
|
+
"output_required": false,
|
|
7005
|
+
"type": "int",
|
|
7006
|
+
"value_allowed_null": false
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"disabled": false,
|
|
7010
|
+
"document": "The number of empty VMAP responses returned by ADS",
|
|
7011
|
+
"example": "0",
|
|
7012
|
+
"member": "uint64",
|
|
7013
|
+
"name": "EmptyVMAPResponse",
|
|
7014
|
+
"output_required": false,
|
|
7015
|
+
"type": "int",
|
|
7016
|
+
"value_allowed_null": false
|
|
7017
|
+
},
|
|
7018
|
+
{
|
|
7019
|
+
"disabled": false,
|
|
7020
|
+
"document": "Date",
|
|
7021
|
+
"example": "2025-07-28",
|
|
7022
|
+
"member": "string",
|
|
7023
|
+
"name": "Date",
|
|
7024
|
+
"output_required": false,
|
|
7025
|
+
"type": "string",
|
|
7026
|
+
"value_allowed_null": false
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
"disabled": false,
|
|
7030
|
+
"document": "Start time",
|
|
7031
|
+
"example": "2025-09-20T00+08:00",
|
|
7032
|
+
"member": "string",
|
|
7033
|
+
"name": "StartTime",
|
|
7034
|
+
"output_required": false,
|
|
7035
|
+
"type": "string",
|
|
7036
|
+
"value_allowed_null": false
|
|
7037
|
+
},
|
|
7038
|
+
{
|
|
7039
|
+
"disabled": false,
|
|
7040
|
+
"document": "End time",
|
|
7041
|
+
"example": "2025-09-20T10+08:00",
|
|
7042
|
+
"member": "string",
|
|
7043
|
+
"name": "EndTime",
|
|
7044
|
+
"output_required": false,
|
|
7045
|
+
"type": "string",
|
|
7046
|
+
"value_allowed_null": false
|
|
7047
|
+
}
|
|
7048
|
+
],
|
|
7049
|
+
"usage": "out"
|
|
7050
|
+
},
|
|
7051
|
+
"VodRemuxTaskInfo": {
|
|
7052
|
+
"document": "VOD remux task informations.",
|
|
7053
|
+
"members": [
|
|
7054
|
+
{
|
|
7055
|
+
"disabled": false,
|
|
7056
|
+
"document": "VOD remux task ID.",
|
|
7057
|
+
"example": "11639543071749787053508aa",
|
|
7058
|
+
"member": "string",
|
|
7059
|
+
"name": "Id",
|
|
7060
|
+
"output_required": true,
|
|
7061
|
+
"required": true,
|
|
7062
|
+
"type": "string",
|
|
7063
|
+
"value_allowed_null": false
|
|
7064
|
+
},
|
|
7065
|
+
{
|
|
7066
|
+
"disabled": false,
|
|
7067
|
+
"document": "VOD remux task name.",
|
|
7068
|
+
"example": "vod remux name",
|
|
7069
|
+
"member": "string",
|
|
7070
|
+
"name": "Name",
|
|
7071
|
+
"output_required": true,
|
|
7072
|
+
"required": true,
|
|
7073
|
+
"type": "string",
|
|
7074
|
+
"value_allowed_null": false
|
|
7075
|
+
},
|
|
7076
|
+
{
|
|
7077
|
+
"disabled": false,
|
|
7078
|
+
"document": "VOD remux task type.",
|
|
7079
|
+
"example": "webvtt",
|
|
7080
|
+
"member": "string",
|
|
7081
|
+
"name": "Type",
|
|
7082
|
+
"output_required": true,
|
|
7083
|
+
"required": true,
|
|
7084
|
+
"type": "string",
|
|
7085
|
+
"value_allowed_null": false
|
|
7086
|
+
},
|
|
7087
|
+
{
|
|
7088
|
+
"disabled": false,
|
|
7089
|
+
"document": "VOD remux task input file information.",
|
|
7090
|
+
"example": "无",
|
|
7091
|
+
"member": "InputFileInfo",
|
|
7092
|
+
"name": "InputFileInfo",
|
|
7093
|
+
"output_required": true,
|
|
7094
|
+
"required": true,
|
|
7095
|
+
"type": "object",
|
|
7096
|
+
"value_allowed_null": false
|
|
7097
|
+
},
|
|
7098
|
+
{
|
|
7099
|
+
"disabled": false,
|
|
7100
|
+
"document": "VOD remux task output storage information.",
|
|
7101
|
+
"example": "无",
|
|
7102
|
+
"member": "OutputStorage",
|
|
7103
|
+
"name": "OutputStorage",
|
|
7104
|
+
"output_required": true,
|
|
7105
|
+
"required": true,
|
|
7106
|
+
"type": "object",
|
|
7107
|
+
"value_allowed_null": false
|
|
7108
|
+
},
|
|
7109
|
+
{
|
|
7110
|
+
"disabled": false,
|
|
7111
|
+
"document": "VOD remux task created time.",
|
|
7112
|
+
"example": "1590508800",
|
|
7113
|
+
"member": "uint64",
|
|
7114
|
+
"name": "CreateTime",
|
|
7115
|
+
"output_required": true,
|
|
7116
|
+
"required": true,
|
|
7117
|
+
"type": "int",
|
|
7118
|
+
"value_allowed_null": false
|
|
7119
|
+
},
|
|
7120
|
+
{
|
|
7121
|
+
"disabled": false,
|
|
7122
|
+
"document": "VOD remux task updated time.",
|
|
7123
|
+
"example": "1590508800",
|
|
7124
|
+
"member": "uint64",
|
|
7125
|
+
"name": "UpdateTime",
|
|
7126
|
+
"output_required": true,
|
|
7127
|
+
"required": true,
|
|
7128
|
+
"type": "int",
|
|
7129
|
+
"value_allowed_null": false
|
|
7130
|
+
},
|
|
7131
|
+
{
|
|
7132
|
+
"disabled": false,
|
|
7133
|
+
"document": "VOD remux task's state.",
|
|
7134
|
+
"example": "Processing",
|
|
7135
|
+
"member": "string",
|
|
7136
|
+
"name": "State",
|
|
7137
|
+
"output_required": true,
|
|
7138
|
+
"required": true,
|
|
7139
|
+
"type": "string",
|
|
7140
|
+
"value_allowed_null": false
|
|
7141
|
+
},
|
|
7142
|
+
{
|
|
7143
|
+
"disabled": false,
|
|
7144
|
+
"document": "VOD remux task's error message.",
|
|
7145
|
+
"example": "video key frame is not fount",
|
|
7146
|
+
"member": "string",
|
|
7147
|
+
"name": "ErrorMsg",
|
|
7148
|
+
"output_required": true,
|
|
7149
|
+
"required": true,
|
|
7150
|
+
"type": "string",
|
|
7151
|
+
"value_allowed_null": false
|
|
7152
|
+
},
|
|
7153
|
+
{
|
|
7154
|
+
"disabled": false,
|
|
7155
|
+
"document": "VOD remux task process started time.",
|
|
7156
|
+
"example": "1590508800",
|
|
7157
|
+
"member": "uint64",
|
|
7158
|
+
"name": "StartTime",
|
|
7159
|
+
"output_required": true,
|
|
7160
|
+
"required": false,
|
|
7161
|
+
"type": "int",
|
|
7162
|
+
"value_allowed_null": false
|
|
7163
|
+
},
|
|
7164
|
+
{
|
|
7165
|
+
"disabled": false,
|
|
7166
|
+
"document": "VOD remux task process end time.",
|
|
7167
|
+
"example": "1590509800",
|
|
7168
|
+
"member": "uint64",
|
|
7169
|
+
"name": "EndTime",
|
|
7170
|
+
"output_required": true,
|
|
7171
|
+
"required": false,
|
|
7172
|
+
"type": "int",
|
|
7173
|
+
"value_allowed_null": false
|
|
7174
|
+
},
|
|
7175
|
+
{
|
|
7176
|
+
"disabled": false,
|
|
7177
|
+
"document": "Common Params. For more information, please see the list of regions supported by the product.",
|
|
7178
|
+
"example": "ap-mumai",
|
|
7179
|
+
"member": "string",
|
|
7180
|
+
"name": "Region",
|
|
7181
|
+
"output_required": true,
|
|
7182
|
+
"required": false,
|
|
7183
|
+
"type": "string",
|
|
7184
|
+
"value_allowed_null": false
|
|
7185
|
+
}
|
|
7186
|
+
],
|
|
7187
|
+
"usage": "both"
|
|
5901
7188
|
}
|
|
5902
7189
|
},
|
|
5903
7190
|
"version": "1.0"
|