tccli 3.0.1039.1__py2.py3-none-any.whl → 3.0.1040.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/examples/billing/v20180709/DescribeDosageDetailList.md +63 -0
- tccli/examples/cfw/v20190904/DescribeIdsWhiteRule.md +10 -0
- tccli/examples/tdmq/v20200217/ModifyEnvironmentRole.md +4 -4
- tccli/examples/tione/v20211111/DescribeLatestTrainingMetrics.md +8 -2
- tccli/examples/tione/v20211111/DescribeNotebooks.md +15 -2
- tccli/examples/vod/v20180717/ComposeMedia.md +6 -6
- tccli/examples/vod/v20180717/CreateCLSLogset.md +21 -0
- tccli/examples/vod/v20180717/CreateCLSTopic.md +23 -0
- tccli/examples/vod/v20180717/DeleteCLSTopic.md +20 -0
- tccli/examples/vod/v20180717/DescribeCLSLogsets.md +26 -0
- tccli/examples/vod/v20180717/DescribeCLSPushTargets.md +38 -0
- tccli/examples/vod/v20180717/DescribeCLSTopics.md +31 -0
- tccli/examples/vod/v20180717/SetCLSPushTarget.md +25 -0
- tccli/services/billing/billing_client.py +61 -8
- tccli/services/billing/v20180709/api.json +323 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/cfs/v20190719/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +76 -0
- tccli/services/cfw/v20190904/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +27 -27
- tccli/services/mps/v20190612/api.json +40 -2
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +1 -0
- tccli/services/tione/v20211111/api.json +205 -75
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +12 -3
- tccli/services/vod/v20180717/api.json +555 -0
- tccli/services/vod/v20180717/examples.json +57 -1
- tccli/services/vod/vod_client.py +375 -4
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/RECORD +37 -29
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/license_files/LICENSE +0 -0
@@ -63,6 +63,20 @@
|
|
63
63
|
"output": "CreateAnimatedGraphicsTemplateResponse",
|
64
64
|
"status": "online"
|
65
65
|
},
|
66
|
+
"CreateCLSLogset": {
|
67
|
+
"document": "由 VOD 创建新的日志集。",
|
68
|
+
"input": "CreateCLSLogsetRequest",
|
69
|
+
"name": "创建日志集",
|
70
|
+
"output": "CreateCLSLogsetResponse",
|
71
|
+
"status": "online"
|
72
|
+
},
|
73
|
+
"CreateCLSTopic": {
|
74
|
+
"document": "创建 VOD 下新的 CLS 日志主题",
|
75
|
+
"input": "CreateCLSTopicRequest",
|
76
|
+
"name": "创建日志主题",
|
77
|
+
"output": "CreateCLSTopicResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
66
80
|
"CreateClass": {
|
67
81
|
"document": "* 用于对媒体进行分类管理;\n* 该接口不影响既有媒体的分类,如需修改媒体分类,请调用[修改媒体文件属性](/document/product/266/31762)接口。\n* 分类层次不可超过 4 层。\n* 每个分类的子类数量不可超过 500 个。",
|
68
82
|
"input": "CreateClassRequest",
|
@@ -252,6 +266,13 @@
|
|
252
266
|
"output": "DeleteAnimatedGraphicsTemplateResponse",
|
253
267
|
"status": "online"
|
254
268
|
},
|
269
|
+
"DeleteCLSTopic": {
|
270
|
+
"document": "删除点播开通的日志主题。",
|
271
|
+
"input": "DeleteCLSTopicRequest",
|
272
|
+
"name": "删除日志主题",
|
273
|
+
"output": "DeleteCLSTopicResponse",
|
274
|
+
"status": "online"
|
275
|
+
},
|
255
276
|
"DeleteClass": {
|
256
277
|
"document": "* 仅当待删分类无子分类且无媒体关联情况下,可删除分类;\n* 否则,请先执行[删除媒体](/document/product/266/31764)及子分类,再删除该分类;",
|
257
278
|
"input": "DeleteClassRequest",
|
@@ -448,6 +469,27 @@
|
|
448
469
|
"output": "DescribeCDNUsageDataResponse",
|
449
470
|
"status": "online"
|
450
471
|
},
|
472
|
+
"DescribeCLSLogsets": {
|
473
|
+
"document": "查询 VOD 创建的 CLS 日志集。",
|
474
|
+
"input": "DescribeCLSLogsetsRequest",
|
475
|
+
"name": "查询日志集列表",
|
476
|
+
"output": "DescribeCLSLogsetsResponse",
|
477
|
+
"status": "online"
|
478
|
+
},
|
479
|
+
"DescribeCLSPushTargets": {
|
480
|
+
"document": "查询点播域名下日志投递的目标主题。",
|
481
|
+
"input": "DescribeCLSPushTargetsRequest",
|
482
|
+
"name": "查询日志投递目标",
|
483
|
+
"output": "DescribeCLSPushTargetsResponse",
|
484
|
+
"status": "online"
|
485
|
+
},
|
486
|
+
"DescribeCLSTopics": {
|
487
|
+
"document": "查询 VOD 创建的 CLS 日志主题列表。",
|
488
|
+
"input": "DescribeCLSTopicsRequest",
|
489
|
+
"name": "查询日志主题列表",
|
490
|
+
"output": "DescribeCLSTopicsResponse",
|
491
|
+
"status": "online"
|
492
|
+
},
|
451
493
|
"DescribeCdnLogs": {
|
452
494
|
"document": "查询点播域名的 CDN 访问日志的下载链接。\n 1. 可以查询最近30天内的 CDN 日志下载链接。\n 2. 默认情况下 CDN 每小时生成一个日志文件,如果某一个小时没有 CDN 访问,不会生成日志文件。 \n 3. CDN 日志下载链接的有效期为24小时。",
|
453
495
|
"input": "DescribeCdnLogsRequest",
|
@@ -1134,6 +1176,13 @@
|
|
1134
1176
|
"output": "SearchMediaResponse",
|
1135
1177
|
"status": "online"
|
1136
1178
|
},
|
1179
|
+
"SetCLSPushTarget": {
|
1180
|
+
"document": "为点播域名设置投递 CLS 的目标。",
|
1181
|
+
"input": "SetCLSPushTargetRequest",
|
1182
|
+
"name": "设置日志投递目标",
|
1183
|
+
"output": "SetCLSPushTargetResponse",
|
1184
|
+
"status": "online"
|
1185
|
+
},
|
1137
1186
|
"SetDrmKeyProviderInfo": {
|
1138
1187
|
"document": "设置 DRM 密钥提供商信息。",
|
1139
1188
|
"input": "SetDrmKeyProviderInfoRequest",
|
@@ -6841,6 +6890,56 @@
|
|
6841
6890
|
],
|
6842
6891
|
"type": "object"
|
6843
6892
|
},
|
6893
|
+
"AreaCLSTargetInfo": {
|
6894
|
+
"document": "日志推送目标。",
|
6895
|
+
"members": [
|
6896
|
+
{
|
6897
|
+
"disabled": false,
|
6898
|
+
"document": "日志集所属地区:\nap-guangzhou:广州; \nap-singapore:新加坡。",
|
6899
|
+
"example": "\"ap-guangzhou\"",
|
6900
|
+
"member": "string",
|
6901
|
+
"name": "CLSRegion",
|
6902
|
+
"output_required": true,
|
6903
|
+
"required": true,
|
6904
|
+
"type": "string",
|
6905
|
+
"value_allowed_null": false
|
6906
|
+
},
|
6907
|
+
{
|
6908
|
+
"disabled": false,
|
6909
|
+
"document": "投递的目标主题 ID。",
|
6910
|
+
"example": "\"780ba384-5bc1-4cb1-a0e9-0cf8fafd3ee0\"",
|
6911
|
+
"member": "string",
|
6912
|
+
"name": "TopicId",
|
6913
|
+
"output_required": true,
|
6914
|
+
"required": true,
|
6915
|
+
"type": "string",
|
6916
|
+
"value_allowed_null": false
|
6917
|
+
},
|
6918
|
+
{
|
6919
|
+
"disabled": false,
|
6920
|
+
"document": "投递的目标集 ID。",
|
6921
|
+
"example": "\"54079098-61ea-48f9-8270-3b041a5d0150\"",
|
6922
|
+
"member": "string",
|
6923
|
+
"name": "LogsetId",
|
6924
|
+
"output_required": true,
|
6925
|
+
"required": true,
|
6926
|
+
"type": "string",
|
6927
|
+
"value_allowed_null": false
|
6928
|
+
},
|
6929
|
+
{
|
6930
|
+
"disabled": false,
|
6931
|
+
"document": "日志投递状态。\n ON:启用;\n OFF:停用。",
|
6932
|
+
"example": "\"ON\"",
|
6933
|
+
"member": "string",
|
6934
|
+
"name": "Switch",
|
6935
|
+
"output_required": true,
|
6936
|
+
"required": false,
|
6937
|
+
"type": "string",
|
6938
|
+
"value_allowed_null": false
|
6939
|
+
}
|
6940
|
+
],
|
6941
|
+
"usage": "both"
|
6942
|
+
},
|
6844
6943
|
"ArtifactRepairInfo": {
|
6845
6944
|
"document": "去伪影(毛刺)控制信息",
|
6846
6945
|
"members": [
|
@@ -7372,6 +7471,68 @@
|
|
7372
7471
|
],
|
7373
7472
|
"usage": "in"
|
7374
7473
|
},
|
7474
|
+
"CLSLogsetInfo": {
|
7475
|
+
"document": "CLS 日志集信息",
|
7476
|
+
"members": [
|
7477
|
+
{
|
7478
|
+
"disabled": false,
|
7479
|
+
"document": "日志集 ID。",
|
7480
|
+
"example": "“54079098-61ea-48f9-8270-3b041a5d0150”",
|
7481
|
+
"member": "string",
|
7482
|
+
"name": "LogsetId",
|
7483
|
+
"output_required": true,
|
7484
|
+
"type": "string",
|
7485
|
+
"value_allowed_null": false
|
7486
|
+
},
|
7487
|
+
{
|
7488
|
+
"disabled": false,
|
7489
|
+
"document": "日志集名。",
|
7490
|
+
"example": "“mylogset”",
|
7491
|
+
"member": "string",
|
7492
|
+
"name": "LogsetName",
|
7493
|
+
"output_required": true,
|
7494
|
+
"type": "string",
|
7495
|
+
"value_allowed_null": false
|
7496
|
+
}
|
7497
|
+
],
|
7498
|
+
"usage": "out"
|
7499
|
+
},
|
7500
|
+
"CLSTopicInfo": {
|
7501
|
+
"document": "CLS日志主题信息。",
|
7502
|
+
"members": [
|
7503
|
+
{
|
7504
|
+
"disabled": false,
|
7505
|
+
"document": "日志主题 ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7506
|
+
"example": "\"abc\"",
|
7507
|
+
"member": "string",
|
7508
|
+
"name": "TopicId",
|
7509
|
+
"output_required": true,
|
7510
|
+
"type": "string",
|
7511
|
+
"value_allowed_null": true
|
7512
|
+
},
|
7513
|
+
{
|
7514
|
+
"disabled": false,
|
7515
|
+
"document": "日志主题名。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7516
|
+
"example": "\"abc\"",
|
7517
|
+
"member": "string",
|
7518
|
+
"name": "TopicName",
|
7519
|
+
"output_required": true,
|
7520
|
+
"type": "string",
|
7521
|
+
"value_allowed_null": true
|
7522
|
+
},
|
7523
|
+
{
|
7524
|
+
"disabled": false,
|
7525
|
+
"document": "日志集 ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7526
|
+
"example": "\"abc\"",
|
7527
|
+
"member": "string",
|
7528
|
+
"name": "LogsetId",
|
7529
|
+
"output_required": true,
|
7530
|
+
"type": "string",
|
7531
|
+
"value_allowed_null": true
|
7532
|
+
}
|
7533
|
+
],
|
7534
|
+
"usage": "out"
|
7535
|
+
},
|
7375
7536
|
"Canvas": {
|
7376
7537
|
"document": "画布信息。制作视频时,如果源素材(视频或者图片)不能填满输出的视频窗口,将用设置的画布进行背景绘制。",
|
7377
7538
|
"members": [
|
@@ -9050,6 +9211,98 @@
|
|
9050
9211
|
],
|
9051
9212
|
"type": "object"
|
9052
9213
|
},
|
9214
|
+
"CreateCLSLogsetRequest": {
|
9215
|
+
"document": "CreateCLSLogset请求参数结构体",
|
9216
|
+
"members": [
|
9217
|
+
{
|
9218
|
+
"disabled": false,
|
9219
|
+
"document": "日志集所属地区:\nap-guangzhou:广州;\nap-singapore:新加坡。",
|
9220
|
+
"example": "\"ap-guangzhou\"",
|
9221
|
+
"member": "string",
|
9222
|
+
"name": "CLSRegion",
|
9223
|
+
"required": true,
|
9224
|
+
"type": "string"
|
9225
|
+
}
|
9226
|
+
],
|
9227
|
+
"type": "object"
|
9228
|
+
},
|
9229
|
+
"CreateCLSLogsetResponse": {
|
9230
|
+
"document": "CreateCLSLogset返回参数结构体",
|
9231
|
+
"members": [
|
9232
|
+
{
|
9233
|
+
"disabled": false,
|
9234
|
+
"document": "日志集 ID。",
|
9235
|
+
"example": "\"54079098-61ea-48f9-8270-3b041a5d0150\"",
|
9236
|
+
"member": "string",
|
9237
|
+
"name": "LogsetId",
|
9238
|
+
"output_required": true,
|
9239
|
+
"type": "string",
|
9240
|
+
"value_allowed_null": false
|
9241
|
+
},
|
9242
|
+
{
|
9243
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
9244
|
+
"member": "string",
|
9245
|
+
"name": "RequestId",
|
9246
|
+
"type": "string"
|
9247
|
+
}
|
9248
|
+
],
|
9249
|
+
"type": "object"
|
9250
|
+
},
|
9251
|
+
"CreateCLSTopicRequest": {
|
9252
|
+
"document": "CreateCLSTopic请求参数结构体",
|
9253
|
+
"members": [
|
9254
|
+
{
|
9255
|
+
"disabled": false,
|
9256
|
+
"document": "日志集所属地区:\nap-guangzhou:广州;\nap-singapore:新加坡。",
|
9257
|
+
"example": "\"ap-guangzhou\"",
|
9258
|
+
"member": "string",
|
9259
|
+
"name": "CLSRegion",
|
9260
|
+
"required": true,
|
9261
|
+
"type": "string"
|
9262
|
+
},
|
9263
|
+
{
|
9264
|
+
"disabled": false,
|
9265
|
+
"document": "日志主题名。",
|
9266
|
+
"example": "\"mytopic\"",
|
9267
|
+
"member": "string",
|
9268
|
+
"name": "TopicName",
|
9269
|
+
"required": true,
|
9270
|
+
"type": "string"
|
9271
|
+
},
|
9272
|
+
{
|
9273
|
+
"disabled": false,
|
9274
|
+
"document": "日志集 ID。",
|
9275
|
+
"example": "\"54079098-61ea-48f9-8270-3b041a5d0150\"",
|
9276
|
+
"member": "string",
|
9277
|
+
"name": "LogsetId",
|
9278
|
+
"required": true,
|
9279
|
+
"type": "string"
|
9280
|
+
}
|
9281
|
+
],
|
9282
|
+
"type": "object"
|
9283
|
+
},
|
9284
|
+
"CreateCLSTopicResponse": {
|
9285
|
+
"document": "CreateCLSTopic返回参数结构体",
|
9286
|
+
"members": [
|
9287
|
+
{
|
9288
|
+
"disabled": false,
|
9289
|
+
"document": "日志主题 ID。",
|
9290
|
+
"example": "“780ba384-5bc1-4cb1-a0e9-0cf8fafd3ee0\"",
|
9291
|
+
"member": "string",
|
9292
|
+
"name": "TopicId",
|
9293
|
+
"output_required": true,
|
9294
|
+
"type": "string",
|
9295
|
+
"value_allowed_null": false
|
9296
|
+
},
|
9297
|
+
{
|
9298
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
9299
|
+
"member": "string",
|
9300
|
+
"name": "RequestId",
|
9301
|
+
"type": "string"
|
9302
|
+
}
|
9303
|
+
],
|
9304
|
+
"type": "object"
|
9305
|
+
},
|
9053
9306
|
"CreateClassRequest": {
|
9054
9307
|
"document": "CreateClass请求参数结构体",
|
9055
9308
|
"members": [
|
@@ -11407,6 +11660,42 @@
|
|
11407
11660
|
],
|
11408
11661
|
"type": "object"
|
11409
11662
|
},
|
11663
|
+
"DeleteCLSTopicRequest": {
|
11664
|
+
"document": "DeleteCLSTopic请求参数结构体",
|
11665
|
+
"members": [
|
11666
|
+
{
|
11667
|
+
"disabled": false,
|
11668
|
+
"document": "日志集所属地区:\nap-guangzhou:广州;\nap-singapore:新加坡。",
|
11669
|
+
"example": "\"ap-guangzhou\"",
|
11670
|
+
"member": "string",
|
11671
|
+
"name": "CLSRegion",
|
11672
|
+
"required": false,
|
11673
|
+
"type": "string"
|
11674
|
+
},
|
11675
|
+
{
|
11676
|
+
"disabled": false,
|
11677
|
+
"document": "日志主题 ID。",
|
11678
|
+
"example": "\"780ba384-5bc1-4cb1-a0e9-0cf8fafd3ee0\"",
|
11679
|
+
"member": "string",
|
11680
|
+
"name": "TopicId",
|
11681
|
+
"required": false,
|
11682
|
+
"type": "string"
|
11683
|
+
}
|
11684
|
+
],
|
11685
|
+
"type": "object"
|
11686
|
+
},
|
11687
|
+
"DeleteCLSTopicResponse": {
|
11688
|
+
"document": "DeleteCLSTopic返回参数结构体",
|
11689
|
+
"members": [
|
11690
|
+
{
|
11691
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
11692
|
+
"member": "string",
|
11693
|
+
"name": "RequestId",
|
11694
|
+
"type": "string"
|
11695
|
+
}
|
11696
|
+
],
|
11697
|
+
"type": "object"
|
11698
|
+
},
|
11410
11699
|
"DeleteClassRequest": {
|
11411
11700
|
"document": "DeleteClass请求参数结构体",
|
11412
11701
|
"members": [
|
@@ -12734,6 +13023,182 @@
|
|
12734
13023
|
],
|
12735
13024
|
"type": "object"
|
12736
13025
|
},
|
13026
|
+
"DescribeCLSLogsetsRequest": {
|
13027
|
+
"document": "DescribeCLSLogsets请求参数结构体",
|
13028
|
+
"members": [
|
13029
|
+
{
|
13030
|
+
"disabled": false,
|
13031
|
+
"document": "CLS 日志集所属的地域,取值有:\nap-guangzhou:广州;\nap-singapore:新加坡。",
|
13032
|
+
"example": "“ap-guangzhou”",
|
13033
|
+
"member": "string",
|
13034
|
+
"name": "CLSRegion",
|
13035
|
+
"required": true,
|
13036
|
+
"type": "string"
|
13037
|
+
}
|
13038
|
+
],
|
13039
|
+
"type": "object"
|
13040
|
+
},
|
13041
|
+
"DescribeCLSLogsetsResponse": {
|
13042
|
+
"document": "DescribeCLSLogsets返回参数结构体",
|
13043
|
+
"members": [
|
13044
|
+
{
|
13045
|
+
"disabled": false,
|
13046
|
+
"document": "查询到的日志集列表。",
|
13047
|
+
"example": "无",
|
13048
|
+
"member": "CLSLogsetInfo",
|
13049
|
+
"name": "Logsets",
|
13050
|
+
"output_required": true,
|
13051
|
+
"type": "list",
|
13052
|
+
"value_allowed_null": false
|
13053
|
+
},
|
13054
|
+
{
|
13055
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
13056
|
+
"member": "string",
|
13057
|
+
"name": "RequestId",
|
13058
|
+
"type": "string"
|
13059
|
+
}
|
13060
|
+
],
|
13061
|
+
"type": "object"
|
13062
|
+
},
|
13063
|
+
"DescribeCLSPushTargetsRequest": {
|
13064
|
+
"document": "DescribeCLSPushTargets请求参数结构体",
|
13065
|
+
"members": [
|
13066
|
+
{
|
13067
|
+
"disabled": false,
|
13068
|
+
"document": "点播域名。",
|
13069
|
+
"example": "[\"xxx.vod-qcloud.com\"]",
|
13070
|
+
"member": "string",
|
13071
|
+
"name": "Domains",
|
13072
|
+
"required": true,
|
13073
|
+
"type": "list"
|
13074
|
+
},
|
13075
|
+
{
|
13076
|
+
"disabled": false,
|
13077
|
+
"document": "点播应用 ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。",
|
13078
|
+
"example": "0",
|
13079
|
+
"member": "int64",
|
13080
|
+
"name": "SubAppId",
|
13081
|
+
"required": false,
|
13082
|
+
"type": "int"
|
13083
|
+
}
|
13084
|
+
],
|
13085
|
+
"type": "object"
|
13086
|
+
},
|
13087
|
+
"DescribeCLSPushTargetsResponse": {
|
13088
|
+
"document": "DescribeCLSPushTargets返回参数结构体",
|
13089
|
+
"members": [
|
13090
|
+
{
|
13091
|
+
"disabled": false,
|
13092
|
+
"document": "域名推送总数量。",
|
13093
|
+
"example": "10",
|
13094
|
+
"member": "int64",
|
13095
|
+
"name": "TotalCount",
|
13096
|
+
"output_required": true,
|
13097
|
+
"type": "int",
|
13098
|
+
"value_allowed_null": false
|
13099
|
+
},
|
13100
|
+
{
|
13101
|
+
"disabled": false,
|
13102
|
+
"document": "域名推送 CLS 目标列表。",
|
13103
|
+
"example": "无",
|
13104
|
+
"member": "DomainCLSTargetInfo",
|
13105
|
+
"name": "DomainCLSTargets",
|
13106
|
+
"output_required": true,
|
13107
|
+
"type": "list",
|
13108
|
+
"value_allowed_null": false
|
13109
|
+
},
|
13110
|
+
{
|
13111
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
13112
|
+
"member": "string",
|
13113
|
+
"name": "RequestId",
|
13114
|
+
"type": "string"
|
13115
|
+
}
|
13116
|
+
],
|
13117
|
+
"type": "object"
|
13118
|
+
},
|
13119
|
+
"DescribeCLSTopicsRequest": {
|
13120
|
+
"document": "DescribeCLSTopics请求参数结构体",
|
13121
|
+
"members": [
|
13122
|
+
{
|
13123
|
+
"disabled": false,
|
13124
|
+
"document": "日志集所属地区:\nap-guangzhou:广州;\nap-singapore:新加坡。",
|
13125
|
+
"example": "\"ap-guangzhou\"",
|
13126
|
+
"member": "string",
|
13127
|
+
"name": "CLSRegion",
|
13128
|
+
"required": true,
|
13129
|
+
"type": "string"
|
13130
|
+
},
|
13131
|
+
{
|
13132
|
+
"disabled": false,
|
13133
|
+
"document": "日志主题所属日志集 ID。",
|
13134
|
+
"example": "\"54079098-61ea-48f9-8270-3b041a5d0150\"",
|
13135
|
+
"member": "string",
|
13136
|
+
"name": "LogsetId",
|
13137
|
+
"required": true,
|
13138
|
+
"type": "string"
|
13139
|
+
},
|
13140
|
+
{
|
13141
|
+
"disabled": false,
|
13142
|
+
"document": "日志主题 ID 列表。如果不填,表示查询所有的日志主题。",
|
13143
|
+
"example": "[\"780ba384-5bc1-4cb1-a0e9-0cf8fafd3ee0\"]",
|
13144
|
+
"member": "string",
|
13145
|
+
"name": "TopicIds",
|
13146
|
+
"required": false,
|
13147
|
+
"type": "list"
|
13148
|
+
},
|
13149
|
+
{
|
13150
|
+
"disabled": false,
|
13151
|
+
"document": "分页偏移量,默认值:0。",
|
13152
|
+
"example": "0",
|
13153
|
+
"member": "int64",
|
13154
|
+
"name": "Offset",
|
13155
|
+
"required": false,
|
13156
|
+
"type": "int"
|
13157
|
+
},
|
13158
|
+
{
|
13159
|
+
"disabled": false,
|
13160
|
+
"document": "返回记录条数,默认值:20,最大值:100。",
|
13161
|
+
"example": "10",
|
13162
|
+
"member": "int64",
|
13163
|
+
"name": "Limit",
|
13164
|
+
"required": false,
|
13165
|
+
"type": "int"
|
13166
|
+
}
|
13167
|
+
],
|
13168
|
+
"type": "object"
|
13169
|
+
},
|
13170
|
+
"DescribeCLSTopicsResponse": {
|
13171
|
+
"document": "DescribeCLSTopics返回参数结构体",
|
13172
|
+
"members": [
|
13173
|
+
{
|
13174
|
+
"disabled": false,
|
13175
|
+
"document": "日志主题总数量。",
|
13176
|
+
"example": "1",
|
13177
|
+
"member": "int64",
|
13178
|
+
"name": "TotalCount",
|
13179
|
+
"output_required": true,
|
13180
|
+
"type": "int",
|
13181
|
+
"value_allowed_null": false
|
13182
|
+
},
|
13183
|
+
{
|
13184
|
+
"disabled": false,
|
13185
|
+
"document": "日志主题列表。",
|
13186
|
+
"example": "[]",
|
13187
|
+
"member": "CLSTopicInfo",
|
13188
|
+
"name": "Topics",
|
13189
|
+
"output_required": true,
|
13190
|
+
"type": "list",
|
13191
|
+
"value_allowed_null": false
|
13192
|
+
},
|
13193
|
+
{
|
13194
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
13195
|
+
"member": "string",
|
13196
|
+
"name": "RequestId",
|
13197
|
+
"type": "string"
|
13198
|
+
}
|
13199
|
+
],
|
13200
|
+
"type": "object"
|
13201
|
+
},
|
12737
13202
|
"DescribeCdnLogsRequest": {
|
12738
13203
|
"document": "DescribeCdnLogs请求参数结构体",
|
12739
13204
|
"members": [
|
@@ -16189,6 +16654,42 @@
|
|
16189
16654
|
],
|
16190
16655
|
"type": "object"
|
16191
16656
|
},
|
16657
|
+
"DomainCLSTargetInfo": {
|
16658
|
+
"document": "域名推送 CLS 目标。",
|
16659
|
+
"members": [
|
16660
|
+
{
|
16661
|
+
"disabled": false,
|
16662
|
+
"document": "域名。",
|
16663
|
+
"example": "xxx.vod-qcloud.com",
|
16664
|
+
"member": "string",
|
16665
|
+
"name": "Domain",
|
16666
|
+
"output_required": false,
|
16667
|
+
"type": "string",
|
16668
|
+
"value_allowed_null": false
|
16669
|
+
},
|
16670
|
+
{
|
16671
|
+
"disabled": false,
|
16672
|
+
"document": "中国大陆地区的日志推送目标。",
|
16673
|
+
"example": "无",
|
16674
|
+
"member": "AreaCLSTargetInfo",
|
16675
|
+
"name": "ChineseMainlandCLSTargetInfo",
|
16676
|
+
"output_required": false,
|
16677
|
+
"type": "object",
|
16678
|
+
"value_allowed_null": false
|
16679
|
+
},
|
16680
|
+
{
|
16681
|
+
"disabled": false,
|
16682
|
+
"document": "中国大陆以外地区的日志推送目标。",
|
16683
|
+
"example": "无",
|
16684
|
+
"member": "AreaCLSTargetInfo",
|
16685
|
+
"name": "OutsideChineseMainlandCLSTargetInfo",
|
16686
|
+
"output_required": false,
|
16687
|
+
"type": "object",
|
16688
|
+
"value_allowed_null": false
|
16689
|
+
}
|
16690
|
+
],
|
16691
|
+
"usage": "out"
|
16692
|
+
},
|
16192
16693
|
"DomainDetailInfo": {
|
16193
16694
|
"document": "域名信息",
|
16194
16695
|
"members": [
|
@@ -32913,6 +33414,60 @@
|
|
32913
33414
|
],
|
32914
33415
|
"usage": "in"
|
32915
33416
|
},
|
33417
|
+
"SetCLSPushTargetRequest": {
|
33418
|
+
"document": "SetCLSPushTarget请求参数结构体",
|
33419
|
+
"members": [
|
33420
|
+
{
|
33421
|
+
"disabled": false,
|
33422
|
+
"document": "域名。",
|
33423
|
+
"example": "abc.com",
|
33424
|
+
"member": "string",
|
33425
|
+
"name": "Domain",
|
33426
|
+
"required": true,
|
33427
|
+
"type": "string"
|
33428
|
+
},
|
33429
|
+
{
|
33430
|
+
"disabled": false,
|
33431
|
+
"document": "点播应用 ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。",
|
33432
|
+
"example": "0",
|
33433
|
+
"member": "int64",
|
33434
|
+
"name": "SubAppId",
|
33435
|
+
"required": false,
|
33436
|
+
"type": "int"
|
33437
|
+
},
|
33438
|
+
{
|
33439
|
+
"disabled": false,
|
33440
|
+
"document": "要设置的中国大陆地区的日志推送目标。",
|
33441
|
+
"example": "无",
|
33442
|
+
"member": "AreaCLSTargetInfo",
|
33443
|
+
"name": "ChineseMainlandCLSTargetInfo",
|
33444
|
+
"required": false,
|
33445
|
+
"type": "object"
|
33446
|
+
},
|
33447
|
+
{
|
33448
|
+
"disabled": false,
|
33449
|
+
"document": "要设置的中国大陆以外地区的日志推送目标。",
|
33450
|
+
"example": "无",
|
33451
|
+
"member": "AreaCLSTargetInfo",
|
33452
|
+
"name": "OutsideChineseMainlandCLSTargetInfo",
|
33453
|
+
"required": false,
|
33454
|
+
"type": "object"
|
33455
|
+
}
|
33456
|
+
],
|
33457
|
+
"type": "object"
|
33458
|
+
},
|
33459
|
+
"SetCLSPushTargetResponse": {
|
33460
|
+
"document": "SetCLSPushTarget返回参数结构体",
|
33461
|
+
"members": [
|
33462
|
+
{
|
33463
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
33464
|
+
"member": "string",
|
33465
|
+
"name": "RequestId",
|
33466
|
+
"type": "string"
|
33467
|
+
}
|
33468
|
+
],
|
33469
|
+
"type": "object"
|
33470
|
+
},
|
32916
33471
|
"SetDrmKeyProviderInfoRequest": {
|
32917
33472
|
"document": "SetDrmKeyProviderInfo请求参数结构体",
|
32918
33473
|
"members": [
|