tccli-intl-en 3.0.1248.1__py2.py3-none-any.whl → 3.1.33.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/services/__init__.py +32 -1
- 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 +290 -116
- tccli/services/autoscaling/v20180419/api.json +78 -28
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/bi_client.py +120 -48
- tccli/services/billing/billing_client.py +210 -84
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +794 -160
- tccli/services/ccc/v20200210/api.json +1778 -202
- tccli/services/ccc/v20200210/examples.json +64 -0
- tccli/services/cdb/cdb_client.py +1770 -531
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- 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/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 +170 -68
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +598 -185
- tccli/services/cvm/v20170312/examples.json +172 -126
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +1887 -577
- tccli/services/cynosdb/v20190107/api.json +11763 -7697
- tccli/services/cynosdb/v20190107/examples.json +132 -4
- 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 +302 -76
- tccli/services/dnspod/v20210323/api.json +153 -0
- tccli/services/dnspod/v20210323/examples.json +16 -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 +2815 -146
- tccli/services/emr/v20190103/api.json +14527 -4841
- tccli/services/emr/v20190103/examples.json +404 -36
- 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 +196 -53
- 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 +546 -0
- tccli/services/hunyuan/v20230901/api.json +628 -0
- tccli/services/hunyuan/v20230901/examples.json +60 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/kms/v20190118/api.json +80 -3
- tccli/services/kms/v20190118/examples.json +3 -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 +600 -240
- tccli/services/lke/lke_client.py +450 -180
- 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 +357 -90
- tccli/services/mdl/v20200326/api.json +1095 -77
- tccli/services/mdl/v20200326/examples.json +40 -16
- tccli/services/mdp/mdp_client.py +416 -124
- tccli/services/mdp/v20200527/api.json +335 -40
- tccli/services/mdp/v20200527/examples.json +95 -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 +1404 -141
- tccli/services/mongodb/v20190725/api.json +2919 -677
- tccli/services/mongodb/v20190725/examples.json +190 -22
- 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 +1721 -381
- tccli/services/mps/v20190612/api.json +4905 -561
- tccli/services/mps/v20190612/examples.json +221 -69
- 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 +358 -76
- tccli/services/ocr/v20181119/api.json +731 -88
- tccli/services/ocr/v20181119/examples.json +40 -10
- 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/privatedns/privatedns_client.py +155 -62
- 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 +545 -218
- tccli/services/redis/v20180412/api.json +227 -115
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/region_client.py +15 -6
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +145 -58
- 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 +3759 -480
- tccli/services/sqlserver/v20180328/api.json +8909 -2941
- tccli/services/sqlserver/v20180328/examples.json +447 -3
- tccli/services/ssl/ssl_client.py +190 -76
- 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 +2576 -327
- tccli/services/tcsas/v20250106/api.json +8304 -3241
- tccli/services/tcsas/v20250106/examples.json +311 -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 +1590 -540
- tccli/services/teo/v20220901/api.json +703 -71
- tccli/services/teo/v20220901/examples.json +88 -22
- 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/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 +255 -102
- tccli/services/trtc/v20190722/api.json +135 -31
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +1175 -358
- tccli/services/vpc/v20170312/api.json +1102 -137
- tccli/services/vpc/v20170312/examples.json +127 -23
- tccli/services/vpc/vpc_client.py +2241 -670
- 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.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +245 -203
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.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",
|
|
@@ -419,6 +426,13 @@
|
|
|
419
426
|
"name": "UnbindLinearAssemblyCDNDomainWithChannel",
|
|
420
427
|
"output": "UnbindLinearAssemblyCDNDomainWithChannelResponse",
|
|
421
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"
|
|
422
436
|
}
|
|
423
437
|
},
|
|
424
438
|
"metadata": {
|
|
@@ -629,6 +643,42 @@
|
|
|
629
643
|
],
|
|
630
644
|
"type": "object"
|
|
631
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
|
+
},
|
|
632
682
|
"CacheInfo": {
|
|
633
683
|
"document": "Cache configuration",
|
|
634
684
|
"members": [
|
|
@@ -679,7 +729,7 @@
|
|
|
679
729
|
"members": [
|
|
680
730
|
{
|
|
681
731
|
"disabled": false,
|
|
682
|
-
"document": "",
|
|
732
|
+
"document": "Total list size.",
|
|
683
733
|
"example": "",
|
|
684
734
|
"member": "int64",
|
|
685
735
|
"name": "TotalSize",
|
|
@@ -689,7 +739,7 @@
|
|
|
689
739
|
},
|
|
690
740
|
{
|
|
691
741
|
"disabled": false,
|
|
692
|
-
"document": "",
|
|
742
|
+
"document": "List of associated domain name information.",
|
|
693
743
|
"example": "",
|
|
694
744
|
"member": "DomainRecordInfo",
|
|
695
745
|
"name": "Records",
|
|
@@ -788,7 +838,7 @@
|
|
|
788
838
|
{
|
|
789
839
|
"disabled": false,
|
|
790
840
|
"document": "The vod type is valid, the content is valid starting time, Entire and SpecifyTimeRange are optional.",
|
|
791
|
-
"example": "
|
|
841
|
+
"example": "Entire",
|
|
792
842
|
"member": "string",
|
|
793
843
|
"name": "Type",
|
|
794
844
|
"output_required": false,
|
|
@@ -797,15 +847,37 @@
|
|
|
797
847
|
"value_allowed_null": false
|
|
798
848
|
},
|
|
799
849
|
{
|
|
800
|
-
"disabled":
|
|
850
|
+
"disabled": true,
|
|
801
851
|
"document": "Offset, valid when Type is SpecifyTimeRange.",
|
|
802
|
-
"example": "
|
|
852
|
+
"example": "300",
|
|
803
853
|
"member": "uint64",
|
|
804
854
|
"name": "Offset",
|
|
805
855
|
"output_required": false,
|
|
806
856
|
"required": false,
|
|
807
857
|
"type": "int",
|
|
808
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
|
|
809
881
|
}
|
|
810
882
|
],
|
|
811
883
|
"usage": "both"
|
|
@@ -841,7 +913,7 @@
|
|
|
841
913
|
"members": [
|
|
842
914
|
{
|
|
843
915
|
"disabled": false,
|
|
844
|
-
"document": "",
|
|
916
|
+
"document": "COS bucket name",
|
|
845
917
|
"example": "file-1306038592",
|
|
846
918
|
"member": "string",
|
|
847
919
|
"name": "Bucket",
|
|
@@ -852,7 +924,7 @@
|
|
|
852
924
|
},
|
|
853
925
|
{
|
|
854
926
|
"disabled": false,
|
|
855
|
-
"document": "",
|
|
927
|
+
"document": "Region",
|
|
856
928
|
"example": "ap-guangzhou",
|
|
857
929
|
"member": "string",
|
|
858
930
|
"name": "Region",
|
|
@@ -863,7 +935,7 @@
|
|
|
863
935
|
},
|
|
864
936
|
{
|
|
865
937
|
"disabled": false,
|
|
866
|
-
"document": "",
|
|
938
|
+
"document": "File object path",
|
|
867
939
|
"example": "test/1163954307_1749787053508/index.m3u8",
|
|
868
940
|
"member": "string",
|
|
869
941
|
"name": "Object",
|
|
@@ -920,7 +992,7 @@
|
|
|
920
992
|
{
|
|
921
993
|
"disabled": false,
|
|
922
994
|
"document": "Channel ID",
|
|
923
|
-
"example": "
|
|
995
|
+
"example": "13579",
|
|
924
996
|
"member": "string",
|
|
925
997
|
"name": "Id",
|
|
926
998
|
"required": true,
|
|
@@ -929,7 +1001,7 @@
|
|
|
929
1001
|
{
|
|
930
1002
|
"disabled": false,
|
|
931
1003
|
"document": "Endpoint name, which must contain 1 to 32 characters and supports digits, letters, and underscores",
|
|
932
|
-
"example": "
|
|
1004
|
+
"example": "john",
|
|
933
1005
|
"member": "string",
|
|
934
1006
|
"name": "Name",
|
|
935
1007
|
"required": true,
|
|
@@ -1037,7 +1109,7 @@
|
|
|
1037
1109
|
},
|
|
1038
1110
|
{
|
|
1039
1111
|
"disabled": false,
|
|
1040
|
-
"document": "Channel protocol. Valid values: HLS
|
|
1112
|
+
"document": "Channel protocol. Valid values: HLS/DASH.",
|
|
1041
1113
|
"example": "HLS",
|
|
1042
1114
|
"member": "string",
|
|
1043
1115
|
"name": "Protocol",
|
|
@@ -1526,6 +1598,15 @@
|
|
|
1526
1598
|
"name": "PackageConfs",
|
|
1527
1599
|
"required": false,
|
|
1528
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"
|
|
1529
1610
|
}
|
|
1530
1611
|
],
|
|
1531
1612
|
"type": "object"
|
|
@@ -1633,7 +1714,7 @@
|
|
|
1633
1714
|
{
|
|
1634
1715
|
"disabled": false,
|
|
1635
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`.",
|
|
1636
|
-
"example": "
|
|
1717
|
+
"example": "[\"FairPlay\"]",
|
|
1637
1718
|
"member": "string",
|
|
1638
1719
|
"name": "DRMSystems",
|
|
1639
1720
|
"output_required": false,
|
|
@@ -1655,7 +1736,7 @@
|
|
|
1655
1736
|
{
|
|
1656
1737
|
"disabled": false,
|
|
1657
1738
|
"document": "Key server address; must start with https://.",
|
|
1658
|
-
"example": "
|
|
1739
|
+
"example": "\"https://www.tencent.com\"",
|
|
1659
1740
|
"member": "string",
|
|
1660
1741
|
"name": "KeyServerUrl",
|
|
1661
1742
|
"output_required": false,
|
|
@@ -1699,7 +1780,7 @@
|
|
|
1699
1780
|
{
|
|
1700
1781
|
"disabled": false,
|
|
1701
1782
|
"document": "Optional, specifies the rotation interval in seconds; empty, or an integer between 300-2592000.",
|
|
1702
|
-
"example": "
|
|
1783
|
+
"example": "001",
|
|
1703
1784
|
"member": "int64",
|
|
1704
1785
|
"name": "KeyRotationInterval",
|
|
1705
1786
|
"output_required": false,
|
|
@@ -2982,7 +3063,7 @@
|
|
|
2982
3063
|
{
|
|
2983
3064
|
"disabled": false,
|
|
2984
3065
|
"document": "Start time.",
|
|
2985
|
-
"example": "2025-05-01T00
|
|
3066
|
+
"example": "2025-05-01T00+08:00",
|
|
2986
3067
|
"member": "string",
|
|
2987
3068
|
"name": "StartTime",
|
|
2988
3069
|
"required": false,
|
|
@@ -2991,7 +3072,7 @@
|
|
|
2991
3072
|
{
|
|
2992
3073
|
"disabled": false,
|
|
2993
3074
|
"document": "End time.",
|
|
2994
|
-
"example": "2025-05-
|
|
3075
|
+
"example": "2025-05-01T01+08:00",
|
|
2995
3076
|
"member": "string",
|
|
2996
3077
|
"name": "EndTime",
|
|
2997
3078
|
"required": false,
|
|
@@ -3000,7 +3081,7 @@
|
|
|
3000
3081
|
{
|
|
3001
3082
|
"disabled": false,
|
|
3002
3083
|
"document": "Specifies the channel id you want to query.",
|
|
3003
|
-
"example": "[681193A700007ED24C1A
|
|
3084
|
+
"example": "[\"681193A700007ED24C1A\",\"680B1B1E00007FD18731\"]",
|
|
3004
3085
|
"member": "string",
|
|
3005
3086
|
"name": "ChannelIds",
|
|
3006
3087
|
"required": false,
|
|
@@ -3009,7 +3090,7 @@
|
|
|
3009
3090
|
{
|
|
3010
3091
|
"disabled": false,
|
|
3011
3092
|
"document": "Specifies the ad type you want to query. valid values: Preroll/Midroll. if empty, query all types by default.",
|
|
3012
|
-
"example": "[
|
|
3093
|
+
"example": "[\"Pre-roll\", \"Mid-roll\",\"VOD\"]",
|
|
3013
3094
|
"member": "string",
|
|
3014
3095
|
"name": "Types",
|
|
3015
3096
|
"required": false,
|
|
@@ -3524,7 +3605,7 @@
|
|
|
3524
3605
|
"members": [
|
|
3525
3606
|
{
|
|
3526
3607
|
"disabled": false,
|
|
3527
|
-
"document": "",
|
|
3608
|
+
"document": "Associated playback domain name.",
|
|
3528
3609
|
"example": "",
|
|
3529
3610
|
"member": "string",
|
|
3530
3611
|
"name": "CdnDomain",
|
|
@@ -3534,7 +3615,7 @@
|
|
|
3534
3615
|
},
|
|
3535
3616
|
{
|
|
3536
3617
|
"disabled": false,
|
|
3537
|
-
"document": "",
|
|
3618
|
+
"document": "Belonging region.",
|
|
3538
3619
|
"example": "",
|
|
3539
3620
|
"member": "string",
|
|
3540
3621
|
"name": "Region",
|
|
@@ -3544,7 +3625,7 @@
|
|
|
3544
3625
|
},
|
|
3545
3626
|
{
|
|
3546
3627
|
"disabled": false,
|
|
3547
|
-
"document": "",
|
|
3628
|
+
"document": "Channel ID.",
|
|
3548
3629
|
"example": "",
|
|
3549
3630
|
"member": "string",
|
|
3550
3631
|
"name": "ChannelId",
|
|
@@ -3554,7 +3635,7 @@
|
|
|
3554
3635
|
},
|
|
3555
3636
|
{
|
|
3556
3637
|
"disabled": false,
|
|
3557
|
-
"document": "",
|
|
3638
|
+
"document": "The ID of a record",
|
|
3558
3639
|
"example": "",
|
|
3559
3640
|
"member": "string",
|
|
3560
3641
|
"name": "Id",
|
|
@@ -3630,7 +3711,7 @@
|
|
|
3630
3711
|
{
|
|
3631
3712
|
"disabled": false,
|
|
3632
3713
|
"document": "Endpoint authentication information.",
|
|
3633
|
-
"example": "
|
|
3714
|
+
"example": "无",
|
|
3634
3715
|
"member": "EndpointAuthInfo",
|
|
3635
3716
|
"name": "AuthInfo",
|
|
3636
3717
|
"output_required": true,
|
|
@@ -3700,7 +3781,7 @@
|
|
|
3700
3781
|
{
|
|
3701
3782
|
"disabled": false,
|
|
3702
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].",
|
|
3703
|
-
"example": "
|
|
3784
|
+
"example": "1",
|
|
3704
3785
|
"member": "uint64",
|
|
3705
3786
|
"name": "CustomUrlParamIndex",
|
|
3706
3787
|
"output_required": false,
|
|
@@ -3710,7 +3791,7 @@
|
|
|
3710
3791
|
{
|
|
3711
3792
|
"disabled": false,
|
|
3712
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.",
|
|
3713
|
-
"example": "
|
|
3794
|
+
"example": "demo",
|
|
3714
3795
|
"member": "string",
|
|
3715
3796
|
"name": "CustomUrlParam",
|
|
3716
3797
|
"output_required": false,
|
|
@@ -3736,6 +3817,16 @@
|
|
|
3736
3817
|
"output_required": false,
|
|
3737
3818
|
"type": "object",
|
|
3738
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
|
|
3739
3830
|
}
|
|
3740
3831
|
],
|
|
3741
3832
|
"usage": "out"
|
|
@@ -3746,7 +3837,7 @@
|
|
|
3746
3837
|
{
|
|
3747
3838
|
"disabled": false,
|
|
3748
3839
|
"document": "HarvestJob ID, a globally unique identifier.",
|
|
3749
|
-
"example": "
|
|
3840
|
+
"example": "awe",
|
|
3750
3841
|
"member": "string",
|
|
3751
3842
|
"name": "ID",
|
|
3752
3843
|
"output_required": false,
|
|
@@ -3856,7 +3947,7 @@
|
|
|
3856
3947
|
{
|
|
3857
3948
|
"disabled": false,
|
|
3858
3949
|
"document": "The associated ChannelID.",
|
|
3859
|
-
"example": "
|
|
3950
|
+
"example": "687F30250000410C7B30",
|
|
3860
3951
|
"member": "string",
|
|
3861
3952
|
"name": "ChannelId",
|
|
3862
3953
|
"output_required": false,
|
|
@@ -3866,12 +3957,22 @@
|
|
|
3866
3957
|
{
|
|
3867
3958
|
"disabled": false,
|
|
3868
3959
|
"document": "The region corresponding to the harvest job.",
|
|
3869
|
-
"example": "
|
|
3960
|
+
"example": "ap-singapore",
|
|
3870
3961
|
"member": "string",
|
|
3871
3962
|
"name": "Region",
|
|
3872
3963
|
"output_required": false,
|
|
3873
3964
|
"type": "string",
|
|
3874
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
|
|
3875
3976
|
}
|
|
3876
3977
|
],
|
|
3877
3978
|
"usage": "out"
|
|
@@ -4371,7 +4472,7 @@
|
|
|
4371
4472
|
{
|
|
4372
4473
|
"disabled": false,
|
|
4373
4474
|
"document": "Channel ID",
|
|
4374
|
-
"example": "
|
|
4475
|
+
"example": "001",
|
|
4375
4476
|
"member": "string",
|
|
4376
4477
|
"name": "Id",
|
|
4377
4478
|
"required": true,
|
|
@@ -4380,7 +4481,7 @@
|
|
|
4380
4481
|
{
|
|
4381
4482
|
"disabled": false,
|
|
4382
4483
|
"document": "Channel endpoint URL",
|
|
4383
|
-
"example": "
|
|
4484
|
+
"example": "https://www.tencent.com",
|
|
4384
4485
|
"member": "string",
|
|
4385
4486
|
"name": "Url",
|
|
4386
4487
|
"required": true,
|
|
@@ -4389,7 +4490,7 @@
|
|
|
4389
4490
|
{
|
|
4390
4491
|
"disabled": false,
|
|
4391
4492
|
"document": "New endpoint name",
|
|
4392
|
-
"example": "
|
|
4493
|
+
"example": "john",
|
|
4393
4494
|
"member": "string",
|
|
4394
4495
|
"name": "Name",
|
|
4395
4496
|
"required": true,
|
|
@@ -4452,7 +4553,7 @@
|
|
|
4452
4553
|
{
|
|
4453
4554
|
"disabled": false,
|
|
4454
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].",
|
|
4455
|
-
"example": "
|
|
4556
|
+
"example": "0",
|
|
4456
4557
|
"member": "uint64",
|
|
4457
4558
|
"name": "CustomUrlParamIndex",
|
|
4458
4559
|
"required": false,
|
|
@@ -4461,7 +4562,7 @@
|
|
|
4461
4562
|
{
|
|
4462
4563
|
"disabled": false,
|
|
4463
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.",
|
|
4464
|
-
"example": "
|
|
4565
|
+
"example": "\"xx\"",
|
|
4465
4566
|
"member": "string",
|
|
4466
4567
|
"name": "CustomUrlParam",
|
|
4467
4568
|
"required": false,
|
|
@@ -4944,6 +5045,15 @@
|
|
|
4944
5045
|
"name": "PackageConfs",
|
|
4945
5046
|
"required": false,
|
|
4946
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"
|
|
4947
5057
|
}
|
|
4948
5058
|
],
|
|
4949
5059
|
"type": "object"
|
|
@@ -5594,7 +5704,7 @@
|
|
|
5594
5704
|
{
|
|
5595
5705
|
"disabled": false,
|
|
5596
5706
|
"document": "Generated playback address prefix",
|
|
5597
|
-
"example": "
|
|
5707
|
+
"example": "http://251009588.ap-mumbai.streampackage.srclivepull.myqcloud.com/v1/ssai/master/019a2a490e74155a6e792245709abe/",
|
|
5598
5708
|
"member": "string",
|
|
5599
5709
|
"name": "PlaybackPrefix",
|
|
5600
5710
|
"output_required": false,
|
|
@@ -5623,6 +5733,17 @@
|
|
|
5623
5733
|
"required": false,
|
|
5624
5734
|
"type": "string",
|
|
5625
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
|
|
5626
5747
|
}
|
|
5627
5748
|
],
|
|
5628
5749
|
"usage": "both"
|
|
@@ -6253,6 +6374,34 @@
|
|
|
6253
6374
|
],
|
|
6254
6375
|
"usage": "both"
|
|
6255
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
|
+
},
|
|
6256
6405
|
"SpliceInsertInfo": {
|
|
6257
6406
|
"document": "SpliceInsertInfo.",
|
|
6258
6407
|
"members": [
|
|
@@ -6567,6 +6716,42 @@
|
|
|
6567
6716
|
],
|
|
6568
6717
|
"type": "object"
|
|
6569
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
|
+
},
|
|
6570
6755
|
"UsageDetail": {
|
|
6571
6756
|
"document": "Ad insertion configuration and SSAI usage detail by advertisement type dimension.",
|
|
6572
6757
|
"members": [
|
|
@@ -6691,7 +6876,7 @@
|
|
|
6691
6876
|
"value_allowed_null": false
|
|
6692
6877
|
},
|
|
6693
6878
|
{
|
|
6694
|
-
"disabled":
|
|
6879
|
+
"disabled": true,
|
|
6695
6880
|
"document": "Advertising tag time.",
|
|
6696
6881
|
"example": "10.5",
|
|
6697
6882
|
"member": "float",
|
|
@@ -6701,7 +6886,7 @@
|
|
|
6701
6886
|
"value_allowed_null": false
|
|
6702
6887
|
},
|
|
6703
6888
|
{
|
|
6704
|
-
"disabled":
|
|
6889
|
+
"disabled": true,
|
|
6705
6890
|
"document": "Personalization replacement time.",
|
|
6706
6891
|
"example": "10.5",
|
|
6707
6892
|
"member": "float",
|
|
@@ -6711,7 +6896,7 @@
|
|
|
6711
6896
|
"value_allowed_null": false
|
|
6712
6897
|
},
|
|
6713
6898
|
{
|
|
6714
|
-
"disabled":
|
|
6899
|
+
"disabled": true,
|
|
6715
6900
|
"document": "Fill factor for personalized ads.",
|
|
6716
6901
|
"example": "0.5",
|
|
6717
6902
|
"member": "float",
|
|
@@ -6721,7 +6906,7 @@
|
|
|
6721
6906
|
"value_allowed_null": false
|
|
6722
6907
|
},
|
|
6723
6908
|
{
|
|
6724
|
-
"disabled":
|
|
6909
|
+
"disabled": true,
|
|
6725
6910
|
"document": "Number of pre-roll ad requests.",
|
|
6726
6911
|
"example": "10",
|
|
6727
6912
|
"member": "uint64",
|
|
@@ -6731,7 +6916,7 @@
|
|
|
6731
6916
|
"value_allowed_null": false
|
|
6732
6917
|
},
|
|
6733
6918
|
{
|
|
6734
|
-
"disabled":
|
|
6919
|
+
"disabled": true,
|
|
6735
6920
|
"document": "Number of pre-roll ad replacements.",
|
|
6736
6921
|
"example": "10",
|
|
6737
6922
|
"member": "uint64",
|
|
@@ -6741,7 +6926,7 @@
|
|
|
6741
6926
|
"value_allowed_null": false
|
|
6742
6927
|
},
|
|
6743
6928
|
{
|
|
6744
|
-
"disabled":
|
|
6929
|
+
"disabled": true,
|
|
6745
6930
|
"document": "Ad replacement rate.",
|
|
6746
6931
|
"example": "0.5",
|
|
6747
6932
|
"member": "float",
|
|
@@ -6749,6 +6934,116 @@
|
|
|
6749
6934
|
"output_required": false,
|
|
6750
6935
|
"type": "float",
|
|
6751
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
|
|
6752
7047
|
}
|
|
6753
7048
|
],
|
|
6754
7049
|
"usage": "out"
|