tccli 3.0.1101.1__py2.py3-none-any.whl → 3.0.1102.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/examples/cls/v20201016/DeleteDataTransform.md +1 -1
- tccli/examples/cls/v20201016/ModifyConfigExtra.md +2 -2
- tccli/examples/rum/v20210622/DescribeError.md +1 -1
- tccli/examples/rum/v20210622/ModifyProject.md +1 -1
- tccli/examples/teo/v20220901/DescribeSecurityIPGroup.md +30 -0
- tccli/examples/trtc/v20190722/CreateCloudRecording.md +2 -2
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cls/v20201016/api.json +78 -56
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/cvm/v20170312/api.json +2 -0
- tccli/services/ess/v20201111/api.json +9 -0
- tccli/services/essbasic/v20210526/api.json +19 -1
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/monitor/v20180724/api.json +39 -39
- tccli/services/rum/v20210622/api.json +26 -11
- tccli/services/rum/v20210622/examples.json +16 -16
- tccli/services/tdmq/v20200217/api.json +111 -1
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +55 -2
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +24 -6
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/vod/v20180717/api.json +2 -2
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/RECORD +29 -28
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/license_files/LICENSE +0 -0
@@ -1804,9 +1804,10 @@
|
|
1804
1804
|
{
|
1805
1805
|
"disabled": false,
|
1806
1806
|
"document": "Ckafka 的 Vip",
|
1807
|
-
"example": "
|
1807
|
+
"example": "10.10.2.42",
|
1808
1808
|
"member": "string",
|
1809
1809
|
"name": "Vip",
|
1810
|
+
"output_required": true,
|
1810
1811
|
"required": true,
|
1811
1812
|
"type": "string",
|
1812
1813
|
"value_allowed_null": false
|
@@ -1814,9 +1815,10 @@
|
|
1814
1815
|
{
|
1815
1816
|
"disabled": false,
|
1816
1817
|
"document": "Ckafka 的 Vport",
|
1817
|
-
"example": "
|
1818
|
+
"example": "9092",
|
1818
1819
|
"member": "string",
|
1819
1820
|
"name": "Vport",
|
1821
|
+
"output_required": true,
|
1820
1822
|
"required": true,
|
1821
1823
|
"type": "string",
|
1822
1824
|
"value_allowed_null": false
|
@@ -1824,9 +1826,10 @@
|
|
1824
1826
|
{
|
1825
1827
|
"disabled": false,
|
1826
1828
|
"document": "Ckafka 的 InstanceId",
|
1827
|
-
"example": "
|
1829
|
+
"example": "ckafka-8j4rotest",
|
1828
1830
|
"member": "string",
|
1829
1831
|
"name": "InstanceId",
|
1832
|
+
"output_required": true,
|
1830
1833
|
"required": true,
|
1831
1834
|
"type": "string",
|
1832
1835
|
"value_allowed_null": false
|
@@ -1834,9 +1837,10 @@
|
|
1834
1837
|
{
|
1835
1838
|
"disabled": false,
|
1836
1839
|
"document": "Ckafka 的 InstanceName",
|
1837
|
-
"example": "
|
1840
|
+
"example": "kafka协议消费监控用",
|
1838
1841
|
"member": "string",
|
1839
1842
|
"name": "InstanceName",
|
1843
|
+
"output_required": true,
|
1840
1844
|
"required": true,
|
1841
1845
|
"type": "string",
|
1842
1846
|
"value_allowed_null": false
|
@@ -1844,9 +1848,10 @@
|
|
1844
1848
|
{
|
1845
1849
|
"disabled": false,
|
1846
1850
|
"document": "Ckafka 的 TopicId",
|
1847
|
-
"example": "
|
1851
|
+
"example": "1254011820-24a0d67e-748b-4e30-9502-78779bcc5test",
|
1848
1852
|
"member": "string",
|
1849
1853
|
"name": "TopicId",
|
1854
|
+
"output_required": true,
|
1850
1855
|
"required": true,
|
1851
1856
|
"type": "string",
|
1852
1857
|
"value_allowed_null": false
|
@@ -1854,9 +1859,10 @@
|
|
1854
1859
|
{
|
1855
1860
|
"disabled": false,
|
1856
1861
|
"document": "Ckafka 的 TopicName",
|
1857
|
-
"example": "
|
1862
|
+
"example": "mrxy-business",
|
1858
1863
|
"member": "string",
|
1859
1864
|
"name": "TopicName",
|
1865
|
+
"output_required": true,
|
1860
1866
|
"required": true,
|
1861
1867
|
"type": "string",
|
1862
1868
|
"value_allowed_null": false
|
@@ -2873,7 +2879,7 @@
|
|
2873
2879
|
},
|
2874
2880
|
{
|
2875
2881
|
"disabled": false,
|
2876
|
-
"document": "通知类型。可选值:\n- Trigger - 告警触发\n- Recovery - 告警恢复\n- All - 告警触发和告警恢复\n\n\n 注意: \n- Type、NoticeReceivers和WebCallbacks
|
2882
|
+
"document": "通知类型。可选值:\n- Trigger - 告警触发\n- Recovery - 告警恢复\n- All - 告警触发和告警恢复\n\n\n 注意: \n- Type、NoticeReceivers和WebCallbacks是一组rule配置,其中Type必填,NoticeReceivers和WebCallbacks至少一个不为空;NoticeRules是另一组rule配置,其中rule不许为空\n- 2组rule配置互斥\n- rule配置 与 deliver配置(DeliverStatus与DeliverConfig)至少填写一组配置",
|
2877
2883
|
"example": "All",
|
2878
2884
|
"member": "string",
|
2879
2885
|
"name": "Type",
|
@@ -2882,7 +2888,7 @@
|
|
2882
2888
|
},
|
2883
2889
|
{
|
2884
2890
|
"disabled": false,
|
2885
|
-
"document": "通知接收对象。\n 注意: \n- Type、NoticeReceivers和WebCallbacks
|
2891
|
+
"document": "通知接收对象。\n 注意: \n- Type、NoticeReceivers和WebCallbacks是一组rule配置,其中Type必填,NoticeReceivers和WebCallbacks至少一个不为空;NoticeRules是另一组rule配置,其中rule不许为空\n- 2组rule配置互斥\n- rule配置 与 deliver配置(DeliverStatus与DeliverConfig)至少填写一组配置",
|
2886
2892
|
"example": "无",
|
2887
2893
|
"member": "NoticeReceiver",
|
2888
2894
|
"name": "NoticeReceivers",
|
@@ -2891,7 +2897,7 @@
|
|
2891
2897
|
},
|
2892
2898
|
{
|
2893
2899
|
"disabled": false,
|
2894
|
-
"document": "接口回调信息(包括企业微信)。\n 注意: \n- Type、NoticeReceivers和WebCallbacks
|
2900
|
+
"document": "接口回调信息(包括企业微信)。\n 注意: \n- Type、NoticeReceivers和WebCallbacks是一组rule配置,其中Type必填,NoticeReceivers和WebCallbacks至少一个不为空;NoticeRules是另一组rule配置,其中rule不许为空\n- 2组rule配置互斥\n- rule配置 与 deliver配置(DeliverStatus与DeliverConfig)至少填写一组配置",
|
2895
2901
|
"example": "无",
|
2896
2902
|
"member": "WebCallback",
|
2897
2903
|
"name": "WebCallbacks",
|
@@ -2900,7 +2906,7 @@
|
|
2900
2906
|
},
|
2901
2907
|
{
|
2902
2908
|
"disabled": false,
|
2903
|
-
"document": "通知规则。\n 注意: \n- Type、NoticeReceivers和WebCallbacks
|
2909
|
+
"document": "通知规则。\n 注意: \n- Type、NoticeReceivers和WebCallbacks是一组rule配置,其中Type必填,NoticeReceivers和WebCallbacks至少一个不为空;NoticeRules是另一组rule配置,其中rule不许为空\n- 2组rule配置互斥\n- rule配置 与 deliver配置(DeliverStatus与DeliverConfig)至少填写一组配置\n\n",
|
2904
2910
|
"example": "无",
|
2905
2911
|
"member": "NoticeRule",
|
2906
2912
|
"name": "NoticeRules",
|
@@ -3236,7 +3242,7 @@
|
|
3236
3242
|
},
|
3237
3243
|
{
|
3238
3244
|
"disabled": false,
|
3239
|
-
"document": "
|
3245
|
+
"document": "日志源类型。支持 container_stdout:容器标准输出;container_file:容器文件路径;host_file:节点文件路径。",
|
3240
3246
|
"example": "container_stdout",
|
3241
3247
|
"member": "string",
|
3242
3248
|
"name": "Type",
|
@@ -3245,7 +3251,7 @@
|
|
3245
3251
|
},
|
3246
3252
|
{
|
3247
3253
|
"disabled": false,
|
3248
|
-
"document": "
|
3254
|
+
"document": "采集的日志类型,默认为minimalist_log。支持以下类型:\n- json_log代表:JSON-文件日志(详见[使用 JSON 提取模式采集日志](https://cloud.tencent.com/document/product/614/17419));\n- delimiter_log代表:分隔符-文件日志(详见[使用分隔符提取模式采集日志](https://cloud.tencent.com/document/product/614/17420));\n- minimalist_log代表:单行全文-文件日志(详见[使用单行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17421));\n- fullregex_log代表:单行完全正则-文件日志(详见[使用单行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52365));\n- multiline_log代表:多行全文-文件日志(详见[使用多行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17422));\n- multiline_fullregex_log代表:多行完全正则-文件日志(详见[使用多行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52366));\n- user_define_log代表:组合解析(适用于多格式嵌套的日志,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310))。",
|
3249
3255
|
"example": "minimalist_log",
|
3250
3256
|
"member": "string",
|
3251
3257
|
"name": "LogType",
|
@@ -3254,7 +3260,7 @@
|
|
3254
3260
|
},
|
3255
3261
|
{
|
3256
3262
|
"disabled": false,
|
3257
|
-
"document": "
|
3263
|
+
"document": "采集配置标记。\n- 目前只支持label_k8s,用于标记自建k8s集群使用的采集配置\n",
|
3258
3264
|
"example": "label_k8s",
|
3259
3265
|
"member": "string",
|
3260
3266
|
"name": "ConfigFlag",
|
@@ -3290,7 +3296,7 @@
|
|
3290
3296
|
},
|
3291
3297
|
{
|
3292
3298
|
"disabled": false,
|
3293
|
-
"document": "
|
3299
|
+
"document": "节点文件路径类型配置。",
|
3294
3300
|
"example": "无",
|
3295
3301
|
"member": "HostFileInfo",
|
3296
3302
|
"name": "HostFile",
|
@@ -3299,7 +3305,7 @@
|
|
3299
3305
|
},
|
3300
3306
|
{
|
3301
3307
|
"disabled": false,
|
3302
|
-
"document": "
|
3308
|
+
"document": "容器文件路径类型配置。",
|
3303
3309
|
"example": "无",
|
3304
3310
|
"member": "ContainerFileInfo",
|
3305
3311
|
"name": "ContainerFile",
|
@@ -3308,7 +3314,7 @@
|
|
3308
3314
|
},
|
3309
3315
|
{
|
3310
3316
|
"disabled": false,
|
3311
|
-
"document": "
|
3317
|
+
"document": "容器标准输出类型配置。",
|
3312
3318
|
"example": "无",
|
3313
3319
|
"member": "ContainerStdoutInfo",
|
3314
3320
|
"name": "ContainerStdout",
|
@@ -3317,7 +3323,7 @@
|
|
3317
3323
|
},
|
3318
3324
|
{
|
3319
3325
|
"disabled": false,
|
3320
|
-
"document": "
|
3326
|
+
"document": "日志格式化方式,用于容器采集场景。\n- stdout-docker-json:用于docker容器采集场景\n- stdout-containerd:用于containerd容器采集场景",
|
3321
3327
|
"example": "无",
|
3322
3328
|
"member": "string",
|
3323
3329
|
"name": "LogFormat",
|
@@ -3344,7 +3350,7 @@
|
|
3344
3350
|
},
|
3345
3351
|
{
|
3346
3352
|
"disabled": false,
|
3347
|
-
"document": "
|
3353
|
+
"document": "组合解析采集规则,用于复杂场景下的日志采集。\n- 取值参考:[使用组合解析提取模式采集日志\n](https://cloud.tencent.com/document/product/614/61310)",
|
3348
3354
|
"example": "无",
|
3349
3355
|
"member": "string",
|
3350
3356
|
"name": "UserDefineRule",
|
@@ -3380,8 +3386,8 @@
|
|
3380
3386
|
},
|
3381
3387
|
{
|
3382
3388
|
"disabled": false,
|
3383
|
-
"document": "高级采集配置。 Json字符串, Key/Value定义为如下:\n- ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时\n- ClsAgentMaxDepth(最大目录深度),取值范围: 大于等于0的整数\n- ClsAgentParseFailMerge(合并解析失败日志),取值范围: true或false\n
|
3384
|
-
"example": "{
|
3389
|
+
"document": "高级采集配置。 Json字符串, Key/Value定义为如下:\n- ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时\n- ClsAgentMaxDepth(最大目录深度),取值范围: 大于等于0的整数\n- ClsAgentParseFailMerge(合并解析失败日志),取值范围: true或false\n- ClsAgentDefault(自定义默认值,无特殊含义,用于清空其他选项),建议取值0\n",
|
3390
|
+
"example": "{\\\"ClsAgentFileTimeout\\\":0,\\\"ClsAgentMaxDepth\\\":10,\\\"ClsAgentParseFailMerge\\\":true}",
|
3385
3391
|
"member": "string",
|
3386
3392
|
"name": "AdvancedConfig",
|
3387
3393
|
"required": false,
|
@@ -3396,7 +3402,7 @@
|
|
3396
3402
|
{
|
3397
3403
|
"disabled": false,
|
3398
3404
|
"document": "采集配置扩展信息ID",
|
3399
|
-
"example": "
|
3405
|
+
"example": "6ef60bec-0242-43af-bb20-270359fb54a8",
|
3400
3406
|
"member": "string",
|
3401
3407
|
"name": "ConfigExtraId",
|
3402
3408
|
"output_required": true,
|
@@ -3751,7 +3757,7 @@
|
|
3751
3757
|
},
|
3752
3758
|
{
|
3753
3759
|
"disabled": false,
|
3754
|
-
"document": "加工语句。[创建加工任务](https://cloud.tencent.com/document/product/614/63940) [函数总览](https://cloud.tencent.com/document/product/614/70395)",
|
3760
|
+
"document": "加工语句。 当FuncType为2时,EtlContent必须使用[log_auto_output](https://cloud.tencent.com/document/product/614/70733#b3c58797-4825-4807-bef4-68106e25024f) \n\n其他参考文档:\n\n- [创建加工任务](https://cloud.tencent.com/document/product/614/63940) \n- [函数总览](https://cloud.tencent.com/document/product/614/70395)",
|
3755
3761
|
"example": "fields_drop(\"message\")",
|
3756
3762
|
"member": "string",
|
3757
3763
|
"name": "EtlContent",
|
@@ -3803,7 +3809,7 @@
|
|
3803
3809
|
{
|
3804
3810
|
"disabled": false,
|
3805
3811
|
"document": "任务id",
|
3806
|
-
"example": "
|
3812
|
+
"example": "abdeace6-9484-4d2e-b670-28289c42b60f",
|
3807
3813
|
"member": "string",
|
3808
3814
|
"name": "TaskId",
|
3809
3815
|
"output_required": true,
|
@@ -4240,7 +4246,7 @@
|
|
4240
4246
|
},
|
4241
4247
|
{
|
4242
4248
|
"disabled": false,
|
4243
|
-
"document": "
|
4249
|
+
"document": "创建机器组类型。取值如下:\n- Type:ip,Values中为ip字符串列表创建机器组\n- Type:label,Values中为标签字符串列表创建机器组",
|
4244
4250
|
"example": "无",
|
4245
4251
|
"member": "MachineGroupTypeInfo",
|
4246
4252
|
"name": "MachineGroupType",
|
@@ -4312,7 +4318,7 @@
|
|
4312
4318
|
},
|
4313
4319
|
{
|
4314
4320
|
"disabled": false,
|
4315
|
-
"document": "
|
4321
|
+
"document": "系统类型,取值如下:\n- 0:Linux (默认值)\n- 1:Windows",
|
4316
4322
|
"example": "0",
|
4317
4323
|
"member": "uint64",
|
4318
4324
|
"name": "OSType",
|
@@ -5521,7 +5527,7 @@
|
|
5521
5527
|
{
|
5522
5528
|
"disabled": false,
|
5523
5529
|
"document": "数据加工任务id",
|
5524
|
-
"example": "
|
5530
|
+
"example": "4c216645-01f2-414d-8a87-719b97ba205a",
|
5525
5531
|
"member": "string",
|
5526
5532
|
"name": "TaskId",
|
5527
5533
|
"required": true,
|
@@ -6102,7 +6108,7 @@
|
|
6102
6108
|
"members": [
|
6103
6109
|
{
|
6104
6110
|
"disabled": false,
|
6105
|
-
"document": "
|
6111
|
+
"document": "过滤器,支持如下选项:\nname\n- 按照【特殊采集配置名称】进行模糊匹配过滤。\n- 类型:String\n\nconfigExtraId\n- 按照【特殊采集配置ID】进行过滤。\n- 类型:String\n\ntopicId\n- 按照【日志主题】进行过滤。\n- 类型:String\n\nmachineGroupId\n- 按照【机器组ID】进行过滤。\n- 类型:String\n\n每次请求的Filters的上限为10,Filter.Values的上限为5。",
|
6106
6112
|
"example": "无",
|
6107
6113
|
"member": "Filter",
|
6108
6114
|
"name": "Filters",
|
@@ -7988,7 +7994,7 @@
|
|
7988
7994
|
},
|
7989
7995
|
{
|
7990
7996
|
"disabled": false,
|
7991
|
-
"document": "是否为标准json。 0:否; 1:是。\n
|
7997
|
+
"document": "是否为标准json。 0:否; 1:是。\n- 标准json指采集器使用业界标准开源解析器进行json解析,非标json指采集器使用CLS自研json解析器进行解析,两种解析器没有本质区别,建议客户使用标准json进行解析。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7992
7998
|
"example": "0",
|
7993
7999
|
"member": "int64",
|
7994
8000
|
"name": "JsonStandard",
|
@@ -10039,7 +10045,7 @@
|
|
10039
10045
|
{
|
10040
10046
|
"disabled": false,
|
10041
10047
|
"document": "采集配置扩展信息id",
|
10042
|
-
"example": "
|
10048
|
+
"example": "6ef60bec-0242-43af-bb20-270359fb54a8",
|
10043
10049
|
"member": "string",
|
10044
10050
|
"name": "ConfigExtraId",
|
10045
10051
|
"required": true,
|
@@ -10057,7 +10063,7 @@
|
|
10057
10063
|
{
|
10058
10064
|
"disabled": false,
|
10059
10065
|
"document": "日志主题id",
|
10060
|
-
"example": "
|
10066
|
+
"example": "6ef60bec-0242-43af-bb20-270359fb54a8",
|
10061
10067
|
"member": "string",
|
10062
10068
|
"name": "TopicId",
|
10063
10069
|
"required": false,
|
@@ -10074,7 +10080,7 @@
|
|
10074
10080
|
},
|
10075
10081
|
{
|
10076
10082
|
"disabled": false,
|
10077
|
-
"document": "
|
10083
|
+
"document": "采集配置标记。\n- 目前只支持label_k8s,用于标记自建k8s集群使用的采集配置",
|
10078
10084
|
"example": "无",
|
10079
10085
|
"member": "ContainerFileInfo",
|
10080
10086
|
"name": "ContainerFile",
|
@@ -10092,7 +10098,7 @@
|
|
10092
10098
|
},
|
10093
10099
|
{
|
10094
10100
|
"disabled": false,
|
10095
|
-
"document": "
|
10101
|
+
"document": "采集的日志类型,默认为minimalist_log。支持以下类型:\n- json_log代表:JSON-文件日志(详见[使用 JSON 提取模式采集日志](https://cloud.tencent.com/document/product/614/17419));\n- delimiter_log代表:分隔符-文件日志(详见[使用分隔符提取模式采集日志](https://cloud.tencent.com/document/product/614/17420));\n- minimalist_log代表:单行全文-文件日志(详见[使用单行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17421));\n- fullregex_log代表:单行完全正则-文件日志(详见[使用单行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52365));\n- multiline_log代表:多行全文-文件日志(详见[使用多行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17422));\n- multiline_fullregex_log代表:多行完全正则-文件日志(详见[使用多行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52366));\n- user_define_log代表:组合解析(适用于多格式嵌套的日志,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310))。",
|
10096
10102
|
"example": "minimalist_log",
|
10097
10103
|
"member": "string",
|
10098
10104
|
"name": "LogType",
|
@@ -10101,7 +10107,7 @@
|
|
10101
10107
|
},
|
10102
10108
|
{
|
10103
10109
|
"disabled": false,
|
10104
|
-
"document": "
|
10110
|
+
"document": "日志格式化方式,用于容器采集场景。\n- stdout-docker-json:用于docker容器采集场景\n- stdout-containerd:用于containerd容器采集场景",
|
10105
10111
|
"example": "无",
|
10106
10112
|
"member": "string",
|
10107
10113
|
"name": "LogFormat",
|
@@ -10128,7 +10134,7 @@
|
|
10128
10134
|
},
|
10129
10135
|
{
|
10130
10136
|
"disabled": false,
|
10131
|
-
"document": "
|
10137
|
+
"document": "组合解析采集规则,用于复杂场景下的日志采集。\n- 取值参考:[使用组合解析提取模式采集日志\n](https://cloud.tencent.com/document/product/614/61310)",
|
10132
10138
|
"example": "无",
|
10133
10139
|
"member": "string",
|
10134
10140
|
"name": "UserDefineRule",
|
@@ -10147,7 +10153,7 @@
|
|
10147
10153
|
{
|
10148
10154
|
"disabled": false,
|
10149
10155
|
"document": "机器组ID",
|
10150
|
-
"example": "
|
10156
|
+
"example": "6ef60bec-0242-43af-bb20-270359fb54a8",
|
10151
10157
|
"member": "string",
|
10152
10158
|
"name": "GroupId",
|
10153
10159
|
"required": false,
|
@@ -10165,7 +10171,7 @@
|
|
10165
10171
|
{
|
10166
10172
|
"disabled": false,
|
10167
10173
|
"document": "日志集ID",
|
10168
|
-
"example": "
|
10174
|
+
"example": "6ef60bec-0242-43af-bb20-270359fb54a8",
|
10169
10175
|
"member": "string",
|
10170
10176
|
"name": "LogsetId",
|
10171
10177
|
"required": false,
|
@@ -10174,7 +10180,7 @@
|
|
10174
10180
|
{
|
10175
10181
|
"disabled": false,
|
10176
10182
|
"document": "日志集name",
|
10177
|
-
"example": "
|
10183
|
+
"example": "test-logset",
|
10178
10184
|
"member": "string",
|
10179
10185
|
"name": "LogsetName",
|
10180
10186
|
"required": false,
|
@@ -10183,7 +10189,7 @@
|
|
10183
10189
|
{
|
10184
10190
|
"disabled": false,
|
10185
10191
|
"document": "日志主题name",
|
10186
|
-
"example": "
|
10192
|
+
"example": "test-topic",
|
10187
10193
|
"member": "string",
|
10188
10194
|
"name": "TopicName",
|
10189
10195
|
"required": false,
|
@@ -10191,8 +10197,8 @@
|
|
10191
10197
|
},
|
10192
10198
|
{
|
10193
10199
|
"disabled": false,
|
10194
|
-
"document": "高级采集配置。 Json字符串, Key/Value定义为如下:\n- ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时\n- ClsAgentMaxDepth(最大目录深度),取值范围: 大于等于0的整数\n- ClsAgentParseFailMerge(合并解析失败日志),取值范围: true或false\n
|
10195
|
-
"example": "{
|
10200
|
+
"document": "高级采集配置。 Json字符串, Key/Value定义为如下:\n- ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时\n- ClsAgentMaxDepth(最大目录深度),取值范围: 大于等于0的整数\n- ClsAgentParseFailMerge(合并解析失败日志),取值范围: true或false\n- ClsAgentDefault(自定义默认值,无特殊含义,用于清空其他选项),建议取值0\n",
|
10201
|
+
"example": "{\\\"ClsAgentFileTimeout\\\":0,\\\"ClsAgentMaxDepth\\\":10,\\\"ClsAgentParseFailMerge\\\":true}",
|
10196
10202
|
"member": "string",
|
10197
10203
|
"name": "AdvancedConfig",
|
10198
10204
|
"required": false,
|
@@ -10533,7 +10539,7 @@
|
|
10533
10539
|
{
|
10534
10540
|
"disabled": false,
|
10535
10541
|
"document": "加工任务id",
|
10536
|
-
"example": "
|
10542
|
+
"example": "abdeace6-9484-4d2e-b670-28289c42b60f",
|
10537
10543
|
"member": "string",
|
10538
10544
|
"name": "TaskId",
|
10539
10545
|
"required": true,
|
@@ -10550,8 +10556,8 @@
|
|
10550
10556
|
},
|
10551
10557
|
{
|
10552
10558
|
"disabled": false,
|
10553
|
-
"document": "
|
10554
|
-
"example": "
|
10559
|
+
"document": "加工语句。 当FuncType为2时,EtlContent必须使用[log_auto_output](https://cloud.tencent.com/document/product/614/70733#b3c58797-4825-4807-bef4-68106e25024f) \n\n其他参考文档:\n\n- [创建加工任务](https://cloud.tencent.com/document/product/614/63940) \n- [函数总览](https://cloud.tencent.com/document/product/614/70395)",
|
10560
|
+
"example": "fields_drop(\"message\")",
|
10555
10561
|
"member": "string",
|
10556
10562
|
"name": "EtlContent",
|
10557
10563
|
"required": false,
|
@@ -11466,7 +11472,7 @@
|
|
11466
11472
|
},
|
11467
11473
|
{
|
11468
11474
|
"disabled": false,
|
11469
|
-
"document": "
|
11475
|
+
"document": "允许接收信息的开始时间。格式:`15:04:05`,必填。",
|
11470
11476
|
"example": "10:04:05",
|
11471
11477
|
"member": "string",
|
11472
11478
|
"name": "StartTime",
|
@@ -11477,7 +11483,7 @@
|
|
11477
11483
|
},
|
11478
11484
|
{
|
11479
11485
|
"disabled": false,
|
11480
|
-
"document": "
|
11486
|
+
"document": "允许接收信息的结束时间。格式:`15:04:05`,必填。",
|
11481
11487
|
"example": "20:04:05",
|
11482
11488
|
"member": "string",
|
11483
11489
|
"name": "EndTime",
|
@@ -11488,7 +11494,7 @@
|
|
11488
11494
|
},
|
11489
11495
|
{
|
11490
11496
|
"disabled": false,
|
11491
|
-
"document": "位序。\n\n-
|
11497
|
+
"document": "位序。\n\n- 入参时无效。\n- 出参时有效。",
|
11492
11498
|
"example": "1",
|
11493
11499
|
"member": "int64",
|
11494
11500
|
"name": "Index",
|
@@ -11527,7 +11533,7 @@
|
|
11527
11533
|
},
|
11528
11534
|
{
|
11529
11535
|
"disabled": false,
|
11530
|
-
"document": "匹配规则 JSON串。\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1,2]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}\n`\n
|
11536
|
+
"document": "匹配规则 JSON串。\n**rule格式为如下嵌套结构体JSON字符串**\n```\n{\n \"Value\": \"AND\",\n \"Type\": \"Operation\",\n \"Children\": [\n {\n \"Value\": \"OR\",\n \"Type\": \"Operation\",\n \"Children\": [\n {\n \"Type\": \"Condition\",\n \"Value\": \"Level\",\n \"Children\": [\n {\n \"Value\": \"In\",\n \"Type\": \"Compare\"\n },\n {\n \"Value\": \"[1,0]\",\n \"Type\": \"Value\"\n }\n ]\n },\n {\n \"Type\": \"Condition\",\n \"Value\": \"Level\",\n \"Children\": [\n {\n \"Value\": \"NotIn\",\n \"Type\": \"Compare\"\n },\n {\n \"Value\": \"[2]\",\n \"Type\": \"Value\"\n }\n ]\n }\n ]\n }\n ]\n}\n```\n**rule规则树限制规则如下**:\n- 顶层rule中Type可取值:`Condition`,`Operation`\n- Type为`Operation`的子节点支持的Type可取值:`Condition`,`Operation`\n- Type为`Condition`的子节点支持的Type可取值:`String`,`Compare`,`Array`,`TimeRange`,`Value`,`Key`\n- 其他Type无子节点\n- 当rule Type为`Operation`时,value可取值:`AND`,`OR`\n- 当rule Type为`Condition`时,value不可为空,子节点个数不能小于2\n - 当子节点Type为 `Compare` 时,value可取值:`>`,`<`,`>=`,`<=`,`=`,`!=`,`Between`,`NotBetween`,`=~`,`!=~`,`In`,`NotIn`\n - value为`Between`,`NotBetween`时,下一个子节点value必须是长度为2的数组\n - value为`=~`,`!=~`时,下一个子节点value必须是一个正则表达式\n - value为`In`,`NotIn`时, 下一个子节点value必须是一个数组\n\n**业务参数含义**:\n- Type:Condition 表示是规则条件,Value:Level 表示告警等级\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`\n - 下一个子节点value支持的值:0(警告),1(提醒),2 (紧急)\n以下示例表示:告警等级属于提醒\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Level\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:NotifyType 表示通知类型\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`\n - 下一个子节点value支持的值:1(告警通知),2 (恢复通知)\n以下示例表示:通知类型属于告警通知或通知类型不属于恢复通知\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"NotIn\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[2]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:AlarmID 表示告警策略\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`\n - 下一个子节点value支持的值:告警策略id数组\n以下示例表示:告警策略属于alarm-53af048c-254b-4c73-bb48-xxx,alarm-6dfa8bc5-08da-4d64-b6cb-xxx或告警策略不属于alarm-1036314c-1e49-4cee-a8fb-xxx\n`\"{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmID\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\\\\\",\\\\\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmID\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"NotIn\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\"\n`\n\n- Type:Condition 表示是规则条件,Value:AlarmName 表示告警策略名称\n - 子节点Type支持`Compare`,Value支持`=~`,`!=~`\n - 下一个子节点value支持的值:必须是正则表达式\n以下示例表示:告警策略名称正则匹配^test$或告警策略名称正则不匹配^hahaha$\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmName\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^test$\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"AlarmName\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"!=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^hahaha$\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:Label 表示告警分类字段\n - 子节点Type支持`Compare`,Value支持`In`,`NotIn`,`=~`,`!=~`\n - 下一个子节点value支持的值:`In`,`NotIn` 时value是数组,`=~`,`!=~`时value是正则表达式\n以下示例表示:告警分类字段key1属于v1或告警分类字段key2不属于v2或告警分类字段key3正则匹配^test$或告警分类字段key4正则不匹配^hahaha$\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key1\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"v1\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key2\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"NotIn\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"v2\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key3\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^test$\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Label\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"key4\\\",\\\"Type\\\":\\\"Key\\\"},{\\\"Value\\\":\\\"!=~\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"^hahaha$\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:NotifyTime 表示通知时间\n - 子节点Type支持`Compare`,Value支持`Between `,`NotBetween `\n - 下一个子节点value支持的值:长度为2,格式为`14:20:36`的字符串数组\n以下示例表示:通知时间在指定范围内14:18:36至14:33:36或通知时间不在指定范围内14:20:36至14:30:36\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyTime\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"Between\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"14:18:36\\\\\\\",\\\\\\\"14:33:36\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyTime\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"NotBetween\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[\\\\\\\"14:20:36\\\\\\\",\\\\\\\"14:30:36\\\\\\\"]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n\n- Type:Condition 表示是规则条件,Value:Duration 表示告警持续时间\n - 子节点Type支持`Compare`,Value支持`>`,`<`,`>=`,`<=`\n - 下一个子节点value支持的值:整型值单位分钟\n以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟\n`{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"OR\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\">\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":1,\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\">=\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":2,\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"<\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":3,\\\"Type\\\":\\\"Value\\\"}]},{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"Duration\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"<=\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":4,\\\"Type\\\":\\\"Value\\\"}]}]}]}\n`\n注意:此字段可能返回 null,表示取不到有效值。",
|
11531
11537
|
"example": "{\\\"Value\\\":\\\"AND\\\",\\\"Type\\\":\\\"Operation\\\",\\\"Children\\\":[{\\\"Type\\\":\\\"Condition\\\",\\\"Value\\\":\\\"NotifyType\\\",\\\"Children\\\":[{\\\"Value\\\":\\\"In\\\",\\\"Type\\\":\\\"Compare\\\"},{\\\"Value\\\":\\\"[1,2]\\\",\\\"Type\\\":\\\"Value\\\"}]}]}",
|
11532
11538
|
"member": "string",
|
11533
11539
|
"name": "Rule",
|
@@ -11846,19 +11852,21 @@
|
|
11846
11852
|
{
|
11847
11853
|
"disabled": false,
|
11848
11854
|
"document": "日志内容",
|
11849
|
-
"example": "
|
11855
|
+
"example": "{\\\"AgentStartTime\\\":\\\"6557160\\\",\\\"AvailConnNum\\\":\\\"1\\\",\\\"AvgReqSize\\\":\\\"0\\\",\\\"ConfigMinVer\\\":\\\"1715073167340919\\\",\\\"CpuMax\\\":\\\"0\\\",\\\"CpuUsage\\\":\\\"5\\\",\\\"DirMax\\\":\\\"5000\\\",\\\"FileMax\\\":\\\"15000\\\",\\\"IP\\\":\\\"9.135.76.114\\\",\\\"InstanceId\\\":\\\"loglistener-24bf21cb-0327-fc1d-be4e-5e056dadxxx\\\",\\\"Label\\\":\\\"\\\",\\\"LogConfigCnt\\\":\\\"5000\\\",\\\"MemMax\\\":\\\"2097152000\\\",\\\"MemoryUsed\\\":\\\"66678784\\\",\\\"MonitorDirs\\\":\\\"4\\\",\\\"MonitorFiles\\\":\\\"0\\\",\\\"OpenFiles\\\":\\\"0\\\",\\\"ParseFailureLogCount\\\":\\\"0\\\",\\\"QueueSize\\\":\\\"0\\\",\\\"ReadEventCnt\\\":\\\"188\\\",\\\"ResendCnt\\\":\\\"0\\\",\\\"SendAvgCost\\\":\\\"0\\\",\\\"SendFailureLogCount\\\":\\\"0\\\",\\\"SendFailureLogSize\\\":\\\"0\\\",\\\"SendFailureReqs\\\":\\\"0\\\",\\\"SendSuccessLogCount\\\":\\\"0\\\",\\\"SendSuccessLogSize\\\":\\\"0\\\",\\\"SendSuccessReqs\\\":\\\"0\\\",\\\"SendTimeoutLogCount\\\":\\\"0\\\",\\\"SendTimeoutLogSize\\\":\\\"0\\\",\\\"SendTimeoutReqs\\\":\\\"0\\\",\\\"Status\\\":\\\"22\\\",\\\"TotalFinishRsps\\\":\\\"0\\\",\\\"TotalParseLogCount\\\":\\\"0\\\",\\\"TotalSendLogCount\\\":\\\"0\\\",\\\"TotalSendLogSize\\\":\\\"0\\\",\\\"TotalSendReqs\\\":\\\"0\\\",\\\"TotalSuccessFromStart\\\":\\\"0\\\",\\\"Version\\\":\\\"2.9.0\\\",\\\"__FILENAME__\\\":\\\"status\\\",\\\"__SOURCE__\\\":\\\"9.135.76.114\\\"}",
|
11850
11856
|
"member": "string",
|
11851
11857
|
"name": "LogContent",
|
11858
|
+
"output_required": true,
|
11852
11859
|
"required": true,
|
11853
11860
|
"type": "string",
|
11854
11861
|
"value_allowed_null": false
|
11855
11862
|
},
|
11856
11863
|
{
|
11857
11864
|
"disabled": false,
|
11858
|
-
"document": "
|
11859
|
-
"example": "
|
11865
|
+
"document": "行号。从0开始",
|
11866
|
+
"example": "0",
|
11860
11867
|
"member": "int64",
|
11861
11868
|
"name": "LineNum",
|
11869
|
+
"output_required": true,
|
11862
11870
|
"required": true,
|
11863
11871
|
"type": "int",
|
11864
11872
|
"value_allowed_null": false
|
@@ -11866,39 +11874,43 @@
|
|
11866
11874
|
{
|
11867
11875
|
"disabled": false,
|
11868
11876
|
"document": "目标日志主题",
|
11869
|
-
"example": "
|
11877
|
+
"example": "4c216645-01f2-414d-8a87-719b97baxxx",
|
11870
11878
|
"member": "string",
|
11871
11879
|
"name": "DstTopicId",
|
11880
|
+
"output_required": true,
|
11872
11881
|
"required": false,
|
11873
11882
|
"type": "string",
|
11874
11883
|
"value_allowed_null": false
|
11875
11884
|
},
|
11876
11885
|
{
|
11877
11886
|
"disabled": false,
|
11878
|
-
"document": "
|
11887
|
+
"document": "失败错误信息, 空字符串\"\"表示正常",
|
11879
11888
|
"example": "error",
|
11880
11889
|
"member": "string",
|
11881
11890
|
"name": "FailReason",
|
11891
|
+
"output_required": true,
|
11882
11892
|
"required": false,
|
11883
11893
|
"type": "string",
|
11884
11894
|
"value_allowed_null": false
|
11885
11895
|
},
|
11886
11896
|
{
|
11887
11897
|
"disabled": false,
|
11888
|
-
"document": "
|
11889
|
-
"example": "
|
11898
|
+
"document": "日志时间,格式:`2024-05-07 17:13:17.105`\n\n- 入参时无效\n- 出参时有效,为日志中的时间格式",
|
11899
|
+
"example": "2024-05-07 17:13:17.105",
|
11890
11900
|
"member": "string",
|
11891
11901
|
"name": "Time",
|
11902
|
+
"output_required": true,
|
11892
11903
|
"required": false,
|
11893
11904
|
"type": "string",
|
11894
11905
|
"value_allowed_null": false
|
11895
11906
|
},
|
11896
11907
|
{
|
11897
|
-
"disabled":
|
11908
|
+
"disabled": true,
|
11898
11909
|
"document": "目标topic-name\n注意:此字段可能返回 null,表示取不到有效值。",
|
11899
11910
|
"example": "Name",
|
11900
11911
|
"member": "string",
|
11901
11912
|
"name": "DstTopicName",
|
11913
|
+
"output_required": true,
|
11902
11914
|
"required": false,
|
11903
11915
|
"type": "string",
|
11904
11916
|
"value_allowed_null": true
|
@@ -12468,6 +12480,16 @@
|
|
12468
12480
|
"output_required": true,
|
12469
12481
|
"type": "int",
|
12470
12482
|
"value_allowed_null": true
|
12483
|
+
},
|
12484
|
+
{
|
12485
|
+
"disabled": false,
|
12486
|
+
"document": "是否开启投递服务日志。1:关闭,2:开启。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12487
|
+
"example": "1",
|
12488
|
+
"member": "uint64",
|
12489
|
+
"name": "HasServicesLog",
|
12490
|
+
"output_required": false,
|
12491
|
+
"type": "int",
|
12492
|
+
"value_allowed_null": true
|
12471
12493
|
}
|
12472
12494
|
],
|
12473
12495
|
"usage": "out"
|
@@ -13692,7 +13714,7 @@
|
|
13692
13714
|
},
|
13693
13715
|
{
|
13694
13716
|
"disabled": false,
|
13695
|
-
"document": "回调方法。可选值:\n- POST
|
13717
|
+
"document": "回调方法。可选值:\n- POST(默认值)\n- PUT\n\n注意:\n- 参数CallbackType为Http时为必选。\n注意:此字段可能返回 null,表示取不到有效值。",
|
13696
13718
|
"example": "POST",
|
13697
13719
|
"member": "string",
|
13698
13720
|
"name": "Method",
|
@@ -269,7 +269,7 @@
|
|
269
269
|
"DeleteDataTransform": [
|
270
270
|
{
|
271
271
|
"document": "删除数据加工任务",
|
272
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDataTransform\n<公共请求参数>\n\n{\n \"TaskId\": \"
|
272
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDataTransform\n<公共请求参数>\n\n{\n \"TaskId\": \"4c216645-01f2-414d-8a87-719b97ba205a\"\n}",
|
273
273
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
274
274
|
"title": "删除数据加工任务"
|
275
275
|
}
|
@@ -625,7 +625,7 @@
|
|
625
625
|
"ModifyConfigExtra": [
|
626
626
|
{
|
627
627
|
"document": "修改特殊采集配置任务",
|
628
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyConfigExtra\n<公共请求参数>\n\n{\n \"ConfigExtraId\": \"
|
628
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyConfigExtra\n<公共请求参数>\n\n{\n \"ConfigExtraId\": \"6ef60bec-0242-43af-bb20-270359fb54a8\",\n \"Name\": \"testname\",\n \"TopicId\": \"6ef60bec-0242-43af-bb20-270359fb54a8\",\n \"Type\": \"host_file\",\n \"HostFile\": {\n \"LogPath\": \"/var/log/tmep\",\n \"FilePattern\": \"*.log\",\n \"CustomLabels\": [\n \"key1=value1\",\n \"key=value2\"\n ]\n },\n \"LogType\": \"minimalist_log\",\n \"ExtractRule\": {\n \"TimeKey\": \"date\",\n \"TimeFormat\": \"%Y-%m-%d %H:%M:%S\",\n \"Delimiter\": \"|\",\n \"LogRegex\": \".*\",\n \"BeginRegex\": \"^\",\n \"Keys\": [\n \"date\",\n \"\",\n \"content\"\n ],\n \"FilterKeyRegex\": [\n {\n \"Key\": \"xxx-xxx\",\n \"Regex\": \"ssss\"\n }\n ],\n \"UnMatchLogKey\": \"testlog\",\n \"UnMatchUpLoadSwitch\": true,\n \"Backtracking\": -1\n },\n \"ExcludePaths\": [\n {\n \"Type\": \"xxx-xxx\",\n \"Value\": \"xxx-xxx\"\n }\n ],\n \"UserDefineRule\": \"xxx-xxx\"\n}",
|
629
629
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a8\"\n }\n}",
|
630
630
|
"title": "修改特殊采集配置任务"
|
631
631
|
}
|
@@ -4403,6 +4403,7 @@
|
|
4403
4403
|
"example": "无",
|
4404
4404
|
"member": "uint64",
|
4405
4405
|
"name": "TotalCount",
|
4406
|
+
"output_required": true,
|
4406
4407
|
"type": "int",
|
4407
4408
|
"value_allowed_null": false
|
4408
4409
|
},
|
@@ -4412,6 +4413,7 @@
|
|
4412
4413
|
"example": "无",
|
4413
4414
|
"member": "ZoneInfo",
|
4414
4415
|
"name": "ZoneSet",
|
4416
|
+
"output_required": true,
|
4415
4417
|
"type": "list",
|
4416
4418
|
"value_allowed_null": false
|
4417
4419
|
},
|
@@ -11942,6 +11942,15 @@
|
|
11942
11942
|
"name": "ApproverSignRole",
|
11943
11943
|
"required": false,
|
11944
11944
|
"type": "string"
|
11945
|
+
},
|
11946
|
+
{
|
11947
|
+
"disabled": false,
|
11948
|
+
"document": "印章Id,签署控件类型为印章时,用于指定本企业签署方在解除协议中使用那个印章进行签署",
|
11949
|
+
"example": "无",
|
11950
|
+
"member": "string",
|
11951
|
+
"name": "ApproverSignSealId",
|
11952
|
+
"required": false,
|
11953
|
+
"type": "string"
|
11945
11954
|
}
|
11946
11955
|
],
|
11947
11956
|
"usage": "in"
|