tccli 3.0.1388.1__py2.py3-none-any.whl → 3.0.1390.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/ai3d/ai3d_client.py +106 -0
- tccli/services/ai3d/v20250513/api.json +172 -0
- tccli/services/ai3d/v20250513/examples.json +16 -0
- tccli/services/batch/v20170312/api.json +3 -3
- tccli/services/batch/v20170312/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +8 -8
- tccli/services/bi/v20220105/examples.json +4 -4
- tccli/services/cam/v20190116/api.json +11 -1
- tccli/services/ccc/v20200210/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +40 -2
- tccli/services/cdc/v20201214/api.json +1 -1
- tccli/services/cdc/v20201214/examples.json +2 -2
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cdz/v20221123/api.json +1 -1
- tccli/services/chc/v20230418/api.json +69 -1
- tccli/services/ckafka/v20190819/api.json +141 -124
- tccli/services/ckafka/v20190819/examples.json +8 -8
- tccli/services/cloudapp/cloudapp_client.py +53 -0
- tccli/services/cloudapp/v20220530/api.json +68 -0
- tccli/services/cloudapp/v20220530/examples.json +14 -0
- tccli/services/cls/cls_client.py +167 -8
- tccli/services/cls/v20201016/api.json +373 -6
- tccli/services/cls/v20201016/examples.json +25 -1
- tccli/services/ctem/v20231128/api.json +40 -0
- tccli/services/dc/v20180410/api.json +26 -6
- tccli/services/dts/v20211206/api.json +21 -21
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/emr/v20190103/api.json +172 -11
- tccli/services/es/v20180416/api.json +4 -4
- tccli/services/es/v20250101/api.json +218 -13
- tccli/services/ess/v20201111/api.json +175 -5
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +21 -3
- tccli/services/gme/gme_client.py +509 -32
- tccli/services/gme/v20180711/api.json +1179 -53
- tccli/services/gme/v20180711/examples.json +72 -0
- tccli/services/hunyuan/v20230901/api.json +18 -0
- tccli/services/igtm/v20231024/api.json +3 -3
- tccli/services/ioa/v20220601/api.json +44 -8
- tccli/services/ioa/v20220601/examples.json +4 -4
- tccli/services/iotexplorer/iotexplorer_client.py +432 -8
- tccli/services/iotexplorer/v20190423/api.json +990 -36
- tccli/services/iotexplorer/v20190423/examples.json +65 -1
- tccli/services/lighthouse/lighthouse_client.py +53 -0
- tccli/services/lighthouse/v20200324/api.json +246 -35
- tccli/services/lighthouse/v20200324/examples.json +8 -0
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +18 -0
- tccli/services/lowcode/lowcode_client.py +163 -4
- tccli/services/lowcode/v20210108/api.json +1373 -96
- tccli/services/lowcode/v20210108/examples.json +24 -0
- tccli/services/mps/v20190612/api.json +804 -47
- tccli/services/mqtt/v20240516/api.json +89 -0
- tccli/services/ocr/ocr_client.py +114 -8
- tccli/services/ocr/v20181119/api.json +225 -0
- tccli/services/ocr/v20181119/examples.json +28 -0
- tccli/services/sqlserver/v20180328/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +51 -0
- tccli/services/tdai/__init__.py +4 -0
- tccli/services/tdai/tdai_client.py +1108 -0
- tccli/services/tdai/v20250717/api.json +1930 -0
- tccli/services/tdai/v20250717/examples.json +149 -0
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +111 -3
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/thpc/v20230321/api.json +1 -1
- tccli/services/thpc/v20230321/examples.json +2 -2
- tccli/services/tione/v20211111/api.json +9 -9
- tccli/services/tmt/v20180321/api.json +3 -3
- tccli/services/tsf/v20180326/api.json +2 -2
- tccli/services/tts/v20190823/api.json +11 -11
- tccli/services/vpc/v20170312/api.json +37 -7
- tccli/services/vpc/v20170312/examples.json +7 -7
- tccli/services/vtc/v20240223/api.json +3 -1
- tccli/services/vtc/v20240223/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +6 -6
- tccli/services/wsa/v20250508/api.json +2 -2
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/RECORD +85 -81
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/license_files/LICENSE +0 -0
@@ -469,6 +469,20 @@
|
|
469
469
|
"output": "DescribeKafkaConsumerResponse",
|
470
470
|
"status": "online"
|
471
471
|
},
|
472
|
+
"DescribeKafkaConsumerGroupDetail": {
|
473
|
+
"document": "获取Kafka协议消费组详情",
|
474
|
+
"input": "DescribeKafkaConsumerGroupDetailRequest",
|
475
|
+
"name": "获取Kafka协议消费组详情",
|
476
|
+
"output": "DescribeKafkaConsumerGroupDetailResponse",
|
477
|
+
"status": "online"
|
478
|
+
},
|
479
|
+
"DescribeKafkaConsumerGroupList": {
|
480
|
+
"document": "获取Kafka协议消费组信息列表",
|
481
|
+
"input": "DescribeKafkaConsumerGroupListRequest",
|
482
|
+
"name": "获取Kafka协议消费组列表",
|
483
|
+
"output": "DescribeKafkaConsumerGroupListResponse",
|
484
|
+
"status": "online"
|
485
|
+
},
|
472
486
|
"DescribeKafkaRecharges": {
|
473
487
|
"document": "本接口用于获取Kafka数据订阅任务",
|
474
488
|
"input": "DescribeKafkaRechargesRequest",
|
@@ -672,6 +686,13 @@
|
|
672
686
|
"output": "ModifyKafkaConsumerResponse",
|
673
687
|
"status": "online"
|
674
688
|
},
|
689
|
+
"ModifyKafkaConsumerGroupOffset": {
|
690
|
+
"document": "修改Kafka协议消费组点位",
|
691
|
+
"input": "ModifyKafkaConsumerGroupOffsetRequest",
|
692
|
+
"name": "修改Kafka协议消费组点位",
|
693
|
+
"output": "ModifyKafkaConsumerGroupOffsetResponse",
|
694
|
+
"status": "online"
|
695
|
+
},
|
675
696
|
"ModifyKafkaRecharge": {
|
676
697
|
"document": "本接口用于修改Kafka数据订阅任务",
|
677
698
|
"input": "ModifyKafkaRechargeRequest",
|
@@ -1000,7 +1021,7 @@
|
|
1000
1021
|
},
|
1001
1022
|
{
|
1002
1023
|
"disabled": false,
|
1003
|
-
"document": "
|
1024
|
+
"document": "关联的告警通知渠道组列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取关联的告警通知渠道组列表,和MonitorNotice互斥",
|
1004
1025
|
"example": "[\"notice-b388dc72-****-****-9dbb-7d05fdff0376\"]",
|
1005
1026
|
"member": "string",
|
1006
1027
|
"name": "AlarmNoticeIds",
|
@@ -1147,6 +1168,16 @@
|
|
1147
1168
|
"output_required": false,
|
1148
1169
|
"type": "list",
|
1149
1170
|
"value_allowed_null": false
|
1171
|
+
},
|
1172
|
+
{
|
1173
|
+
"disabled": false,
|
1174
|
+
"document": "云监控通知渠道相关信息,和AlarmNoticeIds互斥",
|
1175
|
+
"example": "无",
|
1176
|
+
"member": "MonitorNotice",
|
1177
|
+
"name": "MonitorNotice",
|
1178
|
+
"output_required": false,
|
1179
|
+
"type": "object",
|
1180
|
+
"value_allowed_null": false
|
1150
1181
|
}
|
1151
1182
|
],
|
1152
1183
|
"usage": "out"
|
@@ -1824,6 +1855,17 @@
|
|
1824
1855
|
"required": false,
|
1825
1856
|
"type": "int",
|
1826
1857
|
"value_allowed_null": false
|
1858
|
+
},
|
1859
|
+
{
|
1860
|
+
"disabled": false,
|
1861
|
+
"document": "通知渠道类型,0默认代表cls内部通知渠道,1代表云监控通知渠道",
|
1862
|
+
"example": "0",
|
1863
|
+
"member": "uint64",
|
1864
|
+
"name": "SendType",
|
1865
|
+
"output_required": false,
|
1866
|
+
"required": false,
|
1867
|
+
"type": "int",
|
1868
|
+
"value_allowed_null": false
|
1827
1869
|
}
|
1828
1870
|
],
|
1829
1871
|
"usage": "both"
|
@@ -3083,6 +3125,42 @@
|
|
3083
3125
|
],
|
3084
3126
|
"usage": "both"
|
3085
3127
|
},
|
3128
|
+
"ConsumerGroup": {
|
3129
|
+
"document": "kafka协议消费组信息",
|
3130
|
+
"members": [
|
3131
|
+
{
|
3132
|
+
"disabled": false,
|
3133
|
+
"document": "消费组名称",
|
3134
|
+
"example": "消费组1",
|
3135
|
+
"member": "string",
|
3136
|
+
"name": "Group",
|
3137
|
+
"output_required": true,
|
3138
|
+
"type": "string",
|
3139
|
+
"value_allowed_null": false
|
3140
|
+
},
|
3141
|
+
{
|
3142
|
+
"disabled": false,
|
3143
|
+
"document": "状态。\n\n- Empty:组内没有成员,但存在已提交的偏移量。所有消费者都离开但保留了偏移量\n- Dead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动\n- Stable:组内成员正常消费,分区分配平衡。正常运行状态\n- PreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开\n- CompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开\n",
|
3144
|
+
"example": "Empty",
|
3145
|
+
"member": "string",
|
3146
|
+
"name": "State",
|
3147
|
+
"output_required": true,
|
3148
|
+
"type": "string",
|
3149
|
+
"value_allowed_null": false
|
3150
|
+
},
|
3151
|
+
{
|
3152
|
+
"disabled": false,
|
3153
|
+
"document": "分区分配策略均衡算法名称。\n\n- 常见均衡算法如下:\n - range:按分区范围分配\n - roundrobin:轮询式分配\n - sticky:粘性分配(避免不必要的重平衡)",
|
3154
|
+
"example": "roundrobin",
|
3155
|
+
"member": "string",
|
3156
|
+
"name": "ProtocolName",
|
3157
|
+
"output_required": true,
|
3158
|
+
"type": "string",
|
3159
|
+
"value_allowed_null": false
|
3160
|
+
}
|
3161
|
+
],
|
3162
|
+
"usage": "out"
|
3163
|
+
},
|
3086
3164
|
"ContainerFileInfo": {
|
3087
3165
|
"document": "自建k8s-容器文件路径信息",
|
3088
3166
|
"members": [
|
@@ -3737,11 +3815,11 @@
|
|
3737
3815
|
},
|
3738
3816
|
{
|
3739
3817
|
"disabled": false,
|
3740
|
-
"document": "关联的告警通知渠道组列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)
|
3818
|
+
"document": "关联的告警通知渠道组列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取关联的告警通知渠道组列表,和MonitorNotice互斥",
|
3741
3819
|
"example": "[\"notice-b02af159-f67b-44c3-877c-a55343f874c3\"]",
|
3742
3820
|
"member": "string",
|
3743
3821
|
"name": "AlarmNoticeIds",
|
3744
|
-
"required":
|
3822
|
+
"required": false,
|
3745
3823
|
"type": "list"
|
3746
3824
|
},
|
3747
3825
|
{
|
@@ -5219,7 +5297,7 @@
|
|
5219
5297
|
},
|
5220
5298
|
{
|
5221
5299
|
"disabled": false,
|
5222
|
-
"document": "日志集ID,格式为:用户自定义部分-用户
|
5300
|
+
"document": "日志集ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。\n\n- 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符。\n- 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。\n- 如果指定该字段,需保证全地域唯一",
|
5223
5301
|
"example": "user-diy-1254139626",
|
5224
5302
|
"member": "string",
|
5225
5303
|
"name": "LogsetId",
|
@@ -5818,7 +5896,7 @@
|
|
5818
5896
|
},
|
5819
5897
|
{
|
5820
5898
|
"disabled": false,
|
5821
|
-
"document": "主题自定义ID
|
5899
|
+
"document": "主题自定义ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。\n- 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符\n- 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。\n- 如果指定该字段,需保证全地域唯一",
|
5822
5900
|
"example": "eb9ec10d-1343-4386-9a6e-75fd9d68726e",
|
5823
5901
|
"member": "string",
|
5824
5902
|
"name": "TopicId",
|
@@ -8430,6 +8508,176 @@
|
|
8430
8508
|
],
|
8431
8509
|
"type": "object"
|
8432
8510
|
},
|
8511
|
+
"DescribeKafkaConsumerGroupDetailRequest": {
|
8512
|
+
"document": "DescribeKafkaConsumerGroupDetail请求参数结构体",
|
8513
|
+
"members": [
|
8514
|
+
{
|
8515
|
+
"disabled": false,
|
8516
|
+
"document": "日志主题id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
8517
|
+
"example": "57f5808c-4a55-11eb-b378-0242ac130002",
|
8518
|
+
"member": "string",
|
8519
|
+
"name": "TopicId",
|
8520
|
+
"required": true,
|
8521
|
+
"type": "string"
|
8522
|
+
},
|
8523
|
+
{
|
8524
|
+
"disabled": false,
|
8525
|
+
"document": "消费组名称",
|
8526
|
+
"example": "消费组1",
|
8527
|
+
"member": "string",
|
8528
|
+
"name": "Group",
|
8529
|
+
"required": true,
|
8530
|
+
"type": "string"
|
8531
|
+
}
|
8532
|
+
],
|
8533
|
+
"type": "object"
|
8534
|
+
},
|
8535
|
+
"DescribeKafkaConsumerGroupDetailResponse": {
|
8536
|
+
"document": "DescribeKafkaConsumerGroupDetail返回参数结构体",
|
8537
|
+
"members": [
|
8538
|
+
{
|
8539
|
+
"disabled": false,
|
8540
|
+
"document": "日志集id",
|
8541
|
+
"example": "57f5808c-4a55-11eb-b378-0242ac130223",
|
8542
|
+
"member": "string",
|
8543
|
+
"name": "LogsetId",
|
8544
|
+
"output_required": true,
|
8545
|
+
"type": "string",
|
8546
|
+
"value_allowed_null": false
|
8547
|
+
},
|
8548
|
+
{
|
8549
|
+
"disabled": false,
|
8550
|
+
"document": "消费组名称",
|
8551
|
+
"example": "消费组1",
|
8552
|
+
"member": "string",
|
8553
|
+
"name": "Group",
|
8554
|
+
"output_required": true,
|
8555
|
+
"type": "string",
|
8556
|
+
"value_allowed_null": false
|
8557
|
+
},
|
8558
|
+
{
|
8559
|
+
"disabled": false,
|
8560
|
+
"document": "消费组信息列表",
|
8561
|
+
"example": "无",
|
8562
|
+
"member": "GroupPartitionInfo",
|
8563
|
+
"name": "PartitionInfos",
|
8564
|
+
"output_required": true,
|
8565
|
+
"type": "list",
|
8566
|
+
"value_allowed_null": false
|
8567
|
+
},
|
8568
|
+
{
|
8569
|
+
"disabled": false,
|
8570
|
+
"document": "Empty:组内没有成员,但存在已提交的偏移量。所有消费者都离开但保留了偏移量\nDead:组内没有成员,且没有已提交的偏移量。组被删除或长时间无活动\nStable:组内成员正常消费,分区分配平衡。正常运行状态\nPreparingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开\nCompletingRebalance:组正在准备重新平衡。有新成员加入或现有成员离开",
|
8571
|
+
"example": "Empty",
|
8572
|
+
"member": "string",
|
8573
|
+
"name": "State",
|
8574
|
+
"output_required": true,
|
8575
|
+
"type": "string",
|
8576
|
+
"value_allowed_null": false
|
8577
|
+
},
|
8578
|
+
{
|
8579
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8580
|
+
"member": "string",
|
8581
|
+
"name": "RequestId",
|
8582
|
+
"type": "string"
|
8583
|
+
}
|
8584
|
+
],
|
8585
|
+
"type": "object"
|
8586
|
+
},
|
8587
|
+
"DescribeKafkaConsumerGroupListRequest": {
|
8588
|
+
"document": "DescribeKafkaConsumerGroupList请求参数结构体",
|
8589
|
+
"members": [
|
8590
|
+
{
|
8591
|
+
"disabled": false,
|
8592
|
+
"document": "日志主题id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
8593
|
+
"example": "57f5808c-4a55-11eb-b378-0242ac130002",
|
8594
|
+
"member": "string",
|
8595
|
+
"name": "TopicId",
|
8596
|
+
"required": true,
|
8597
|
+
"type": "string"
|
8598
|
+
},
|
8599
|
+
{
|
8600
|
+
"disabled": false,
|
8601
|
+
"document": "- group\n按照【消费组名称】进行过滤。\n类型:String\n必选:否\n示例:消费组1\n\n每次请求的Filters的上限为10,Filter.Values的上限为10。",
|
8602
|
+
"example": "无",
|
8603
|
+
"member": "Filter",
|
8604
|
+
"name": "Filters",
|
8605
|
+
"required": false,
|
8606
|
+
"type": "list"
|
8607
|
+
},
|
8608
|
+
{
|
8609
|
+
"disabled": false,
|
8610
|
+
"document": "分页的偏移量,默认值为0。",
|
8611
|
+
"example": "0",
|
8612
|
+
"member": "uint64",
|
8613
|
+
"name": "Offset",
|
8614
|
+
"required": false,
|
8615
|
+
"type": "int"
|
8616
|
+
},
|
8617
|
+
{
|
8618
|
+
"disabled": false,
|
8619
|
+
"document": "分页单页限制数目,默认值为20,最大值100。",
|
8620
|
+
"example": "10",
|
8621
|
+
"member": "uint64",
|
8622
|
+
"name": "Limit",
|
8623
|
+
"required": false,
|
8624
|
+
"type": "int"
|
8625
|
+
}
|
8626
|
+
],
|
8627
|
+
"type": "object"
|
8628
|
+
},
|
8629
|
+
"DescribeKafkaConsumerGroupListResponse": {
|
8630
|
+
"document": "DescribeKafkaConsumerGroupList返回参数结构体",
|
8631
|
+
"members": [
|
8632
|
+
{
|
8633
|
+
"disabled": false,
|
8634
|
+
"document": "日志主题名称",
|
8635
|
+
"example": "日志a主题",
|
8636
|
+
"member": "string",
|
8637
|
+
"name": "TopicName",
|
8638
|
+
"output_required": false,
|
8639
|
+
"type": "string",
|
8640
|
+
"value_allowed_null": false
|
8641
|
+
},
|
8642
|
+
{
|
8643
|
+
"disabled": false,
|
8644
|
+
"document": "日志集id",
|
8645
|
+
"example": "57f5808c-4a55-11eb-b378-0242ac130223",
|
8646
|
+
"member": "string",
|
8647
|
+
"name": "LogsetId",
|
8648
|
+
"output_required": false,
|
8649
|
+
"type": "string",
|
8650
|
+
"value_allowed_null": false
|
8651
|
+
},
|
8652
|
+
{
|
8653
|
+
"disabled": false,
|
8654
|
+
"document": "总个数",
|
8655
|
+
"example": "1",
|
8656
|
+
"member": "uint64",
|
8657
|
+
"name": "Total",
|
8658
|
+
"output_required": false,
|
8659
|
+
"type": "int",
|
8660
|
+
"value_allowed_null": false
|
8661
|
+
},
|
8662
|
+
{
|
8663
|
+
"disabled": false,
|
8664
|
+
"document": "消费组信息列表",
|
8665
|
+
"example": "无",
|
8666
|
+
"member": "ConsumerGroup",
|
8667
|
+
"name": "Groups",
|
8668
|
+
"output_required": false,
|
8669
|
+
"type": "list",
|
8670
|
+
"value_allowed_null": false
|
8671
|
+
},
|
8672
|
+
{
|
8673
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8674
|
+
"member": "string",
|
8675
|
+
"name": "RequestId",
|
8676
|
+
"type": "string"
|
8677
|
+
}
|
8678
|
+
],
|
8679
|
+
"type": "object"
|
8680
|
+
},
|
8433
8681
|
"DescribeKafkaConsumerRequest": {
|
8434
8682
|
"document": "DescribeKafkaConsumer请求参数结构体",
|
8435
8683
|
"members": [
|
@@ -10381,6 +10629,42 @@
|
|
10381
10629
|
],
|
10382
10630
|
"type": "object"
|
10383
10631
|
},
|
10632
|
+
"GroupPartitionInfo": {
|
10633
|
+
"document": "kafka协议消费组区分信息",
|
10634
|
+
"members": [
|
10635
|
+
{
|
10636
|
+
"disabled": false,
|
10637
|
+
"document": "分区id",
|
10638
|
+
"example": "1",
|
10639
|
+
"member": "int64",
|
10640
|
+
"name": "PartitionId",
|
10641
|
+
"output_required": true,
|
10642
|
+
"type": "int",
|
10643
|
+
"value_allowed_null": false
|
10644
|
+
},
|
10645
|
+
{
|
10646
|
+
"disabled": false,
|
10647
|
+
"document": "分区最新数据时间戳,单位:s",
|
10648
|
+
"example": "2",
|
10649
|
+
"member": "int64",
|
10650
|
+
"name": "CommitTimestamp",
|
10651
|
+
"output_required": true,
|
10652
|
+
"type": "int",
|
10653
|
+
"value_allowed_null": false
|
10654
|
+
},
|
10655
|
+
{
|
10656
|
+
"disabled": false,
|
10657
|
+
"document": "消费者",
|
10658
|
+
"example": "app_as",
|
10659
|
+
"member": "string",
|
10660
|
+
"name": "Consumer",
|
10661
|
+
"output_required": true,
|
10662
|
+
"type": "string",
|
10663
|
+
"value_allowed_null": false
|
10664
|
+
}
|
10665
|
+
],
|
10666
|
+
"usage": "out"
|
10667
|
+
},
|
10384
10668
|
"GroupTriggerConditionInfo": {
|
10385
10669
|
"document": "分组触发条件",
|
10386
10670
|
"members": [
|
@@ -11929,7 +12213,7 @@
|
|
11929
12213
|
},
|
11930
12214
|
{
|
11931
12215
|
"disabled": false,
|
11932
|
-
"document": "
|
12216
|
+
"document": "关联的告警通知渠道组列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取关联的告警通知渠道组列表,和MonitorNotice互斥",
|
11933
12217
|
"example": "[\"notice-479dec34-4a59-11eb-b378-0242ac130002\"]",
|
11934
12218
|
"member": "string",
|
11935
12219
|
"name": "AlarmNoticeIds",
|
@@ -12914,6 +13198,33 @@
|
|
12914
13198
|
],
|
12915
13199
|
"type": "object"
|
12916
13200
|
},
|
13201
|
+
"ModifyKafkaConsumerGroupOffsetRequest": {
|
13202
|
+
"document": "ModifyKafkaConsumerGroupOffset请求参数结构体",
|
13203
|
+
"members": [],
|
13204
|
+
"type": "object"
|
13205
|
+
},
|
13206
|
+
"ModifyKafkaConsumerGroupOffsetResponse": {
|
13207
|
+
"document": "ModifyKafkaConsumerGroupOffset返回参数结构体",
|
13208
|
+
"members": [
|
13209
|
+
{
|
13210
|
+
"disabled": false,
|
13211
|
+
"document": "状态码。0:成功,-1:失败",
|
13212
|
+
"example": "0",
|
13213
|
+
"member": "int64",
|
13214
|
+
"name": "Code",
|
13215
|
+
"output_required": true,
|
13216
|
+
"type": "int",
|
13217
|
+
"value_allowed_null": false
|
13218
|
+
},
|
13219
|
+
{
|
13220
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13221
|
+
"member": "string",
|
13222
|
+
"name": "RequestId",
|
13223
|
+
"type": "string"
|
13224
|
+
}
|
13225
|
+
],
|
13226
|
+
"type": "object"
|
13227
|
+
},
|
12917
13228
|
"ModifyKafkaConsumerRequest": {
|
12918
13229
|
"document": "ModifyKafkaConsumer请求参数结构体",
|
12919
13230
|
"members": [
|
@@ -13751,6 +14062,62 @@
|
|
13751
14062
|
],
|
13752
14063
|
"type": "object"
|
13753
14064
|
},
|
14065
|
+
"MonitorNotice": {
|
14066
|
+
"document": "提供多个Notice信息",
|
14067
|
+
"members": [
|
14068
|
+
{
|
14069
|
+
"disabled": false,
|
14070
|
+
"document": "以数组的形式提供MonitorNoticeRule",
|
14071
|
+
"example": "无",
|
14072
|
+
"member": "MonitorNoticeRule",
|
14073
|
+
"name": "Notices",
|
14074
|
+
"output_required": false,
|
14075
|
+
"required": false,
|
14076
|
+
"type": "list",
|
14077
|
+
"value_allowed_null": false
|
14078
|
+
}
|
14079
|
+
],
|
14080
|
+
"usage": "both"
|
14081
|
+
},
|
14082
|
+
"MonitorNoticeRule": {
|
14083
|
+
"document": "云监控通知渠道组信息",
|
14084
|
+
"members": [
|
14085
|
+
{
|
14086
|
+
"disabled": false,
|
14087
|
+
"document": "云监控通知模版ID",
|
14088
|
+
"example": "notice-erictest",
|
14089
|
+
"member": "string",
|
14090
|
+
"name": "NoticeId",
|
14091
|
+
"output_required": false,
|
14092
|
+
"required": false,
|
14093
|
+
"type": "string",
|
14094
|
+
"value_allowed_null": false
|
14095
|
+
},
|
14096
|
+
{
|
14097
|
+
"disabled": false,
|
14098
|
+
"document": "云监控内容模版ID,不传默认内容模版\n注意:此字段可能返回 null,表示取不到有效值。",
|
14099
|
+
"example": "tmpl-erictest",
|
14100
|
+
"member": "string",
|
14101
|
+
"name": "ContentTmplId",
|
14102
|
+
"output_required": false,
|
14103
|
+
"required": false,
|
14104
|
+
"type": "string",
|
14105
|
+
"value_allowed_null": true
|
14106
|
+
},
|
14107
|
+
{
|
14108
|
+
"disabled": false,
|
14109
|
+
"document": "告警级别,0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)",
|
14110
|
+
"example": "[0,1]",
|
14111
|
+
"member": "uint64",
|
14112
|
+
"name": "AlarmLevels",
|
14113
|
+
"output_required": false,
|
14114
|
+
"required": false,
|
14115
|
+
"type": "list",
|
14116
|
+
"value_allowed_null": false
|
14117
|
+
}
|
14118
|
+
],
|
14119
|
+
"usage": "both"
|
14120
|
+
},
|
13754
14121
|
"MonitorTime": {
|
13755
14122
|
"document": "告警策略中监控任务的执行时间点",
|
13756
14123
|
"members": [
|
@@ -458,7 +458,7 @@
|
|
458
458
|
{
|
459
459
|
"document": "查询指定时间段内尚未恢复的告警",
|
460
460
|
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlertRecordHistory\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 20,\n \"From\": 1681401600000,\n \"To\": 1681487999999,\n \"Filters\": [\n {\n \"Key\": \"status\",\n \"Values\": [\n \"0\"\n ]\n }\n ]\n}",
|
461
|
-
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"RecordId\": \"977c26df-d47f-404c-b0d2-c9ccd73f1407\",\n \"AlarmId\": \"alarm-98ba728c-3888-4049-b510-20e26de53894\",\n \"AlarmName\": \"TKE Demo事件日志告警策略_100001001014\",\n \"TopicId\": \"0337bf0c-7a38-456a-bd59-ba2feaa55195\",\n \"TopicName\": \"TKE Demo事件日志日志主题_100001001014\",\n \"Region\": \"ap-chongqing\",\n \"Trigger\": \"$1.Warning事件数 > 0\",\n \"TriggerCount\": 1,\n \"AlarmPeriod\": 15,\n \"Notices\": [\n {\n \"Name\": \"TKE Demo事件日志通知渠道组_100001001014\",\n \"AlarmNoticeId\": \"notice-117dbad3-cc1b-4455-b112-76b0658dddc2\"\n }\n ],\n \"Duration\": 90,\n \"Status\": 0,\n \"CreateTime\": 1681439122000,\n \"AlarmLevel\": 0,\n \"MonitorObjectType\": 0,\n \"GroupTriggerCondition\": []\n },\n {\n \"RecordId\": \"1be40239-505f-4f1a-a6aa-4b71a9757d8a\",\n \"AlarmId\": \"alarm-7be9386d-01e9-4b8b-a54e-fe00f6b15b1d\",\n \"AlarmName\": \"TKE Demo审计日志告警策略_100001001014\",\n \"TopicId\": \"6a4adc63-d145-4da4-a0e7-72bb1a9f8fcd\",\n \"TopicName\": \"TKE Demo审计日志日志主题_100001001014\",\n \"Region\": \"ap-chongqing\",\n \"Trigger\": \"$1.操作次数 >10\",\n \"TriggerCount\": 1,\n \"AlarmPeriod\": 15,\n \"Notices\": [\n {\n \"Name\": \"TKE Demo审计日志通知渠道组_100001001014\",\n \"AlarmNoticeId\": \"notice-f7d09113-b870-4f98-b99d-38d8ecf5393b\"\n }\n ],\n \"Duration\": 90,\n \"Status\": 0,\n \"CreateTime\": 1681438941000,\n \"AlarmLevel\": 0,\n \"MonitorObjectType\": 0,\n \"GroupTriggerCondition\": []\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"431449a5-95ab-4168-9a0e-7db48692d917\"\n }\n}",
|
461
|
+
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"RecordId\": \"977c26df-d47f-404c-b0d2-c9ccd73f1407\",\n \"AlarmId\": \"alarm-98ba728c-3888-4049-b510-20e26de53894\",\n \"AlarmName\": \"TKE Demo事件日志告警策略_100001001014\",\n \"TopicId\": \"0337bf0c-7a38-456a-bd59-ba2feaa55195\",\n \"TopicName\": \"TKE Demo事件日志日志主题_100001001014\",\n \"Region\": \"ap-chongqing\",\n \"Trigger\": \"$1.Warning事件数 > 0\",\n \"TriggerCount\": 1,\n \"AlarmPeriod\": 15,\n \"Notices\": [\n {\n \"Name\": \"TKE Demo事件日志通知渠道组_100001001014\",\n \"AlarmNoticeId\": \"notice-117dbad3-cc1b-4455-b112-76b0658dddc2\"\n }\n ],\n \"Duration\": 90,\n \"Status\": 0,\n \"CreateTime\": 1681439122000,\n \"AlarmLevel\": 0,\n \"MonitorObjectType\": 0,\n \"GroupTriggerCondition\": [],\n \"SendType\": 1\n },\n {\n \"RecordId\": \"1be40239-505f-4f1a-a6aa-4b71a9757d8a\",\n \"AlarmId\": \"alarm-7be9386d-01e9-4b8b-a54e-fe00f6b15b1d\",\n \"AlarmName\": \"TKE Demo审计日志告警策略_100001001014\",\n \"TopicId\": \"6a4adc63-d145-4da4-a0e7-72bb1a9f8fcd\",\n \"TopicName\": \"TKE Demo审计日志日志主题_100001001014\",\n \"Region\": \"ap-chongqing\",\n \"Trigger\": \"$1.操作次数 >10\",\n \"TriggerCount\": 1,\n \"AlarmPeriod\": 15,\n \"Notices\": [\n {\n \"Name\": \"TKE Demo审计日志通知渠道组_100001001014\",\n \"AlarmNoticeId\": \"notice-f7d09113-b870-4f98-b99d-38d8ecf5393b\"\n }\n ],\n \"Duration\": 90,\n \"Status\": 0,\n \"CreateTime\": 1681438941000,\n \"AlarmLevel\": 0,\n \"MonitorObjectType\": 0,\n \"GroupTriggerCondition\": [],\n \"SendType\": 1\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"431449a5-95ab-4168-9a0e-7db48692d917\"\n }\n}",
|
462
462
|
"title": "查询未恢复告警"
|
463
463
|
}
|
464
464
|
],
|
@@ -572,6 +572,22 @@
|
|
572
572
|
"title": "获取Kakfa协议消费信息"
|
573
573
|
}
|
574
574
|
],
|
575
|
+
"DescribeKafkaConsumerGroupDetail": [
|
576
|
+
{
|
577
|
+
"document": "",
|
578
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKafkaConsumerGroupDetail\n<公共请求参数>\n\n{\n \"TopicId\": \"5023192e-1254139626\",\n \"Group\": \"same_group_id\"\n}",
|
579
|
+
"output": "{\n \"Response\": {\n \"Group\": \"same_group_id\",\n \"LogsetId\": \"a8248746-c989-468e-b931-a9bf6c999c89\",\n \"PartitionInfos\": [\n {\n \"CommitTimestamp\": 3223609680,\n \"Consumer\": \"\",\n \"PartitionId\": 0\n },\n {\n \"CommitTimestamp\": 3223609680,\n \"Consumer\": \"\",\n \"PartitionId\": 1\n },\n {\n \"CommitTimestamp\": 3223609680,\n \"Consumer\": \"\",\n \"PartitionId\": 2\n },\n {\n \"CommitTimestamp\": 3223609680,\n \"Consumer\": \"\",\n \"PartitionId\": 3\n },\n {\n \"CommitTimestamp\": 3223609680,\n \"Consumer\": \"\",\n \"PartitionId\": 4\n },\n {\n \"CommitTimestamp\": 3223609680,\n \"Consumer\": \"\",\n \"PartitionId\": 5\n },\n {\n \"CommitTimestamp\": 3223609680,\n \"Consumer\": \"\",\n \"PartitionId\": 6\n }\n ],\n \"RequestId\": \"b4a11979-760c-42e2-92b8-5945eb93ee98\",\n \"State\": \"Empty\"\n }\n}",
|
580
|
+
"title": "获取Kafka协议消费组详情"
|
581
|
+
}
|
582
|
+
],
|
583
|
+
"DescribeKafkaConsumerGroupList": [
|
584
|
+
{
|
585
|
+
"document": "",
|
586
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKafkaConsumerGroupList\n<公共请求参数>\n\n{\n \"TopicId\": \"5023192e-1254139626\",\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
587
|
+
"output": "{\n \"Response\": {\n \"Groups\": [\n {\n \"Group\": \"same_group_id\",\n \"ProtocolName\": \"\",\n \"State\": \"Empty\"\n }\n ],\n \"LogsetId\": \"a8248746-c989-468e-b931-a9bf6c999c89\",\n \"RequestId\": \"53ac1397-336a-4d4b-87ff-a2a16ff97519\",\n \"TopicName\": \"1254139626-5023192e\",\n \"Total\": 2\n }\n}",
|
588
|
+
"title": "获取Kafka协议消费组详情"
|
589
|
+
}
|
590
|
+
],
|
575
591
|
"DescribeKafkaRecharges": [
|
576
592
|
{
|
577
593
|
"document": "获取Kafka导入配置信息",
|
@@ -816,6 +832,14 @@
|
|
816
832
|
"title": "修改Kafka协议消费信息"
|
817
833
|
}
|
818
834
|
],
|
835
|
+
"ModifyKafkaConsumerGroupOffset": [
|
836
|
+
{
|
837
|
+
"document": "",
|
838
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyKafkaConsumerGroupOffset\n<公共请求参数>\n\n{}",
|
839
|
+
"output": "{\n \"Response\": {\n \"Code\": 0,\n \"RequestId\": \"c3ae291d-8ffd-4a26-b5ae-00b6863cdf44\"\n }\n}",
|
840
|
+
"title": "修改Kafka协议消费组点位"
|
841
|
+
}
|
842
|
+
],
|
819
843
|
"ModifyKafkaRecharge": [
|
820
844
|
{
|
821
845
|
"document": "修改Kafka导入配置",
|
@@ -5133,6 +5133,46 @@
|
|
5133
5133
|
"output_required": false,
|
5134
5134
|
"type": "object",
|
5135
5135
|
"value_allowed_null": false
|
5136
|
+
},
|
5137
|
+
{
|
5138
|
+
"disabled": false,
|
5139
|
+
"document": "端口数据",
|
5140
|
+
"example": "80,22",
|
5141
|
+
"member": "string",
|
5142
|
+
"name": "Ports",
|
5143
|
+
"output_required": false,
|
5144
|
+
"type": "string",
|
5145
|
+
"value_allowed_null": false
|
5146
|
+
},
|
5147
|
+
{
|
5148
|
+
"disabled": false,
|
5149
|
+
"document": "服务数据",
|
5150
|
+
"example": "ssh,nginx",
|
5151
|
+
"member": "string",
|
5152
|
+
"name": "Services",
|
5153
|
+
"output_required": false,
|
5154
|
+
"type": "string",
|
5155
|
+
"value_allowed_null": false
|
5156
|
+
},
|
5157
|
+
{
|
5158
|
+
"disabled": false,
|
5159
|
+
"document": "域名数据",
|
5160
|
+
"example": "a.qq.com,b.qq.com",
|
5161
|
+
"member": "string",
|
5162
|
+
"name": "Domains",
|
5163
|
+
"output_required": false,
|
5164
|
+
"type": "string",
|
5165
|
+
"value_allowed_null": false
|
5166
|
+
},
|
5167
|
+
{
|
5168
|
+
"disabled": false,
|
5169
|
+
"document": "端口和服务最近更新时间",
|
5170
|
+
"example": "2021-01-01 00:00:00",
|
5171
|
+
"member": "string",
|
5172
|
+
"name": "LastModify",
|
5173
|
+
"output_required": false,
|
5174
|
+
"type": "string",
|
5175
|
+
"value_allowed_null": false
|
5136
5176
|
}
|
5137
5177
|
],
|
5138
5178
|
"usage": "out"
|
@@ -2293,7 +2293,7 @@
|
|
2293
2293
|
{
|
2294
2294
|
"disabled": false,
|
2295
2295
|
"document": "用户侧BGP,包括: CloudAsn,Asn,AuthKey",
|
2296
|
-
"example": "
|
2296
|
+
"example": "无",
|
2297
2297
|
"member": "BgpPeer",
|
2298
2298
|
"name": "BgpPeer",
|
2299
2299
|
"output_required": true,
|
@@ -2303,7 +2303,7 @@
|
|
2303
2303
|
{
|
2304
2304
|
"disabled": false,
|
2305
2305
|
"document": "用户侧网段地址",
|
2306
|
-
"example": "
|
2306
|
+
"example": "无",
|
2307
2307
|
"member": "RouteFilterPrefix",
|
2308
2308
|
"name": "RouteFilterPrefixes",
|
2309
2309
|
"output_required": true,
|
@@ -2353,7 +2353,7 @@
|
|
2353
2353
|
{
|
2354
2354
|
"disabled": false,
|
2355
2355
|
"document": "专用通道创建时间",
|
2356
|
-
"example": "2018-06-
|
2356
|
+
"example": "2018-06-01T14:59:16+08:00",
|
2357
2357
|
"member": "datetime_iso",
|
2358
2358
|
"name": "CreatedTime",
|
2359
2359
|
"output_required": true,
|
@@ -2373,7 +2373,7 @@
|
|
2373
2373
|
{
|
2374
2374
|
"disabled": false,
|
2375
2375
|
"document": "专用通道标签值",
|
2376
|
-
"example": "
|
2376
|
+
"example": "无",
|
2377
2377
|
"member": "Tag",
|
2378
2378
|
"name": "TagSet",
|
2379
2379
|
"output_required": true,
|
@@ -2393,7 +2393,7 @@
|
|
2393
2393
|
{
|
2394
2394
|
"disabled": false,
|
2395
2395
|
"document": "BGP community开关",
|
2396
|
-
"example": "
|
2396
|
+
"example": "false",
|
2397
2397
|
"member": "bool",
|
2398
2398
|
"name": "EnableBGPCommunity",
|
2399
2399
|
"output_required": true,
|
@@ -2473,7 +2473,7 @@
|
|
2473
2473
|
{
|
2474
2474
|
"disabled": false,
|
2475
2475
|
"document": "专用通道关联的物理专线是否签署了用户协议",
|
2476
|
-
"example": "
|
2476
|
+
"example": "true",
|
2477
2477
|
"member": "bool",
|
2478
2478
|
"name": "SignLaw",
|
2479
2479
|
"output_required": true,
|
@@ -2499,6 +2499,26 @@
|
|
2499
2499
|
"output_required": false,
|
2500
2500
|
"type": "int",
|
2501
2501
|
"value_allowed_null": false
|
2502
|
+
},
|
2503
|
+
{
|
2504
|
+
"disabled": false,
|
2505
|
+
"document": "接入点名称",
|
2506
|
+
"example": "上海",
|
2507
|
+
"member": "string",
|
2508
|
+
"name": "AccessPointName",
|
2509
|
+
"output_required": false,
|
2510
|
+
"type": "string",
|
2511
|
+
"value_allowed_null": false
|
2512
|
+
},
|
2513
|
+
{
|
2514
|
+
"disabled": false,
|
2515
|
+
"document": "接入点ID",
|
2516
|
+
"example": "\"13\"",
|
2517
|
+
"member": "string",
|
2518
|
+
"name": "AccessPointId",
|
2519
|
+
"output_required": false,
|
2520
|
+
"type": "string",
|
2521
|
+
"value_allowed_null": false
|
2502
2522
|
}
|
2503
2523
|
],
|
2504
2524
|
"usage": "out"
|