tencentcloud-sdk-nodejs 4.0.983 → 4.0.985

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 (102) hide show
  1. package/CHANGELOG.md +562 -0
  2. package/SERVICE_CHANGELOG.md +570 -473
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +9 -9
  7. package/src/services/cdb/v20170320/cdb_client.ts +5 -3
  8. package/src/services/cdb/v20170320/cdb_models.ts +144 -43
  9. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1 -1
  10. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +433 -391
  12. package/src/services/cloudapp/v20220530/cloudapp_models.ts +2 -2
  13. package/src/services/dts/v20211206/dts_models.ts +8 -0
  14. package/src/services/faceid/v20180301/faceid_models.ts +0 -1
  15. package/src/services/hunyuan/v20230901/hunyuan_client.ts +23 -2
  16. package/src/services/hunyuan/v20230901/hunyuan_models.ts +179 -10
  17. package/src/services/ims/v20201229/ims_models.ts +2 -2
  18. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -1
  19. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +91 -20
  20. package/src/services/ivld/v20210903/ivld_client.ts +0 -4
  21. package/src/services/ivld/v20210903/ivld_models.ts +132 -99
  22. package/src/services/lcic/v20220817/lcic_models.ts +1 -4
  23. package/src/services/live/v20180801/live_client.ts +13 -1
  24. package/src/services/live/v20180801/live_models.ts +89 -5
  25. package/src/services/lke/v20231130/lke_models.ts +20 -20
  26. package/src/services/mps/v20190612/mps_client.ts +1 -0
  27. package/src/services/mps/v20190612/mps_models.ts +132 -14
  28. package/src/services/organization/v20210331/organization_models.ts +1 -12
  29. package/src/services/rce/v20201103/rce_models.ts +1 -1
  30. package/src/services/redis/v20180412/redis_models.ts +1 -1
  31. package/src/services/scf/v20180416/scf_models.ts +1 -1
  32. package/src/services/teo/v20220901/teo_models.ts +11 -9
  33. package/src/services/tke/v20220501/tke_client.ts +3 -1
  34. package/src/services/tke/v20220501/tke_models.ts +64 -8
  35. package/src/services/trtc/v20190722/trtc_client.ts +8 -6
  36. package/src/services/trtc/v20190722/trtc_models.ts +178 -109
  37. package/src/services/tsf/v20180326/tsf_client.ts +21 -5
  38. package/src/services/tsf/v20180326/tsf_models.ts +654 -82
  39. package/src/services/tts/v20190823/tts_client.ts +1 -1
  40. package/src/services/tts/v20190823/tts_models.ts +1 -1
  41. package/src/services/vclm/v20240523/vclm_client.ts +15 -3
  42. package/src/services/vclm/v20240523/vclm_models.ts +76 -29
  43. package/src/services/vdb/v20230616/vdb_models.ts +12 -0
  44. package/src/services/vod/v20180717/vod_client.ts +2 -2
  45. package/src/services/vpc/v20170312/vpc_client.ts +13 -0
  46. package/src/services/vpc/v20170312/vpc_models.ts +68 -0
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -9
  50. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
  51. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +141 -42
  52. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1 -1
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  54. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  55. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +433 -391
  56. package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +2 -2
  57. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +8 -0
  58. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +0 -1
  59. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +10 -1
  60. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +11 -0
  61. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +173 -10
  62. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  63. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  64. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  65. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +89 -20
  66. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +0 -4
  67. package/tencentcloud/services/ivld/v20210903/ivld_client.js +0 -4
  68. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +132 -99
  69. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -4
  70. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -2
  71. package/tencentcloud/services/live/v20180801/live_client.js +6 -1
  72. package/tencentcloud/services/live/v20180801/live_models.d.ts +86 -5
  73. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +20 -20
  74. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +131 -14
  75. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +1 -12
  76. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +1 -1
  77. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  78. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  79. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -9
  80. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +62 -8
  81. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  82. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +174 -107
  83. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +4 -1
  84. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -0
  85. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +641 -82
  86. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
  87. package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
  88. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  89. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +5 -1
  90. package/tencentcloud/services/vclm/v20240523/vclm_client.js +6 -0
  91. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +73 -28
  92. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +12 -0
  93. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  94. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  95. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  96. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  97. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +65 -0
  98. package/test/hunyuan.v20230901.test.js +10 -0
  99. package/test/iotexplorer.v20190423.test.js +10 -0
  100. package/test/live.v20180801.test.js +10 -0
  101. package/test/vclm.v20240523.test.js +10 -0
  102. package/test/vpc.v20170312.test.js +10 -0
@@ -22,19 +22,19 @@ export interface GroupInfoMember {
22
22
  /**
23
23
  * coordinator 为消费分组中的消费者生成的唯一 ID
24
24
  */
25
- MemberId: string
25
+ MemberId?: string
26
26
  /**
27
27
  * 客户消费者 SDK 自己设置的 client.id 信息
28
28
  */
29
- ClientId: string
29
+ ClientId?: string
30
30
  /**
31
31
  * 一般存储客户的 IP 地址
32
32
  */
33
- ClientHost: string
33
+ ClientHost?: string
34
34
  /**
35
35
  * 存储着分配给该消费者的 partition 信息
36
36
  */
37
- Assignment: Assignment
37
+ Assignment?: Assignment
38
38
  }
39
39
 
40
40
  /**
@@ -42,15 +42,15 @@ export interface GroupInfoMember {
42
42
  */
43
43
  export interface PartitionOffset {
44
44
  /**
45
- * Partition,例如"0"或"1"
45
+ * 分区
46
46
  注意:此字段可能返回 null,表示取不到有效值。
47
47
  */
48
- Partition: string
48
+ Partition?: string
49
49
  /**
50
- * Offset,例如100
50
+ * 位点偏移量
51
51
  注意:此字段可能返回 null,表示取不到有效值。
52
52
  */
53
- Offset: number
53
+ Offset?: number
54
54
  }
55
55
 
56
56
  /**
@@ -58,7 +58,7 @@ export interface PartitionOffset {
58
58
  */
59
59
  export interface DescribeACLRequest {
60
60
  /**
61
- * 实例Id
61
+ * ckafka集群实例Id
62
62
  */
63
63
  InstanceId: string
64
64
  /**
@@ -242,7 +242,7 @@ export interface AuthorizeTokenResponse {
242
242
  */
243
243
  export interface EsParam {
244
244
  /**
245
- * 实例资源
245
+ * Es实例资源Id
246
246
  注意:此字段可能返回 null,表示取不到有效值。
247
247
  */
248
248
  Resource: string
@@ -408,7 +408,7 @@ export interface DtsParam {
408
408
  */
409
409
  export interface CancelAuthorizationTokenRequest {
410
410
  /**
411
- * 实例ID
411
+ * ckafka集群实例Id
412
412
  */
413
413
  InstanceId: string
414
414
  /**
@@ -506,7 +506,7 @@ export interface DeleteTopicRequest {
506
506
  */
507
507
  export interface FetchMessageListByOffsetRequest {
508
508
  /**
509
- * 实例Id
509
+ * ckafka集群实例Id
510
510
  */
511
511
  InstanceId: string
512
512
  /**
@@ -534,40 +534,40 @@ export interface Region {
534
534
  /**
535
535
  * 地域ID
536
536
  */
537
- RegionId: number
537
+ RegionId?: number
538
538
  /**
539
539
  * 地域名称
540
540
  */
541
- RegionName: string
541
+ RegionName?: string
542
542
  /**
543
543
  * 区域名称
544
544
  */
545
- AreaName: string
545
+ AreaName?: string
546
546
  /**
547
547
  * 地域代码
548
548
  注意:此字段可能返回 null,表示取不到有效值。
549
549
  */
550
- RegionCode: string
550
+ RegionCode?: string
551
551
  /**
552
552
  * 地域代码(V3版本)
553
553
  注意:此字段可能返回 null,表示取不到有效值。
554
554
  */
555
- RegionCodeV3: string
555
+ RegionCodeV3?: string
556
556
  /**
557
- * NONE:默认值不支持任何特殊机型\nCVM:支持CVM类型
557
+ * NONE:默认值不支持任何特殊类型 实例类型
558
558
  注意:此字段可能返回 null,表示取不到有效值。
559
559
  */
560
- Support: string
560
+ Support?: string
561
561
  /**
562
562
  * 是否支持ipv6, 0:表示不支持,1:表示支持
563
563
  注意:此字段可能返回 null,表示取不到有效值。
564
564
  */
565
- Ipv6: number
565
+ Ipv6?: number
566
566
  /**
567
567
  * 是否支持跨可用区, 0:表示不支持,1:表示支持
568
568
  注意:此字段可能返回 null,表示取不到有效值。
569
569
  */
570
- MultiZone: number
570
+ MultiZone?: number
571
571
  }
572
572
 
573
573
  /**
@@ -575,7 +575,7 @@ export interface Region {
575
575
  */
576
576
  export interface CreateAclRuleRequest {
577
577
  /**
578
- * 实例id信息
578
+ * ckafka集群实例Id
579
579
  */
580
580
  InstanceId: string
581
581
  /**
@@ -583,7 +583,7 @@ export interface CreateAclRuleRequest {
583
583
  */
584
584
  ResourceType: string
585
585
  /**
586
- * 匹配类型,目前支持前缀匹配与预设策略,枚举值列表:PREFIXED/PRESET
586
+ * ACL规则匹配类型,目前支持前缀匹配与预设策略,枚举值列表:PREFIXED/PRESET
587
587
  */
588
588
  PatternType: string
589
589
  /**
@@ -627,7 +627,7 @@ export interface DescribeInstancesDetailResponse {
627
627
  */
628
628
  export interface DescribeTaskStatusRequest {
629
629
  /**
630
- * 任务唯一标记
630
+ * 流程Id
631
631
  */
632
632
  FlowId: number
633
633
  }
@@ -637,7 +637,7 @@ export interface DescribeTaskStatusRequest {
637
637
  */
638
638
  export interface DescribeAclRuleRequest {
639
639
  /**
640
- * 实例Id
640
+ * ckafka集群实例Id
641
641
  */
642
642
  InstanceId: string
643
643
  /**
@@ -744,12 +744,12 @@ export interface MqttParam {
744
744
  */
745
745
  export interface BrokerTopicFlowData {
746
746
  /**
747
- * Topic 名称
747
+ * 主题名
748
748
  注意:此字段可能返回 null,表示取不到有效值。
749
749
  */
750
750
  TopicName?: string
751
751
  /**
752
- * Topic Id
752
+ * 主题Id
753
753
  注意:此字段可能返回 null,表示取不到有效值。
754
754
  */
755
755
  TopicId?: string
@@ -904,11 +904,11 @@ export interface FetchMessageListByOffsetResponse {
904
904
  */
905
905
  export interface DeleteRouteTriggerTimeRequest {
906
906
  /**
907
- * 实例id
907
+ * ckafka集群实例Id
908
908
  */
909
909
  InstanceId: string
910
910
  /**
911
- * 修改时间
911
+ * 修改删除路由的定时时间
912
912
  */
913
913
  DelayTime: string
914
914
  }
@@ -994,7 +994,7 @@ export interface CreatePostPaidInstanceRequest {
994
994
  */
995
995
  Tags?: Array<Tag>
996
996
  /**
997
- * 弹性带宽开关 0不开启 1开启(0默认
997
+ * 弹性带宽开关 0不开启 1开启(0默认)
998
998
  */
999
999
  ElasticBandwidthSwitch?: number
1000
1000
  }
@@ -1022,7 +1022,7 @@ export interface ModifyInstanceAttributesConfig {
1022
1022
  */
1023
1023
  export interface AuthorizeTokenRequest {
1024
1024
  /**
1025
- * 实例ID
1025
+ * ckafka集群实例Id
1026
1026
  */
1027
1027
  InstanceId: string
1028
1028
  /**
@@ -1083,7 +1083,7 @@ export interface MySQLParam {
1083
1083
  */
1084
1084
  Resource: string
1085
1085
  /**
1086
- * 复制存量信息(schema_only不复制, initial全量),默认位initial
1086
+ * 复制存量信息(schema_only不复制, initial全量),默认值initial
1087
1087
  注意:此字段可能返回 null,表示取不到有效值。
1088
1088
  */
1089
1089
  SnapshotMode?: string
@@ -1245,42 +1245,42 @@ export interface ConsumerGroupResponse {
1245
1245
  /**
1246
1246
  * 符合条件的消费组数量
1247
1247
  */
1248
- TotalCount: number
1248
+ TotalCount?: number
1249
1249
  /**
1250
1250
  * 主题列表
1251
1251
  注意:此字段可能返回 null,表示取不到有效值。
1252
1252
  */
1253
- TopicList: Array<ConsumerGroupTopic>
1253
+ TopicList?: Array<ConsumerGroupTopic>
1254
1254
  /**
1255
1255
  * 消费分组List
1256
1256
  注意:此字段可能返回 null,表示取不到有效值。
1257
1257
  */
1258
- GroupList: Array<ConsumerGroup>
1258
+ GroupList?: Array<ConsumerGroup>
1259
1259
  /**
1260
1260
  * 所有分区数量
1261
1261
  注意:此字段可能返回 null,表示取不到有效值。
1262
1262
  */
1263
- TotalPartition: number
1263
+ TotalPartition?: number
1264
1264
  /**
1265
1265
  * 监控的分区列表
1266
1266
  注意:此字段可能返回 null,表示取不到有效值。
1267
1267
  */
1268
- PartitionListForMonitor: Array<Partition>
1268
+ PartitionListForMonitor?: Array<Partition>
1269
1269
  /**
1270
1270
  * 主题总数
1271
1271
  注意:此字段可能返回 null,表示取不到有效值。
1272
1272
  */
1273
- TotalTopic: number
1273
+ TotalTopic?: number
1274
1274
  /**
1275
1275
  * 监控的主题列表
1276
1276
  注意:此字段可能返回 null,表示取不到有效值。
1277
1277
  */
1278
- TopicListForMonitor: Array<ConsumerGroupTopic>
1278
+ TopicListForMonitor?: Array<ConsumerGroupTopic>
1279
1279
  /**
1280
1280
  * 监控的组列表
1281
1281
  注意:此字段可能返回 null,表示取不到有效值。
1282
1282
  */
1283
- GroupListForMonitor: Array<Group>
1283
+ GroupListForMonitor?: Array<Group>
1284
1284
  }
1285
1285
 
1286
1286
  /**
@@ -1450,11 +1450,11 @@ export interface InstanceDetailResponse {
1450
1450
  /**
1451
1451
  * 符合条件的实例总数
1452
1452
  */
1453
- TotalCount: number
1453
+ TotalCount?: number
1454
1454
  /**
1455
1455
  * 符合条件的实例详情列表
1456
1456
  */
1457
- InstanceList: Array<InstanceDetail>
1457
+ InstanceList?: Array<InstanceDetail>
1458
1458
  }
1459
1459
 
1460
1460
  /**
@@ -1557,7 +1557,7 @@ export interface ScfParam {
1557
1557
  */
1558
1558
  export interface DescribeTopicRequest {
1559
1559
  /**
1560
- * 实例 ID
1560
+ * ckafka集群实例Id
1561
1561
  */
1562
1562
  InstanceId: string
1563
1563
  /**
@@ -1634,11 +1634,11 @@ export interface PostgreSQLModifyConnectParam {
1634
1634
  */
1635
1635
  export interface ModifyAclRuleRequest {
1636
1636
  /**
1637
- * 实例Id
1637
+ * ckafka集群实例Id
1638
1638
  */
1639
1639
  InstanceId: string
1640
1640
  /**
1641
- * ACL策略名
1641
+ * ACL规则名
1642
1642
  */
1643
1643
  RuleName: string
1644
1644
  /**
@@ -1652,9 +1652,9 @@ export interface ModifyAclRuleRequest {
1652
1652
  */
1653
1653
  export interface Group {
1654
1654
  /**
1655
- * 组名称
1655
+ * 消费分组名称
1656
1656
  */
1657
- GroupName: string
1657
+ GroupName?: string
1658
1658
  }
1659
1659
 
1660
1660
  /**
@@ -1664,15 +1664,15 @@ export interface PrometheusResult {
1664
1664
  /**
1665
1665
  * 返回的code,0为正常,非0为错误
1666
1666
  */
1667
- ReturnCode: string
1667
+ ReturnCode?: string
1668
1668
  /**
1669
1669
  * 成功消息
1670
1670
  */
1671
- ReturnMessage: string
1671
+ ReturnMessage?: string
1672
1672
  /**
1673
1673
  * 操作型返回的Data数据,可能有flowId等
1674
1674
  */
1675
- Data: OperateResponseData
1675
+ Data?: OperateResponseData
1676
1676
  }
1677
1677
 
1678
1678
  /**
@@ -1692,7 +1692,7 @@ export interface ModifyRoutineMaintenanceTaskRequest {
1692
1692
  */
1693
1693
  MaintenanceSubtype: string
1694
1694
  /**
1695
- * 主题名称
1695
+ * 主题名
1696
1696
  */
1697
1697
  TopicName?: string
1698
1698
  /**
@@ -1730,22 +1730,22 @@ export interface ModifyRoutineMaintenanceTaskRequest {
1730
1730
  */
1731
1731
  export interface Instance {
1732
1732
  /**
1733
- * 实例id
1733
+ * ckafka集群实例Id
1734
1734
  */
1735
- InstanceId: string
1735
+ InstanceId?: string
1736
1736
  /**
1737
- * 实例名称
1737
+ * ckafka集群实例Name
1738
1738
  */
1739
- InstanceName: string
1739
+ InstanceName?: string
1740
1740
  /**
1741
- * 实例的状态。0:创建中,1:运行中,2:删除中 5 隔离中,-1 创建失败
1741
+ * 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
1742
1742
  */
1743
- Status: number
1743
+ Status?: number
1744
1744
  /**
1745
1745
  * 是否开源实例。开源:true,不开源:false
1746
1746
  注意:此字段可能返回 null,表示取不到有效值。
1747
1747
  */
1748
- IfCommunity: boolean
1748
+ IfCommunity?: boolean
1749
1749
  }
1750
1750
 
1751
1751
  /**
@@ -1770,11 +1770,11 @@ export interface TopicDetailResponse {
1770
1770
  * 返回的主题详情列表
1771
1771
  注意:此字段可能返回 null,表示取不到有效值。
1772
1772
  */
1773
- TopicList: Array<TopicDetail>
1773
+ TopicList?: Array<TopicDetail>
1774
1774
  /**
1775
1775
  * 符合条件的所有主题详情数量
1776
1776
  */
1777
- TotalCount: number
1777
+ TotalCount?: number
1778
1778
  }
1779
1779
 
1780
1780
  /**
@@ -1883,7 +1883,7 @@ export interface KafkaConnectParam {
1883
1883
  */
1884
1884
  export interface DatahubTaskInfo {
1885
1885
  /**
1886
- * 任务ID
1886
+ * 任务Id
1887
1887
  */
1888
1888
  TaskId?: string
1889
1889
  /**
@@ -1985,7 +1985,7 @@ export interface CreateInstancePostData {
1985
1985
  */
1986
1986
  export interface DeleteDatahubTaskResponse {
1987
1987
  /**
1988
- * 任务id
1988
+ * 操作结果
1989
1989
  注意:此字段可能返回 null,表示取不到有效值。
1990
1990
  */
1991
1991
  Result?: DatahubTaskIdRes
@@ -2000,11 +2000,11 @@ export interface DeleteDatahubTaskResponse {
2000
2000
  */
2001
2001
  export interface InstanceAttributesResponse {
2002
2002
  /**
2003
- * 实例ID
2003
+ * ckafka集群实例Id
2004
2004
  */
2005
2005
  InstanceId?: string
2006
2006
  /**
2007
- * 实例名称
2007
+ * ckafka集群实例Name
2008
2008
  */
2009
2009
  InstanceName?: string
2010
2010
  /**
@@ -2020,7 +2020,7 @@ export interface InstanceAttributesResponse {
2020
2020
  */
2021
2021
  Vport?: string
2022
2022
  /**
2023
- * 实例的状态。0:创建中,1:运行中,2:删除中
2023
+ * 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
2024
2024
  */
2025
2025
  Status?: number
2026
2026
  /**
@@ -2090,12 +2090,12 @@ export interface InstanceAttributesResponse {
2090
2090
  */
2091
2091
  ExpireTime?: number
2092
2092
  /**
2093
- * 跨可用区
2093
+ * 可用区列表
2094
2094
  注意:此字段可能返回 null,表示取不到有效值。
2095
2095
  */
2096
2096
  ZoneIds?: Array<number | bigint>
2097
2097
  /**
2098
- * kafka版本信息
2098
+ * ckafka集群实例版本
2099
2099
  注意:此字段可能返回 null,表示取不到有效值。
2100
2100
  */
2101
2101
  Version?: string
@@ -2159,6 +2159,24 @@ export interface InstanceAttributesResponse {
2159
2159
  注意:此字段可能返回 null,表示取不到有效值。
2160
2160
  */
2161
2161
  InstanceChargeType?: string
2162
+ /**
2163
+ * 集群类型
2164
+ 注意:此字段可能返回 null,表示取不到有效值。
2165
+ */
2166
+ ClusterType?: string
2167
+ /**
2168
+ * 免费分区数量
2169
+ */
2170
+ FreePartitionNumber?: number
2171
+ /**
2172
+ * 弹性带宽上浮值
2173
+ 注意:此字段可能返回 null,表示取不到有效值。
2174
+ */
2175
+ ElasticFloatBandwidth?: number
2176
+ /**
2177
+ * ssl自定义证书id
2178
+ */
2179
+ CustomCertId?: string
2162
2180
  }
2163
2181
 
2164
2182
  /**
@@ -2225,11 +2243,11 @@ export interface KafkaParam {
2225
2243
  */
2226
2244
  SelfBuilt: boolean
2227
2245
  /**
2228
- * 实例资源
2246
+ * ckafka集群实例Id
2229
2247
  */
2230
2248
  Resource: string
2231
2249
  /**
2232
- * Topic名称,多个以“,”分隔
2250
+ * 主题名,多个以“,”分隔
2233
2251
  */
2234
2252
  Topic?: string
2235
2253
  /**
@@ -2248,12 +2266,12 @@ export interface KafkaParam {
2248
2266
  */
2249
2267
  ResourceName?: string
2250
2268
  /**
2251
- * Zone ID
2269
+ * 可用区
2252
2270
  注意:此字段可能返回 null,表示取不到有效值。
2253
2271
  */
2254
2272
  ZoneId?: number
2255
2273
  /**
2256
- * Topic的Id
2274
+ * 主题Id
2257
2275
  注意:此字段可能返回 null,表示取不到有效值。
2258
2276
  */
2259
2277
  TopicId?: string
@@ -2314,17 +2332,17 @@ export interface KafkaParam {
2314
2332
  */
2315
2333
  export interface Connection {
2316
2334
  /**
2317
- * Topic名称
2335
+ * 主题名
2318
2336
  */
2319
- TopicName: string
2337
+ TopicName?: string
2320
2338
  /**
2321
2339
  * 消费组ID
2322
2340
  */
2323
- GroupId: string
2341
+ GroupId?: string
2324
2342
  /**
2325
- * Topic的Id
2343
+ * 主题Id
2326
2344
  */
2327
- TopicId: string
2345
+ TopicId?: string
2328
2346
  }
2329
2347
 
2330
2348
  /**
@@ -2346,7 +2364,7 @@ export interface BatchCreateAclResponse {
2346
2364
  */
2347
2365
  export interface DeleteRouteRequest {
2348
2366
  /**
2349
- * 实例唯一id
2367
+ * ckafka集群实例Id
2350
2368
  */
2351
2369
  InstanceId: string
2352
2370
  /**
@@ -2358,7 +2376,7 @@ export interface DeleteRouteRequest {
2358
2376
  */
2359
2377
  CallerAppid?: number
2360
2378
  /**
2361
- * 删除路由时间
2379
+ * 设置定时删除路由时间,若DeleteRouteTime < now ,设置时间小于当前接口提交时间则立即执行;DeleteRouteTime > now,设置时间大于当前接口提交时间,则按照设置的时间,定时执行删除; 该参数设置提交后,无法撤销!!!
2362
2380
  */
2363
2381
  DeleteRouteTime?: string
2364
2382
  }
@@ -2448,7 +2466,7 @@ export interface DateParam {
2448
2466
  */
2449
2467
  export interface ScalingDownResp {
2450
2468
  /**
2451
- * 订单号
2469
+ * 订单号列表
2452
2470
  注意:此字段可能返回 null,表示取不到有效值。
2453
2471
  */
2454
2472
  DealNames?: Array<string>
@@ -2475,7 +2493,7 @@ export interface CreateTopicResp {
2475
2493
  /**
2476
2494
  * 主题Id
2477
2495
  */
2478
- TopicId: string
2496
+ TopicId?: string
2479
2497
  }
2480
2498
 
2481
2499
  /**
@@ -2488,12 +2506,12 @@ export interface TaskStatusResponse {
2488
2506
  1 失败
2489
2507
  2 进行中
2490
2508
  */
2491
- Status: number
2509
+ Status?: number
2492
2510
  /**
2493
2511
  * 输出信息
2494
2512
  注意:此字段可能返回 null,表示取不到有效值。
2495
2513
  */
2496
- Output: string
2514
+ Output?: string
2497
2515
  }
2498
2516
 
2499
2517
  /**
@@ -2511,7 +2529,7 @@ export interface SplitParam {
2511
2529
  */
2512
2530
  export interface DescribeTopicDetailRequest {
2513
2531
  /**
2514
- * 实例id
2532
+ * ckafka集群实例Id
2515
2533
  */
2516
2534
  InstanceId: string
2517
2535
  /**
@@ -2530,6 +2548,18 @@ export interface DescribeTopicDetailRequest {
2530
2548
  * Acl预设策略名称
2531
2549
  */
2532
2550
  AclRuleName?: string
2551
+ /**
2552
+ * 根据特定的属性排序(目前支持PartitionNum/CreateTime)
2553
+ */
2554
+ OrderBy?: string
2555
+ /**
2556
+ * 0-顺序、1-倒序
2557
+ */
2558
+ OrderType?: number
2559
+ /**
2560
+ * 目前支持 ReplicaNum (副本数)筛选
2561
+ */
2562
+ Filters?: Array<Filter>
2533
2563
  }
2534
2564
 
2535
2565
  /**
@@ -2537,7 +2567,7 @@ export interface DescribeTopicDetailRequest {
2537
2567
  */
2538
2568
  export interface DescribeGroupOffsetsResponse {
2539
2569
  /**
2540
- * 返回的结果对象
2570
+ * 返回结果
2541
2571
  */
2542
2572
  Result?: GroupOffsetResponse
2543
2573
  /**
@@ -2553,35 +2583,35 @@ export interface ConsumerRecord {
2553
2583
  /**
2554
2584
  * 主题名
2555
2585
  */
2556
- Topic: string
2586
+ Topic?: string
2557
2587
  /**
2558
2588
  * 分区id
2559
2589
  */
2560
- Partition: number
2590
+ Partition?: number
2561
2591
  /**
2562
2592
  * 位点
2563
2593
  */
2564
- Offset: number
2594
+ Offset?: number
2565
2595
  /**
2566
2596
  * 消息key
2567
2597
  注意:此字段可能返回 null,表示取不到有效值。
2568
2598
  */
2569
- Key: string
2599
+ Key?: string
2570
2600
  /**
2571
2601
  * 消息value
2572
2602
  注意:此字段可能返回 null,表示取不到有效值。
2573
2603
  */
2574
- Value: string
2604
+ Value?: string
2575
2605
  /**
2576
2606
  * 消息时间戳
2577
2607
  注意:此字段可能返回 null,表示取不到有效值。
2578
2608
  */
2579
- Timestamp: number
2609
+ Timestamp?: number
2580
2610
  /**
2581
2611
  * 消息headers
2582
2612
  注意:此字段可能返回 null,表示取不到有效值。
2583
2613
  */
2584
- Headers: string
2614
+ Headers?: string
2585
2615
  }
2586
2616
 
2587
2617
  /**
@@ -2618,7 +2648,7 @@ export interface CreateTokenResponse {
2618
2648
  */
2619
2649
  export interface DescribeGroupOffsetsRequest {
2620
2650
  /**
2621
- * (过滤条件)按照实例 ID 过滤
2651
+ * ckafka集群实例Id
2622
2652
  */
2623
2653
  InstanceId: string
2624
2654
  /**
@@ -2650,45 +2680,45 @@ export interface DescribeDatahubTopicResp {
2650
2680
  /**
2651
2681
  * 名称
2652
2682
  */
2653
- Name: string
2683
+ Name?: string
2654
2684
  /**
2655
2685
  * Topic名称
2656
2686
  */
2657
- TopicName: string
2687
+ TopicName?: string
2658
2688
  /**
2659
2689
  * Topic Id
2660
2690
  */
2661
- TopicId: string
2691
+ TopicId?: string
2662
2692
  /**
2663
2693
  * 分区数
2664
2694
  */
2665
- PartitionNum: number
2695
+ PartitionNum?: number
2666
2696
  /**
2667
2697
  * 过期时间
2668
2698
  */
2669
- RetentionMs: number
2699
+ RetentionMs?: number
2670
2700
  /**
2671
2701
  * 备注
2672
2702
  注意:此字段可能返回 null,表示取不到有效值。
2673
2703
  */
2674
- Note: string
2704
+ Note?: string
2675
2705
  /**
2676
2706
  * 用户名
2677
2707
  */
2678
- UserName: string
2708
+ UserName?: string
2679
2709
  /**
2680
2710
  * 密码
2681
2711
  */
2682
- Password: string
2712
+ Password?: string
2683
2713
  /**
2684
2714
  * 状态,1使用中,2删除中
2685
2715
  */
2686
- Status: number
2716
+ Status?: number
2687
2717
  /**
2688
2718
  * 服务路由地址
2689
2719
  注意:此字段可能返回 null,表示取不到有效值。
2690
2720
  */
2691
- Address: string
2721
+ Address?: string
2692
2722
  }
2693
2723
 
2694
2724
  /**
@@ -2696,11 +2726,11 @@ export interface DescribeDatahubTopicResp {
2696
2726
  */
2697
2727
  export interface InstanceDetail {
2698
2728
  /**
2699
- * 实例id
2729
+ * ckafka集群实例Id
2700
2730
  */
2701
2731
  InstanceId?: string
2702
2732
  /**
2703
- * 实例名称
2733
+ * ckafka集群实例名称
2704
2734
  */
2705
2735
  InstanceName?: string
2706
2736
  /**
@@ -2716,7 +2746,7 @@ export interface InstanceDetail {
2716
2746
  */
2717
2747
  VipList?: Array<VipEntity>
2718
2748
  /**
2719
- * 实例的状态。0:创建中,1:运行中,2:删除中:5隔离中, -1 创建失败
2749
+ * 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
2720
2750
  */
2721
2751
  Status?: number
2722
2752
  /**
@@ -2724,7 +2754,7 @@ export interface InstanceDetail {
2724
2754
  */
2725
2755
  Bandwidth?: number
2726
2756
  /**
2727
- * 实例的存储大小,单位GB
2757
+ * ckafka集群实例磁盘大小,单位G
2728
2758
  */
2729
2759
  DiskSize?: number
2730
2760
  /**
@@ -2787,12 +2817,12 @@ export interface InstanceDetail {
2787
2817
  */
2788
2818
  Cvm?: number
2789
2819
  /**
2790
- * ckafka实例类型
2820
+ * ckafka集群实例类型
2791
2821
  注意:此字段可能返回 null,表示取不到有效值。
2792
2822
  */
2793
2823
  InstanceType?: string
2794
2824
  /**
2795
- * 磁盘类型
2825
+ * ckafka集群实例磁盘类型
2796
2826
  注意:此字段可能返回 null,表示取不到有效值。
2797
2827
  */
2798
2828
  DiskType?: string
@@ -2817,17 +2847,17 @@ export interface InstanceDetail {
2817
2847
  */
2818
2848
  PartitionNumber?: number
2819
2849
  /**
2820
- * 公网带宽类型
2850
+ * ckafka集群实例公网带宽类型
2821
2851
  注意:此字段可能返回 null,表示取不到有效值。
2822
2852
  */
2823
2853
  PublicNetworkChargeType?: string
2824
2854
  /**
2825
- * 公网带宽值
2855
+ * 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
2826
2856
  注意:此字段可能返回 null,表示取不到有效值。
2827
2857
  */
2828
2858
  PublicNetwork?: number
2829
2859
  /**
2830
- * 实例类型
2860
+ * ckafka集群实例底层集群类型
2831
2861
  注意:此字段可能返回 null,表示取不到有效值。
2832
2862
  */
2833
2863
  ClusterType?: string
@@ -2873,7 +2903,7 @@ export interface DescribeTopicDetailResponse {
2873
2903
  */
2874
2904
  export interface DeleteAclRequest {
2875
2905
  /**
2876
- * 实例id信息
2906
+ * ckafka集群实例Id
2877
2907
  */
2878
2908
  InstanceId: string
2879
2909
  /**
@@ -2946,7 +2976,7 @@ export interface DescribeDatahubTaskResponse {
2946
2976
  */
2947
2977
  export interface FetchLatestDatahubMessageListRequest {
2948
2978
  /**
2949
- * 主题名
2979
+ * 弹性topic名称
2950
2980
  */
2951
2981
  Name: string
2952
2982
  /**
@@ -3025,12 +3055,12 @@ export interface GroupOffsetResponse {
3025
3055
  /**
3026
3056
  * 符合调节的总结果数
3027
3057
  */
3028
- TotalCount: number
3058
+ TotalCount?: number
3029
3059
  /**
3030
3060
  * 该主题分区数组,其中每个元素为一个 json object
3031
3061
  注意:此字段可能返回 null,表示取不到有效值。
3032
3062
  */
3033
- TopicList: Array<GroupOffsetTopic>
3063
+ TopicList?: Array<GroupOffsetTopic>
3034
3064
  }
3035
3065
 
3036
3066
  /**
@@ -3041,27 +3071,27 @@ export interface InquiryDetailPrice {
3041
3071
  * 额外内网带宽价格
3042
3072
  注意:此字段可能返回 null,表示取不到有效值。
3043
3073
  */
3044
- BandwidthPrice: InquiryBasePrice
3074
+ BandwidthPrice?: InquiryBasePrice
3045
3075
  /**
3046
3076
  * 硬盘价格
3047
3077
  注意:此字段可能返回 null,表示取不到有效值。
3048
3078
  */
3049
- DiskPrice: InquiryBasePrice
3079
+ DiskPrice?: InquiryBasePrice
3050
3080
  /**
3051
3081
  * 额外分区价格
3052
3082
  注意:此字段可能返回 null,表示取不到有效值。
3053
3083
  */
3054
- PartitionPrice: InquiryBasePrice
3084
+ PartitionPrice?: InquiryBasePrice
3055
3085
  /**
3056
3086
  * 额外Topic价格
3057
3087
  注意:此字段可能返回 null,表示取不到有效值。
3058
3088
  */
3059
- TopicPrice: InquiryBasePrice
3089
+ TopicPrice?: InquiryBasePrice
3060
3090
  /**
3061
3091
  * 实例套餐价格
3062
3092
  注意:此字段可能返回 null,表示取不到有效值。
3063
3093
  */
3064
- InstanceTypePrice: InquiryBasePrice
3094
+ InstanceTypePrice?: InquiryBasePrice
3065
3095
  }
3066
3096
 
3067
3097
  /**
@@ -3072,12 +3102,12 @@ export interface InquireCkafkaPriceResp {
3072
3102
  * 实例价格
3073
3103
  注意:此字段可能返回 null,表示取不到有效值。
3074
3104
  */
3075
- InstancePrice: InquiryPrice
3105
+ InstancePrice?: InquiryPrice
3076
3106
  /**
3077
3107
  * 公网带宽价格
3078
3108
  注意:此字段可能返回 null,表示取不到有效值。
3079
3109
  */
3080
- PublicNetworkBandwidthPrice: InquiryPrice
3110
+ PublicNetworkBandwidthPrice?: InquiryPrice
3081
3111
  }
3082
3112
 
3083
3113
  /**
@@ -3087,7 +3117,7 @@ export interface DescribeDatahubTasksResponse {
3087
3117
  /**
3088
3118
  * 返回任务查询结果
3089
3119
  */
3090
- Result: DescribeDatahubTasksRes
3120
+ Result?: DescribeDatahubTasksRes
3091
3121
  /**
3092
3122
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3093
3123
  */
@@ -3127,17 +3157,17 @@ export interface RegexReplaceParam {
3127
3157
  */
3128
3158
  export interface AclRule {
3129
3159
  /**
3130
- * Acl规则名称
3160
+ * ACL规则名
3131
3161
  注意:此字段可能返回 null,表示取不到有效值。
3132
3162
  */
3133
3163
  RuleName?: string
3134
3164
  /**
3135
- * 实例ID
3165
+ * ckafka集群实例Id
3136
3166
  注意:此字段可能返回 null,表示取不到有效值。
3137
3167
  */
3138
3168
  InstanceId?: string
3139
3169
  /**
3140
- * 匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED
3170
+ * ACL规则匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED
3141
3171
  注意:此字段可能返回 null,表示取不到有效值。
3142
3172
  */
3143
3173
  PatternType?: string
@@ -3215,32 +3245,32 @@ export interface TopicMessageHeapRanking {
3215
3245
  * 主题ID
3216
3246
  注意:此字段可能返回 null,表示取不到有效值。
3217
3247
  */
3218
- TopicId: string
3248
+ TopicId?: string
3219
3249
  /**
3220
3250
  * 主题名称
3221
3251
  注意:此字段可能返回 null,表示取不到有效值。
3222
3252
  */
3223
- TopicName: string
3253
+ TopicName?: string
3224
3254
  /**
3225
3255
  * 分区数
3226
3256
  注意:此字段可能返回 null,表示取不到有效值。
3227
3257
  */
3228
- PartitionNum: number
3258
+ PartitionNum?: number
3229
3259
  /**
3230
3260
  * 副本数
3231
3261
  注意:此字段可能返回 null,表示取不到有效值。
3232
3262
  */
3233
- ReplicaNum: number
3263
+ ReplicaNum?: number
3234
3264
  /**
3235
3265
  * Topic 流量
3236
3266
  注意:此字段可能返回 null,表示取不到有效值。
3237
3267
  */
3238
- TopicTraffic: string
3268
+ TopicTraffic?: string
3239
3269
  /**
3240
3270
  * topic消息堆积/占用磁盘
3241
3271
  注意:此字段可能返回 null,表示取不到有效值。
3242
3272
  */
3243
- MessageHeap: number
3273
+ MessageHeap?: number
3244
3274
  }
3245
3275
 
3246
3276
  /**
@@ -3306,7 +3336,7 @@ export interface InquireCkafkaPriceRequest {
3306
3336
  */
3307
3337
  export interface DescribeCkafkaZoneRequest {
3308
3338
  /**
3309
- * cdc专业集群业务参数
3339
+ * cdc集群Id
3310
3340
  */
3311
3341
  CdcId?: string
3312
3342
  }
@@ -3345,12 +3375,12 @@ export interface GroupResponse {
3345
3375
  * 计数
3346
3376
  注意:此字段可能返回 null,表示取不到有效值。
3347
3377
  */
3348
- TotalCount: number
3378
+ TotalCount?: number
3349
3379
  /**
3350
3380
  * GroupList
3351
3381
  注意:此字段可能返回 null,表示取不到有效值。
3352
3382
  */
3353
- GroupList: Array<DescribeGroup>
3383
+ GroupList?: Array<DescribeGroup>
3354
3384
  /**
3355
3385
  * 消费分组配额
3356
3386
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3363,7 +3393,7 @@ export interface GroupResponse {
3363
3393
  */
3364
3394
  export interface FetchMessageListByTimestampRequest {
3365
3395
  /**
3366
- * 实例Id
3396
+ * ckafka集群实例Id
3367
3397
  */
3368
3398
  InstanceId: string
3369
3399
  /**
@@ -3379,7 +3409,7 @@ export interface FetchMessageListByTimestampRequest {
3379
3409
  */
3380
3410
  StartTime?: number
3381
3411
  /**
3382
- * 最大查询条数,默认20,最大20
3412
+ * 最大查询条数,默认20,最大20, 最小1
3383
3413
  */
3384
3414
  SinglePartitionRecordNumber?: number
3385
3415
  }
@@ -3413,7 +3443,7 @@ export interface DescribeTopicAttributesResponse {
3413
3443
  */
3414
3444
  export interface CreateConsumerResponse {
3415
3445
  /**
3416
- * 创建group描述
3446
+ * 创建消费者组返回结果
3417
3447
  */
3418
3448
  Result?: JgwOperateResponse
3419
3449
  /**
@@ -3430,7 +3460,7 @@ export interface RouteResponse {
3430
3460
  * 路由信息列表
3431
3461
  注意:此字段可能返回 null,表示取不到有效值。
3432
3462
  */
3433
- Routers: Array<Route>
3463
+ Routers?: Array<Route>
3434
3464
  }
3435
3465
 
3436
3466
  /**
@@ -3438,7 +3468,7 @@ export interface RouteResponse {
3438
3468
  */
3439
3469
  export interface DescribeGroupResponse {
3440
3470
  /**
3441
- * 返回结果集列表
3471
+ * 返回结果
3442
3472
  */
3443
3473
  Result?: GroupResponse
3444
3474
  /**
@@ -3452,7 +3482,7 @@ export interface DescribeGroupResponse {
3452
3482
  */
3453
3483
  export interface DescribeDatahubTopicRequest {
3454
3484
  /**
3455
- * 名称
3485
+ * 弹性topic名称
3456
3486
  */
3457
3487
  Name: string
3458
3488
  }
@@ -3476,7 +3506,7 @@ export interface DeleteUserResponse {
3476
3506
  */
3477
3507
  export interface CreateAclRequest {
3478
3508
  /**
3479
- * 实例id信息
3509
+ * ckafka集群实例Id
3480
3510
  */
3481
3511
  InstanceId: string
3482
3512
  /**
@@ -3578,12 +3608,12 @@ export interface CreateDatahubTaskRes {
3578
3608
  /**
3579
3609
  * 转储任务id
3580
3610
  */
3581
- TaskId: string
3611
+ TaskId?: string
3582
3612
  /**
3583
3613
  * 数据转储Id
3584
3614
  注意:此字段可能返回 null,表示取不到有效值。
3585
3615
  */
3586
- DatahubId: string
3616
+ DatahubId?: string
3587
3617
  }
3588
3618
 
3589
3619
  /**
@@ -3762,12 +3792,12 @@ export interface AclResponse {
3762
3792
  /**
3763
3793
  * 符合条件的总数据条数
3764
3794
  */
3765
- TotalCount: number
3795
+ TotalCount?: number
3766
3796
  /**
3767
3797
  * ACL列表
3768
3798
  注意:此字段可能返回 null,表示取不到有效值。
3769
3799
  */
3770
- AclList: Array<Acl>
3800
+ AclList?: Array<Acl>
3771
3801
  }
3772
3802
 
3773
3803
  /**
@@ -3829,15 +3859,15 @@ export interface CtsdbConnectParam {
3829
3859
  */
3830
3860
  export interface ModifyInstanceAttributesRequest {
3831
3861
  /**
3832
- * 实例id
3862
+ * ckafka集群实例Id
3833
3863
  */
3834
3864
  InstanceId: string
3835
3865
  /**
3836
- * 实例日志的最长保留时间,单位分钟,最大30天,0代表不开启日志保留时间回收策略
3866
+ * 实例日志的最长保留时间,单位分钟,最大90天,0代表不开启日志保留时间回收策略
3837
3867
  */
3838
3868
  MsgRetentionTime?: number
3839
3869
  /**
3840
- * 实例名称,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
3870
+ * ckafka集群实例Name
3841
3871
  */
3842
3872
  InstanceName?: string
3843
3873
  /**
@@ -3849,11 +3879,11 @@ export interface ModifyInstanceAttributesRequest {
3849
3879
  */
3850
3880
  DynamicRetentionConfig?: DynamicRetentionTime
3851
3881
  /**
3852
- * 升配Rebalance时间
3882
+ * 升配Rebalance时间 参数已废弃,忽略不填!!!
3853
3883
  */
3854
3884
  RebalanceTime?: number
3855
3885
  /**
3856
- * 公网带宽
3886
+ * 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
3857
3887
  */
3858
3888
  PublicNetwork?: number
3859
3889
  /**
@@ -3862,7 +3892,7 @@ export interface ModifyInstanceAttributesRequest {
3862
3892
  */
3863
3893
  DynamicDiskConfig?: DynamicDiskConfig
3864
3894
  /**
3865
- * 实例级别单条消息大小(单位byte)
3895
+ * 实例级别单条消息大小(单位byte) 最大 12582912(不包含) 最小1024(不包含)
3866
3896
  */
3867
3897
  MaxMessageByte?: number
3868
3898
  }
@@ -3874,11 +3904,11 @@ export interface ConsumerGroupSpeed {
3874
3904
  /**
3875
3905
  * 消费者组名称
3876
3906
  */
3877
- ConsumerGroupName: string
3907
+ ConsumerGroupName?: string
3878
3908
  /**
3879
3909
  * 消费速度 Count/Minute
3880
3910
  */
3881
- Speed: number
3911
+ Speed?: number
3882
3912
  }
3883
3913
 
3884
3914
  /**
@@ -3902,7 +3932,7 @@ export interface FetchDatahubMessageByOffsetResponse {
3902
3932
  /**
3903
3933
  * 返回结果
3904
3934
  */
3905
- Result: ConsumerRecord
3935
+ Result?: ConsumerRecord
3906
3936
  /**
3907
3937
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3908
3938
  */
@@ -3983,7 +4013,7 @@ export interface ModifyConnectResourceResponse {
3983
4013
  */
3984
4014
  export interface DescribeGroupRequest {
3985
4015
  /**
3986
- * 实例ID
4016
+ * ckafka集群实例Id
3987
4017
  */
3988
4018
  InstanceId: string
3989
4019
  /**
@@ -3998,6 +4028,10 @@ export interface DescribeGroupRequest {
3998
4028
  * 最大返回数量
3999
4029
  */
4000
4030
  Limit?: number
4031
+ /**
4032
+ * 仅支持 GroupState 筛选, 支持的筛选状态有 Empty/Stable 注意:该参数只能在2.8/3.2 版本生效
4033
+ */
4034
+ Filters?: Array<Filter>
4001
4035
  }
4002
4036
 
4003
4037
  /**
@@ -4005,7 +4039,7 @@ export interface DescribeGroupRequest {
4005
4039
  */
4006
4040
  export interface InstanceScalingDownRequest {
4007
4041
  /**
4008
- * 实例id
4042
+ * ckafka集群实例Id
4009
4043
  */
4010
4044
  InstanceId: string
4011
4045
  /**
@@ -4048,7 +4082,7 @@ export interface CreateCdcClusterRequest {
4048
4082
  */
4049
4083
  ZoneId: number
4050
4084
  /**
4051
- * cdc集群的总带宽
4085
+ * 实例带宽,单位MB/s; 最小值:20MB/s, 高级版最大值:360MB/s,专业版最大值:100000MB/s 标准版固定带宽规格: 40MB/s, 100MB/s, 150MB/s
4052
4086
  */
4053
4087
  Bandwidth: number
4054
4088
  /**
@@ -4056,7 +4090,7 @@ export interface CreateCdcClusterRequest {
4056
4090
  */
4057
4091
  DiskSize: number
4058
4092
  /**
4059
- * 数据盘类型
4093
+ * ckafka集群实例磁盘类型
4060
4094
  */
4061
4095
  DiskType: string
4062
4096
  /**
@@ -4177,19 +4211,19 @@ export interface PrometheusDTO {
4177
4211
  */
4178
4212
  export interface CreateConsumerRequest {
4179
4213
  /**
4180
- * 实例id
4214
+ * ckafka集群实例Id
4181
4215
  */
4182
4216
  InstanceId: string
4183
4217
  /**
4184
- * group名称
4218
+ * 消费分组名称
4185
4219
  */
4186
4220
  GroupName: string
4187
4221
  /**
4188
- * topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
4222
+ * 主题名,TopicName、TopicNameList 需要显示指定一个存在的主题名
4189
4223
  */
4190
4224
  TopicName?: string
4191
4225
  /**
4192
- * topic名称数组
4226
+ * 主题名列表
4193
4227
  */
4194
4228
  TopicNameList?: Array<string>
4195
4229
  }
@@ -4254,7 +4288,7 @@ export interface MqttConnectParam {
4254
4288
  */
4255
4289
  export interface FetchDatahubMessageByOffsetRequest {
4256
4290
  /**
4257
- * 主题名
4291
+ * 弹性topic名称
4258
4292
  */
4259
4293
  Name: string
4260
4294
  /**
@@ -4274,11 +4308,11 @@ export interface TopicInSyncReplicaResult {
4274
4308
  /**
4275
4309
  * Topic详情及副本合集
4276
4310
  */
4277
- TopicInSyncReplicaList: Array<TopicInSyncReplicaInfo>
4311
+ TopicInSyncReplicaList?: Array<TopicInSyncReplicaInfo>
4278
4312
  /**
4279
4313
  * 总计个数
4280
4314
  */
4281
- TotalCount: number
4315
+ TotalCount?: number
4282
4316
  }
4283
4317
 
4284
4318
  /**
@@ -4398,7 +4432,7 @@ Stable:消费分组中各个消费者已经加入,处于稳定状态
4398
4432
  */
4399
4433
  Members?: Array<GroupInfoMember>
4400
4434
  /**
4401
- * Kafka 消费分组
4435
+ * 消费分组名称
4402
4436
  */
4403
4437
  Group?: string
4404
4438
  }
@@ -4412,7 +4446,7 @@ export interface BatchModifyGroupOffsetsRequest {
4412
4446
  */
4413
4447
  GroupName: string
4414
4448
  /**
4415
- * 实例名称
4449
+ * ckafka集群实例Id
4416
4450
  */
4417
4451
  InstanceId: string
4418
4452
  /**
@@ -4433,12 +4467,12 @@ export interface InstanceResponse {
4433
4467
  * 符合条件的实例列表
4434
4468
  注意:此字段可能返回 null,表示取不到有效值。
4435
4469
  */
4436
- InstanceList: Array<Instance>
4470
+ InstanceList?: Array<Instance>
4437
4471
  /**
4438
4472
  * 符合条件的结果总数
4439
4473
  注意:此字段可能返回 null,表示取不到有效值。
4440
4474
  */
4441
- TotalCount: number
4475
+ TotalCount?: number
4442
4476
  }
4443
4477
 
4444
4478
  /**
@@ -4448,31 +4482,31 @@ export interface DatahubTopicDTO {
4448
4482
  /**
4449
4483
  * 名称
4450
4484
  */
4451
- Name: string
4485
+ Name?: string
4452
4486
  /**
4453
4487
  * Topic名称
4454
4488
  */
4455
- TopicName: string
4489
+ TopicName?: string
4456
4490
  /**
4457
4491
  * Topic Id
4458
4492
  */
4459
- TopicId: string
4493
+ TopicId?: string
4460
4494
  /**
4461
4495
  * 分区数
4462
4496
  */
4463
- PartitionNum: number
4497
+ PartitionNum?: number
4464
4498
  /**
4465
4499
  * 过期时间
4466
4500
  */
4467
- RetentionMs: number
4501
+ RetentionMs?: number
4468
4502
  /**
4469
4503
  * 备注
4470
4504
  */
4471
- Note: string
4505
+ Note?: string
4472
4506
  /**
4473
4507
  * 状态,1使用中,2删除中
4474
4508
  */
4475
- Status: number
4509
+ Status?: number
4476
4510
  }
4477
4511
 
4478
4512
  /**
@@ -4512,21 +4546,21 @@ export interface ClsParam {
4512
4546
  */
4513
4547
  export interface TopicPartitionDO {
4514
4548
  /**
4515
- * Partition ID
4549
+ * Partition 分区ID
4516
4550
  */
4517
- Partition: number
4551
+ Partition?: number
4518
4552
  /**
4519
4553
  * Leader 运行状态
4520
4554
  */
4521
- LeaderStatus: number
4555
+ LeaderStatus?: number
4522
4556
  /**
4523
4557
  * ISR 个数
4524
4558
  */
4525
- IsrNum: number
4559
+ IsrNum?: number
4526
4560
  /**
4527
4561
  * 副本个数
4528
4562
  */
4529
- ReplicaNum: number
4563
+ ReplicaNum?: number
4530
4564
  }
4531
4565
 
4532
4566
  /**
@@ -4559,7 +4593,7 @@ export interface AnalyseParam {
4559
4593
  */
4560
4594
  export interface BatchModifyTopicInfo {
4561
4595
  /**
4562
- * topic名称
4596
+ * 主题名
4563
4597
  */
4564
4598
  TopicName: string
4565
4599
  /**
@@ -4602,6 +4636,10 @@ export interface BatchModifyTopicInfo {
4602
4636
  * 批次的消息大小,范围1 KB到12 MB
4603
4637
  */
4604
4638
  MaxMessageBytes?: number
4639
+ /**
4640
+ * 消息保存的时间类型:CreateTime/LogAppendTime
4641
+ */
4642
+ LogMsgTimestampType?: string
4605
4643
  }
4606
4644
 
4607
4645
  /**
@@ -4702,7 +4740,7 @@ export interface KVParam {
4702
4740
  */
4703
4741
  export interface BatchModifyTopicAttributesRequest {
4704
4742
  /**
4705
- * 实例id
4743
+ * ckafka集群实例Id
4706
4744
  */
4707
4745
  InstanceId: string
4708
4746
  /**
@@ -4734,74 +4772,74 @@ export interface DescribeDatahubTaskRes {
4734
4772
  /**
4735
4773
  * 任务ID
4736
4774
  */
4737
- TaskId: string
4775
+ TaskId?: string
4738
4776
  /**
4739
4777
  * 任务名称
4740
4778
  */
4741
- TaskName: string
4779
+ TaskName?: string
4742
4780
  /**
4743
4781
  * 任务类型,SOURCE数据接入,SINK数据流出
4744
4782
  */
4745
- TaskType: string
4783
+ TaskType?: string
4746
4784
  /**
4747
4785
  * 状态,-1创建失败,0创建中,1运行中,2删除中,3已删除,4删除失败,5暂停中,6已暂停,7暂停失败,8恢复中,9恢复失败
4748
4786
  */
4749
- Status: number
4787
+ Status?: number
4750
4788
  /**
4751
4789
  * 数据源
4752
4790
  注意:此字段可能返回 null,表示取不到有效值。
4753
4791
  */
4754
- SourceResource: DatahubResource
4792
+ SourceResource?: DatahubResource
4755
4793
  /**
4756
4794
  * 数据目标
4757
4795
  注意:此字段可能返回 null,表示取不到有效值。
4758
4796
  */
4759
- TargetResource: DatahubResource
4797
+ TargetResource?: DatahubResource
4760
4798
  /**
4761
4799
  * Connection列表
4762
4800
  注意:此字段可能返回 null,表示取不到有效值。
4763
4801
  */
4764
- Connections: Array<Connection>
4802
+ Connections?: Array<Connection>
4765
4803
  /**
4766
4804
  * 任务创建时间
4767
4805
  注意:此字段可能返回 null,表示取不到有效值。
4768
4806
  */
4769
- CreateTime: string
4807
+ CreateTime?: string
4770
4808
  /**
4771
4809
  * 消息处理规则
4772
4810
  注意:此字段可能返回 null,表示取不到有效值。
4773
4811
  */
4774
- TransformParam: TransformParam
4812
+ TransformParam?: TransformParam
4775
4813
  /**
4776
4814
  * 数据接入ID
4777
4815
  注意:此字段可能返回 null,表示取不到有效值。
4778
4816
  */
4779
- DatahubId: string
4817
+ DatahubId?: string
4780
4818
  /**
4781
4819
  * 绑定的SchemaId
4782
4820
  注意:此字段可能返回 null,表示取不到有效值。
4783
4821
  */
4784
- SchemaId: string
4822
+ SchemaId?: string
4785
4823
  /**
4786
4824
  * 绑定的Schema名称
4787
4825
  注意:此字段可能返回 null,表示取不到有效值。
4788
4826
  */
4789
- SchemaName: string
4827
+ SchemaName?: string
4790
4828
  /**
4791
4829
  * 数据处理规则
4792
4830
  注意:此字段可能返回 null,表示取不到有效值。
4793
4831
  */
4794
- TransformsParam: TransformsParam
4832
+ TransformsParam?: TransformsParam
4795
4833
  /**
4796
4834
  * 异常信息
4797
4835
  注意:此字段可能返回 null,表示取不到有效值。
4798
4836
  */
4799
- ErrorMessage: string
4837
+ ErrorMessage?: string
4800
4838
  /**
4801
4839
  * 任务标签列表
4802
4840
  注意:此字段可能返回 null,表示取不到有效值。
4803
4841
  */
4804
- Tags: Array<Tag>
4842
+ Tags?: Array<Tag>
4805
4843
  }
4806
4844
 
4807
4845
  /**
@@ -4809,7 +4847,7 @@ export interface DescribeDatahubTaskRes {
4809
4847
  */
4810
4848
  export interface DescribePrometheusRequest {
4811
4849
  /**
4812
- * ckafka实例Id
4850
+ * ckafka集群实例Id
4813
4851
  */
4814
4852
  InstanceId: string
4815
4853
  }
@@ -4833,7 +4871,7 @@ export interface FetchMessageListByTimestampResponse {
4833
4871
  */
4834
4872
  export interface DeleteInstancePostResponse {
4835
4873
  /**
4836
- * 返回的结果集
4874
+ * 返回结果
4837
4875
  */
4838
4876
  Result?: InstanceDeleteResponse
4839
4877
  /**
@@ -4847,7 +4885,7 @@ export interface DeleteInstancePostResponse {
4847
4885
  */
4848
4886
  export interface ModifyDatahubTopicRequest {
4849
4887
  /**
4850
- * 名称
4888
+ * 弹性topic名称
4851
4889
  */
4852
4890
  Name: string
4853
4891
  /**
@@ -4871,12 +4909,12 @@ export interface DescribeDatahubTopicsResp {
4871
4909
  /**
4872
4910
  * 总数
4873
4911
  */
4874
- TotalCount: number
4912
+ TotalCount?: number
4875
4913
  /**
4876
4914
  * Topic列表
4877
4915
  注意:此字段可能返回 null,表示取不到有效值。
4878
4916
  */
4879
- TopicList: Array<DatahubTopicDTO>
4917
+ TopicList?: Array<DatahubTopicDTO>
4880
4918
  }
4881
4919
 
4882
4920
  /**
@@ -4913,11 +4951,11 @@ export interface DescribeConnectResourcesResponse {
4913
4951
  */
4914
4952
  export interface TopicDetail {
4915
4953
  /**
4916
- * 主题名称
4954
+ * 主题名
4917
4955
  */
4918
4956
  TopicName?: string
4919
4957
  /**
4920
- * 主题ID
4958
+ * 主题Id
4921
4959
  */
4922
4960
  TopicId?: string
4923
4961
  /**
@@ -4925,7 +4963,7 @@ export interface TopicDetail {
4925
4963
  */
4926
4964
  PartitionNum?: number
4927
4965
  /**
4928
- * 副本数
4966
+ * topic副本数 最小值 1,最大值 3
4929
4967
  */
4930
4968
  ReplicaNum?: number
4931
4969
  /**
@@ -5016,7 +5054,7 @@ export interface DropCls {
5016
5054
  */
5017
5055
  export interface DeleteUserRequest {
5018
5056
  /**
5019
- * 实例Id
5057
+ * ckafka集群实例Id
5020
5058
  */
5021
5059
  InstanceId: string
5022
5060
  /**
@@ -5030,24 +5068,24 @@ export interface DeleteUserRequest {
5030
5068
  */
5031
5069
  export interface BatchModifyTopicResultDTO {
5032
5070
  /**
5033
- * 实例id
5071
+ * ckafka集群实例Id
5034
5072
  注意:此字段可能返回 null,表示取不到有效值。
5035
5073
  */
5036
- InstanceId: string
5074
+ InstanceId?: string
5037
5075
  /**
5038
- * topic名称
5076
+ * 主题名
5039
5077
  注意:此字段可能返回 null,表示取不到有效值。
5040
5078
  */
5041
- TopicName: string
5079
+ TopicName?: string
5042
5080
  /**
5043
- * 状态码
5081
+ * 操作返回码
5044
5082
  注意:此字段可能返回 null,表示取不到有效值。
5045
5083
  */
5046
- ReturnCode: string
5084
+ ReturnCode?: string
5047
5085
  /**
5048
- * 状态消息
5086
+ * 操作返回信息
5049
5087
  */
5050
- Message: string
5088
+ Message?: string
5051
5089
  }
5052
5090
 
5053
5091
  /**
@@ -5055,7 +5093,7 @@ export interface BatchModifyTopicResultDTO {
5055
5093
  */
5056
5094
  export interface DescribeTopicAttributesRequest {
5057
5095
  /**
5058
- * 实例 ID
5096
+ * ckafka集群实例Id
5059
5097
  */
5060
5098
  InstanceId: string
5061
5099
  /**
@@ -5071,11 +5109,11 @@ export interface ConsumerGroup {
5071
5109
  /**
5072
5110
  * 用户组名称
5073
5111
  */
5074
- ConsumerGroupName: string
5112
+ ConsumerGroupName?: string
5075
5113
  /**
5076
5114
  * 订阅信息实体
5077
5115
  */
5078
- SubscribedInfo: Array<SubscribedInfo>
5116
+ SubscribedInfo?: Array<SubscribedInfo>
5079
5117
  }
5080
5118
 
5081
5119
  /**
@@ -5109,28 +5147,28 @@ export interface GroupOffsetPartition {
5109
5147
  /**
5110
5148
  * topic 的 partitionId
5111
5149
  */
5112
- Partition: number
5150
+ Partition?: number
5113
5151
  /**
5114
5152
  * consumer 提交的 offset 位置
5115
5153
  */
5116
- Offset: number
5154
+ Offset?: number
5117
5155
  /**
5118
5156
  * 支持消费者提交消息时,传入 metadata 作为它用,当前一般为空字符串
5119
5157
  注意:此字段可能返回 null,表示取不到有效值。
5120
5158
  */
5121
- Metadata: string
5159
+ Metadata?: string
5122
5160
  /**
5123
5161
  * 错误码
5124
5162
  */
5125
- ErrorCode: number
5163
+ ErrorCode?: number
5126
5164
  /**
5127
5165
  * 当前 partition 最新的 offset
5128
5166
  */
5129
- LogEndOffset: number
5167
+ LogEndOffset?: number
5130
5168
  /**
5131
5169
  * 未消费的消息个数
5132
5170
  */
5133
- Lag: number
5171
+ Lag?: number
5134
5172
  }
5135
5173
 
5136
5174
  /**
@@ -5140,12 +5178,12 @@ export interface DescribeDatahubTasksRes {
5140
5178
  /**
5141
5179
  * 任务总数
5142
5180
  */
5143
- TotalCount: number
5181
+ TotalCount?: number
5144
5182
  /**
5145
5183
  * Datahub任务信息列表
5146
5184
  注意:此字段可能返回 null,表示取不到有效值。
5147
5185
  */
5148
- TaskList: Array<DatahubTaskInfo>
5186
+ TaskList?: Array<DatahubTaskInfo>
5149
5187
  }
5150
5188
 
5151
5189
  /**
@@ -5227,27 +5265,27 @@ export interface TopicFlowRanking {
5227
5265
  /**
5228
5266
  * 主题Id
5229
5267
  */
5230
- TopicId: string
5268
+ TopicId?: string
5231
5269
  /**
5232
5270
  * 主题名称
5233
5271
  */
5234
- TopicName: string
5272
+ TopicName?: string
5235
5273
  /**
5236
5274
  * 分区数
5237
5275
  */
5238
- PartitionNum: number
5276
+ PartitionNum?: number
5239
5277
  /**
5240
5278
  * 副本数
5241
5279
  */
5242
- ReplicaNum: number
5280
+ ReplicaNum?: number
5243
5281
  /**
5244
- * Topic 流量
5282
+ * Topic 流量,单位MB(设置date时以sum方式聚合)
5245
5283
  */
5246
- TopicTraffic: string
5284
+ TopicTraffic?: string
5247
5285
  /**
5248
5286
  * Topic 消息堆积
5249
5287
  */
5250
- MessageHeap: number
5288
+ MessageHeap?: number
5251
5289
  }
5252
5290
 
5253
5291
  /**
@@ -5257,12 +5295,12 @@ export interface GroupInfoTopics {
5257
5295
  /**
5258
5296
  * 分配的 topic 名称
5259
5297
  */
5260
- Topic: string
5298
+ Topic?: string
5261
5299
  /**
5262
5300
  * 分配的 partition 信息
5263
5301
  注意:此字段可能返回 null,表示取不到有效值。
5264
5302
  */
5265
- Partitions: Array<number | bigint>
5303
+ Partitions?: Array<number | bigint>
5266
5304
  }
5267
5305
 
5268
5306
  /**
@@ -5273,12 +5311,12 @@ export interface TopicResult {
5273
5311
  * 返回的主题信息列表
5274
5312
  注意:此字段可能返回 null,表示取不到有效值。
5275
5313
  */
5276
- TopicList: Array<Topic>
5314
+ TopicList?: Array<Topic>
5277
5315
  /**
5278
5316
  * 符合条件的 topic 数量
5279
5317
  注意:此字段可能返回 null,表示取不到有效值。
5280
5318
  */
5281
- TotalCount: number
5319
+ TotalCount?: number
5282
5320
  }
5283
5321
 
5284
5322
  /**
@@ -5471,7 +5509,7 @@ export interface DorisModifyConnectParam {
5471
5509
  */
5472
5510
  export interface ZoneInfo {
5473
5511
  /**
5474
- * zone的id
5512
+ * 可用区
5475
5513
  */
5476
5514
  ZoneId?: string
5477
5515
  /**
@@ -5479,7 +5517,7 @@ export interface ZoneInfo {
5479
5517
  */
5480
5518
  IsInternalApp?: number
5481
5519
  /**
5482
- * app id
5520
+ * 应用标识
5483
5521
  */
5484
5522
  AppId?: number
5485
5523
  /**
@@ -5487,11 +5525,11 @@ export interface ZoneInfo {
5487
5525
  */
5488
5526
  Flag?: boolean
5489
5527
  /**
5490
- * zone名称
5528
+ * 可用区名称
5491
5529
  */
5492
5530
  ZoneName?: string
5493
5531
  /**
5494
- * zone状态
5532
+ * 可用区状态
5495
5533
  */
5496
5534
  ZoneStatus?: number
5497
5535
  /**
@@ -5500,7 +5538,7 @@ export interface ZoneInfo {
5500
5538
  */
5501
5539
  Exflag?: string
5502
5540
  /**
5503
- * json对象,key为机型,value true为售罄,false为未售罄
5541
+ * true为售罄,false为未售罄
5504
5542
  */
5505
5543
  SoldOut?: string
5506
5544
  /**
@@ -5617,7 +5655,7 @@ export interface ModifyConnectResourceRequest {
5617
5655
  */
5618
5656
  export interface CreateTokenRequest {
5619
5657
  /**
5620
- * 实例ID
5658
+ * ckafka集群实例Id
5621
5659
  */
5622
5660
  InstanceId: string
5623
5661
  /**
@@ -5665,7 +5703,7 @@ export interface CdcClusterResponse {
5665
5703
  * 任务ID
5666
5704
  注意:此字段可能返回 null,表示取不到有效值。
5667
5705
  */
5668
- TaskId: number
5706
+ TaskId?: number
5669
5707
  }
5670
5708
 
5671
5709
  /**
@@ -5687,7 +5725,7 @@ export interface DescribeTaskStatusResponse {
5687
5725
  */
5688
5726
  export interface CreateUserResponse {
5689
5727
  /**
5690
- * 返回的结果
5728
+ * 返回结果
5691
5729
  */
5692
5730
  Result?: JgwOperateResponse
5693
5731
  /**
@@ -5706,7 +5744,7 @@ export interface BrokerTopicData {
5706
5744
  */
5707
5745
  TopicName?: string
5708
5746
  /**
5709
- * 主题ID
5747
+ * 主题Id
5710
5748
  注意:此字段可能返回 null,表示取不到有效值。
5711
5749
  */
5712
5750
  TopicId?: string
@@ -5733,7 +5771,7 @@ export interface BatchAnalyseParam {
5733
5771
  */
5734
5772
  export interface DeleteInstancePostRequest {
5735
5773
  /**
5736
- * 实例ID
5774
+ * ckafka集群实例Id
5737
5775
  */
5738
5776
  InstanceId: string
5739
5777
  }
@@ -5743,11 +5781,11 @@ export interface DeleteInstancePostRequest {
5743
5781
  */
5744
5782
  export interface DescribeTopicProduceConnectionRequest {
5745
5783
  /**
5746
- * 实例id
5784
+ * ckafka集群实例Id
5747
5785
  */
5748
5786
  InstanceId: string
5749
5787
  /**
5750
- * topic名称
5788
+ * 主题名
5751
5789
  */
5752
5790
  TopicName: string
5753
5791
  }
@@ -5786,7 +5824,7 @@ export interface MariaDBParam {
5786
5824
  */
5787
5825
  Resource: string
5788
5826
  /**
5789
- * 复制存量信息(schema_only不复制, initial全量),默认位initial
5827
+ * 复制存量信息(schema_only不复制, initial全量),默认值initial
5790
5828
  注意:此字段可能返回 null,表示取不到有效值。
5791
5829
  */
5792
5830
  SnapshotMode?: string
@@ -5841,11 +5879,11 @@ export interface SubstrParam {
5841
5879
  */
5842
5880
  export interface DescribeTopicSubscribeGroupRequest {
5843
5881
  /**
5844
- * 实例Id
5882
+ * ckafka集群实例Id
5845
5883
  */
5846
5884
  InstanceId: string
5847
5885
  /**
5848
- * 主题名称
5886
+ * 主题名
5849
5887
  */
5850
5888
  TopicName: string
5851
5889
  /**
@@ -5921,15 +5959,15 @@ export interface InstanceConfigDO {
5921
5959
  /**
5922
5960
  * 是否自动创建主题
5923
5961
  */
5924
- AutoCreateTopicsEnable: boolean
5962
+ AutoCreateTopicsEnable?: boolean
5925
5963
  /**
5926
5964
  * 分区数
5927
5965
  */
5928
- DefaultNumPartitions: number
5966
+ DefaultNumPartitions?: number
5929
5967
  /**
5930
5968
  * 默认的复制Factor
5931
5969
  */
5932
- DefaultReplicationFactor: number
5970
+ DefaultReplicationFactor?: number
5933
5971
  }
5934
5972
 
5935
5973
  /**
@@ -5954,11 +5992,11 @@ export interface UserResponse {
5954
5992
  * 符合条件的用户列表
5955
5993
  注意:此字段可能返回 null,表示取不到有效值。
5956
5994
  */
5957
- Users: Array<User>
5995
+ Users?: Array<User>
5958
5996
  /**
5959
5997
  * 符合条件的总用户数
5960
5998
  */
5961
- TotalCount: number
5999
+ TotalCount?: number
5962
6000
  }
5963
6001
 
5964
6002
  /**
@@ -5966,11 +6004,11 @@ export interface UserResponse {
5966
6004
  */
5967
6005
  export interface DescribeGroupInfoRequest {
5968
6006
  /**
5969
- * (过滤条件)按照实例 ID 过滤。
6007
+ * ckafka集群实例Id
5970
6008
  */
5971
6009
  InstanceId: string
5972
6010
  /**
5973
- * Kafka 消费分组,Consumer-group,这里是数组形式,示例:["xxx","yyy"]
6011
+ * Kafka 消费分组列表
5974
6012
  */
5975
6013
  GroupList: Array<string>
5976
6014
  }
@@ -5982,12 +6020,12 @@ export interface DescribeConnectResourcesResp {
5982
6020
  /**
5983
6021
  * 连接源个数
5984
6022
  */
5985
- TotalCount: number
6023
+ TotalCount?: number
5986
6024
  /**
5987
6025
  * 连接源数据
5988
6026
  注意:此字段可能返回 null,表示取不到有效值。
5989
6027
  */
5990
- ConnectResourceList: Array<DescribeConnectResource>
6028
+ ConnectResourceList?: Array<DescribeConnectResource>
5991
6029
  }
5992
6030
 
5993
6031
  /**
@@ -5995,7 +6033,7 @@ export interface DescribeConnectResourcesResp {
5995
6033
  */
5996
6034
  export interface DescribeDatahubTopicsRequest {
5997
6035
  /**
5998
- * 查询值
6036
+ * 搜索词
5999
6037
  */
6000
6038
  SearchWord?: string
6001
6039
  /**
@@ -6013,7 +6051,7 @@ export interface DescribeDatahubTopicsRequest {
6013
6051
  */
6014
6052
  export interface DescribeUserResponse {
6015
6053
  /**
6016
- * 返回结果列表
6054
+ * 返回结果
6017
6055
  */
6018
6056
  Result?: UserResponse
6019
6057
  /**
@@ -6118,7 +6156,7 @@ export interface ZoneResponse {
6118
6156
  */
6119
6157
  Physical?: string
6120
6158
  /**
6121
- * 公网带宽
6159
+ * 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
6122
6160
  注意:此字段可能返回 null,表示取不到有效值。
6123
6161
  */
6124
6162
  PublicNetwork?: string
@@ -6128,7 +6166,7 @@ export interface ZoneResponse {
6128
6166
  */
6129
6167
  PublicNetworkLimit?: string
6130
6168
  /**
6131
- * 请求ID
6169
+ * 请求Id
6132
6170
  注意:此字段可能返回 null,表示取不到有效值。
6133
6171
  */
6134
6172
  RequestId?: string
@@ -6159,7 +6197,7 @@ export interface ZoneResponse {
6159
6197
  */
6160
6198
  export interface DeleteInstancePreRequest {
6161
6199
  /**
6162
- * 实例id
6200
+ * ckafka集群实例Id
6163
6201
  */
6164
6202
  InstanceId: string
6165
6203
  }
@@ -6197,11 +6235,11 @@ export interface ConsumerGroupTopic {
6197
6235
  /**
6198
6236
  * 主题ID
6199
6237
  */
6200
- TopicId: string
6238
+ TopicId?: string
6201
6239
  /**
6202
6240
  * 主题名称
6203
6241
  */
6204
- TopicName: string
6242
+ TopicName?: string
6205
6243
  }
6206
6244
 
6207
6245
  /**
@@ -6411,7 +6449,7 @@ export interface ModifyInstancePreResponse {
6411
6449
  */
6412
6450
  export interface CreateUserRequest {
6413
6451
  /**
6414
- * 实例Id
6452
+ * ckafka集群实例Id
6415
6453
  */
6416
6454
  InstanceId: string
6417
6455
  /**
@@ -6500,7 +6538,7 @@ export interface TopicFlowRankingResult {
6500
6538
  */
6501
6539
  export interface InstanceScalingDownResponse {
6502
6540
  /**
6503
- * 缩容应答
6541
+ * 返回结果
6504
6542
  注意:此字段可能返回 null,表示取不到有效值。
6505
6543
  */
6506
6544
  Result?: ScalingDownResp
@@ -6515,11 +6553,11 @@ export interface InstanceScalingDownResponse {
6515
6553
  */
6516
6554
  export interface DescribeRouteRequest {
6517
6555
  /**
6518
- * 实例唯一id
6556
+ * ckafka集群实例Id
6519
6557
  */
6520
6558
  InstanceId: string
6521
6559
  /**
6522
- * 路由id
6560
+ * 路由Id
6523
6561
  */
6524
6562
  RouteId?: number
6525
6563
  }
@@ -6659,13 +6697,13 @@ export interface MySQLModifyConnectParam {
6659
6697
  */
6660
6698
  export interface DescribeGroup {
6661
6699
  /**
6662
- * groupId
6700
+ * 消费分组名称
6663
6701
  */
6664
- Group: string
6702
+ Group?: string
6665
6703
  /**
6666
6704
  * 该 group 使用的协议。
6667
6705
  */
6668
- Protocol: string
6706
+ Protocol?: string
6669
6707
  }
6670
6708
 
6671
6709
  /**
@@ -6676,7 +6714,7 @@ export interface DatahubTaskIdRes {
6676
6714
  * 任务id
6677
6715
  注意:此字段可能返回 null,表示取不到有效值。
6678
6716
  */
6679
- TaskId: string
6717
+ TaskId?: string
6680
6718
  }
6681
6719
 
6682
6720
  /**
@@ -6783,7 +6821,7 @@ export interface PostgreSQLParam {
6783
6821
  */
6784
6822
  export interface CreateTopicIpWhiteListRequest {
6785
6823
  /**
6786
- * 实例Id
6824
+ * ckafka集群实例Id
6787
6825
  */
6788
6826
  InstanceId: string
6789
6827
  /**
@@ -6842,11 +6880,11 @@ export interface MariaDBConnectParam {
6842
6880
  */
6843
6881
  export interface ModifyTopicAttributesRequest {
6844
6882
  /**
6845
- * 实例 ID。
6883
+ * ckafka集群实例Id
6846
6884
  */
6847
6885
  InstanceId: string
6848
6886
  /**
6849
- * 主题名称。
6887
+ * 主题名
6850
6888
  */
6851
6889
  TopicName: string
6852
6890
  /**
@@ -6890,7 +6928,7 @@ export interface ModifyTopicAttributesRequest {
6890
6928
  */
6891
6929
  EnableAclRule?: number
6892
6930
  /**
6893
- * 预设ACL规则的名称
6931
+ * ACL规则名
6894
6932
  */
6895
6933
  AclRuleName?: string
6896
6934
  /**
@@ -6910,7 +6948,7 @@ export interface ModifyTopicAttributesRequest {
6910
6948
  */
6911
6949
  QuotaConsumerByteRate?: number
6912
6950
  /**
6913
- * 调整topic副本数
6951
+ * topic副本数 最小值 1,最大值 3
6914
6952
  */
6915
6953
  ReplicaNum?: number
6916
6954
  }
@@ -7031,7 +7069,7 @@ export interface ConnectResourceResourceIdResp {
7031
7069
  * 连接源的Id
7032
7070
  注意:此字段可能返回 null,表示取不到有效值。
7033
7071
  */
7034
- ResourceId: string
7072
+ ResourceId?: string
7035
7073
  }
7036
7074
 
7037
7075
  /**
@@ -7106,22 +7144,22 @@ export interface SubscribedInfo {
7106
7144
  /**
7107
7145
  * 订阅的主题名
7108
7146
  */
7109
- TopicName: string
7147
+ TopicName?: string
7110
7148
  /**
7111
7149
  * 订阅的分区
7112
7150
  注意:此字段可能返回 null,表示取不到有效值。
7113
7151
  */
7114
- Partition: Array<number | bigint>
7152
+ Partition?: Array<number | bigint>
7115
7153
  /**
7116
7154
  * 分区offset信息
7117
7155
  注意:此字段可能返回 null,表示取不到有效值。
7118
7156
  */
7119
- PartitionOffset: Array<PartitionOffset>
7157
+ PartitionOffset?: Array<PartitionOffset>
7120
7158
  /**
7121
7159
  * 订阅的主题ID
7122
7160
  注意:此字段可能返回 null,表示取不到有效值。
7123
7161
  */
7124
- TopicId: string
7162
+ TopicId?: string
7125
7163
  }
7126
7164
 
7127
7165
  /**
@@ -7169,7 +7207,7 @@ export interface ReplaceParam {
7169
7207
  */
7170
7208
  export interface BatchCreateAclRequest {
7171
7209
  /**
7172
- * 实例ID
7210
+ * ckafka集群实例Id
7173
7211
  */
7174
7212
  InstanceId: string
7175
7213
  /**
@@ -7217,7 +7255,7 @@ export interface DescribeConnectResourcesRequest {
7217
7255
  */
7218
7256
  export interface CreatePartitionRequest {
7219
7257
  /**
7220
- * 实例Id
7258
+ * ckafka集群实例Id
7221
7259
  */
7222
7260
  InstanceId: string
7223
7261
  /**
@@ -7238,7 +7276,7 @@ export interface InstanceDeleteResponse {
7238
7276
  * 删除实例返回的任务Id
7239
7277
  注意:此字段可能返回 null,表示取不到有效值。
7240
7278
  */
7241
- FlowId: number
7279
+ FlowId?: number
7242
7280
  }
7243
7281
 
7244
7282
  /**
@@ -7246,7 +7284,7 @@ export interface InstanceDeleteResponse {
7246
7284
  */
7247
7285
  export interface DescribeInstanceAttributesRequest {
7248
7286
  /**
7249
- * 实例id
7287
+ * ckafka集群实例Id
7250
7288
  */
7251
7289
  InstanceId: string
7252
7290
  }
@@ -7258,12 +7296,12 @@ export interface Assignment {
7258
7296
  /**
7259
7297
  * assingment版本信息
7260
7298
  */
7261
- Version: number
7299
+ Version?: number
7262
7300
  /**
7263
7301
  * topic信息列表
7264
7302
  注意:此字段可能返回 null,表示取不到有效值。
7265
7303
  */
7266
- Topics: Array<GroupInfoTopics>
7304
+ Topics?: Array<GroupInfoTopics>
7267
7305
  }
7268
7306
 
7269
7307
  /**
@@ -7282,7 +7320,7 @@ export interface UrlDecodeParam {
7282
7320
  */
7283
7321
  export interface CancelAuthorizationTokenResponse {
7284
7322
  /**
7285
- * 0 成功
7323
+ * 0 成功 非0 失败
7286
7324
  注意:此字段可能返回 null,表示取不到有效值。
7287
7325
  */
7288
7326
  Result?: number
@@ -7751,7 +7789,7 @@ export interface CheckCdcClusterResponse {
7751
7789
  * 返回结果状态Success
7752
7790
  注意:此字段可能返回 null,表示取不到有效值。
7753
7791
  */
7754
- Result: string
7792
+ Result?: string
7755
7793
  /**
7756
7794
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7757
7795
  */
@@ -7797,11 +7835,11 @@ export interface DescribeDatahubTasksRequest {
7797
7835
  */
7798
7836
  export interface DescribeTopicFlowRankingRequest {
7799
7837
  /**
7800
- * 实例ID
7838
+ * ckafka集群实例Id
7801
7839
  */
7802
7840
  InstanceId: string
7803
7841
  /**
7804
- * 排行类别(PRO-Topic生产流量/CON-Topic消费流量)
7842
+ * 排行类别,PROTopic生产流量;CONTopic消费流量
7805
7843
  */
7806
7844
  RankingType: string
7807
7845
  /**
@@ -7876,16 +7914,16 @@ export interface Topic {
7876
7914
  /**
7877
7915
  * 主题的ID
7878
7916
  */
7879
- TopicId: string
7917
+ TopicId?: string
7880
7918
  /**
7881
7919
  * 主题的名称
7882
7920
  */
7883
- TopicName: string
7921
+ TopicName?: string
7884
7922
  /**
7885
7923
  * 备注
7886
7924
  注意:此字段可能返回 null,表示取不到有效值。
7887
7925
  */
7888
- Note: string
7926
+ Note?: string
7889
7927
  }
7890
7928
 
7891
7929
  /**
@@ -7968,7 +8006,7 @@ export interface CreateCdcClusterResponse {
7968
8006
  /**
7969
8007
  * 无
7970
8008
  */
7971
- Result: CdcClusterResponse
8009
+ Result?: CdcClusterResponse
7972
8010
  /**
7973
8011
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7974
8012
  */
@@ -7998,41 +8036,41 @@ export interface ClusterInfo {
7998
8036
  /**
7999
8037
  * 集群Id
8000
8038
  */
8001
- ClusterId: number
8039
+ ClusterId?: number
8002
8040
  /**
8003
8041
  * 集群名称
8004
8042
  */
8005
- ClusterName: string
8043
+ ClusterName?: string
8006
8044
  /**
8007
8045
  * 集群最大磁盘 单位GB
8008
8046
  注意:此字段可能返回 null,表示取不到有效值。
8009
8047
  */
8010
- MaxDiskSize: number
8048
+ MaxDiskSize?: number
8011
8049
  /**
8012
8050
  * 集群最大带宽 单位MB/s
8013
8051
  注意:此字段可能返回 null,表示取不到有效值。
8014
8052
  */
8015
- MaxBandWidth: number
8053
+ MaxBandWidth?: number
8016
8054
  /**
8017
8055
  * 集群当前可用磁盘 单位GB
8018
8056
  注意:此字段可能返回 null,表示取不到有效值。
8019
8057
  */
8020
- AvailableDiskSize: number
8058
+ AvailableDiskSize?: number
8021
8059
  /**
8022
8060
  * 集群当前可用带宽 单位MB/s
8023
8061
  注意:此字段可能返回 null,表示取不到有效值。
8024
8062
  */
8025
- AvailableBandWidth: number
8063
+ AvailableBandWidth?: number
8026
8064
  /**
8027
8065
  * 集群所属可用区,表明集群归属的可用区
8028
8066
  注意:此字段可能返回 null,表示取不到有效值。
8029
8067
  */
8030
- ZoneId: number
8068
+ ZoneId?: number
8031
8069
  /**
8032
8070
  * 集群节点所在的可用区,若该集群为跨可用区集群,则包含该集群节点所在的多个可用区。
8033
8071
  注意:此字段可能返回 null,表示取不到有效值。
8034
8072
  */
8035
- ZoneIds: Array<number | bigint>
8073
+ ZoneIds?: Array<number | bigint>
8036
8074
  }
8037
8075
 
8038
8076
  /**
@@ -8040,7 +8078,7 @@ export interface ClusterInfo {
8040
8078
  */
8041
8079
  export interface DeleteGroupRequest {
8042
8080
  /**
8043
- * 实例Id
8081
+ * ckafka集群实例Id
8044
8082
  */
8045
8083
  InstanceId: string
8046
8084
  /**
@@ -8094,12 +8132,12 @@ export interface GroupOffsetTopic {
8094
8132
  /**
8095
8133
  * 主题名称
8096
8134
  */
8097
- Topic: string
8135
+ Topic?: string
8098
8136
  /**
8099
8137
  * 该主题分区数组,其中每个元素为一个 json object
8100
8138
  注意:此字段可能返回 null,表示取不到有效值。
8101
8139
  */
8102
- Partitions: Array<GroupOffsetPartition>
8140
+ Partitions?: Array<GroupOffsetPartition>
8103
8141
  }
8104
8142
 
8105
8143
  /**
@@ -8123,7 +8161,7 @@ export interface Partition {
8123
8161
  /**
8124
8162
  * 分区ID
8125
8163
  */
8126
- PartitionId: number
8164
+ PartitionId?: number
8127
8165
  }
8128
8166
 
8129
8167
  /**
@@ -8212,11 +8250,11 @@ export interface DeleteInstancePreResponse {
8212
8250
  */
8213
8251
  export interface DatahubTopicResp {
8214
8252
  /**
8215
- * Topic名称
8253
+ * 主题名称
8216
8254
  */
8217
- TopicName: string
8255
+ TopicName?: string
8218
8256
  /**
8219
- * TopicId
8257
+ * 主题Id
8220
8258
  注意:此字段可能返回 null,表示取不到有效值。
8221
8259
  */
8222
8260
  TopicId?: string
@@ -8239,12 +8277,12 @@ export interface AppIdResponse {
8239
8277
  /**
8240
8278
  * 符合要求的所有AppId数量
8241
8279
  */
8242
- TotalCount: number
8280
+ TotalCount?: number
8243
8281
  /**
8244
8282
  * 符合要求的App Id列表
8245
8283
  注意:此字段可能返回 null,表示取不到有效值。
8246
8284
  */
8247
- AppIdList: Array<number | bigint>
8285
+ AppIdList?: Array<number | bigint>
8248
8286
  }
8249
8287
 
8250
8288
  /**
@@ -8389,7 +8427,7 @@ export interface DescribeConnectResource {
8389
8427
  */
8390
8428
  export interface DescribeUserRequest {
8391
8429
  /**
8392
- * 实例Id
8430
+ * ckafka集群实例Id
8393
8431
  */
8394
8432
  InstanceId: string
8395
8433
  /**
@@ -8397,11 +8435,11 @@ export interface DescribeUserRequest {
8397
8435
  */
8398
8436
  SearchWord?: string
8399
8437
  /**
8400
- * 偏移
8438
+ * 偏移量
8401
8439
  */
8402
8440
  Offset?: number
8403
8441
  /**
8404
- * 本次返回个数
8442
+ * 返回数量
8405
8443
  */
8406
8444
  Limit?: number
8407
8445
  }
@@ -8413,21 +8451,21 @@ export interface TopicSubscribeGroup {
8413
8451
  /**
8414
8452
  * 总数
8415
8453
  */
8416
- TotalCount: number
8454
+ TotalCount?: number
8417
8455
  /**
8418
8456
  * 消费分组状态数量信息
8419
8457
  */
8420
- StatusCountInfo: string
8458
+ StatusCountInfo?: string
8421
8459
  /**
8422
8460
  * 消费分组信息
8423
8461
  注意:此字段可能返回 null,表示取不到有效值。
8424
8462
  */
8425
- GroupsInfo: Array<GroupInfoResponse>
8463
+ GroupsInfo?: Array<GroupInfoResponse>
8426
8464
  /**
8427
8465
  * 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。
8428
8466
  注意:此字段可能返回 null,表示取不到有效值。
8429
8467
  */
8430
- Status: number
8468
+ Status?: number
8431
8469
  }
8432
8470
 
8433
8471
  /**
@@ -8438,43 +8476,48 @@ export interface Config {
8438
8476
  * 消息保留时间
8439
8477
  注意:此字段可能返回 null,表示取不到有效值。
8440
8478
  */
8441
- Retention: number
8479
+ Retention?: number
8442
8480
  /**
8443
8481
  * 最小同步复制数
8444
8482
  注意:此字段可能返回 null,表示取不到有效值。
8445
8483
  */
8446
- MinInsyncReplicas: number
8484
+ MinInsyncReplicas?: number
8447
8485
  /**
8448
8486
  * 日志清理模式,默认 delete。
8449
8487
  delete:日志按保存时间删除;compact:日志按 key 压缩;compact, delete:日志按 key 压缩且会保存时间删除。
8450
8488
  注意:此字段可能返回 null,表示取不到有效值。
8451
8489
  */
8452
- CleanUpPolicy: string
8490
+ CleanUpPolicy?: string
8453
8491
  /**
8454
8492
  * Segment 分片滚动的时长
8455
8493
  注意:此字段可能返回 null,表示取不到有效值。
8456
8494
  */
8457
- SegmentMs: number
8495
+ SegmentMs?: number
8458
8496
  /**
8459
8497
  * 0表示 false。 1表示 true。
8460
8498
  注意:此字段可能返回 null,表示取不到有效值。
8461
8499
  */
8462
- UncleanLeaderElectionEnable: number
8500
+ UncleanLeaderElectionEnable?: number
8463
8501
  /**
8464
8502
  * Segment 分片滚动的字节数
8465
8503
  注意:此字段可能返回 null,表示取不到有效值。
8466
8504
  */
8467
- SegmentBytes: number
8505
+ SegmentBytes?: number
8468
8506
  /**
8469
8507
  * 最大消息字节数
8470
8508
  注意:此字段可能返回 null,表示取不到有效值。
8471
8509
  */
8472
- MaxMessageBytes: number
8510
+ MaxMessageBytes?: number
8473
8511
  /**
8474
8512
  * 消息保留文件大小
8475
8513
  注意:此字段可能返回 null,表示取不到有效值。
8476
8514
  */
8477
- RetentionBytes: number
8515
+ RetentionBytes?: number
8516
+ /**
8517
+ * 消息保存的时间类型
8518
+ 注意:此字段可能返回 null,表示取不到有效值。
8519
+ */
8520
+ LogMsgTimestampType?: string
8478
8521
  }
8479
8522
 
8480
8523
  /**
@@ -8482,7 +8525,7 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
8482
8525
  */
8483
8526
  export interface FetchMessageByOffsetRequest {
8484
8527
  /**
8485
- * 实例Id
8528
+ * ckafka集群实例Id
8486
8529
  */
8487
8530
  InstanceId: string
8488
8531
  /**
@@ -8536,7 +8579,7 @@ export interface DeleteDatahubTopicRequest {
8536
8579
  */
8537
8580
  export interface ModifyTopicAttributesResponse {
8538
8581
  /**
8539
- * 返回结果集
8582
+ * 返回结果
8540
8583
  */
8541
8584
  Result?: JgwOperateResponse
8542
8585
  /**
@@ -8550,7 +8593,7 @@ export interface ModifyTopicAttributesResponse {
8550
8593
  */
8551
8594
  export interface DescribeConsumerGroupRequest {
8552
8595
  /**
8553
- * ckafka实例id。
8596
+ * ckafka集群实例Id
8554
8597
  */
8555
8598
  InstanceId: string
8556
8599
  /**
@@ -8578,11 +8621,11 @@ export interface VipEntity {
8578
8621
  /**
8579
8622
  * 虚拟IP
8580
8623
  */
8581
- Vip: string
8624
+ Vip?: string
8582
8625
  /**
8583
8626
  * 虚拟端口
8584
8627
  */
8585
- Vport: string
8628
+ Vport?: string
8586
8629
  }
8587
8630
 
8588
8631
  /**
@@ -8606,19 +8649,19 @@ export interface User {
8606
8649
  /**
8607
8650
  * 用户id
8608
8651
  */
8609
- UserId: number
8652
+ UserId?: number
8610
8653
  /**
8611
8654
  * 用户名称
8612
8655
  */
8613
- Name: string
8656
+ Name?: string
8614
8657
  /**
8615
8658
  * 创建时间
8616
8659
  */
8617
- CreateTime: string
8660
+ CreateTime?: string
8618
8661
  /**
8619
8662
  * 最后更新时间
8620
8663
  */
8621
- UpdateTime: string
8664
+ UpdateTime?: string
8622
8665
  }
8623
8666
 
8624
8667
  /**
@@ -8628,7 +8671,7 @@ export interface DeleteDatahubTopicResponse {
8628
8671
  /**
8629
8672
  * 返回的结果集
8630
8673
  */
8631
- Result: JgwOperateResponse
8674
+ Result?: JgwOperateResponse
8632
8675
  /**
8633
8676
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8634
8677
  */
@@ -8684,7 +8727,6 @@ export interface DescribeConnectResourceResponse {
8684
8727
  > * 若存在多个`Filter`时,`Filter`间的关系为逻辑与(`AND`)关系。
8685
8728
  > * 若同一个`Filter`存在多个`Values`,同一`Filter`下`Values`间的关系为逻辑或(`OR`)关系。
8686
8729
  >
8687
-
8688
8730
  */
8689
8731
  export interface Filter {
8690
8732
  /**
@@ -8716,7 +8758,7 @@ export interface ModifyPasswordResponse {
8716
8758
  */
8717
8759
  export interface InquireCkafkaPriceResponse {
8718
8760
  /**
8719
- * 出参
8761
+ * 返回结果
8720
8762
  */
8721
8763
  Result?: InquireCkafkaPriceResp
8722
8764
  /**
@@ -8732,56 +8774,56 @@ export interface TopicAttributesResponse {
8732
8774
  /**
8733
8775
  * 主题 ID
8734
8776
  */
8735
- TopicId: string
8777
+ TopicId?: string
8736
8778
  /**
8737
8779
  * 创建时间
8738
8780
  */
8739
- CreateTime: number
8781
+ CreateTime?: number
8740
8782
  /**
8741
8783
  * 主题备注
8742
8784
  注意:此字段可能返回 null,表示取不到有效值。
8743
8785
  */
8744
- Note: string
8786
+ Note?: string
8745
8787
  /**
8746
8788
  * 分区个数
8747
8789
  */
8748
- PartitionNum: number
8790
+ PartitionNum?: number
8749
8791
  /**
8750
8792
  * IP 白名单开关,1:打开; 0:关闭
8751
8793
  */
8752
- EnableWhiteList: number
8794
+ EnableWhiteList?: number
8753
8795
  /**
8754
8796
  * IP 白名单列表
8755
8797
  */
8756
- IpWhiteList: Array<string>
8798
+ IpWhiteList?: Array<string>
8757
8799
  /**
8758
8800
  * topic 配置数组
8759
8801
  */
8760
- Config: Config
8802
+ Config?: Config
8761
8803
  /**
8762
8804
  * 分区详情
8763
8805
  */
8764
- Partitions: Array<TopicPartitionDO>
8806
+ Partitions?: Array<TopicPartitionDO>
8765
8807
  /**
8766
8808
  * ACL预设策略开关,1:打开; 0:关闭
8767
8809
  注意:此字段可能返回 null,表示取不到有效值。
8768
8810
  */
8769
- EnableAclRule: number
8811
+ EnableAclRule?: number
8770
8812
  /**
8771
8813
  * 预设策略列表
8772
8814
  注意:此字段可能返回 null,表示取不到有效值。
8773
8815
  */
8774
- AclRuleList: Array<AclRule>
8816
+ AclRuleList?: Array<AclRule>
8775
8817
  /**
8776
8818
  * topic 限流策略
8777
8819
  注意:此字段可能返回 null,表示取不到有效值。
8778
8820
  */
8779
- QuotaConfig: InstanceQuotaConfigResp
8821
+ QuotaConfig?: InstanceQuotaConfigResp
8780
8822
  /**
8781
8823
  * 副本数
8782
8824
  注意:此字段可能返回 null,表示取不到有效值。
8783
8825
  */
8784
- ReplicaNum: number
8826
+ ReplicaNum?: number
8785
8827
  }
8786
8828
 
8787
8829
  /**
@@ -8819,7 +8861,7 @@ export interface CtsdbParam {
8819
8861
  */
8820
8862
  export interface EventBusParam {
8821
8863
  /**
8822
- * 资源类型。EB_COS/EB_ES/EB_CLS
8864
+ * 资源类型。COS/ES/CLS
8823
8865
  */
8824
8866
  Type: string
8825
8867
  /**
@@ -8849,7 +8891,7 @@ export interface EventBusParam {
8849
8891
  */
8850
8892
  export interface DescribeTopicFlowRankingResponse {
8851
8893
  /**
8852
- * 流量排行
8894
+ * 流量排行返回结果
8853
8895
  */
8854
8896
  Result?: TopicFlowRankingResult
8855
8897
  /**
@@ -8895,7 +8937,7 @@ export interface CreateDatahubTaskRequest {
8895
8937
  */
8896
8938
  TransformsParam?: TransformsParam
8897
8939
  /**
8898
- * 任务ID
8940
+ * 任务Id
8899
8941
  */
8900
8942
  TaskId?: string
8901
8943
  /**
@@ -8912,62 +8954,62 @@ export interface InquiryPrice {
8912
8954
  * 单位原价
8913
8955
  注意:此字段可能返回 null,表示取不到有效值。
8914
8956
  */
8915
- UnitPrice: number
8957
+ UnitPrice?: number
8916
8958
  /**
8917
8959
  * 折扣单位价格
8918
8960
  注意:此字段可能返回 null,表示取不到有效值。
8919
8961
  */
8920
- UnitPriceDiscount: number
8962
+ UnitPriceDiscount?: number
8921
8963
  /**
8922
8964
  * 合计原价
8923
8965
  注意:此字段可能返回 null,表示取不到有效值。
8924
8966
  */
8925
- OriginalPrice: number
8967
+ OriginalPrice?: number
8926
8968
  /**
8927
8969
  * 折扣合计价格
8928
8970
  注意:此字段可能返回 null,表示取不到有效值。
8929
8971
  */
8930
- DiscountPrice: number
8972
+ DiscountPrice?: number
8931
8973
  /**
8932
8974
  * 折扣(单位是%)
8933
8975
  注意:此字段可能返回 null,表示取不到有效值。
8934
8976
  */
8935
- Discount: number
8977
+ Discount?: number
8936
8978
  /**
8937
8979
  * 商品数量
8938
8980
  注意:此字段可能返回 null,表示取不到有效值。
8939
8981
  */
8940
- GoodsNum: number
8982
+ GoodsNum?: number
8941
8983
  /**
8942
8984
  * 付费货币
8943
8985
  注意:此字段可能返回 null,表示取不到有效值。
8944
8986
  */
8945
- Currency: string
8987
+ Currency?: string
8946
8988
  /**
8947
8989
  * 硬盘专用返回参数
8948
8990
  注意:此字段可能返回 null,表示取不到有效值。
8949
8991
  */
8950
- DiskType: string
8992
+ DiskType?: string
8951
8993
  /**
8952
8994
  * 购买时长
8953
8995
  注意:此字段可能返回 null,表示取不到有效值。
8954
8996
  */
8955
- TimeSpan: number
8997
+ TimeSpan?: number
8956
8998
  /**
8957
8999
  * 购买时长单位("m"按月, "h"按小时)
8958
9000
  注意:此字段可能返回 null,表示取不到有效值。
8959
9001
  */
8960
- TimeUnit: string
9002
+ TimeUnit?: string
8961
9003
  /**
8962
9004
  * 购买数量
8963
9005
  注意:此字段可能返回 null,表示取不到有效值。
8964
9006
  */
8965
- Value: number
9007
+ Value?: number
8966
9008
  /**
8967
9009
  * 详细类别的价格
8968
9010
  注意:此字段可能返回 null,表示取不到有效值。
8969
9011
  */
8970
- DetailPrices: InquiryDetailPrice
9012
+ DetailPrices?: InquiryDetailPrice
8971
9013
  }
8972
9014
 
8973
9015
  /**
@@ -8975,11 +9017,11 @@ export interface InquiryPrice {
8975
9017
  */
8976
9018
  export interface ModifyGroupOffsetsRequest {
8977
9019
  /**
8978
- * kafka实例id
9020
+ * ckafka集群实例Id
8979
9021
  */
8980
9022
  InstanceId: string
8981
9023
  /**
8982
- * kafka 消费分组
9024
+ * 消费分组名称
8983
9025
  */
8984
9026
  Group: string
8985
9027
  /**
@@ -8987,7 +9029,7 @@ export interface ModifyGroupOffsetsRequest {
8987
9029
  */
8988
9030
  Strategy: number
8989
9031
  /**
8990
- * 表示需要重置的topics, 不填表示全部
9032
+ * 需要重置的主题名列表, 不填表示全部
8991
9033
  */
8992
9034
  Topics?: Array<string>
8993
9035
  /**
@@ -9021,7 +9063,7 @@ export interface Route {
9021
9063
  */
9022
9064
  AccessType?: number
9023
9065
  /**
9024
- * 路由ID
9066
+ * 路由Id
9025
9067
  */
9026
9068
  RouteId?: number
9027
9069
  /**
@@ -9048,7 +9090,7 @@ export interface Route {
9048
9090
  */
9049
9091
  DeleteTimestamp?: string
9050
9092
  /**
9051
- * 子网信息
9093
+ * 子网Id
9052
9094
  注意:此字段可能返回 null,表示取不到有效值。
9053
9095
  */
9054
9096
  Subnet?: string
@@ -9058,7 +9100,7 @@ export interface Route {
9058
9100
  */
9059
9101
  BrokerVipList?: Array<VipEntity>
9060
9102
  /**
9061
- * vpc信息
9103
+ * 私有网络Id
9062
9104
  注意:此字段可能返回 null,表示取不到有效值。
9063
9105
  */
9064
9106
  VpcId?: string
@@ -9091,7 +9133,7 @@ export interface AclRuleInfo {
9091
9133
  */
9092
9134
  export interface RenewCkafkaInstanceRequest {
9093
9135
  /**
9094
- * 实例id
9136
+ * ckafka集群实例Id
9095
9137
  */
9096
9138
  InstanceId: string
9097
9139
  /**
@@ -9140,17 +9182,17 @@ export interface TopicRetentionTimeConfigRsp {
9140
9182
  * 期望值,即用户配置的Topic消息保留时间(单位分钟)
9141
9183
  注意:此字段可能返回 null,表示取不到有效值。
9142
9184
  */
9143
- Expect: number
9185
+ Expect?: number
9144
9186
  /**
9145
9187
  * 当前值,即当前生效值(可能存在动态调整,单位分钟)
9146
9188
  注意:此字段可能返回 null,表示取不到有效值。
9147
9189
  */
9148
- Current: number
9190
+ Current?: number
9149
9191
  /**
9150
9192
  * 最近变更时间
9151
9193
  注意:此字段可能返回 null,表示取不到有效值。
9152
9194
  */
9153
- ModTimeStamp: number
9195
+ ModTimeStamp?: number
9154
9196
  }
9155
9197
 
9156
9198
  /**
@@ -9168,11 +9210,11 @@ export interface SecondaryAnalyseParam {
9168
9210
  */
9169
9211
  export interface DeleteTopicIpWhiteListRequest {
9170
9212
  /**
9171
- * 实例ID
9213
+ * ckafka集群实例Id
9172
9214
  */
9173
9215
  InstanceId: string
9174
9216
  /**
9175
- * 主题名称
9217
+ * 主题名
9176
9218
  */
9177
9219
  TopicName: string
9178
9220
  /**
@@ -9186,9 +9228,9 @@ export interface DeleteTopicIpWhiteListRequest {
9186
9228
  */
9187
9229
  export interface CreateDatahubTaskResponse {
9188
9230
  /**
9189
- * 任务id
9231
+ * 返回结果
9190
9232
  */
9191
- Result: CreateDatahubTaskRes
9233
+ Result?: CreateDatahubTaskRes
9192
9234
  /**
9193
9235
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9194
9236
  */
@@ -9286,15 +9328,15 @@ export interface ModifyDatahubTaskRequest {
9286
9328
  */
9287
9329
  export interface CreatePrometheusRequest {
9288
9330
  /**
9289
- * ckafka实例id
9331
+ * ckafka集群实例Id
9290
9332
  */
9291
9333
  InstanceId: string
9292
9334
  /**
9293
- * vpc地址
9335
+ * 私有网络Id
9294
9336
  */
9295
9337
  VpcId: string
9296
9338
  /**
9297
- * 子网地址
9339
+ * 子网Id
9298
9340
  */
9299
9341
  SubnetId: string
9300
9342
  }
@@ -9306,10 +9348,10 @@ export interface AclRuleResp {
9306
9348
  /**
9307
9349
  * 总数据条数
9308
9350
  */
9309
- TotalCount: number
9351
+ TotalCount?: number
9310
9352
  /**
9311
9353
  * AclRule列表
9312
9354
  注意:此字段可能返回 null,表示取不到有效值。
9313
9355
  */
9314
- AclRuleList: Array<AclRule>
9356
+ AclRuleList?: Array<AclRule>
9315
9357
  }