tccli-intl-en 3.1.11.1__py2.py3-none-any.whl → 3.1.39.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/services/__init__.py +9 -0
- tccli/services/advisor/advisor_client.py +56 -0
- tccli/services/advisor/v20200721/api.json +34 -0
- tccli/services/advisor/v20200721/examples.json +8 -0
- 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/autoscaling/v20180419/api.json +41 -13
- tccli/services/billing/billing_client.py +172 -4
- tccli/services/billing/v20180709/api.json +332 -1
- tccli/services/billing/v20180709/examples.json +24 -0
- tccli/services/ccc/v20200210/api.json +71 -26
- tccli/services/cdb/cdb_client.py +1128 -288
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/ckafka/ckafka_client.py +120 -8
- tccli/services/ckafka/v20190819/api.json +525 -180
- tccli/services/ckafka/v20190819/examples.json +30 -20
- tccli/services/clb/v20180317/api.json +87 -87
- tccli/services/csip/csip_client.py +392 -0
- tccli/services/csip/v20221121/api.json +2050 -284
- tccli/services/csip/v20221121/examples.json +56 -0
- tccli/services/cvm/v20170312/api.json +23 -23
- tccli/services/cvm/v20170312/examples.json +32 -32
- tccli/services/emr/v20190103/api.json +6 -6
- tccli/services/faceid/v20180301/api.json +102 -52
- tccli/services/faceid/v20180301/examples.json +3 -9
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +714 -0
- tccli/services/hunyuan/v20230901/api.json +1131 -0
- tccli/services/hunyuan/v20230901/examples.json +84 -0
- tccli/services/lighthouse/lighthouse_client.py +360 -24
- tccli/services/lighthouse/v20200324/api.json +488 -0
- tccli/services/lighthouse/v20200324/examples.json +54 -0
- tccli/services/lkeap/v20240522/api.json +36 -0
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/mdl/mdl_client.py +192 -24
- tccli/services/mdl/v20200326/api.json +761 -77
- tccli/services/mdl/v20200326/examples.json +24 -0
- tccli/services/mdp/v20200527/api.json +191 -28
- tccli/services/mongodb/v20190725/api.json +39 -39
- tccli/services/monitor/v20180724/api.json +5 -5
- tccli/services/mps/mps_client.py +397 -61
- tccli/services/mps/v20190612/api.json +1190 -132
- tccli/services/mps/v20190612/examples.json +76 -22
- 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/ocr/v20181119/api.json +23 -3
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/ses/ses_client.py +348 -12
- tccli/services/ses/v20201002/api.json +1197 -256
- tccli/services/ses/v20201002/examples.json +78 -24
- tccli/services/tcsas/tcsas_client.py +2281 -209
- tccli/services/tcsas/v20250106/api.json +8410 -3423
- tccli/services/tcsas/v20250106/examples.json +308 -12
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/teo_client.py +56 -0
- tccli/services/teo/v20220901/api.json +111 -12
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/tke/tke_client.py +168 -0
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/trocket/v20230308/api.json +96 -96
- tccli/services/trtc/v20190722/api.json +212 -144
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +280 -0
- tccli/services/vpc/v20170312/api.json +80 -13
- tccli/services/vpc/v20170312/examples.json +17 -9
- tccli/services/vpc/vpc_client.py +64 -8
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +84 -72
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
|
@@ -40,6 +40,14 @@
|
|
|
40
40
|
"title": "Sample request"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
43
|
+
"CreateWatermarkDetection": [
|
|
44
|
+
{
|
|
45
|
+
"document": "",
|
|
46
|
+
"input": "POST / HTTP/1.1\nHost: mdl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWatermarkDetection\n<Public request parameters>\n\n{\n \"Type\": \"ExtractVideoABWatermarkId\",\n \"InputInfo\": {\n \"Type\": \"URL\",\n \"UrlInputInfo\": {\n \"Url\": \"https://example.com/video/test.mp4\"\n }\n },\n \"InputFileInfo\": {\n \"SegmentDuration\": 2000\n },\n \"TaskNotifyConfig\": {\n \"Type\": \"URL\",\n \"NotifyUrl\": \"https://your-callback-domain.com/watermark/callback\"\n }\n}",
|
|
47
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"69310B251D3EC914C024\",\n \"RequestId\": \"cc3450ba-7cdd-44b2-b989-9cbf74115dda\"\n }\n}",
|
|
48
|
+
"title": "Request Example"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
43
51
|
"DeleteStreamLiveChannel": [
|
|
44
52
|
{
|
|
45
53
|
"document": " ",
|
|
@@ -200,6 +208,22 @@
|
|
|
200
208
|
"title": "Sample request"
|
|
201
209
|
}
|
|
202
210
|
],
|
|
211
|
+
"DescribeWatermarkDetection": [
|
|
212
|
+
{
|
|
213
|
+
"document": "",
|
|
214
|
+
"input": "POST / HTTP/1.1\nHost: mdl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWatermarkDetection\n<Public request parameters>\n\n{\n \"TaskId\": \"69310B251D3EC914C024\"\n}",
|
|
215
|
+
"output": "{\n \"Response\": {\n \"TaskInfo\": {\n \"CreateTime\": 1764821797,\n \"InputInfo\": {\n \"Type\": \"URL\",\n \"UrlInputInfo\": {\n \"Url\": \"https://example.com/video/test.mp4\"\n }\n },\n \"State\": \"Processing\",\n \"TaskId\": \"69310B251D3EC914C024\",\n \"TaskNotifyConfig\": {\n \"NotifyUrl\": \"https://your-callback-domain.com/watermark/callback\",\n \"Type\": \"URL\"\n },\n \"Type\": \"ExtractVideoABWatermarkId\",\n \"UpdateTime\": 1764821797\n },\n \"RequestId\": \"2d1055c5-f04e-4d95-b7ed-d962e9be6e69\"\n }\n}",
|
|
216
|
+
"title": "Request Example"
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"DescribeWatermarkDetections": [
|
|
220
|
+
{
|
|
221
|
+
"document": "",
|
|
222
|
+
"input": "POST / HTTP/1.1\nHost: mdl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWatermarkDetections\n<Public Request Parameters>>\n\n{\n \"StartTime\": \"2025-12-04T16:50:00+08:00\",\n \"EndTime\": \"2025-12-08T14:20:00+08:00\",\n \"PageNum\": 0,\n \"PageSize\": 100\n}",
|
|
223
|
+
"output": "{\n \"Response\": {\n \"TaskInfos\": [],\n \"TotalCount\": 0,\n \"RequestId\": \"b4db2352-ac41-469c-9901-e2bc07056694\"\n }\n}",
|
|
224
|
+
"title": "Request Example"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
203
227
|
"GetAbWatermarkPlayUrl": [
|
|
204
228
|
{
|
|
205
229
|
"document": "Get AB watermark play url",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
"members": [
|
|
730
730
|
{
|
|
731
731
|
"disabled": false,
|
|
732
|
-
"document": "",
|
|
732
|
+
"document": "Total list size.",
|
|
733
733
|
"example": "",
|
|
734
734
|
"member": "int64",
|
|
735
735
|
"name": "TotalSize",
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
},
|
|
740
740
|
{
|
|
741
741
|
"disabled": false,
|
|
742
|
-
"document": "",
|
|
742
|
+
"document": "List of associated domain name information.",
|
|
743
743
|
"example": "",
|
|
744
744
|
"member": "DomainRecordInfo",
|
|
745
745
|
"name": "Records",
|
|
@@ -856,6 +856,28 @@
|
|
|
856
856
|
"required": false,
|
|
857
857
|
"type": "int",
|
|
858
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
|
|
859
881
|
}
|
|
860
882
|
],
|
|
861
883
|
"usage": "both"
|
|
@@ -891,7 +913,7 @@
|
|
|
891
913
|
"members": [
|
|
892
914
|
{
|
|
893
915
|
"disabled": false,
|
|
894
|
-
"document": "",
|
|
916
|
+
"document": "COS bucket name",
|
|
895
917
|
"example": "file-1306038592",
|
|
896
918
|
"member": "string",
|
|
897
919
|
"name": "Bucket",
|
|
@@ -902,7 +924,7 @@
|
|
|
902
924
|
},
|
|
903
925
|
{
|
|
904
926
|
"disabled": false,
|
|
905
|
-
"document": "",
|
|
927
|
+
"document": "Region",
|
|
906
928
|
"example": "ap-guangzhou",
|
|
907
929
|
"member": "string",
|
|
908
930
|
"name": "Region",
|
|
@@ -913,7 +935,7 @@
|
|
|
913
935
|
},
|
|
914
936
|
{
|
|
915
937
|
"disabled": false,
|
|
916
|
-
"document": "",
|
|
938
|
+
"document": "File object path",
|
|
917
939
|
"example": "test/1163954307_1749787053508/index.m3u8",
|
|
918
940
|
"member": "string",
|
|
919
941
|
"name": "Object",
|
|
@@ -3041,7 +3063,7 @@
|
|
|
3041
3063
|
{
|
|
3042
3064
|
"disabled": false,
|
|
3043
3065
|
"document": "Start time.",
|
|
3044
|
-
"example": "2025-05-01T00
|
|
3066
|
+
"example": "2025-05-01T00+08:00",
|
|
3045
3067
|
"member": "string",
|
|
3046
3068
|
"name": "StartTime",
|
|
3047
3069
|
"required": false,
|
|
@@ -3050,7 +3072,7 @@
|
|
|
3050
3072
|
{
|
|
3051
3073
|
"disabled": false,
|
|
3052
3074
|
"document": "End time.",
|
|
3053
|
-
"example": "2025-05-
|
|
3075
|
+
"example": "2025-05-01T01+08:00",
|
|
3054
3076
|
"member": "string",
|
|
3055
3077
|
"name": "EndTime",
|
|
3056
3078
|
"required": false,
|
|
@@ -3059,7 +3081,7 @@
|
|
|
3059
3081
|
{
|
|
3060
3082
|
"disabled": false,
|
|
3061
3083
|
"document": "Specifies the channel id you want to query.",
|
|
3062
|
-
"example": "[681193A700007ED24C1A
|
|
3084
|
+
"example": "[\"681193A700007ED24C1A\",\"680B1B1E00007FD18731\"]",
|
|
3063
3085
|
"member": "string",
|
|
3064
3086
|
"name": "ChannelIds",
|
|
3065
3087
|
"required": false,
|
|
@@ -3068,7 +3090,7 @@
|
|
|
3068
3090
|
{
|
|
3069
3091
|
"disabled": false,
|
|
3070
3092
|
"document": "Specifies the ad type you want to query. valid values: Preroll/Midroll. if empty, query all types by default.",
|
|
3071
|
-
"example": "[
|
|
3093
|
+
"example": "[\"Pre-roll\", \"Mid-roll\",\"VOD\"]",
|
|
3072
3094
|
"member": "string",
|
|
3073
3095
|
"name": "Types",
|
|
3074
3096
|
"required": false,
|
|
@@ -3583,7 +3605,7 @@
|
|
|
3583
3605
|
"members": [
|
|
3584
3606
|
{
|
|
3585
3607
|
"disabled": false,
|
|
3586
|
-
"document": "",
|
|
3608
|
+
"document": "Associated playback domain name.",
|
|
3587
3609
|
"example": "",
|
|
3588
3610
|
"member": "string",
|
|
3589
3611
|
"name": "CdnDomain",
|
|
@@ -3593,7 +3615,7 @@
|
|
|
3593
3615
|
},
|
|
3594
3616
|
{
|
|
3595
3617
|
"disabled": false,
|
|
3596
|
-
"document": "",
|
|
3618
|
+
"document": "Belonging region.",
|
|
3597
3619
|
"example": "",
|
|
3598
3620
|
"member": "string",
|
|
3599
3621
|
"name": "Region",
|
|
@@ -3603,7 +3625,7 @@
|
|
|
3603
3625
|
},
|
|
3604
3626
|
{
|
|
3605
3627
|
"disabled": false,
|
|
3606
|
-
"document": "",
|
|
3628
|
+
"document": "Channel ID.",
|
|
3607
3629
|
"example": "",
|
|
3608
3630
|
"member": "string",
|
|
3609
3631
|
"name": "ChannelId",
|
|
@@ -3613,7 +3635,7 @@
|
|
|
3613
3635
|
},
|
|
3614
3636
|
{
|
|
3615
3637
|
"disabled": false,
|
|
3616
|
-
"document": "",
|
|
3638
|
+
"document": "The ID of a record",
|
|
3617
3639
|
"example": "",
|
|
3618
3640
|
"member": "string",
|
|
3619
3641
|
"name": "Id",
|
|
@@ -3689,7 +3711,7 @@
|
|
|
3689
3711
|
{
|
|
3690
3712
|
"disabled": false,
|
|
3691
3713
|
"document": "Endpoint authentication information.",
|
|
3692
|
-
"example": "
|
|
3714
|
+
"example": "无",
|
|
3693
3715
|
"member": "EndpointAuthInfo",
|
|
3694
3716
|
"name": "AuthInfo",
|
|
3695
3717
|
"output_required": true,
|
|
@@ -3759,7 +3781,7 @@
|
|
|
3759
3781
|
{
|
|
3760
3782
|
"disabled": false,
|
|
3761
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].",
|
|
3762
|
-
"example": "
|
|
3784
|
+
"example": "1",
|
|
3763
3785
|
"member": "uint64",
|
|
3764
3786
|
"name": "CustomUrlParamIndex",
|
|
3765
3787
|
"output_required": false,
|
|
@@ -3769,7 +3791,7 @@
|
|
|
3769
3791
|
{
|
|
3770
3792
|
"disabled": false,
|
|
3771
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.",
|
|
3772
|
-
"example": "
|
|
3794
|
+
"example": "demo",
|
|
3773
3795
|
"member": "string",
|
|
3774
3796
|
"name": "CustomUrlParam",
|
|
3775
3797
|
"output_required": false,
|
|
@@ -3795,6 +3817,16 @@
|
|
|
3795
3817
|
"output_required": false,
|
|
3796
3818
|
"type": "object",
|
|
3797
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
|
|
3798
3830
|
}
|
|
3799
3831
|
],
|
|
3800
3832
|
"usage": "out"
|
|
@@ -3805,7 +3837,7 @@
|
|
|
3805
3837
|
{
|
|
3806
3838
|
"disabled": false,
|
|
3807
3839
|
"document": "HarvestJob ID, a globally unique identifier.",
|
|
3808
|
-
"example": "
|
|
3840
|
+
"example": "awe",
|
|
3809
3841
|
"member": "string",
|
|
3810
3842
|
"name": "ID",
|
|
3811
3843
|
"output_required": false,
|
|
@@ -3915,7 +3947,7 @@
|
|
|
3915
3947
|
{
|
|
3916
3948
|
"disabled": false,
|
|
3917
3949
|
"document": "The associated ChannelID.",
|
|
3918
|
-
"example": "
|
|
3950
|
+
"example": "687F30250000410C7B30",
|
|
3919
3951
|
"member": "string",
|
|
3920
3952
|
"name": "ChannelId",
|
|
3921
3953
|
"output_required": false,
|
|
@@ -3925,12 +3957,22 @@
|
|
|
3925
3957
|
{
|
|
3926
3958
|
"disabled": false,
|
|
3927
3959
|
"document": "The region corresponding to the harvest job.",
|
|
3928
|
-
"example": "
|
|
3960
|
+
"example": "ap-singapore",
|
|
3929
3961
|
"member": "string",
|
|
3930
3962
|
"name": "Region",
|
|
3931
3963
|
"output_required": false,
|
|
3932
3964
|
"type": "string",
|
|
3933
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
|
|
3934
3976
|
}
|
|
3935
3977
|
],
|
|
3936
3978
|
"usage": "out"
|
|
@@ -5662,7 +5704,7 @@
|
|
|
5662
5704
|
{
|
|
5663
5705
|
"disabled": false,
|
|
5664
5706
|
"document": "Generated playback address prefix",
|
|
5665
|
-
"example": "
|
|
5707
|
+
"example": "http://251009588.ap-mumbai.streampackage.srclivepull.myqcloud.com/v1/ssai/master/019a2a490e74155a6e792245709abe/",
|
|
5666
5708
|
"member": "string",
|
|
5667
5709
|
"name": "PlaybackPrefix",
|
|
5668
5710
|
"output_required": false,
|
|
@@ -5691,6 +5733,17 @@
|
|
|
5691
5733
|
"required": false,
|
|
5692
5734
|
"type": "string",
|
|
5693
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
|
|
5694
5747
|
}
|
|
5695
5748
|
],
|
|
5696
5749
|
"usage": "both"
|
|
@@ -6326,7 +6379,7 @@
|
|
|
6326
6379
|
"members": [
|
|
6327
6380
|
{
|
|
6328
6381
|
"disabled": false,
|
|
6329
|
-
"document": "",
|
|
6382
|
+
"document": "The key of the source tag supports capital letters, numbers, underscores, and dashes from 1 to 50 digits",
|
|
6330
6383
|
"example": "TESTKEY",
|
|
6331
6384
|
"member": "string",
|
|
6332
6385
|
"name": "Key",
|
|
@@ -6337,7 +6390,7 @@
|
|
|
6337
6390
|
},
|
|
6338
6391
|
{
|
|
6339
6392
|
"disabled": false,
|
|
6340
|
-
"document": "",
|
|
6393
|
+
"document": "The value of the source tag supports letters, numbers, underscores, dashes, periods, and percent signs (%) ranging from 1 to 200 characters\n",
|
|
6341
6394
|
"example": "testvalue",
|
|
6342
6395
|
"member": "string",
|
|
6343
6396
|
"name": "Value",
|
|
@@ -6823,7 +6876,7 @@
|
|
|
6823
6876
|
"value_allowed_null": false
|
|
6824
6877
|
},
|
|
6825
6878
|
{
|
|
6826
|
-
"disabled":
|
|
6879
|
+
"disabled": true,
|
|
6827
6880
|
"document": "Advertising tag time.",
|
|
6828
6881
|
"example": "10.5",
|
|
6829
6882
|
"member": "float",
|
|
@@ -6833,7 +6886,7 @@
|
|
|
6833
6886
|
"value_allowed_null": false
|
|
6834
6887
|
},
|
|
6835
6888
|
{
|
|
6836
|
-
"disabled":
|
|
6889
|
+
"disabled": true,
|
|
6837
6890
|
"document": "Personalization replacement time.",
|
|
6838
6891
|
"example": "10.5",
|
|
6839
6892
|
"member": "float",
|
|
@@ -6843,7 +6896,7 @@
|
|
|
6843
6896
|
"value_allowed_null": false
|
|
6844
6897
|
},
|
|
6845
6898
|
{
|
|
6846
|
-
"disabled":
|
|
6899
|
+
"disabled": true,
|
|
6847
6900
|
"document": "Fill factor for personalized ads.",
|
|
6848
6901
|
"example": "0.5",
|
|
6849
6902
|
"member": "float",
|
|
@@ -6853,7 +6906,7 @@
|
|
|
6853
6906
|
"value_allowed_null": false
|
|
6854
6907
|
},
|
|
6855
6908
|
{
|
|
6856
|
-
"disabled":
|
|
6909
|
+
"disabled": true,
|
|
6857
6910
|
"document": "Number of pre-roll ad requests.",
|
|
6858
6911
|
"example": "10",
|
|
6859
6912
|
"member": "uint64",
|
|
@@ -6863,7 +6916,7 @@
|
|
|
6863
6916
|
"value_allowed_null": false
|
|
6864
6917
|
},
|
|
6865
6918
|
{
|
|
6866
|
-
"disabled":
|
|
6919
|
+
"disabled": true,
|
|
6867
6920
|
"document": "Number of pre-roll ad replacements.",
|
|
6868
6921
|
"example": "10",
|
|
6869
6922
|
"member": "uint64",
|
|
@@ -6873,7 +6926,7 @@
|
|
|
6873
6926
|
"value_allowed_null": false
|
|
6874
6927
|
},
|
|
6875
6928
|
{
|
|
6876
|
-
"disabled":
|
|
6929
|
+
"disabled": true,
|
|
6877
6930
|
"document": "Ad replacement rate.",
|
|
6878
6931
|
"example": "0.5",
|
|
6879
6932
|
"member": "float",
|
|
@@ -6881,6 +6934,116 @@
|
|
|
6881
6934
|
"output_required": false,
|
|
6882
6935
|
"type": "float",
|
|
6883
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
|
|
6884
7047
|
}
|
|
6885
7048
|
],
|
|
6886
7049
|
"usage": "out"
|