tccli 3.0.1373.1__py2.py3-none-any.whl → 3.0.1375.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/ai3d/v20250513/api.json +1 -1
- tccli/services/cbs/v20170312/api.json +11 -2
- tccli/services/ccc/v20200210/api.json +17 -8
- tccli/services/cls/v20201016/api.json +167 -31
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/csip/v20221121/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +5 -5
- tccli/services/dlc/dlc_client.py +399 -28
- tccli/services/dlc/v20210125/api.json +557 -0
- tccli/services/dlc/v20210125/examples.json +56 -0
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/es/v20180416/api.json +49 -0
- tccli/services/ess/v20201111/api.json +87 -0
- tccli/services/essbasic/v20210526/api.json +77 -0
- tccli/services/ioa/v20220601/api.json +48 -29
- tccli/services/lighthouse/v20200324/examples.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +1344 -246
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mps/v20190612/api.json +34 -6
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/partners/v20180321/api.json +4 -4
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/rce/v20201103/api.json +1 -1
- tccli/services/sqlserver/v20180328/api.json +19 -17
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/tbaas/v20180416/api.json +30 -30
- tccli/services/tbaas/v20180416/examples.json +4 -4
- tccli/services/tcaplusdb/v20190823/api.json +926 -900
- tccli/services/tcaplusdb/v20190823/examples.json +56 -56
- tccli/services/tcss/v20201101/api.json +4 -4
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +35 -11
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/trabbit/v20230418/api.json +9 -0
- tccli/services/trocket/v20230308/api.json +2 -2
- tccli/services/tse/v20201207/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +195 -98
- tccli/services/vod/v20180717/api.json +270 -6
- tccli/services/vod/v20180717/examples.json +32 -0
- tccli/services/vod/vod_client.py +212 -0
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/RECORD +47 -47
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1375.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1375.1'
|
@@ -161,7 +161,7 @@
|
|
161
161
|
{
|
162
162
|
"disabled": false,
|
163
163
|
"document": "多视角的模型图片,视角参考值:\nleft:左视图;\nright:右视图;\nback:后视图;\n\n每个视角仅限制一张图片。\n●图片大小限制:编码后大小不可超过8M。\n●图片分辨率限制:单边分辨率小于5000且大于128。\n●支持图片格式:支持jpg或png",
|
164
|
-
"example": "
|
164
|
+
"example": "无",
|
165
165
|
"member": "ViewImage",
|
166
166
|
"name": "MultiViewImages",
|
167
167
|
"required": false,
|
@@ -3769,11 +3769,11 @@
|
|
3769
3769
|
},
|
3770
3770
|
{
|
3771
3771
|
"disabled": false,
|
3772
|
-
"document": "云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)
|
3772
|
+
"document": "云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。与参数DiskIds互斥。",
|
3773
3773
|
"example": "disk-dw0bbzws",
|
3774
3774
|
"member": "string",
|
3775
3775
|
"name": "DiskId",
|
3776
|
-
"required":
|
3776
|
+
"required": false,
|
3777
3777
|
"type": "string"
|
3778
3778
|
},
|
3779
3779
|
{
|
@@ -3784,6 +3784,15 @@
|
|
3784
3784
|
"name": "ProjectId",
|
3785
3785
|
"required": false,
|
3786
3786
|
"type": "int"
|
3787
|
+
},
|
3788
|
+
{
|
3789
|
+
"disabled": false,
|
3790
|
+
"document": "云硬盘ID列表, 通过[DescribeDisks](/document/product/362/16315)接口查询。与参数DiskId互斥。",
|
3791
|
+
"example": "[\"disk-dw0bbzws\"]",
|
3792
|
+
"member": "string",
|
3793
|
+
"name": "DiskIds",
|
3794
|
+
"required": false,
|
3795
|
+
"type": "list"
|
3787
3796
|
}
|
3788
3797
|
],
|
3789
3798
|
"type": "object"
|
@@ -1530,7 +1530,7 @@
|
|
1530
1530
|
{
|
1531
1531
|
"disabled": false,
|
1532
1532
|
"document": "被叫号码",
|
1533
|
-
"example": "
|
1533
|
+
"example": "0086130xxxxxxxx",
|
1534
1534
|
"member": "string",
|
1535
1535
|
"name": "Callee",
|
1536
1536
|
"required": true,
|
@@ -1548,7 +1548,7 @@
|
|
1548
1548
|
{
|
1549
1549
|
"disabled": false,
|
1550
1550
|
"document": "参数",
|
1551
|
-
"example": "
|
1551
|
+
"example": "无",
|
1552
1552
|
"member": "Variable",
|
1553
1553
|
"name": "Variables",
|
1554
1554
|
"required": false,
|
@@ -2184,7 +2184,7 @@
|
|
2184
2184
|
{
|
2185
2185
|
"disabled": false,
|
2186
2186
|
"document": "被叫号码",
|
2187
|
-
"example": "
|
2187
|
+
"example": "0086xxx",
|
2188
2188
|
"member": "string",
|
2189
2189
|
"name": "Callee",
|
2190
2190
|
"required": true,
|
@@ -2247,7 +2247,7 @@
|
|
2247
2247
|
{
|
2248
2248
|
"disabled": false,
|
2249
2249
|
"document": "主叫号码列表",
|
2250
|
-
"example": "[
|
2250
|
+
"example": "[\"string\"]",
|
2251
2251
|
"member": "string",
|
2252
2252
|
"name": "Callers",
|
2253
2253
|
"required": false,
|
@@ -2391,7 +2391,7 @@
|
|
2391
2391
|
{
|
2392
2392
|
"disabled": true,
|
2393
2393
|
"document": "提示词变量",
|
2394
|
-
"example": "
|
2394
|
+
"example": "无",
|
2395
2395
|
"member": "Variable",
|
2396
2396
|
"name": "PromptVariables",
|
2397
2397
|
"required": false,
|
@@ -2409,7 +2409,7 @@
|
|
2409
2409
|
{
|
2410
2410
|
"disabled": false,
|
2411
2411
|
"document": "通话内容提取配置",
|
2412
|
-
"example": "
|
2412
|
+
"example": "无",
|
2413
2413
|
"member": "AICallExtractConfigElement",
|
2414
2414
|
"name": "ExtractConfig",
|
2415
2415
|
"required": false,
|
@@ -2418,7 +2418,7 @@
|
|
2418
2418
|
{
|
2419
2419
|
"disabled": false,
|
2420
2420
|
"document": "模型温度控制",
|
2421
|
-
"example": "0",
|
2421
|
+
"example": "0.1",
|
2422
2422
|
"member": "float",
|
2423
2423
|
"name": "Temperature",
|
2424
2424
|
"required": false,
|
@@ -2427,7 +2427,7 @@
|
|
2427
2427
|
{
|
2428
2428
|
"disabled": false,
|
2429
2429
|
"document": "通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p> \n\n1. dify-inputs-xxx 为dify的inputs变量\n2. dify-inputs-user 为dify的user值\n3. dify-inputs-conversation_id 为dify的conversation_id值",
|
2430
|
-
"example": "
|
2430
|
+
"example": "无",
|
2431
2431
|
"member": "Variable",
|
2432
2432
|
"name": "Variables",
|
2433
2433
|
"required": false,
|
@@ -2459,6 +2459,15 @@
|
|
2459
2459
|
"name": "ToneWord",
|
2460
2460
|
"required": false,
|
2461
2461
|
"type": "object"
|
2462
|
+
},
|
2463
|
+
{
|
2464
|
+
"disabled": false,
|
2465
|
+
"document": "合规提示音, \n该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。\n该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:\n我方充分知悉和理解,根据[《网络安全法》](https://www.gov.cn/xinwen/2016-11/07/content_5129723.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。",
|
2466
|
+
"example": "false",
|
2467
|
+
"member": "bool",
|
2468
|
+
"name": "EnableComplianceAudio",
|
2469
|
+
"required": false,
|
2470
|
+
"type": "bool"
|
2462
2471
|
}
|
2463
2472
|
],
|
2464
2473
|
"type": "object"
|
@@ -4140,7 +4140,7 @@
|
|
4140
4140
|
},
|
4141
4141
|
{
|
4142
4142
|
"disabled": false,
|
4143
|
-
"document": "日志主题id",
|
4143
|
+
"document": "日志主题id\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
4144
4144
|
"example": "3269961d-52e0-407b-9dcd-34bd830c6f19",
|
4145
4145
|
"member": "string",
|
4146
4146
|
"name": "TopicId",
|
@@ -4176,7 +4176,7 @@
|
|
4176
4176
|
},
|
4177
4177
|
{
|
4178
4178
|
"disabled": false,
|
4179
|
-
"document": "日志集id",
|
4179
|
+
"document": "日志集id\n- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集Id。",
|
4180
4180
|
"example": "57f5808c-4a55-11eb-b378-0242ac130002",
|
4181
4181
|
"member": "string",
|
4182
4182
|
"name": "LogsetId",
|
@@ -4185,7 +4185,7 @@
|
|
4185
4185
|
},
|
4186
4186
|
{
|
4187
4187
|
"disabled": false,
|
4188
|
-
"document": "
|
4188
|
+
"document": "日志集名称\n- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集名称。",
|
4189
4189
|
"example": "name1",
|
4190
4190
|
"member": "string",
|
4191
4191
|
"name": "LogsetName",
|
@@ -4194,7 +4194,7 @@
|
|
4194
4194
|
},
|
4195
4195
|
{
|
4196
4196
|
"disabled": false,
|
4197
|
-
"document": "
|
4197
|
+
"document": "日志主题名称\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题名称。",
|
4198
4198
|
"example": "name2",
|
4199
4199
|
"member": "string",
|
4200
4200
|
"name": "TopicName",
|
@@ -4203,7 +4203,7 @@
|
|
4203
4203
|
},
|
4204
4204
|
{
|
4205
4205
|
"disabled": false,
|
4206
|
-
"document": "
|
4206
|
+
"document": "自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息。\n\n- 详细参考 [HostFileInfo](https://cloud.tencent.com/document/api/614/56471#HostFileInfo) 信息。",
|
4207
4207
|
"example": "无",
|
4208
4208
|
"member": "HostFileInfo",
|
4209
4209
|
"name": "HostFile",
|
@@ -4221,7 +4221,7 @@
|
|
4221
4221
|
},
|
4222
4222
|
{
|
4223
4223
|
"disabled": false,
|
4224
|
-
"document": "
|
4224
|
+
"document": "自建k8s-容器标准输出信息,包括容器、命名空间等。\n\n- 详细参考 [ContainerStdoutInfo](https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo) 信息。",
|
4225
4225
|
"example": "无",
|
4226
4226
|
"member": "ContainerStdoutInfo",
|
4227
4227
|
"name": "ContainerStdout",
|
@@ -4266,7 +4266,7 @@
|
|
4266
4266
|
},
|
4267
4267
|
{
|
4268
4268
|
"disabled": false,
|
4269
|
-
"document": "绑定的机器组
|
4269
|
+
"document": "绑定的机器组ID\n- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。\n- GroupId 与 GroupIds 选择其一即可,不可同时为空。",
|
4270
4270
|
"example": "57f5808c-4a55-11eb-b378-0242ac130002",
|
4271
4271
|
"member": "string",
|
4272
4272
|
"name": "GroupId",
|
@@ -4275,7 +4275,7 @@
|
|
4275
4275
|
},
|
4276
4276
|
{
|
4277
4277
|
"disabled": false,
|
4278
|
-
"document": "绑定的机器组
|
4278
|
+
"document": "绑定的机器组ID列表\n- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id信息。\n- GroupId 与 GroupIds 选择其一即可,不可同时为空。",
|
4279
4279
|
"example": "[\"59b6014b-6507-44c2-9d4f-a5bee6df9ab5\",\"0af7e6bb-fc91-4ee8-ad24-1129e9c91c6c\"]",
|
4280
4280
|
"member": "string",
|
4281
4281
|
"name": "GroupIds",
|
@@ -4284,7 +4284,7 @@
|
|
4284
4284
|
},
|
4285
4285
|
{
|
4286
4286
|
"disabled": false,
|
4287
|
-
"document": "
|
4287
|
+
"document": "采集相关配置信息。详细参考 [CollectInfo](https://cloud.tencent.com/document/api/614/56471#CollectInfo) 信息。",
|
4288
4288
|
"example": "无",
|
4289
4289
|
"member": "CollectInfo",
|
4290
4290
|
"name": "CollectInfos",
|
@@ -4409,7 +4409,7 @@
|
|
4409
4409
|
{
|
4410
4410
|
"disabled": false,
|
4411
4411
|
"document": "采集配置ID",
|
4412
|
-
"example": "
|
4412
|
+
"example": "72294392-a730-410a-bbdc-d998c27ecd4f",
|
4413
4413
|
"member": "string",
|
4414
4414
|
"name": "ConfigId",
|
4415
4415
|
"output_required": true,
|
@@ -6123,8 +6123,8 @@
|
|
6123
6123
|
"members": [
|
6124
6124
|
{
|
6125
6125
|
"disabled": false,
|
6126
|
-
"document": "
|
6127
|
-
"example": "
|
6126
|
+
"document": "仪表盘通知方式。\n\n- Uin:腾讯云用户\n- Group:腾讯云用户组\n- WeCom:企业微信回调\n- Email:自定义邮件\n- DingTalk:钉钉\n- Lark:飞书",
|
6127
|
+
"example": "Uin",
|
6128
6128
|
"member": "string",
|
6129
6129
|
"name": "ReceiverType",
|
6130
6130
|
"output_required": true,
|
@@ -6134,7 +6134,7 @@
|
|
6134
6134
|
},
|
6135
6135
|
{
|
6136
6136
|
"disabled": false,
|
6137
|
-
"document": "知方式对应的值。\n
|
6137
|
+
"document": "知方式对应的值。\n- 当ReceiverType为:`WeCom`、`DingTalk`、`Lark` 时,Values必须为空,且Url字段必填。\n- 当ReceiverType为:`Uin`、`Group`、`Email` 时,Values必填,且Url字段必须为空。\n- 当ReceiverType为:`Uin ` 时,Values为用户id,通过 [拉取子用户](https://cloud.tencent.com/document/product/598/34587) 获取子用户 UID 。\n- 当ReceiverType为:`Group` 时,Values为用户组id,通过 [查询用户组列表](https://cloud.tencent.com/document/product/598/34589) 获取用户组 ID 。\n- 当ReceiverType为:`Email` 时,Values为用户邮箱信息。",
|
6138
6138
|
"example": "[\"168053\",\"1\"]",
|
6139
6139
|
"member": "string",
|
6140
6140
|
"name": "Values",
|
@@ -6145,7 +6145,7 @@
|
|
6145
6145
|
},
|
6146
6146
|
{
|
6147
6147
|
"disabled": false,
|
6148
|
-
"document": "仪表盘通知渠道。\n
|
6148
|
+
"document": "仪表盘通知渠道。\n\n- 支持:[\"Email\",\"Sms\",\"WeChat\",\"Phone\"]。\n- 当ReceiverType为 `Email` 或 `WeCom` 时,ReceiverChannels无效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
6149
6149
|
"example": "[\"Email\",\"Sms\",\"WeChat\",\"Phone\"]",
|
6150
6150
|
"member": "string",
|
6151
6151
|
"name": "ReceiverChannels",
|
@@ -6156,8 +6156,8 @@
|
|
6156
6156
|
},
|
6157
6157
|
{
|
6158
6158
|
"disabled": false,
|
6159
|
-
"document": "
|
6160
|
-
"example": "
|
6159
|
+
"document": "订阅方式\t- 回调地址。\n- 当ReceiverType为:`WeCom`、`DingTalk`、`Lark` 时,Url字段必填为各渠道的回调地址。\n - 为:`WeCom` 时,Url为 企业微信回调地址。\n - 为:`DingTalk` 时,Url为 钉钉机器人Webhook地址。\n - 为:`Lark` 时,Url为 飞书机器人Webhook地址。\n- 当ReceiverType为:`Uin`、`Group`、`Email` 时,Url字段必须为空。",
|
6160
|
+
"example": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=ctestea1a5-7xx9-4xx3-8xxb-w5fxxbd6",
|
6161
6161
|
"member": "string",
|
6162
6162
|
"name": "Url",
|
6163
6163
|
"output_required": true,
|
@@ -6251,6 +6251,122 @@
|
|
6251
6251
|
],
|
6252
6252
|
"usage": "both"
|
6253
6253
|
},
|
6254
|
+
"DashboardSubscribeInfo": {
|
6255
|
+
"document": "仪表盘订阅信息",
|
6256
|
+
"members": [
|
6257
|
+
{
|
6258
|
+
"disabled": false,
|
6259
|
+
"document": "仪表盘订阅id。",
|
6260
|
+
"example": "21683",
|
6261
|
+
"member": "uint64",
|
6262
|
+
"name": "Id",
|
6263
|
+
"output_required": true,
|
6264
|
+
"type": "int",
|
6265
|
+
"value_allowed_null": false
|
6266
|
+
},
|
6267
|
+
{
|
6268
|
+
"disabled": false,
|
6269
|
+
"document": "仪表盘订阅名称。",
|
6270
|
+
"example": "订阅任务-bus-test-2025-08-15_09:59",
|
6271
|
+
"member": "string",
|
6272
|
+
"name": "Name",
|
6273
|
+
"output_required": true,
|
6274
|
+
"type": "string",
|
6275
|
+
"value_allowed_null": false
|
6276
|
+
},
|
6277
|
+
{
|
6278
|
+
"disabled": false,
|
6279
|
+
"document": "仪表盘id。",
|
6280
|
+
"example": "dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5",
|
6281
|
+
"member": "string",
|
6282
|
+
"name": "DashboardId",
|
6283
|
+
"output_required": true,
|
6284
|
+
"type": "string",
|
6285
|
+
"value_allowed_null": false
|
6286
|
+
},
|
6287
|
+
{
|
6288
|
+
"disabled": false,
|
6289
|
+
"document": "仪表盘订阅时间。",
|
6290
|
+
"example": "0 0 10 * * ?",
|
6291
|
+
"member": "string",
|
6292
|
+
"name": "Cron",
|
6293
|
+
"output_required": true,
|
6294
|
+
"type": "string",
|
6295
|
+
"value_allowed_null": false
|
6296
|
+
},
|
6297
|
+
{
|
6298
|
+
"disabled": false,
|
6299
|
+
"document": "仪表盘订阅数据。",
|
6300
|
+
"example": "无",
|
6301
|
+
"member": "DashboardSubscribeData",
|
6302
|
+
"name": "SubscribeData",
|
6303
|
+
"output_required": true,
|
6304
|
+
"type": "object",
|
6305
|
+
"value_allowed_null": false
|
6306
|
+
},
|
6307
|
+
{
|
6308
|
+
"disabled": false,
|
6309
|
+
"document": "仪表盘订阅记录创建时间。格式:`YYYY-MM-DD HH:MM:SS`",
|
6310
|
+
"example": "2022-03-18 22:47:06",
|
6311
|
+
"member": "string",
|
6312
|
+
"name": "CreateTime",
|
6313
|
+
"output_required": true,
|
6314
|
+
"type": "string",
|
6315
|
+
"value_allowed_null": false
|
6316
|
+
},
|
6317
|
+
{
|
6318
|
+
"disabled": false,
|
6319
|
+
"document": "仪表盘订阅记录更新时间。格式:`YYYY-MM-DD HH:MM:SS`",
|
6320
|
+
"example": "2022-03-18 22:47:06",
|
6321
|
+
"member": "string",
|
6322
|
+
"name": "UpdateTime",
|
6323
|
+
"output_required": true,
|
6324
|
+
"type": "string",
|
6325
|
+
"value_allowed_null": false
|
6326
|
+
},
|
6327
|
+
{
|
6328
|
+
"disabled": false,
|
6329
|
+
"document": "仪表盘订阅记录最后一次发送成功时间。格式:`YYYY-MM-DD HH:MM:SS`",
|
6330
|
+
"example": "2022-03-19 22:47:06",
|
6331
|
+
"member": "string",
|
6332
|
+
"name": "LastTime",
|
6333
|
+
"output_required": true,
|
6334
|
+
"type": "string",
|
6335
|
+
"value_allowed_null": false
|
6336
|
+
},
|
6337
|
+
{
|
6338
|
+
"disabled": false,
|
6339
|
+
"document": "腾讯云主账号Id。",
|
6340
|
+
"example": "100001111589",
|
6341
|
+
"member": "uint64",
|
6342
|
+
"name": "Uin",
|
6343
|
+
"output_required": true,
|
6344
|
+
"type": "int",
|
6345
|
+
"value_allowed_null": false
|
6346
|
+
},
|
6347
|
+
{
|
6348
|
+
"disabled": false,
|
6349
|
+
"document": "腾讯云主账号下的子账号Id。",
|
6350
|
+
"example": "100011169012",
|
6351
|
+
"member": "uint64",
|
6352
|
+
"name": "SubUin",
|
6353
|
+
"output_required": true,
|
6354
|
+
"type": "int",
|
6355
|
+
"value_allowed_null": false
|
6356
|
+
},
|
6357
|
+
{
|
6358
|
+
"disabled": false,
|
6359
|
+
"document": "仪表盘订阅记录最后一次发送的状态。success:全部发送成功,fail:未发送, partialSuccess:部分发送成功。",
|
6360
|
+
"example": "\"ok\"",
|
6361
|
+
"member": "string",
|
6362
|
+
"name": "LastStatus",
|
6363
|
+
"output_required": true,
|
6364
|
+
"type": "string",
|
6365
|
+
"value_allowed_null": false
|
6366
|
+
}
|
6367
|
+
],
|
6368
|
+
"usage": "out"
|
6369
|
+
},
|
6254
6370
|
"DashboardTemplateVariable": {
|
6255
6371
|
"document": "仪表盘订阅模板变量",
|
6256
6372
|
"members": [
|
@@ -6802,7 +6918,7 @@
|
|
6802
6918
|
"members": [
|
6803
6919
|
{
|
6804
6920
|
"disabled": false,
|
6805
|
-
"document": "COS导入配置Id。\n- 通过[
|
6921
|
+
"document": "COS导入配置Id。\n- 通过 [获取cos导入配置](https://cloud.tencent.com/document/product/614/88099) 获取COS导入配置Id。",
|
6806
6922
|
"example": "ca092608-98e8-4ad9-83c5-a6b3bbexxxxx",
|
6807
6923
|
"member": "string",
|
6808
6924
|
"name": "Id",
|
@@ -7216,7 +7332,7 @@
|
|
7216
7332
|
"members": [
|
7217
7333
|
{
|
7218
7334
|
"disabled": false,
|
7219
|
-
"document": "地域信息。\n\n示例:\n ap-guangzhou 广州地域;\nap-nanjing 南京地域。\n\n
|
7335
|
+
"document": "地域信息。\n\n示例:\n ap-guangzhou 广州地域;\nap-nanjing 南京地域。\n\n详细信息请查看官网[地域和访问域名](https://cloud.tencent.com/document/product/614/18940)\n\n",
|
7220
7336
|
"example": "ap-guangzhou",
|
7221
7337
|
"member": "string",
|
7222
7338
|
"name": "Region",
|
@@ -7320,7 +7436,7 @@
|
|
7320
7436
|
"members": [
|
7321
7437
|
{
|
7322
7438
|
"disabled": false,
|
7323
|
-
"document": "通知渠道组id
|
7439
|
+
"document": "通知渠道组id。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组id",
|
7324
7440
|
"example": "notice-bb42f112-xxxx-476e-b3c4-ff5472911b42",
|
7325
7441
|
"member": "string",
|
7326
7442
|
"name": "AlarmNoticeId",
|
@@ -7943,7 +8059,7 @@
|
|
7943
8059
|
"members": [
|
7944
8060
|
{
|
7945
8061
|
"disabled": false,
|
7946
|
-
"document": "dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否\n\n- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
|
8062
|
+
"document": "dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否\n\n- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。\n- 入参示例:dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
|
7947
8063
|
"example": "无",
|
7948
8064
|
"member": "Filter",
|
7949
8065
|
"name": "Filters",
|
@@ -7974,6 +8090,26 @@
|
|
7974
8090
|
"DescribeDashboardSubscribesResponse": {
|
7975
8091
|
"document": "DescribeDashboardSubscribes返回参数结构体",
|
7976
8092
|
"members": [
|
8093
|
+
{
|
8094
|
+
"disabled": false,
|
8095
|
+
"document": "仪表盘订阅列表",
|
8096
|
+
"example": "无",
|
8097
|
+
"member": "DashboardSubscribeInfo",
|
8098
|
+
"name": "DashboardSubscribeInfos",
|
8099
|
+
"output_required": true,
|
8100
|
+
"type": "list",
|
8101
|
+
"value_allowed_null": false
|
8102
|
+
},
|
8103
|
+
{
|
8104
|
+
"disabled": false,
|
8105
|
+
"document": "总数目",
|
8106
|
+
"example": "1",
|
8107
|
+
"member": "uint64",
|
8108
|
+
"name": "TotalCount",
|
8109
|
+
"output_required": true,
|
8110
|
+
"type": "int",
|
8111
|
+
"value_allowed_null": false
|
8112
|
+
},
|
7977
8113
|
{
|
7978
8114
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7979
8115
|
"member": "string",
|
@@ -8006,7 +8142,7 @@
|
|
8006
8142
|
},
|
8007
8143
|
{
|
8008
8144
|
"disabled": false,
|
8009
|
-
"document": "- dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。\n- dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。\n- dashboardRegion
|
8145
|
+
"document": "- dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。\n - 示例值:dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5\n- dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。\n - 示例值:业务大盘\n- dashboardRegion 按照【仪表盘地域】进行过滤(兼容老的仪表盘),通过云API创建的仪表盘该属性,类型:String,必选:否。\n - 参考 [地域和访问域名](https://cloud.tencent.com/document/product/614/18940)\n - 示例:ap-guangzhou\n- tagKey 按照【标签键】进行过滤,类型:String,必选:否。\n - 示例值:\n ```\n \"Filters\":[\n {\n \"Key\": \"tagKey\",\n \"Values\": [\n \"tag-key-test\"\n ]\n }\n ]\n ```\n\n- tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,\n - 参考 [示例1](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B) 使用。\n ```\n \"Filters\": [\n {\n \"Key\": \"tag:tag-key-test\",\n \"Values\": [\n \"12\"\n ]\n }\n ]\n ```\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
|
8010
8146
|
"example": "无",
|
8011
8147
|
"member": "Filter",
|
8012
8148
|
"name": "Filters",
|
@@ -8015,7 +8151,7 @@
|
|
8015
8151
|
},
|
8016
8152
|
{
|
8017
8153
|
"disabled": false,
|
8018
|
-
"document": "按照topicId和regionId过滤。\n
|
8154
|
+
"document": "按照topicId和regionId过滤。\n- topicId:日志主题Id。\n - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。\n - 示例值:439a5304-08f9-484b-9c4d-46ff57133816\n- regionId\n - 1:广州\n - 4:上海\n - 5:中国香港\n - 7:上海金融\n - 8:北京\n - 9:新加坡\n - 11:深圳金融\n - 15:硅谷\n - 16:成都\n - 17:法兰克福\n - 18:首尔\n - 19:重庆\n - 22:弗吉尼亚\n - 23:曼谷\n - 25:东京\n - 33:南京\n - 36:天津\n - 39:台北\n - 46:北京金融\n - 72:雅加达\n - 74:圣保罗\n - 78:上海自动驾驶云\n",
|
8019
8155
|
"example": "无",
|
8020
8156
|
"member": "TopicIdAndRegion",
|
8021
8157
|
"name": "TopicIdRegionFilter",
|
@@ -11602,7 +11738,7 @@
|
|
11602
11738
|
"members": [
|
11603
11739
|
{
|
11604
11740
|
"disabled": false,
|
11605
|
-
"document": "通知渠道组ID。-通过[
|
11741
|
+
"document": "通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID",
|
11606
11742
|
"example": "notice-5b2ea996-4dae-47cc-bbad-5b12888b4c89",
|
11607
11743
|
"member": "string",
|
11608
11744
|
"name": "AlarmNoticeId",
|
@@ -12097,7 +12233,7 @@
|
|
12097
12233
|
},
|
12098
12234
|
{
|
12099
12235
|
"disabled": false,
|
12100
|
-
"document": "自建k8s
|
12236
|
+
"document": "自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息。\n\n- 详情参考 [HostFileInfo](https://cloud.tencent.com/document/api/614/56471#HostFileInfo) 文档。",
|
12101
12237
|
"example": "无",
|
12102
12238
|
"member": "HostFileInfo",
|
12103
12239
|
"name": "HostFile",
|
@@ -12106,7 +12242,7 @@
|
|
12106
12242
|
},
|
12107
12243
|
{
|
12108
12244
|
"disabled": false,
|
12109
|
-
"document": "采集配置标记。\n- 目前只支持label_k8s,用于标记自建k8s
|
12245
|
+
"document": "采集配置标记。\n- 目前只支持label_k8s,用于标记自建k8s集群使用的采集配置\n- 详情参考 [ ContainerFileInfo](https://cloud.tencent.com/document/api/614/56471#ContainerFileInfo) 文档",
|
12110
12246
|
"example": "无",
|
12111
12247
|
"member": "ContainerFileInfo",
|
12112
12248
|
"name": "ContainerFile",
|
@@ -12115,7 +12251,7 @@
|
|
12115
12251
|
},
|
12116
12252
|
{
|
12117
12253
|
"disabled": false,
|
12118
|
-
"document": "自建k8s
|
12254
|
+
"document": "自建k8s-容器标准输出信息,包括容器、命名空间等,\n\n- 详情参考 [ContainerStdoutInfo]( https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo) 文档",
|
12119
12255
|
"example": "无",
|
12120
12256
|
"member": "ContainerStdoutInfo",
|
12121
12257
|
"name": "ContainerStdout",
|
@@ -12142,7 +12278,7 @@
|
|
12142
12278
|
},
|
12143
12279
|
{
|
12144
12280
|
"disabled": false,
|
12145
|
-
"document": "提取规则,如果设置了ExtractRule,则必须设置LogType",
|
12281
|
+
"document": "提取规则,如果设置了ExtractRule,则必须设置LogType。",
|
12146
12282
|
"example": "无",
|
12147
12283
|
"member": "ExtractRuleInfo",
|
12148
12284
|
"name": "ExtractRule",
|
@@ -12584,7 +12720,7 @@
|
|
12584
12720
|
{
|
12585
12721
|
"disabled": false,
|
12586
12722
|
"document": "仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。",
|
12587
|
-
"example": "
|
12723
|
+
"example": "21683",
|
12588
12724
|
"member": "uint64",
|
12589
12725
|
"name": "Id",
|
12590
12726
|
"required": true,
|
@@ -12593,7 +12729,7 @@
|
|
12593
12729
|
{
|
12594
12730
|
"disabled": false,
|
12595
12731
|
"document": "仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。",
|
12596
|
-
"example": "dashboard-
|
12732
|
+
"example": "dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5",
|
12597
12733
|
"member": "string",
|
12598
12734
|
"name": "DashboardId",
|
12599
12735
|
"required": false,
|
@@ -12611,7 +12747,7 @@
|
|
12611
12747
|
{
|
12612
12748
|
"disabled": false,
|
12613
12749
|
"document": "订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。",
|
12614
|
-
"example": "
|
12750
|
+
"example": "0 0 10 * * ?",
|
12615
12751
|
"member": "string",
|
12616
12752
|
"name": "Cron",
|
12617
12753
|
"required": false,
|
@@ -13519,7 +13655,7 @@
|
|
13519
13655
|
},
|
13520
13656
|
{
|
13521
13657
|
"disabled": false,
|
13522
|
-
"document": "取消切换存储任务的id\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取取消切换存储任务的id
|
13658
|
+
"document": "取消切换存储任务的id\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取取消切换存储任务的id【Topics中的TopicAsyncTaskID字段】。",
|
13523
13659
|
"example": "87b94286-1b33-44df-8568-924eb250ef4e",
|
13524
13660
|
"member": "string",
|
13525
13661
|
"name": "CancelTopicAsyncTaskID",
|
@@ -516,7 +516,7 @@
|
|
516
516
|
{
|
517
517
|
"document": "",
|
518
518
|
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDashboardSubscribes\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 10,\n \"Limit\": 30\n}",
|
519
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
519
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"cd402dd9-a3aa-47c3-a5c0-5789d1f8875b\",\n \"TotalCount\": 1,\n \"DashboardSubscribeInfos\": [\n {\n \"Id\": 21683,\n \"Name\": \"订阅任务-2025-08-15_09:59\",\n \"DashboardId\": \"dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5\",\n \"Cron\": \"0 0 10 * * ?\",\n \"SubscribeData\": {\n \"DashboardTime\": [\n \"now-15m\",\n \"now\"\n ],\n \"TemplateVariables\": null,\n \"NoticeModes\": [\n {\n \"ReceiverType\": \"Uin\",\n \"Values\": [\n \"10300000\",\n \"10200000\"\n ],\n \"ReceiverChannels\": [\n \"Email\"\n ],\n \"Url\": \"\"\n }\n ],\n \"Timezone\": \"Asia/Shanghai\",\n \"SubscribeLanguage\": \"zh\",\n \"JumpDomain\": \"https://console.cloud.tencent.com\",\n \"JumpUrl\": \"\"\n },\n \"Uin\": 100001127589,\n \"SubUin\": 100012969012,\n \"CreateTime\": \"2025-08-15 10:29:10\",\n \"UpdateTime\": \"2025-08-15 10:31:24\",\n \"LastTime\": \"\",\n \"LastStatus\": \"invalid\"\n }\n ]\n }\n}",
|
520
520
|
"title": "获取仪表盘订阅列表"
|
521
521
|
}
|
522
522
|
],
|
@@ -805,7 +805,7 @@
|
|
805
805
|
"ModifyKafkaConsumer": [
|
806
806
|
{
|
807
807
|
"document": "",
|
808
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyKafkaConsumer\n<公共请求参数>\n\n{\n \"FromTopicId\": \"a5ce0c9c-0690-44a5-bc79-5f2190626bd0\",\n \"Compression\":
|
808
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyKafkaConsumer\n<公共请求参数>\n\n{\n \"FromTopicId\": \"a5ce0c9c-0690-44a5-bc79-5f2190626bd0\",\n \"Compression\": 2\n}",
|
809
809
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
810
810
|
"title": "修改Kafka协议消费信息"
|
811
811
|
}
|
@@ -42344,7 +42344,7 @@
|
|
42344
42344
|
{
|
42345
42345
|
"disabled": false,
|
42346
42346
|
"document": "加白地域",
|
42347
|
-
"example": "
|
42347
|
+
"example": "无",
|
42348
42348
|
"member": "Place",
|
42349
42349
|
"name": "Places",
|
42350
42350
|
"required": true,
|
@@ -42371,7 +42371,7 @@
|
|
42371
42371
|
{
|
42372
42372
|
"disabled": false,
|
42373
42373
|
"document": "是否对全局生效, 1:全局有效 0: 仅针对单台主机'",
|
42374
|
-
"example": "
|
42374
|
+
"example": "1",
|
42375
42375
|
"member": "uint64",
|
42376
42376
|
"name": "IsGlobal",
|
42377
42377
|
"required": true,
|
@@ -42380,7 +42380,7 @@
|
|
42380
42380
|
{
|
42381
42381
|
"disabled": false,
|
42382
42382
|
"document": "白名单生效的机器信息列表",
|
42383
|
-
"example": "
|
42383
|
+
"example": "无",
|
42384
42384
|
"member": "HostInfo",
|
42385
42385
|
"name": "HostInfos",
|
42386
42386
|
"required": true,
|
@@ -42398,7 +42398,7 @@
|
|
42398
42398
|
{
|
42399
42399
|
"disabled": false,
|
42400
42400
|
"document": "开始时间",
|
42401
|
-
"example": "
|
42401
|
+
"example": "08:00",
|
42402
42402
|
"member": "string",
|
42403
42403
|
"name": "StartTime",
|
42404
42404
|
"required": false,
|
@@ -42407,7 +42407,7 @@
|
|
42407
42407
|
{
|
42408
42408
|
"disabled": false,
|
42409
42409
|
"document": "结束时间",
|
42410
|
-
"example": "
|
42410
|
+
"example": "22:00",
|
42411
42411
|
"member": "string",
|
42412
42412
|
"name": "EndTime",
|
42413
42413
|
"required": false,
|