tccli 3.0.1175.1__py2.py3-none-any.whl → 3.0.1177.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +1 -1
  3. tccli/services/ccc/v20200210/api.json +9 -9
  4. tccli/services/cdwdoris/cdwdoris_client.py +113 -113
  5. tccli/services/cdwdoris/v20211228/api.json +899 -1218
  6. tccli/services/cdwdoris/v20211228/examples.json +70 -70
  7. tccli/services/clb/v20180317/api.json +1 -1
  8. tccli/services/cvm/v20170312/api.json +1 -1
  9. tccli/services/cynosdb/cynosdb_client.py +114 -8
  10. tccli/services/cynosdb/v20190107/api.json +136 -0
  11. tccli/services/cynosdb/v20190107/examples.json +16 -0
  12. tccli/services/dcdb/v20180411/api.json +28 -1
  13. tccli/services/dnspod/v20210323/api.json +1 -0
  14. tccli/services/dsgc/v20190723/api.json +85 -9
  15. tccli/services/dsgc/v20190723/examples.json +4 -4
  16. tccli/services/ecm/v20190719/api.json +8 -6
  17. tccli/services/emr/v20190103/api.json +9 -0
  18. tccli/services/faceid/v20180301/api.json +29 -1
  19. tccli/services/hunyuan/v20230901/api.json +1 -1
  20. tccli/services/mps/v20190612/api.json +49 -29
  21. tccli/services/mrs/v20200910/api.json +3 -0
  22. tccli/services/mrs/v20200910/examples.json +1 -1
  23. tccli/services/organization/v20210331/api.json +23 -23
  24. tccli/services/organization/v20210331/examples.json +4 -4
  25. tccli/services/redis/v20180412/api.json +85 -39
  26. tccli/services/redis/v20180412/examples.json +2 -2
  27. tccli/services/trtc/trtc_client.py +106 -0
  28. tccli/services/trtc/v20190722/api.json +142 -1
  29. tccli/services/trtc/v20190722/examples.json +16 -0
  30. tccli/services/tse/v20201207/api.json +58 -0
  31. tccli/services/tts/v20190823/api.json +2 -2
  32. tccli/services/vclm/v20240523/api.json +9 -0
  33. tccli/services/vod/v20180717/api.json +341 -0
  34. tccli/services/vod/v20180717/examples.json +30 -0
  35. tccli/services/vod/vod_client.py +171 -12
  36. tccli/services/vpc/v20170312/api.json +168 -38
  37. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/METADATA +2 -2
  38. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/RECORD +41 -41
  39. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/license_files/LICENSE +0 -0
@@ -330,6 +330,14 @@
330
330
  "title": "查询备份文件列表"
331
331
  }
332
332
  ],
333
+ "DescribeBinlogConfig": [
334
+ {
335
+ "document": "查询binlog配置信息",
336
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBinlogConfig\n<公共请求参数>\n\n{\n \"ClusterId\": \"cynosdbmysql-xxx\"\n}",
337
+ "output": "{\n \"Response\": {\n \"BinlogCrossRegionsConfigUpdateTime\": \"abc\",\n \"BinlogConfig\": {\n \"BinlogSaveDays\": 0,\n \"BinlogCrossRegionsEnable\": \"abc\",\n \"BinlogCrossRegions\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
338
+ "title": "查询binlog配置信息"
339
+ }
340
+ ],
333
341
  "DescribeBinlogDownloadUrl": [
334
342
  {
335
343
  "document": "",
@@ -776,6 +784,14 @@
776
784
  "title": "修改备份文件备注名"
777
785
  }
778
786
  ],
787
+ "ModifyBinlogConfig": [
788
+ {
789
+ "document": "修改binlog配置信息",
790
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBinlogConfig\n<公共请求参数>\n\n{\n \"ClusterId\": \"abc\",\n \"BinlogConfig\": {\n \"BinlogSaveDays\": 0,\n \"BinlogCrossRegionsEnable\": \"abc\",\n \"BinlogCrossRegions\": \"abc\"\n }\n}",
791
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
792
+ "title": "修改binlog配置信息"
793
+ }
794
+ ],
779
795
  "ModifyBinlogSaveDays": [
780
796
  {
781
797
  "document": "",
@@ -9325,6 +9325,33 @@
9325
9325
  "name": "Zones",
9326
9326
  "required": false,
9327
9327
  "type": "list"
9328
+ },
9329
+ {
9330
+ "disabled": false,
9331
+ "document": "切换开始时间,格式如: \"2019-12-12 07:00:00\"。开始时间必须在当前时间一个小时以后,3天以内。",
9332
+ "example": "2019-12-12 07:00:00",
9333
+ "member": "string",
9334
+ "name": "SwitchStartTime",
9335
+ "required": false,
9336
+ "type": "string"
9337
+ },
9338
+ {
9339
+ "disabled": false,
9340
+ "document": "切换结束时间, 格式如: \"2019-12-12 07:15:00\",结束时间必须大于开始时间。",
9341
+ "example": "2019-12-12 07:15:00",
9342
+ "member": "string",
9343
+ "name": "SwitchEndTime",
9344
+ "required": false,
9345
+ "type": "string"
9346
+ },
9347
+ {
9348
+ "disabled": false,
9349
+ "document": "是否自动重试。 0:不自动重试 1:自动重试",
9350
+ "example": "1",
9351
+ "member": "int64",
9352
+ "name": "SwitchAutoRetry",
9353
+ "required": false,
9354
+ "type": "int"
9328
9355
  }
9329
9356
  ],
9330
9357
  "type": "object"
@@ -9338,7 +9365,7 @@
9338
9365
  "example": "20180103110035",
9339
9366
  "member": "string",
9340
9367
  "name": "DealName",
9341
- "required": true,
9368
+ "output_required": true,
9342
9369
  "type": "string",
9343
9370
  "value_allowed_null": false
9344
9371
  },
@@ -7202,6 +7202,7 @@
7202
7202
  "example": "161",
7203
7203
  "member": "uint64",
7204
7204
  "name": "RecordId",
7205
+ "output_required": true,
7205
7206
  "type": "int",
7206
7207
  "value_allowed_null": false
7207
7208
  },
@@ -120,7 +120,7 @@
120
120
  "status": "online"
121
121
  },
122
122
  "CreateDSPADiscoveryRule": {
123
- "document": "新增分类分级规则,单个用户最多允许创建200个规则。\n",
123
+ "document": "新增分类分级规则,单个用户最多允许创建200个规则。",
124
124
  "input": "CreateDSPADiscoveryRuleRequest",
125
125
  "name": "新增分类分级发现规则",
126
126
  "output": "CreateDSPADiscoveryRuleResponse",
@@ -2408,6 +2408,26 @@
2408
2408
  "output_required": false,
2409
2409
  "type": "string",
2410
2410
  "value_allowed_null": true
2411
+ },
2412
+ {
2413
+ "disabled": false,
2414
+ "document": "各类分类分级规则数量\n注意:此字段可能返回 null,表示取不到有效值。",
2415
+ "example": "无",
2416
+ "member": "RuleEffectItem",
2417
+ "name": "RuleEffectItems",
2418
+ "output_required": false,
2419
+ "type": "list",
2420
+ "value_allowed_null": true
2421
+ },
2422
+ {
2423
+ "disabled": false,
2424
+ "document": "规则状态\n注意:此字段可能返回 null,表示取不到有效值。",
2425
+ "example": "无",
2426
+ "member": "int64",
2427
+ "name": "RuleStatus",
2428
+ "output_required": false,
2429
+ "type": "int",
2430
+ "value_allowed_null": true
2411
2431
  }
2412
2432
  ],
2413
2433
  "usage": "out"
@@ -3811,6 +3831,15 @@
3811
3831
  "name": "COSRules",
3812
3832
  "required": false,
3813
3833
  "type": "object"
3834
+ },
3835
+ {
3836
+ "disabled": false,
3837
+ "document": "规则状态;0 不启用, 1 启用",
3838
+ "example": "1",
3839
+ "member": "int64",
3840
+ "name": "Status",
3841
+ "required": false,
3842
+ "type": "int"
3814
3843
  }
3815
3844
  ],
3816
3845
  "type": "object"
@@ -3824,7 +3853,7 @@
3824
3853
  "example": "1",
3825
3854
  "member": "int64",
3826
3855
  "name": "RuleId",
3827
- "required": true,
3856
+ "output_required": true,
3828
3857
  "type": "int",
3829
3858
  "value_allowed_null": false
3830
3859
  },
@@ -8476,7 +8505,7 @@
8476
8505
  "example": "无",
8477
8506
  "member": "CategoryRule",
8478
8507
  "name": "CategoryRules",
8479
- "required": true,
8508
+ "output_required": true,
8480
8509
  "type": "list",
8481
8510
  "value_allowed_null": true
8482
8511
  },
@@ -12384,7 +12413,7 @@
12384
12413
  "example": "1",
12385
12414
  "member": "int64",
12386
12415
  "name": "RuleId",
12387
- "required": true,
12416
+ "output_required": true,
12388
12417
  "type": "int",
12389
12418
  "value_allowed_null": true
12390
12419
  },
@@ -12394,7 +12423,7 @@
12394
12423
  "example": "rule_001",
12395
12424
  "member": "string",
12396
12425
  "name": "Name",
12397
- "required": true,
12426
+ "output_required": true,
12398
12427
  "type": "string",
12399
12428
  "value_allowed_null": true
12400
12429
  },
@@ -12404,7 +12433,7 @@
12404
12433
  "example": "rule_description",
12405
12434
  "member": "string",
12406
12435
  "name": "Description",
12407
- "required": true,
12436
+ "output_required": true,
12408
12437
  "type": "string",
12409
12438
  "value_allowed_null": true
12410
12439
  },
@@ -12414,7 +12443,7 @@
12414
12443
  "example": "0",
12415
12444
  "member": "int64",
12416
12445
  "name": "Source",
12417
- "required": true,
12446
+ "output_required": true,
12418
12447
  "type": "int",
12419
12448
  "value_allowed_null": true
12420
12449
  },
@@ -12424,7 +12453,7 @@
12424
12453
  "example": "无",
12425
12454
  "member": "DspaDiscoveryRDBRules",
12426
12455
  "name": "RDBRules",
12427
- "required": true,
12456
+ "output_required": true,
12428
12457
  "type": "object",
12429
12458
  "value_allowed_null": true
12430
12459
  },
@@ -12434,9 +12463,19 @@
12434
12463
  "example": "无",
12435
12464
  "member": "DspaDiscoveryCOSRules",
12436
12465
  "name": "COSRules",
12437
- "required": true,
12466
+ "output_required": true,
12438
12467
  "type": "object",
12439
12468
  "value_allowed_null": true
12469
+ },
12470
+ {
12471
+ "disabled": false,
12472
+ "document": "0关闭,1开启\n注意:此字段可能返回 null,表示取不到有效值。",
12473
+ "example": "1",
12474
+ "member": "int64",
12475
+ "name": "Status",
12476
+ "output_required": true,
12477
+ "type": "int",
12478
+ "value_allowed_null": true
12440
12479
  }
12441
12480
  ],
12442
12481
  "usage": "out"
@@ -16008,6 +16047,15 @@
16008
16047
  "name": "COSRules",
16009
16048
  "required": false,
16010
16049
  "type": "object"
16050
+ },
16051
+ {
16052
+ "disabled": false,
16053
+ "document": "规则状态",
16054
+ "example": "无",
16055
+ "member": "int64",
16056
+ "name": "Status",
16057
+ "required": false,
16058
+ "type": "int"
16011
16059
  }
16012
16060
  ],
16013
16061
  "type": "object"
@@ -17888,6 +17936,34 @@
17888
17936
  ],
17889
17937
  "usage": "out"
17890
17938
  },
17939
+ "RuleEffectItem": {
17940
+ "document": "分类分级规则数量",
17941
+ "members": [
17942
+ {
17943
+ "disabled": false,
17944
+ "document": "规则描述\n注意:此字段可能返回 null,表示取不到有效值。",
17945
+ "example": "无",
17946
+ "member": "string",
17947
+ "name": "Name",
17948
+ "output_required": false,
17949
+ "required": false,
17950
+ "type": "string",
17951
+ "value_allowed_null": true
17952
+ },
17953
+ {
17954
+ "disabled": false,
17955
+ "document": "规则值\n注意:此字段可能返回 null,表示取不到有效值。",
17956
+ "example": "无",
17957
+ "member": "int64",
17958
+ "name": "Value",
17959
+ "output_required": false,
17960
+ "required": false,
17961
+ "type": "int",
17962
+ "value_allowed_null": true
17963
+ }
17964
+ ],
17965
+ "usage": "both"
17966
+ },
17891
17967
  "ScanTaskCOSRules": {
17892
17968
  "document": "敏感识别任务COS识别规则",
17893
17969
  "members": [
@@ -139,7 +139,7 @@
139
139
  "CreateDSPADiscoveryRule": [
140
140
  {
141
141
  "document": "",
142
- "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDSPADiscoveryRule\n<公共请求参数>\n\n{\n \"DspaId\": \"xx\",\n \"Name\": \"xx\",\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"xx\",\n \"MetaRule\": {\n \"Operator\": \"xx\",\n \"Contents\": [\n {\n \"RuleType\": \"xx\",\n \"RuleContent\": \"xx\"\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"xx\",\n \"Contents\": [\n {\n \"RuleType\": \"xx\",\n \"RuleContent\": \"xx\"\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"or\",\n \"Contents\": [\n {\n \"RuleContent\": \"xx\"\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"xx\",\n \"Contents\": [\n {\n \"IsIgnoreCase\": true,\n \"RuleContent\": \"xx\"\n }\n ]\n },\n \"MaxMatch\": 0,\n \"IgnoreStringRule\": {\n \"Operator\": \"xx\",\n \"Contents\": [\n {\n \"IsIgnoreCase\": false,\n \"RuleContent\": \"xx\"\n }\n ]\n }\n },\n \"Description\": \"xx\"\n}",
142
+ "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDSPADiscoveryRule\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"abc\",\n \"MetaRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"IgnoreStringRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"MaxMatch\": 0\n },\n \"Status\": 0\n}",
143
143
  "output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\",\n \"RuleId\": 1\n }\n}",
144
144
  "title": "新增分类分级规则"
145
145
  }
@@ -596,7 +596,7 @@
596
596
  {
597
597
  "document": "获取合规组分类规则信息",
598
598
  "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPACategoryRules\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-001\",\n \"CategoryId\": 1,\n \"ComplianceId\": 1\n}",
599
- "output": "{\n \"Response\": {\n \"RequestId\": \"128009ac-7df4-0530-cc92-52f0d945e191\",\n \"CategoryRules\": [\n {\n \"Id\": 1,\n \"CategoryId\": 165,\n \"RuleId\": 1,\n \"RuleName\": \"银行卡\",\n \"LevelId\": 5,\n \"LevelName\": \"S3\"\n },\n {\n \"Id\": 2,\n \"CategoryId\": 165,\n \"RuleId\": 2,\n \"RuleName\": \"信用卡\",\n \"LevelId\": 6,\n \"LevelName\": \"S2\"\n }\n ]\n }\n}",
599
+ "output": "{\n \"Response\": {\n \"RequestId\": \"128009ac-7df4-0530-cc92-52f0d945e191\",\n \"CategoryRules\": [\n {\n \"Id\": 1,\n \"CategoryId\": 165,\n \"RuleId\": 1,\n \"RuleName\": \"银行卡\",\n \"LevelId\": 5,\n \"RuleStatus\": 1,\n \"LevelName\": \"S3\",\n \"RuleEffectItems\": [\n {\n \"Name\": \"结构化数据\",\n \"Value\": 1\n },\n {\n \"Name\": \"非机构化数据\",\n \"Value\": 2\n }\n ]\n },\n {\n \"Id\": 2,\n \"CategoryId\": 165,\n \"RuleId\": 2,\n \"RuleName\": \"信用卡\",\n \"LevelId\": 6,\n \"RuleStatus\": 0,\n \"LevelName\": \"S2\",\n \"RuleEffectItems\": [\n {\n \"Name\": \"结构化数据\",\n \"Value\": 1\n },\n {\n \"Name\": \"非机构化数据\",\n \"Value\": 2\n }\n ]\n }\n ]\n }\n}",
600
600
  "title": "获取合规组分类规则信息"
601
601
  }
602
602
  ],
@@ -652,7 +652,7 @@
652
652
  {
653
653
  "document": "xx",
654
654
  "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPADiscoveryRules\n<公共请求参数>\n\n{\n \"DspaId\": \"casb_1\",\n \"RuleId\": 1,\n \"Limit\": 10,\n \"Name\": \"test_rule\",\n \"Offset\": 0\n}",
655
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Items\": [\n {\n \"RuleId\": 0,\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Source\": 0,\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"abc\",\n \"MetaRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"IgnoreStringRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"MaxMatch\": 0\n }\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
655
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Items\": [\n {\n \"RuleId\": 0,\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Source\": 0,\n \"Status\": 1,\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"abc\",\n \"MetaRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"IgnoreStringRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"MaxMatch\": 0\n }\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
656
656
  "title": "获取分类分级规则列表"
657
657
  }
658
658
  ],
@@ -1049,7 +1049,7 @@
1049
1049
  "ModifyDSPADiscoveryRule": [
1050
1050
  {
1051
1051
  "document": "",
1052
- "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDSPADiscoveryRule\n<公共请求参数>\n\n{\n \"DspaId\": \"xx\",\n \"Name\": \"xx\",\n \"RuleId\": 123,\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"xx\",\n \"MetaRule\": {\n \"Operator\": \"xx\",\n \"Contents\": [\n {\n \"RuleType\": \"xx\",\n \"RuleContent\": \"xx\"\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"xx\",\n \"Contents\": [\n {\n \"RuleType\": \"xx\",\n \"RuleContent\": \"xx\"\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"or\",\n \"Contents\": [\n {\n \"RuleContent\": \"xx\"\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"xx\",\n \"Contents\": [\n {\n \"IsIgnoreCase\": false,\n \"RuleContent\": \"xx\"\n }\n ]\n },\n \"MaxMatch\": 0,\n \"IgnoreStringRule\": {\n \"Operator\": \"xx\",\n \"Contents\": [\n {\n \"IsIgnoreCase\": false,\n \"RuleContent\": \"xx\"\n }\n ]\n }\n },\n \"Description\": \"xx\"\n}",
1052
+ "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDSPADiscoveryRule\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"abc\",\n \"MetaRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"IgnoreStringRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"MaxMatch\": 0\n },\n \"RuleId\": 0,\n \"Status\": 0\n}",
1053
1053
  "output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
1054
1054
  "title": "修改分类分级规则"
1055
1055
  }
@@ -5933,7 +5933,7 @@
5933
5933
  {
5934
5934
  "disabled": false,
5935
5935
  "document": "安全组实例ID,例如:esg-33ocnj9n,可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/1108/47697)获取。每次请求的实例的上限为100。参数不支持同时指定SecurityGroupIds和Filters。",
5936
- "example": "",
5936
+ "example": "",
5937
5937
  "member": "string",
5938
5938
  "name": "SecurityGroupIds",
5939
5939
  "required": false,
@@ -5942,7 +5942,7 @@
5942
5942
  {
5943
5943
  "disabled": false,
5944
5944
  "document": "过滤条件,参数不支持同时指定SecurityGroupIds和Filters。\nsecurity-group-id - String - (过滤条件)安全组ID。\nsecurity-group-name - String - (过滤条件)安全组名称。\ntag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。\ntag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。",
5945
- "example": "",
5945
+ "example": "",
5946
5946
  "member": "Filter",
5947
5947
  "name": "Filters",
5948
5948
  "required": false,
@@ -5951,7 +5951,7 @@
5951
5951
  {
5952
5952
  "disabled": false,
5953
5953
  "document": "偏移量,默认为0。",
5954
- "example": "",
5954
+ "example": "",
5955
5955
  "member": "int64",
5956
5956
  "name": "Offset",
5957
5957
  "required": false,
@@ -5960,7 +5960,7 @@
5960
5960
  {
5961
5961
  "disabled": false,
5962
5962
  "document": "返回数量,默认为20,最大值为100。",
5963
- "example": "",
5963
+ "example": "",
5964
5964
  "member": "int64",
5965
5965
  "name": "Limit",
5966
5966
  "required": false,
@@ -5975,18 +5975,20 @@
5975
5975
  {
5976
5976
  "disabled": false,
5977
5977
  "document": "符合条件的实例数量。",
5978
- "example": "",
5978
+ "example": "",
5979
5979
  "member": "int64",
5980
5980
  "name": "TotalCount",
5981
+ "output_required": true,
5981
5982
  "type": "int",
5982
5983
  "value_allowed_null": false
5983
5984
  },
5984
5985
  {
5985
5986
  "disabled": false,
5986
5987
  "document": "安全组对象。",
5987
- "example": "",
5988
+ "example": "",
5988
5989
  "member": "SecurityGroup",
5989
5990
  "name": "SecurityGroupSet",
5991
+ "output_required": true,
5990
5992
  "type": "list",
5991
5993
  "value_allowed_null": false
5992
5994
  },
@@ -6944,6 +6944,15 @@
6944
6944
  "name": "ComputeResourceId",
6945
6945
  "required": false,
6946
6946
  "type": "string"
6947
+ },
6948
+ {
6949
+ "disabled": false,
6950
+ "document": "扩容资源类型",
6951
+ "example": "HOST",
6952
+ "member": "string",
6953
+ "name": "HardwareResourceType",
6954
+ "required": false,
6955
+ "type": "string"
6947
6956
  }
6948
6957
  ],
6949
6958
  "type": "object"
@@ -57,7 +57,7 @@
57
57
  "status": "online"
58
58
  },
59
59
  "DetectAIFakeFaces": {
60
- "document": "提供对人脸图片/视频的AI合成、翻拍、水印等攻击痕迹的检测,增强图片/视频防伪能力",
60
+ "document": "基于多模态的AI大模型算法,提供对人脸图片、视频的防攻击检测能力,可针对性有效识别高仿真的AIGC换脸、高清翻拍、批量黑产攻击、水印等攻击痕迹,增强对图片和视频的防伪安全能力。",
61
61
  "input": "DetectAIFakeFacesRequest",
62
62
  "name": "AI人脸防护盾",
63
63
  "output": "DetectAIFakeFacesResponse",
@@ -776,6 +776,24 @@
776
776
  "name": "IsEncrypt",
777
777
  "required": false,
778
778
  "type": "bool"
779
+ },
780
+ {
781
+ "disabled": false,
782
+ "document": "是否需要对响应体加密",
783
+ "example": "false",
784
+ "member": "bool",
785
+ "name": "IsEncryptResponse",
786
+ "required": false,
787
+ "type": "bool"
788
+ },
789
+ {
790
+ "disabled": false,
791
+ "document": "是否需要对返回中的敏感信息进行加密,需指定加密算法Algorithm、CBC加密的初始向量、加密后的对称密钥。",
792
+ "example": "无",
793
+ "member": "Encryption",
794
+ "name": "Encryption",
795
+ "required": false,
796
+ "type": "object"
779
797
  }
780
798
  ],
781
799
  "type": "object"
@@ -913,6 +931,16 @@
913
931
  "type": "object",
914
932
  "value_allowed_null": true
915
933
  },
934
+ {
935
+ "disabled": false,
936
+ "document": "加密后的数据",
937
+ "example": "无",
938
+ "member": "string",
939
+ "name": "EncryptedBody",
940
+ "output_required": false,
941
+ "type": "string",
942
+ "value_allowed_null": false
943
+ },
916
944
  {
917
945
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
918
946
  "member": "string",
@@ -311,7 +311,7 @@
311
311
  "members": [
312
312
  {
313
313
  "disabled": false,
314
- "document": "结束标志位,可能为 stop sensitive。\nstop 表示输出正常结束,sensitive 只在开启流式输出审核时会出现,表示安全审核未通过。",
314
+ "document": "结束标志位,可能为 stop sensitive或者tool_calls。\nstop 表示输出正常结束。\nsensitive 只在开启流式输出审核时会出现,表示安全审核未通过。\ntool_calls 标识函数调用。",
315
315
  "example": "stop",
316
316
  "member": "string",
317
317
  "name": "FinishReason",