tccli 3.0.1228.1__py2.py3-none-any.whl → 3.0.1229.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 (46) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +12 -3
  3. tccli/services/cam/v20190116/api.json +25 -25
  4. tccli/services/cam/v20190116/examples.json +8 -8
  5. tccli/services/cdb/v20170320/api.json +8 -8
  6. tccli/services/ckafka/v20190819/api.json +1 -1
  7. tccli/services/ckafka/v20190819/examples.json +14 -14
  8. tccli/services/clb/v20180317/api.json +1 -1
  9. tccli/services/cloudaudit/v20190319/api.json +15 -15
  10. tccli/services/cloudaudit/v20190319/examples.json +3 -3
  11. tccli/services/config/v20220802/api.json +70 -68
  12. tccli/services/config/v20220802/examples.json +6 -6
  13. tccli/services/cynosdb/cynosdb_client.py +118 -12
  14. tccli/services/cynosdb/v20190107/api.json +126 -0
  15. tccli/services/cynosdb/v20190107/examples.json +16 -0
  16. tccli/services/essbasic/v20210526/api.json +10 -0
  17. tccli/services/facefusion/v20181201/api.json +12 -6
  18. tccli/services/hai/v20230812/api.json +6 -6
  19. tccli/services/hai/v20230812/examples.json +2 -2
  20. tccli/services/mqtt/mqtt_client.py +118 -12
  21. tccli/services/mqtt/v20240516/api.json +312 -33
  22. tccli/services/mqtt/v20240516/examples.json +23 -13
  23. tccli/services/ocr/v20181119/api.json +11 -2
  24. tccli/services/ocr/v20181119/examples.json +6 -6
  25. tccli/services/pts/v20210728/api.json +22 -12
  26. tccli/services/redis/v20180412/api.json +14 -14
  27. tccli/services/scf/v20180416/api.json +12 -0
  28. tccli/services/ssl/v20191205/api.json +246 -173
  29. tccli/services/ssl/v20191205/examples.json +69 -69
  30. tccli/services/sts/v20180813/api.json +17 -11
  31. tccli/services/sts/v20180813/examples.json +6 -6
  32. tccli/services/tcr/v20190924/api.json +17 -17
  33. tccli/services/tdmq/tdmq_client.py +4 -57
  34. tccli/services/tdmq/v20200217/api.json +119 -200
  35. tccli/services/tdmq/v20200217/examples.json +29 -49
  36. tccli/services/trtc/v20190722/api.json +1 -1
  37. tccli/services/vclm/v20240523/api.json +25 -15
  38. tccli/services/vclm/v20240523/examples.json +2 -2
  39. tccli/services/vod/v20180717/api.json +1 -1
  40. tccli/services/vpc/v20170312/api.json +166 -137
  41. tccli/services/vpc/v20170312/examples.json +3 -3
  42. {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/METADATA +2 -2
  43. {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/RECORD +46 -46
  44. {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/WHEEL +0 -0
  45. {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/entry_points.txt +0 -0
  46. {tccli-3.0.1228.1.dist-info → tccli-3.0.1229.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1228.1'
1
+ __version__ = '3.0.1229.1'
@@ -219,11 +219,11 @@
219
219
  "members": [
220
220
  {
221
221
  "disabled": false,
222
- "document": "头像风格。\n请在 [百变头像风格列表](https://cloud.tencent.com/document/product/1668/107741) 中选择期望的风格,必须传入风格编号。",
222
+ "document": "头像风格,仅在人像模式下生效。\n请在 [百变头像风格列表](https://cloud.tencent.com/document/product/1668/107741) 中选择期望的风格,传入风格编号,不传默认使用 flower 风格。\n若使用萌宠贴纸模式,无需选择风格,该参数不生效。",
223
223
  "example": "flower",
224
224
  "member": "string",
225
225
  "name": "Style",
226
- "required": true,
226
+ "required": false,
227
227
  "type": "string"
228
228
  },
229
229
  {
@@ -246,7 +246,16 @@
246
246
  },
247
247
  {
248
248
  "disabled": false,
249
- "document": "输入图像质量检测开关,默认开启。\n1:开启\n0:关闭\n建议开启检测,可提升生成效果,关闭检测可能因输入图像质量较差导致生成效果受损。\n开启后,将增强对输入图像的质量要求,如果输入图像单边分辨率<500、图像中人脸占比较小、存在多人、没有检测到人脸、人脸不完整、人脸遮挡等,将被拦截。\n关闭后,将降低对输入图像的质量要求,如果图像中没有检测到人脸或人脸占比过小等,将被拦截。",
249
+ "document": "图像类型,默认为人像。\nhuman:人像头像,仅支持人像图片输入,建议避免上传无人、多人、人像过小的图片。\npet:萌宠贴纸,仅支持动物图片输入,建议避免上传无动物、多动物、动物过小的图片。",
250
+ "example": "human",
251
+ "member": "string",
252
+ "name": "Type",
253
+ "required": false,
254
+ "type": "string"
255
+ },
256
+ {
257
+ "disabled": false,
258
+ "document": "输入人像图的质量检测开关,默认开启,仅在人像模式下生效。\n1:开启\n0:关闭\n建议开启检测,可提升生成效果,关闭检测可能因输入图像质量较差导致生成效果受损。\n开启后,将增强对输入图像的质量要求,如果输入图像单边分辨率<500、图像中人脸占比较小、存在多人、没有检测到人脸、人脸不完整、人脸遮挡等,将被拦截。\n关闭后,将降低对输入图像的质量要求,如果图像中没有检测到人脸或人脸占比过小等,将被拦截。",
250
259
  "example": "1",
251
260
  "member": "int64",
252
261
  "name": "Filter",
@@ -1024,7 +1024,7 @@
1024
1024
  {
1025
1025
  "disabled": false,
1026
1026
  "document": "策略id",
1027
- "example": "",
1027
+ "example": "109360057",
1028
1028
  "member": "uint64",
1029
1029
  "name": "PolicyId",
1030
1030
  "output_required": true,
@@ -1034,7 +1034,7 @@
1034
1034
  {
1035
1035
  "disabled": false,
1036
1036
  "document": "策略名称\n注意:此字段可能返回 null,表示取不到有效值。",
1037
- "example": "",
1037
+ "example": "readOnlyPolicy",
1038
1038
  "member": "string",
1039
1039
  "name": "PolicyName",
1040
1040
  "output_required": true,
@@ -1044,7 +1044,7 @@
1044
1044
  {
1045
1045
  "disabled": false,
1046
1046
  "document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
1047
- "example": "",
1047
+ "example": "2022-01-03 10:38:28",
1048
1048
  "member": "datetime",
1049
1049
  "name": "AddTime",
1050
1050
  "output_required": true,
@@ -1053,8 +1053,8 @@
1053
1053
  },
1054
1054
  {
1055
1055
  "disabled": false,
1056
- "document": "创建来源,1 通过控制台创建, 2 通过策略语法创建。\n注意:此字段可能返回 null,表示取不到有效值。",
1057
- "example": "",
1056
+ "document": "创建来源,1 通过控制台创建, 2 通过策略语法创建\n注意:此字段可能返回 null,表示取不到有效值。",
1057
+ "example": "1",
1058
1058
  "member": "uint64",
1059
1059
  "name": "CreateMode",
1060
1060
  "output_required": true,
@@ -1063,8 +1063,8 @@
1063
1063
  },
1064
1064
  {
1065
1065
  "disabled": false,
1066
- "document": "取值为user和QCS\n注意:此字段可能返回 null,表示取不到有效值。",
1067
- "example": "",
1066
+ "document": "取值为User和QCS。User代表自定义策略,QCS代表系统策略\n注意:此字段可能返回 null,表示取不到有效值。",
1067
+ "example": "User",
1068
1068
  "member": "string",
1069
1069
  "name": "PolicyType",
1070
1070
  "output_required": true,
@@ -1074,7 +1074,7 @@
1074
1074
  {
1075
1075
  "disabled": false,
1076
1076
  "document": "策略备注\n注意:此字段可能返回 null,表示取不到有效值。",
1077
- "example": "",
1077
+ "example": "备注",
1078
1078
  "member": "string",
1079
1079
  "name": "Remark",
1080
1080
  "output_required": true,
@@ -1084,7 +1084,7 @@
1084
1084
  {
1085
1085
  "disabled": false,
1086
1086
  "document": "策略关联操作者主账号\n注意:此字段可能返回 null,表示取不到有效值。",
1087
- "example": "",
1087
+ "example": "100013065917",
1088
1088
  "member": "string",
1089
1089
  "name": "OperateOwnerUin",
1090
1090
  "output_required": true,
@@ -1094,7 +1094,7 @@
1094
1094
  {
1095
1095
  "disabled": false,
1096
1096
  "document": "策略关联操作者ID,如果UinType为0表示子账号Uin,如果UinType为1表示角色ID\n注意:此字段可能返回 null,表示取不到有效值。",
1097
- "example": "",
1097
+ "example": "0",
1098
1098
  "member": "string",
1099
1099
  "name": "OperateUin",
1100
1100
  "output_required": true,
@@ -1103,8 +1103,8 @@
1103
1103
  },
1104
1104
  {
1105
1105
  "disabled": false,
1106
- "document": "UinType为0表示OperateUin字段是子账号Uin,如果UinType为1表示OperateUin字段是角色ID\n注意:此字段可能返回 null,表示取不到有效值。",
1107
- "example": "",
1106
+ "document": "取值为0和1。OperateUinType为0表示OperateUin字段是子账号Uin。如果OperateUinType为1表示OperateUin字段是角色ID\n注意:此字段可能返回 null,表示取不到有效值。",
1107
+ "example": "0",
1108
1108
  "member": "uint64",
1109
1109
  "name": "OperateUinType",
1110
1110
  "output_required": true,
@@ -1113,8 +1113,8 @@
1113
1113
  },
1114
1114
  {
1115
1115
  "disabled": false,
1116
- "document": "是否已下线\n注意:此字段可能返回 null,表示取不到有效值。",
1117
- "example": "",
1116
+ "document": "是否已下线,1代表已下线,0代表未下线\n注意:此字段可能返回 null,表示取不到有效值。",
1117
+ "example": "1",
1118
1118
  "member": "uint64",
1119
1119
  "name": "Deactived",
1120
1120
  "output_required": true,
@@ -1124,7 +1124,7 @@
1124
1124
  {
1125
1125
  "disabled": false,
1126
1126
  "document": "已下线的产品列表\n注意:此字段可能返回 null,表示取不到有效值。",
1127
- "example": "",
1127
+ "example": "[]",
1128
1128
  "member": "string",
1129
1129
  "name": "DeactivedDetail",
1130
1130
  "output_required": true,
@@ -1586,7 +1586,7 @@
1586
1586
  {
1587
1587
  "disabled": false,
1588
1588
  "document": "指定用户Uin,不填默认为当前用户创建访问密钥",
1589
- "example": "123456",
1589
+ "example": "100013065917",
1590
1590
  "member": "uint64",
1591
1591
  "name": "TargetUin",
1592
1592
  "required": false,
@@ -1610,7 +1610,7 @@
1610
1610
  {
1611
1611
  "disabled": false,
1612
1612
  "document": "访问密钥\n注意:此字段可能返回 null,表示取不到有效值。",
1613
- "example": "",
1613
+ "example": "{\"AccessKeyId\":\"AKID***\",\"SecretAccessKey\":\"iDVd***\",\"Status\":\"Active\",\"CreateTime\":\"2020-03-03 18:00:26\"}",
1614
1614
  "member": "AccessKeyDetail",
1615
1615
  "name": "AccessKey",
1616
1616
  "output_required": true,
@@ -2249,7 +2249,7 @@
2249
2249
  {
2250
2250
  "disabled": false,
2251
2251
  "document": "指定需要删除的AccessKeyId",
2252
- "example": "AKIDtmV4QYS9dx4yhEZllY8VebL2c0Tlqorp",
2252
+ "example": "AKID***",
2253
2253
  "member": "string",
2254
2254
  "name": "AccessKeyId",
2255
2255
  "required": true,
@@ -2258,7 +2258,7 @@
2258
2258
  {
2259
2259
  "disabled": false,
2260
2260
  "document": "指定用户Uin,不填默认为当前用户删除访问密钥",
2261
- "example": "123456",
2261
+ "example": "100013065917",
2262
2262
  "member": "uint64",
2263
2263
  "name": "TargetUin",
2264
2264
  "required": false,
@@ -3883,10 +3883,10 @@
3883
3883
  {
3884
3884
  "disabled": false,
3885
3885
  "document": "密钥ID最近访问列表",
3886
- "example": "",
3886
+ "example": "[{\"SecretId\":\"AKID***\",\"LastUsedDate\":\"2022-12-19\",\"LastSecretUsedDate\":1671681023555}]",
3887
3887
  "member": "SecretIdLastUsed",
3888
3888
  "name": "SecretIdLastUsedRows",
3889
- "required": true,
3889
+ "output_required": true,
3890
3890
  "type": "list",
3891
3891
  "value_allowed_null": false
3892
3892
  },
@@ -4406,7 +4406,7 @@
4406
4406
  {
4407
4407
  "disabled": false,
4408
4408
  "document": "指定用户Uin,不填默认列出当前用户访问密钥",
4409
- "example": "123456",
4409
+ "example": "100013065917",
4410
4410
  "member": "uint64",
4411
4411
  "name": "TargetUin",
4412
4412
  "required": false,
@@ -4424,7 +4424,7 @@
4424
4424
  "example": "无",
4425
4425
  "member": "AccessKey",
4426
4426
  "name": "AccessKeys",
4427
- "required": true,
4427
+ "output_required": true,
4428
4428
  "type": "list",
4429
4429
  "value_allowed_null": true
4430
4430
  },
@@ -6903,7 +6903,7 @@
6903
6903
  {
6904
6904
  "disabled": false,
6905
6905
  "document": "指定需要更新的AccessKeyId",
6906
- "example": "AKIDtmV4QYS9dx4yhEZllY8VebL2c0Tlqorp",
6906
+ "example": "AKID***",
6907
6907
  "member": "string",
6908
6908
  "name": "AccessKeyId",
6909
6909
  "required": true,
@@ -6921,7 +6921,7 @@
6921
6921
  {
6922
6922
  "disabled": false,
6923
6923
  "document": "指定用户Uin,不填默认为当前用户更新访问密钥",
6924
- "example": "123456",
6924
+ "example": "100013065917",
6925
6925
  "member": "uint64",
6926
6926
  "name": "TargetUin",
6927
6927
  "required": false,
@@ -59,8 +59,8 @@
59
59
  "CreateAccessKey": [
60
60
  {
61
61
  "document": "",
62
- "input": "https://cam.tencentcloudapi.com/?Action=CreateAccessKey\n&TargetUin=123456\n&<公共请求参数>",
63
- "output": "{\n \"Response\": {\n \"AccessKey\": {\n \"AccessKeyId\": \"AKID8GFED7s****QrFXkmb\",\n \"SecretAccessKey\": \"iDVjy****tNzX\",\n \"Status\": \"Active\",\n \"CreateTime\": \"2020-03-03 18:00:26\"\n },\n \"RequestId\": \"f8423e9b-a7da-488d-9539-333f1955ca78\"\n }\n}",
62
+ "input": "https://cam.tencentcloudapi.com/?Action=CreateAccessKey\n&TargetUin=100013065917\n&<公共请求参数>",
63
+ "output": "{\n \"Response\": {\n \"AccessKey\": {\n \"AccessKeyId\": \"AKID***\",\n \"SecretAccessKey\": \"iDVd***\",\n \"Status\": \"Active\",\n \"CreateTime\": \"2020-03-03 18:00:26\"\n },\n \"RequestId\": \"f8423e9b-a7da-488d-9539-333f1955ca78\"\n }\n}",
64
64
  "title": "创建访问密钥"
65
65
  }
66
66
  ],
@@ -147,7 +147,7 @@
147
147
  "DeleteAccessKey": [
148
148
  {
149
149
  "document": "",
150
- "input": "POST / HTTP/1.1\nHost: cam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAccessKey\n<公共请求参数>\n\n{\n \"TargetUin\": \"123456\",\n \"AccessKeyId\": \"AKIDtm****lqorp\"\n}",
150
+ "input": "POST / HTTP/1.1\nHost: cam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAccessKey\n<公共请求参数>\n\n{\n \"TargetUin\": \"100013065917\",\n \"AccessKeyId\": \"AKID***\"\n}",
151
151
  "output": "{\n \"Response\": {\n \"RequestId\": \"99d650e2-10fa-4c8f-819f-874578039641\"\n }\n}",
152
152
  "title": "删除访问密钥"
153
153
  }
@@ -410,7 +410,7 @@
410
410
  {
411
411
  "document": "",
412
412
  "input": "POST / HTTP/1.1\nHost: cam.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetSecurityLastUsed\n<公共请求参数>\n\n{\n \"SecretIdList\": [\n \"***\"\n ]\n}",
413
- "output": "{\n \"Response\": {\n \"SecretIdLastUsedRows\": [\n {\n \"SecretId\": \"***\",\n \"LastUsedDate\": \"2022-12-19\",\n \"LastSecretUsedDate\": 1671681023555\n }\n ],\n \"RequestId\": \"b790d4ca-5692-42ae-8a8c-d15c6ed976db\"\n }\n}",
413
+ "output": "{\n \"Response\": {\n \"SecretIdLastUsedRows\": [\n {\n \"SecretId\": \"AKID***\",\n \"LastUsedDate\": \"2022-12-19\",\n \"LastSecretUsedDate\": 1671681023555\n }\n ],\n \"RequestId\": \"b790d4ca-5692-42ae-8a8c-d15c6ed976db\"\n }\n}",
414
414
  "title": "密钥最后一次访问时间"
415
415
  }
416
416
  ],
@@ -448,9 +448,9 @@
448
448
  ],
449
449
  "ListAccessKeys": [
450
450
  {
451
- "document": "",
452
- "input": "https://cam.tencentcloudapi.com/?Action=ListAccessKeys\n&TargetUin=123456\n&<公共请求参数>",
453
- "output": "{\n \"Response\": {\n \"AccessKeys\": [\n {\n \"AccessKeyId\": \"AKIDlOp****mQsJQWEaYK\",\n \"Status\": \"Active\",\n \"CreateTime\": \"2019-12-25 14:53:03\"\n },\n {\n \"AccessKeyId\": \"A2342hOv****QOHySnzb5P7dv8\",\n \"Status\": \"Active\",\n \"CreateTime\": \"2020-03-03 16:51:21\"\n }\n ],\n \"RequestId\": \"bbc4c6b1-ee32-416a-9135-68de318c54f2\"\n }\n}",
451
+ "document": "列出访问密钥",
452
+ "input": "https://cam.tencentcloudapi.com/?Action=ListAccessKeys\n&TargetUin=100013065917\n&<公共请求参数>",
453
+ "output": "{\n \"Response\": {\n \"AccessKeys\": [\n {\n \"AccessKeyId\": \"AKID***\",\n \"Status\": \"Active\",\n \"CreateTime\": \"2019-12-25 14:53:03\"\n },\n {\n \"AccessKeyId\": \"AKID***\",\n \"Status\": \"Active\",\n \"CreateTime\": \"2020-03-03 16:51:21\"\n }\n ],\n \"RequestId\": \"bbc4c6b1-ee32-416a-9135-68de318c54f2\"\n }\n}",
454
454
  "title": "列出访问密钥"
455
455
  }
456
456
  ],
@@ -647,7 +647,7 @@
647
647
  "UpdateAccessKey": [
648
648
  {
649
649
  "document": "",
650
- "input": "https://cam.tencentcloudapi.com/?Action=UpdateAccessKey\n&TargetUin=123456\n&AccessKeyId=AKIDtm****lqorp\n&Status=Active\n&<公共请求参数>",
650
+ "input": "https://cam.tencentcloudapi.com/?Action=UpdateAccessKey\n&TargetUin=100013065917\n&AccessKeyId=AKID***\n&Status=Active\n&<公共请求参数>",
651
651
  "output": "{\n \"Response\": {\n \"RequestId\": \"99d650e2-10fa-4c8f-819f-874578039641\"\n }\n}",
652
652
  "title": "更新访问密钥"
653
653
  }
@@ -106,11 +106,11 @@
106
106
  "status": "online"
107
107
  },
108
108
  "CreateAuditRule": {
109
- "document": "本接口(CreateAuditRule)用于创建用户在当前地域的审计规则。",
109
+ "document": "不再支持审计规则创建\n\n本接口(CreateAuditRule)用于创建用户在当前地域的审计规则。",
110
110
  "input": "CreateAuditRuleRequest",
111
111
  "name": "创建审计规则",
112
112
  "output": "CreateAuditRuleResponse",
113
- "status": "online"
113
+ "status": "deprecated"
114
114
  },
115
115
  "CreateAuditRuleTemplate": {
116
116
  "document": "创建审计规则模板",
@@ -225,11 +225,11 @@
225
225
  "status": "online"
226
226
  },
227
227
  "DeleteAuditRule": {
228
- "document": "本接口(DeleteAuditRule)用于删除用户的审计规则。",
228
+ "document": "不再支持审计规则创建\n\n本接口(DeleteAuditRule)用于删除用户的审计规则。",
229
229
  "input": "DeleteAuditRuleRequest",
230
230
  "name": "删除审计规则",
231
231
  "output": "DeleteAuditRuleResponse",
232
- "status": "online"
232
+ "status": "deprecated"
233
233
  },
234
234
  "DeleteAuditRuleTemplates": {
235
235
  "document": "删除审计规则模板",
@@ -351,11 +351,11 @@
351
351
  "status": "online"
352
352
  },
353
353
  "DescribeAuditRules": {
354
- "document": "本接口(DescribeAuditRules)用于查询用户在当前地域的审计规则。",
354
+ "document": "不再支持审计规则创建\n\n本接口(DescribeAuditRules)用于查询用户在当前地域的审计规则。",
355
355
  "input": "DescribeAuditRulesRequest",
356
356
  "name": "查询审计规则",
357
357
  "output": "DescribeAuditRulesResponse",
358
- "status": "online"
358
+ "status": "deprecated"
359
359
  },
360
360
  "DescribeBackupConfig": {
361
361
  "document": "本接口(DescribeBackupConfig)用于查询数据库备份配置信息。",
@@ -820,11 +820,11 @@
820
820
  "status": "online"
821
821
  },
822
822
  "ModifyAuditRule": {
823
- "document": "本接口(ModifyAuditRule)用于修改用户的审计规则。",
823
+ "document": "不再支持审计规则创建\n\n本接口(ModifyAuditRule)用于修改用户的审计规则。",
824
824
  "input": "ModifyAuditRuleRequest",
825
825
  "name": "修改审计规则",
826
826
  "output": "ModifyAuditRuleResponse",
827
- "status": "online"
827
+ "status": "deprecated"
828
828
  },
829
829
  "ModifyAuditRuleTemplates": {
830
830
  "document": "修改审计规则模板",
@@ -7881,7 +7881,7 @@
7881
7881
  {
7882
7882
  "disabled": false,
7883
7883
  "document": "实例属性返回结果对象。",
7884
- "example": "{\"AllowDowngrade\":true,\"Bandwidth\":160,\"ClusterType\":\"CLOUD_EKS_TSE\",\"CompressionType\":\"lz4,snappy,gzip\",\"Config\":{\"AutoCreateTopicsEnable\":false,\"DefaultNumPartitions\":0,\"DefaultReplicationFactor\":0},\"CreateTime\":1730107842,\"CreatedPartitions\":90,\"CreatedTopics\":10,\"Cvm\":1,\"DeleteRouteTimestamp\":\"\",\"DiskSize\":200,\"DiskType\":\"CLOUD_SSD\",\"DynamicDiskConfig\":{\"DiskQuotaPercentage\":75,\"Enable\":0,\"MaxDiskSpace\":500000,\"StepForwardPercentage\":10},\"ElasticBandwidthOpenStatus\":1,\"ElasticBandwidthSwitch\":1,\"ElasticFloatBandwidth\":240,\"ExpireTime\":1732786242,\"Features\":[\"FEATURE_TOPIC_QUOTA\",\"CLOUD_EKS_TSE\",\"CLOUD_EKS_CROS_ZONE\",\"FEATURE_SASL_SCRAM\"],\"FreePartitionNumber\":400,\"Healthy\":1,\"HealthyMessage\":\"\",\"InstanceChargeType\":\"PREPAID\",\"InstanceId\":\"ckafka-test\",\"InstanceName\":\"ckafka测试\",\"InstanceType\":\"profession\",\"MaxConnection\":50000,\"MaxGroupNum\":500,\"MaxMessageByte\":8388608,\"MsgRetentionTime\":4320,\"PublicNetwork\":3,\"PublicNetworkChargeType\":\"BANDWIDTH_PREPAID\",\"RemainderPartitions\":310,\"RemainderTopics\":190,\"RemainingPartitions\":310,\"RemainingTopics\":190,\"RetentionTimeConfig\":{\"BottomRetention\":360,\"DiskQuotaPercentage\":75,\"Enable\":1,\"StepForwardPercentage\":10},\"Status\":1,\"StorageBillingType\":\"BILL_BY_MONTH_OR_YEAR\",\"SubnetId\":\"subnet-test\",\"SystemMaintenanceTime\":\"\",\"Tags\":[{\"TagKey\":\"tagkey-test\",\"TagValue\":\"tagvalue-test\"}],\"Version\":\"1.1.1\",\"Vip\":\"10.0.0.5\",\"VipList\":[{\"Vip\":\"10.0.0.5\",\"Vport\":\"9092\"}],\"VpcId\":\"vpc-test\",\"Vport\":\"9092\",\"ZoneId\":100003,\"ZoneIds\":[100003,100004]}",
7884
+ "example": "{\"Bandwidth\":800,\"ClusterType\":\"CLOUD_EKS_TSE\",\"Config\":{\"AutoCreateTopicsEnable\":false,\"DefaultNumPartitions\":1,\"DefaultReplicationFactor\":2},\"CreateTime\":1732245392,\"CreatedPartitions\":60,\"CreatedTopics\":6,\"CustomCertId\":null,\"Cvm\":1,\"DeleteRouteTimestamp\":\"\",\"DiskSize\":1000,\"DynamicDiskConfig\":{\"DiskQuotaPercentage\":null,\"Enable\":null,\"MaxDiskSpace\":null,\"StepForwardPercentage\":null},\"ElasticFloatBandwidth\":240,\"ExpireTime\":1734837392,\"Features\":[\"FEATURE_SUBNET_ACL\",\"FEATURE_SASL_SSL\",\"FEATURE_MULIT_SASL_PLAINTEXT\",\"FEATURE_SASL_SCRAM_512\",\"FEATURE_TOPIC_QUOTA\",\"CLOUD_EKS_TSE\",\"CLOUD_EKS_CROS_ZONE\",\"FEATURE_SASL_SCRAM\"],\"FreePartitionNumber\":1200,\"Healthy\":1,\"HealthyMessage\":\"\",\"InstanceChargeType\":\"PREPAID\",\"InstanceId\":\"ckafka-wdvgwwx2\",\"InstanceName\":\"test-public-network\",\"InstanceType\":\"profession\",\"MaxConnection\":50000,\"MaxGroupNum\":500,\"MsgRetentionTime\":4320,\"PublicNetwork\":3,\"RemainderPartitions\":1140,\"RemainderTopics\":594,\"RemainingPartitions\":1140,\"RemainingTopics\":594,\"RetentionTimeConfig\":{\"BottomRetention\":null,\"DiskQuotaPercentage\":null,\"Enable\":null,\"StepForwardPercentage\":null},\"Status\":1,\"SubnetId\":\"subnet-5rhipsse\",\"Tags\":[],\"Version\":\"2.8.1\",\"Vip\":\"10.0.1.17\",\"VipList\":[{\"Vip\":\"10.0.1.17\",\"Vport\":\"9092\"}],\"VpcId\":\"vpc-ks7w9y0b\",\"Vport\":\"9092\",\"ZoneId\":100006,\"ZoneIds\":[100006,100007]}",
7885
7885
  "member": "InstanceAttributesResponse",
7886
7886
  "name": "Result",
7887
7887
  "output_required": true,