tccli 3.0.1282.1__py2.py3-none-any.whl → 3.0.1284.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 (76) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/acp/v20220105/api.json +23 -23
  3. tccli/services/acp/v20220105/examples.json +2 -8
  4. tccli/services/advisor/v20200721/api.json +4 -2
  5. tccli/services/antiddos/v20200309/api.json +1 -1
  6. tccli/services/apm/v20210622/api.json +1 -1
  7. tccli/services/cdn/v20180606/api.json +4 -2
  8. tccli/services/cdwch/v20200915/api.json +3 -3
  9. tccli/services/cdwch/v20200915/examples.json +1 -1
  10. tccli/services/cdwdoris/v20211228/api.json +18 -0
  11. tccli/services/cfg/v20210820/api.json +5 -5
  12. tccli/services/chdfs/v20201112/api.json +12 -12
  13. tccli/services/clb/v20180317/api.json +20 -2
  14. tccli/services/cynosdb/v20190107/api.json +10 -0
  15. tccli/services/dbbrain/v20191016/api.json +17 -17
  16. tccli/services/dbbrain/v20210527/api.json +22 -22
  17. tccli/services/dcdb/v20180411/api.json +14 -4
  18. tccli/services/dcdb/v20180411/examples.json +1 -1
  19. tccli/services/dlc/v20210125/api.json +128 -56
  20. tccli/services/dlc/v20210125/examples.json +3 -3
  21. tccli/services/domain/v20180808/api.json +3 -3
  22. tccli/services/dts/v20180330/api.json +16 -16
  23. tccli/services/dts/v20211206/api.json +493 -488
  24. tccli/services/es/v20180416/api.json +3 -3
  25. tccli/services/es/v20180416/examples.json +1 -1
  26. tccli/services/ess/ess_client.py +53 -0
  27. tccli/services/ess/v20201111/api.json +122 -1
  28. tccli/services/ess/v20201111/examples.json +26 -0
  29. tccli/services/essbasic/essbasic_client.py +57 -4
  30. tccli/services/essbasic/v20210526/api.json +163 -0
  31. tccli/services/essbasic/v20210526/examples.json +26 -0
  32. tccli/services/goosefs/v20220519/api.json +26 -24
  33. tccli/services/goosefs/v20220519/examples.json +2 -2
  34. tccli/services/lke/v20231130/api.json +8 -8
  35. tccli/services/lke/v20231130/examples.json +1 -1
  36. tccli/services/lowcode/v20210108/api.json +165 -165
  37. tccli/services/lowcode/v20210108/examples.json +5 -5
  38. tccli/services/mariadb/v20170312/api.json +12 -2
  39. tccli/services/mariadb/v20170312/examples.json +4 -4
  40. tccli/services/mongodb/v20190725/api.json +2 -2
  41. tccli/services/mongodb/v20190725/examples.json +2 -2
  42. tccli/services/monitor/v20180724/api.json +7 -7
  43. tccli/services/monitor/v20180724/examples.json +2 -2
  44. tccli/services/mqtt/mqtt_client.py +106 -0
  45. tccli/services/mqtt/v20240516/api.json +511 -213
  46. tccli/services/mqtt/v20240516/examples.json +21 -5
  47. tccli/services/oceanus/v20190422/api.json +43 -4
  48. tccli/services/ocr/v20181119/api.json +2 -2
  49. tccli/services/ocr/v20181119/examples.json +2 -2
  50. tccli/services/organization/organization_client.py +53 -0
  51. tccli/services/organization/v20210331/api.json +61 -0
  52. tccli/services/organization/v20210331/examples.json +8 -0
  53. tccli/services/redis/v20180412/api.json +11 -2
  54. tccli/services/redis/v20180412/examples.json +1 -1
  55. tccli/services/rum/v20210622/api.json +2 -2
  56. tccli/services/scf/v20180416/api.json +40 -0
  57. tccli/services/tdmq/tdmq_client.py +4 -57
  58. tccli/services/tdmq/v20200217/api.json +118 -212
  59. tccli/services/tdmq/v20200217/examples.json +0 -8
  60. tccli/services/tds/v20220801/api.json +2 -2
  61. tccli/services/tione/v20211111/api.json +41 -1
  62. tccli/services/tse/v20201207/api.json +207 -104
  63. tccli/services/vclm/v20240523/api.json +20 -2
  64. tccli/services/vdb/v20230616/api.json +62 -62
  65. tccli/services/vdb/v20230616/examples.json +2 -2
  66. tccli/services/waf/v20180125/api.json +143 -0
  67. tccli/services/waf/v20180125/examples.json +16 -0
  68. tccli/services/waf/waf_client.py +106 -0
  69. tccli/services/wedata/v20210820/api.json +965 -133
  70. tccli/services/wedata/v20210820/examples.json +24 -8
  71. tccli/services/wedata/wedata_client.py +106 -0
  72. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/METADATA +2 -2
  73. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/RECORD +76 -76
  74. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/WHEEL +0 -0
  75. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/entry_points.txt +0 -0
  76. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1282.1'
1
+ __version__ = '3.0.1284.1'
@@ -776,7 +776,7 @@
776
776
  "example": "0",
777
777
  "member": "int64",
778
778
  "name": "Result",
779
- "required": true,
779
+ "output_required": true,
780
780
  "type": "int",
781
781
  "value_allowed_null": false
782
782
  },
@@ -786,29 +786,29 @@
786
786
  "example": "https://private-7****2.gzc.vod.tencent-cloud.com/52423182d35",
787
787
  "member": "string",
788
788
  "name": "UploadUrl",
789
- "required": true,
789
+ "output_required": true,
790
790
  "type": "string",
791
791
  "value_allowed_null": false
792
792
  },
793
793
  {
794
794
  "disabled": false,
795
- "document": "上传url鉴权信息(任务来源为1时上传需要, Authorization参数值)\n注意:此字段可能返回 null,表示取不到有效值。",
795
+ "document": "上传url鉴权信息(任务来源为1时上传需要, Authorization参数值)",
796
796
  "example": "q-sign-algorithm=sha1&q-ak=BY...",
797
797
  "member": "string",
798
798
  "name": "UploadSign",
799
- "required": true,
799
+ "output_required": true,
800
800
  "type": "string",
801
- "value_allowed_null": true
801
+ "value_allowed_null": false
802
802
  },
803
803
  {
804
804
  "disabled": false,
805
- "document": "上传文件ID(任务来源为1时提交诊断任务需要)\n注意:此字段可能返回 null,表示取不到有效值。",
805
+ "document": "上传文件ID(任务来源为1时提交诊断任务需要)",
806
806
  "example": "170143860",
807
807
  "member": "string",
808
808
  "name": "FildID",
809
- "required": true,
809
+ "output_required": true,
810
810
  "type": "string",
811
- "value_allowed_null": true
811
+ "value_allowed_null": false
812
812
  },
813
813
  {
814
814
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -953,7 +953,7 @@
953
953
  {
954
954
  "disabled": false,
955
955
  "document": "应用名称或小程序名称(可选参数)",
956
- "example": "测试",
956
+ "example": "xxxx应用",
957
957
  "member": "string",
958
958
  "name": "AppName",
959
959
  "required": false,
@@ -989,7 +989,7 @@
989
989
  "example": "0",
990
990
  "member": "int64",
991
991
  "name": "Result",
992
- "required": true,
992
+ "output_required": true,
993
993
  "type": "int",
994
994
  "value_allowed_null": false
995
995
  },
@@ -999,19 +999,19 @@
999
999
  "example": "1",
1000
1000
  "member": "int64",
1001
1001
  "name": "Total",
1002
- "required": true,
1002
+ "output_required": true,
1003
1003
  "type": "int",
1004
1004
  "value_allowed_null": false
1005
1005
  },
1006
1006
  {
1007
1007
  "disabled": false,
1008
- "document": "诊断任务数据列表\n注意:此字段可能返回 null,表示取不到有效值。",
1009
- "example": "",
1008
+ "document": "诊断任务数据列表",
1009
+ "example": "[{\"Name\":\"TaskID\",\"Desc\":\"任务ID\",\"Type\":\"string\",\"IsArray\":false,\"Visibility\":1,\"Example\":\"1701438134******0\",\"Disabled\":false,\"IsSensitive\":false,\"OutputRequired\":true,\"ValueAllowedNull\":false,\"Reference\":[],\"IsBase64\":false}]",
1010
1010
  "member": "AppTaskData",
1011
1011
  "name": "Data",
1012
- "required": true,
1012
+ "output_required": true,
1013
1013
  "type": "list",
1014
- "value_allowed_null": true
1014
+ "value_allowed_null": false
1015
1015
  },
1016
1016
  {
1017
1017
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1176,7 +1176,7 @@
1176
1176
  "example": "0",
1177
1177
  "member": "int64",
1178
1178
  "name": "Result",
1179
- "required": true,
1179
+ "output_required": true,
1180
1180
  "type": "int",
1181
1181
  "value_allowed_null": false
1182
1182
  },
@@ -1186,29 +1186,29 @@
1186
1186
  "example": "4",
1187
1187
  "member": "int64",
1188
1188
  "name": "Status",
1189
- "required": true,
1189
+ "output_required": true,
1190
1190
  "type": "int",
1191
1191
  "value_allowed_null": false
1192
1192
  },
1193
1193
  {
1194
1194
  "disabled": false,
1195
- "document": "诊断失败的错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
1195
+ "document": "诊断失败的错误信息",
1196
1196
  "example": "内部原因",
1197
1197
  "member": "string",
1198
1198
  "name": "ErrMsg",
1199
- "required": true,
1199
+ "output_required": true,
1200
1200
  "type": "string",
1201
- "value_allowed_null": true
1201
+ "value_allowed_null": false
1202
1202
  },
1203
1203
  {
1204
1204
  "disabled": false,
1205
- "document": "任务流详情\n注意:此字段可能返回 null,表示取不到有效值。",
1205
+ "document": "任务流详情",
1206
1206
  "example": "无",
1207
1207
  "member": "TaskFlowStepsInfo",
1208
1208
  "name": "FlowSteps",
1209
- "required": true,
1209
+ "output_required": true,
1210
1210
  "type": "list",
1211
- "value_allowed_null": true
1211
+ "value_allowed_null": false
1212
1212
  },
1213
1213
  {
1214
1214
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -88,7 +88,7 @@
88
88
  {
89
89
  "document": "获取app隐私诊断上传url",
90
90
  "input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTicket\n<公共请求参数>\n\n{\n \"Source\": \"2\",\n \"Platform\": \"0\"\n}",
91
- "output": "{\n \"Response\": {\n \"RequestId\": \"xxxxxx\",\n \"UploadSign\": \"\",\n \"Result\": 0,\n \"FildID\": \"\",\n \"UploadUrl\": \"https://priva***d35\"\n }\n}",
91
+ "output": "{\n \"Response\": {\n \"RequestId\": \"fd20b929c9-211d-4121-b2ad-179047c17e\",\n \"UploadSign\": \"\",\n \"Result\": 0,\n \"FildID\": \"\",\n \"UploadUrl\": \"https://priva***d35\"\n }\n}",
92
92
  "title": "获取App隐私诊断上传url"
93
93
  },
94
94
  {
@@ -119,16 +119,10 @@
119
119
  }
120
120
  ],
121
121
  "DescribeScanTaskList": [
122
- {
123
- "document": "",
124
- "input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScanTaskList\n<公共请求参数>\n\n{\n \"TaskStatuses\": \"0,1,2\",\n \"PageSize\": \"10\",\n \"PageNo\": \"1\",\n \"Platform\": \"0\",\n \"TaskTypes\": \"0,1\",\n \"Source\": \"-1\"\n}",
125
- "output": "{\n \"Response\": {\n \"RequestId\": \"e7c3b1d4-a45b-4a45-be38-49565552a871\",\n \"Result\": 0,\n \"Total\": 0,\n \"Data\": null\n }\n}",
126
- "title": "获取诊断任务为空的情况"
127
- },
128
122
  {
129
123
  "document": "",
130
124
  "input": "POST / HTTP/1.1\nHost: acp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScanTaskList\n<公共请求参数>\n\n{\n \"TaskStatuses\": \"\\\"0,1,2\\\"\",\n \"PageNo\": \"0\",\n \"PageSize\": \"10\",\n \"TaskTypes\": \"\\\"0,1\\\"\",\n \"Source\": \"-1\",\n \"Platform\": \"2\"\n}",
131
- "output": "{\n \"Response\": {\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\",\n \"Result\": 0,\n \"Data\": [\n {\n \"TaskID\": \"235***952\",\n \"TaskType\": 0,\n \"TaskStatus\": 0,\n \"TaskErrMsg\": \"\",\n \"Source\": 0,\n \"AppInfo\": {\n \"AppPackage\": \"wx66e50f1e*******6f\",\n \"AppName\": \"测试app1\",\n \"AppVersion\": \"v1.0\",\n \"Platform\": 2,\n \"ReportUrl\": \"\",\n \"ReportTitle\": \"\",\n \"BehaviorUrl\": \"\",\n \"BehaviorTitle\": \"\"\n },\n \"StartTime\": \"2021-10-11 14:53:36\",\n \"EndTime\": \"2021-10-11 14:53:36\"\n }\n ],\n \"Total\": 1\n }\n}",
125
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\",\n \"Result\": 0,\n \"Data\": [\n {\n \"TaskID\": \"1701438134******0\",\n \"TaskType\": \"0\",\n \"TaskStatus\": \"0\",\n \"TaskErrMsg\": \"内部错误\",\n \"Source\": \"2\",\n \"AppInfo\": {\n \"AppPackage\": \"com.test.app\",\n \"AppName\": \"测试App\",\n \"AppVersion\": \"v1.0\",\n \"Platform\": \"0\",\n \"ReportUrl\": \"诊断报告下载链接\",\n \"ReportTitle\": \"诊断报告名称\",\n \"BehaviorUrl\": \"诊断堆栈报告下载链接\",\n \"BehaviorTitle\": \"诊断堆栈报告名称\",\n \"HighRiskCount\": \"5\",\n \"PrivacyTextName\": \"隐私申明文本.txt\",\n \"SoftwareMD5\": \"c7991677cc57d3b9d4974316db0ac4f9f430593f\",\n \"PrivacyTextMD5\": \"3bc1efe919a5245f711071373a2b4523\"\n },\n \"StartTime\": \"2021-09-30 10:57:34\",\n \"EndTime\": \"2021-10-11 14:53:36\",\n \"ContactName\": \"老王\"\n }\n ],\n \"Total\": 1\n }\n}",
132
126
  "title": "获取应用合规诊断任务列表"
133
127
  }
134
128
  ],
@@ -214,9 +214,10 @@
214
214
  {
215
215
  "disabled": false,
216
216
  "document": "键名",
217
- "example": "aaa",
217
+ "example": "product",
218
218
  "member": "string",
219
219
  "name": "Key",
220
+ "output_required": true,
220
221
  "required": false,
221
222
  "type": "string",
222
223
  "value_allowed_null": false
@@ -224,9 +225,10 @@
224
225
  {
225
226
  "disabled": false,
226
227
  "document": "键名对应值",
227
- "example": "xxx",
228
+ "example": "cvm",
228
229
  "member": "string",
229
230
  "name": "Value",
231
+ "output_required": true,
230
232
  "required": false,
231
233
  "type": "string",
232
234
  "value_allowed_null": false
@@ -3220,7 +3220,7 @@
3220
3220
  },
3221
3221
  {
3222
3222
  "disabled": false,
3223
- "document": "策略方式,可取值alg表示验证码,drop表示丢弃",
3223
+ "document": "策略方式,可取值alg表示验证码,drop表示丢弃,trans表示放行",
3224
3224
  "example": "alg",
3225
3225
  "member": "string",
3226
3226
  "name": "PolicyAction",
@@ -1423,7 +1423,7 @@
1423
1423
  {
1424
1424
  "disabled": false,
1425
1425
  "document": "Spans字段中包含了链路数据的全部内容,由于数据经过了压缩,需要对结果进行如下三步转换,以还原始的文本。\n1. 将Spans字段中的文本进行 Base64 解码,得到经过压缩后字节数组。\n2. 使用 gzip 对压缩后的字节数组进行解压,得到压缩前的字节数组。\n3. 使用 UTF-8 字符集,将压缩前的字节数组转换为文本。\n",
1426
- "example": "",
1426
+ "example": "H4sIAAAAAAAA/8RY3W7bPBJ9lYDXlixKoiz5bjcNii6KoGjSYIFNEFDk2GZkkSxJOU4Dv/tCcn4sx6LTtMB3Y0AUz4jDc+bPj8iAVY1hcKGptGj6v9cVNH1E1DkjysbB9lUFD2iKLJiVYBBKWgMaoRVdNt1m64yQ86vtI",
1427
1427
  "member": "string",
1428
1428
  "name": "Spans",
1429
1429
  "output_required": true,
@@ -16281,9 +16281,10 @@
16281
16281
  {
16282
16282
  "disabled": false,
16283
16283
  "document": "国内特殊配置。\n注意:此字段可能返回 null,表示取不到有效值。",
16284
- "example": "",
16284
+ "example": "null",
16285
16285
  "member": "MainlandConfig",
16286
16286
  "name": "Mainland",
16287
+ "output_required": true,
16287
16288
  "required": false,
16288
16289
  "type": "object",
16289
16290
  "value_allowed_null": true
@@ -16291,9 +16292,10 @@
16291
16292
  {
16292
16293
  "disabled": false,
16293
16294
  "document": "海外特殊配置。\n注意:此字段可能返回 null,表示取不到有效值。",
16294
- "example": "",
16295
+ "example": "null",
16295
16296
  "member": "OverseaConfig",
16296
16297
  "name": "Overseas",
16298
+ "output_required": true,
16297
16299
  "required": false,
16298
16300
  "type": "object",
16299
16301
  "value_allowed_null": true
@@ -1508,7 +1508,7 @@
1508
1508
  },
1509
1509
  {
1510
1510
  "disabled": false,
1511
- "document": "集群角色类型,默认为 \"data\"数据节点",
1511
+ "document": "集群角色类型,“DATA” 为数据节点、“COMMON” 为 ZooKeeper 节点,默认为 \"DATA\" 数据节点。",
1512
1512
  "example": "DATA",
1513
1513
  "member": "string",
1514
1514
  "name": "NodeRole",
@@ -1563,7 +1563,7 @@
1563
1563
  "example": "2",
1564
1564
  "member": "int64",
1565
1565
  "name": "TotalCount",
1566
- "required": true,
1566
+ "output_required": true,
1567
1567
  "type": "int",
1568
1568
  "value_allowed_null": false
1569
1569
  },
@@ -1573,7 +1573,7 @@
1573
1573
  "example": "无",
1574
1574
  "member": "InstanceNode",
1575
1575
  "name": "InstanceNodesList",
1576
- "required": true,
1576
+ "output_required": true,
1577
1577
  "type": "list",
1578
1578
  "value_allowed_null": true
1579
1579
  },
@@ -108,7 +108,7 @@
108
108
  {
109
109
  "document": "获取实例节点信息列表",
110
110
  "input": "https://cdwch.tencentcloudapi.com/?Action=DescribeInstanceNodes\n&InstanceId=cdwch-12345678\n&<公共请求参数>",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"f510b0e8-4bc7-44c7-a191-79e467b556c4\",\n \"TotalCount\": 2,\n \"InstanceNodesList\": [\n {\n \"Ip\": \"172.31.1.5\",\n \"Spec\": \"CVM.SA2\",\n \"Core\": 16,\n \"Memory\": 32,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 1000,\n \"Cluster\": \"default-cluster\"\n },\n {\n \"Ip\": \"172.31.1.4\",\n \"Spec\": \"CVM.SA2\",\n \"Core\": 16,\n \"Memory\": 32,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskSize\": 1000,\n \"Cluster\": \"default-cluster\"\n }\n ]\n }\n}",
111
+ "output": "{\n \"Response\": {\n \"InstanceNodesList\": [\n {\n \"Cluster\": \"default_cluster\",\n \"Core\": 2,\n \"DiskSize\": 200,\n \"DiskType\": \"CLOUD_HSSD\",\n \"Ip\": \"10.0.0.x\",\n \"IsCHProxy\": false,\n \"Memory\": 4,\n \"NodeGroups\": [],\n \"RealResourceId\": \"ins-xxxxxxxx\",\n \"Rip\": \"9.0.x.x\",\n \"Spec\": \"S_2_4_H\",\n \"Status\": \"Running\",\n \"UUID\": \"939cd0af-b336-4e83-ad1f-1bc11ea097b\",\n \"Zone\": \"ap-chongqing-1\",\n \"ZoneDesc\": \"重庆一区\"\n },\n {\n \"Cluster\": \"default_cluster\",\n \"Core\": 2,\n \"DiskSize\": 200,\n \"DiskType\": \"CLOUD_HSSD\",\n \"Ip\": \"10.0.0.x\",\n \"IsCHProxy\": false,\n \"Memory\": 4,\n \"NodeGroups\": [],\n \"RealResourceId\": \"ins-xxxxxxxx\",\n \"Rip\": \"9.0.x.x\",\n \"Spec\": \"S_2_4_H\",\n \"Status\": \"Running\",\n \"UUID\": \"939cd0af-b336-4e83-ad1f-1bc11ea097b\",\n \"Zone\": \"ap-chongqing-1\",\n \"ZoneDesc\": \"重庆一区\"\n }\n ],\n \"RequestId\": \"xxxxxxxxxx\",\n \"TotalCount\": 2\n }\n}",
112
112
  "title": "获取实例节点信息列表"
113
113
  }
114
114
  ],
@@ -4281,6 +4281,15 @@
4281
4281
  "name": "SortOrder",
4282
4282
  "required": false,
4283
4283
  "type": "string"
4284
+ },
4285
+ {
4286
+ "disabled": false,
4287
+ "document": "user",
4288
+ "example": "user1",
4289
+ "member": "string",
4290
+ "name": "UserName",
4291
+ "required": false,
4292
+ "type": "string"
4284
4293
  }
4285
4294
  ],
4286
4295
  "type": "object"
@@ -4453,6 +4462,15 @@
4453
4462
  "name": "SortOrder",
4454
4463
  "required": false,
4455
4464
  "type": "string"
4465
+ },
4466
+ {
4467
+ "disabled": false,
4468
+ "document": "user",
4469
+ "example": "user1",
4470
+ "member": "string",
4471
+ "name": "UserName",
4472
+ "required": false,
4473
+ "type": "string"
4456
4474
  }
4457
4475
  ],
4458
4476
  "type": "object"
@@ -1254,7 +1254,7 @@
1254
1254
  {
1255
1255
  "disabled": false,
1256
1256
  "document": "演练ID",
1257
- "example": "1111",
1257
+ "example": "1066",
1258
1258
  "member": "int64",
1259
1259
  "name": "TaskId",
1260
1260
  "required": true,
@@ -1286,13 +1286,13 @@
1286
1286
  "members": [
1287
1287
  {
1288
1288
  "disabled": false,
1289
- "document": "触发日志\n注意:此字段可能返回 null,表示取不到有效值。",
1289
+ "document": "触发日志",
1290
1290
  "example": "无",
1291
1291
  "member": "PolicyTriggerLog",
1292
1292
  "name": "TriggerLogs",
1293
1293
  "output_required": false,
1294
1294
  "type": "list",
1295
- "value_allowed_null": true
1295
+ "value_allowed_null": false
1296
1296
  },
1297
1297
  {
1298
1298
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1911,13 +1911,13 @@
1911
1911
  "members": [
1912
1912
  {
1913
1913
  "disabled": false,
1914
- "document": "演练ID\n注意:此字段可能返回 null,表示取不到有效值。",
1914
+ "document": "演练ID",
1915
1915
  "example": "1065",
1916
1916
  "member": "int64",
1917
1917
  "name": "TaskId",
1918
1918
  "output_required": false,
1919
1919
  "type": "int",
1920
- "value_allowed_null": true
1920
+ "value_allowed_null": false
1921
1921
  },
1922
1922
  {
1923
1923
  "disabled": false,
@@ -1009,63 +1009,63 @@
1009
1009
  },
1010
1010
  {
1011
1011
  "disabled": false,
1012
- "document": "文件系统已使用容量(byte)\n注意:此字段可能返回 null,表示取不到有效值。",
1012
+ "document": "文件系统已使用容量(byte",
1013
1013
  "example": "0",
1014
1014
  "member": "uint64",
1015
1015
  "name": "CapacityUsed",
1016
1016
  "output_required": true,
1017
1017
  "type": "int",
1018
- "value_allowed_null": true
1018
+ "value_allowed_null": false
1019
1019
  },
1020
1020
  {
1021
1021
  "disabled": false,
1022
- "document": "已使用COS归档存储容量(byte)\n注意:此字段可能返回 null,表示取不到有效值。",
1022
+ "document": "已使用COS归档存储容量(byte",
1023
1023
  "example": "0",
1024
1024
  "member": "uint64",
1025
1025
  "name": "ArchiveCapacityUsed",
1026
1026
  "output_required": true,
1027
1027
  "type": "int",
1028
- "value_allowed_null": true
1028
+ "value_allowed_null": false
1029
1029
  },
1030
1030
  {
1031
1031
  "disabled": false,
1032
- "document": "已使用COS标准存储容量(byte)\n注意:此字段可能返回 null,表示取不到有效值。",
1032
+ "document": "已使用COS标准存储容量(byte",
1033
1033
  "example": "0",
1034
1034
  "member": "uint64",
1035
1035
  "name": "StandardCapacityUsed",
1036
1036
  "output_required": true,
1037
1037
  "type": "int",
1038
- "value_allowed_null": true
1038
+ "value_allowed_null": false
1039
1039
  },
1040
1040
  {
1041
1041
  "disabled": false,
1042
- "document": "已使用COS低频存储容量(byte)\n注意:此字段可能返回 null,表示取不到有效值。",
1042
+ "document": "已使用COS低频存储容量(byte",
1043
1043
  "example": "0",
1044
1044
  "member": "uint64",
1045
1045
  "name": "DegradeCapacityUsed",
1046
1046
  "output_required": true,
1047
1047
  "type": "int",
1048
- "value_allowed_null": true
1048
+ "value_allowed_null": false
1049
1049
  },
1050
1050
  {
1051
1051
  "disabled": false,
1052
- "document": "已使用COS深度归档存储容量(byte)\n注意:此字段可能返回 null,表示取不到有效值。",
1052
+ "document": "已使用COS深度归档存储容量(byte",
1053
1053
  "example": "0",
1054
1054
  "member": "uint64",
1055
1055
  "name": "DeepArchiveCapacityUsed",
1056
1056
  "output_required": true,
1057
1057
  "type": "int",
1058
- "value_allowed_null": true
1058
+ "value_allowed_null": false
1059
1059
  },
1060
1060
  {
1061
1061
  "disabled": false,
1062
- "document": "已使用COS智能分层存储容量(byte)\n注意:此字段可能返回 null,表示取不到有效值。",
1062
+ "document": "已使用COS智能分层存储容量(byte",
1063
1063
  "example": "0",
1064
1064
  "member": "uint64",
1065
1065
  "name": "IntelligentCapacityUsed",
1066
1066
  "output_required": true,
1067
1067
  "type": "int",
1068
- "value_allowed_null": true
1068
+ "value_allowed_null": false
1069
1069
  },
1070
1070
  {
1071
1071
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2873,7 +2873,7 @@
2873
2873
  },
2874
2874
  {
2875
2875
  "disabled": false,
2876
- "document": "证书相关信息。参数限制如下:\n<li>\n此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。\n</li>\n<li>\n创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。\n</li>",
2876
+ "document": "证书相关信息。参数限制如下:\n<li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>\n<li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。</li>",
2877
2877
  "example": "无",
2878
2878
  "member": "CertificateInput",
2879
2879
  "name": "Certificate",
@@ -2954,7 +2954,7 @@
2954
2954
  },
2955
2955
  {
2956
2956
  "disabled": false,
2957
- "document": "证书信息,支持同时传入不同算法类型的多本服务端证书,参数限制如下:\n<li>\n此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。\n</li>\n<li>\n创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。\n</li>",
2957
+ "document": "证书信息,支持同时传入不同算法类型的多本服务端证书,参数限制如下:\n<li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>\n<li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。</li>",
2958
2958
  "example": "无",
2959
2959
  "member": "MultiCertInfo",
2960
2960
  "name": "MultiCertInfo",
@@ -3023,6 +3023,15 @@
3023
3023
  "name": "SslCloseSwitch",
3024
3024
  "required": false,
3025
3025
  "type": "bool"
3026
+ },
3027
+ {
3028
+ "disabled": false,
3029
+ "document": "数据压缩模式",
3030
+ "example": "transparent/compatibility",
3031
+ "member": "string",
3032
+ "name": "DataCompressMode",
3033
+ "required": false,
3034
+ "type": "string"
3026
3035
  }
3027
3036
  ],
3028
3037
  "type": "object"
@@ -3817,6 +3826,15 @@
3817
3826
  "name": "LoadBalancerIds",
3818
3827
  "required": true,
3819
3828
  "type": "list"
3829
+ },
3830
+ {
3831
+ "disabled": false,
3832
+ "document": "是否强制删除clb。为true表示强制删除,为false表示不是强制删除,需要做拦截校验。",
3833
+ "example": "True",
3834
+ "member": "bool",
3835
+ "name": "ForceDelete",
3836
+ "required": false,
3837
+ "type": "bool"
3820
3838
  }
3821
3839
  ],
3822
3840
  "type": "object"
@@ -12517,6 +12517,16 @@
12517
12517
  "type": "list",
12518
12518
  "value_allowed_null": true
12519
12519
  },
12520
+ {
12521
+ "disabled": false,
12522
+ "document": "错误日志字符串",
12523
+ "example": "采集时间,日志等级,日志内容\\n2025-03-07 15:11:03,note,\\\"Plugin 'FEDERATED' is disabled.",
12524
+ "member": "string",
12525
+ "name": "FileContent",
12526
+ "output_required": false,
12527
+ "type": "string",
12528
+ "value_allowed_null": false
12529
+ },
12520
12530
  {
12521
12531
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12522
12532
  "member": "string",
@@ -361,13 +361,13 @@
361
361
  "members": [
362
362
  {
363
363
  "disabled": false,
364
- "document": "异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。\n注意:此字段可能返回 null,表示取不到有效值。",
364
+ "document": "异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。",
365
365
  "example": "129543473",
366
366
  "member": "int64",
367
367
  "name": "AsyncRequestId",
368
368
  "output_required": true,
369
369
  "type": "int",
370
- "value_allowed_null": true
370
+ "value_allowed_null": false
371
371
  },
372
372
  {
373
373
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2702,7 +2702,7 @@
2702
2702
  "example": "100",
2703
2703
  "member": "int64",
2704
2704
  "name": "HealthScore",
2705
- "required": true,
2705
+ "output_required": true,
2706
2706
  "type": "int",
2707
2707
  "value_allowed_null": false
2708
2708
  },
@@ -2712,7 +2712,7 @@
2712
2712
  "example": "HEALTH",
2713
2713
  "member": "string",
2714
2714
  "name": "HealthLevel",
2715
- "required": true,
2715
+ "output_required": true,
2716
2716
  "type": "string",
2717
2717
  "value_allowed_null": false
2718
2718
  },
@@ -2722,19 +2722,19 @@
2722
2722
  "example": "0",
2723
2723
  "member": "int64",
2724
2724
  "name": "ScoreLost",
2725
- "required": true,
2725
+ "output_required": true,
2726
2726
  "type": "int",
2727
2727
  "value_allowed_null": false
2728
2728
  },
2729
2729
  {
2730
2730
  "disabled": false,
2731
- "document": "扣分详情。\n注意:此字段可能返回 null,表示取不到有效值。",
2732
- "example": "-",
2731
+ "document": "扣分详情。",
2732
+ "example": "",
2733
2733
  "member": "ScoreDetail",
2734
2734
  "name": "ScoreDetails",
2735
- "required": true,
2735
+ "output_required": true,
2736
2736
  "type": "list",
2737
- "value_allowed_null": true
2737
+ "value_allowed_null": false
2738
2738
  }
2739
2739
  ],
2740
2740
  "usage": "out"
@@ -3126,23 +3126,23 @@
3126
3126
  },
3127
3127
  {
3128
3128
  "disabled": false,
3129
- "document": "内网vip。\n注意:此字段可能返回 null,表示取不到有效值。",
3129
+ "document": "内网vip",
3130
3130
  "example": "10.5.0.9",
3131
3131
  "member": "string",
3132
3132
  "name": "InternalVip",
3133
3133
  "output_required": true,
3134
3134
  "type": "string",
3135
- "value_allowed_null": true
3135
+ "value_allowed_null": false
3136
3136
  },
3137
3137
  {
3138
3138
  "disabled": false,
3139
- "document": "内网port。\n注意:此字段可能返回 null,表示取不到有效值。",
3139
+ "document": "内网port",
3140
3140
  "example": "9090",
3141
3141
  "member": "int64",
3142
3142
  "name": "InternalVport",
3143
3143
  "output_required": true,
3144
3144
  "type": "int",
3145
- "value_allowed_null": true
3145
+ "value_allowed_null": false
3146
3146
  },
3147
3147
  {
3148
3148
  "disabled": false,
@@ -3156,23 +3156,23 @@
3156
3156
  },
3157
3157
  {
3158
3158
  "disabled": false,
3159
- "document": "所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。\n注意:此字段可能返回 null,表示取不到有效值。",
3159
+ "document": "所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。",
3160
3160
  "example": "cynosdbmysql-92r4lpsa",
3161
3161
  "member": "string",
3162
3162
  "name": "ClusterId",
3163
3163
  "output_required": true,
3164
3164
  "type": "string",
3165
- "value_allowed_null": true
3165
+ "value_allowed_null": false
3166
3166
  },
3167
3167
  {
3168
3168
  "disabled": false,
3169
- "document": "所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。\n注意:此字段可能返回 null,表示取不到有效值。",
3169
+ "document": "所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。",
3170
3170
  "example": "开发-测试库",
3171
3171
  "member": "string",
3172
3172
  "name": "ClusterName",
3173
3173
  "output_required": true,
3174
3174
  "type": "string",
3175
- "value_allowed_null": true
3175
+ "value_allowed_null": false
3176
3176
  }
3177
3177
  ],
3178
3178
  "usage": "out"