tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/aca/__init__.py +4 -0
- tccli/services/aca/aca_client.py +578 -0
- tccli/services/aca/v20210323/api.json +3715 -0
- tccli/services/aca/v20210323/examples.json +69 -0
- tccli/services/aiart/v20221229/api.json +18 -9
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +10 -7
- tccli/services/batch/v20170312/api.json +641 -566
- tccli/services/batch/v20170312/examples.json +7 -7
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +32 -30
- tccli/services/cam/v20190116/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +31 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +214 -207
- tccli/services/cdb/v20170320/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +16 -5
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +8 -13
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +84 -84
- tccli/services/cfs/v20190719/examples.json +6 -6
- tccli/services/chdfs/v20201112/api.json +18 -17
- tccli/services/chdfs/v20201112/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +184 -162
- tccli/services/cloudapp/v20220530/api.json +1 -1
- tccli/services/cloudapp/v20220530/examples.json +3 -3
- tccli/services/cloudaudit/v20190319/api.json +21 -17
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +21 -21
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/config/v20220802/api.json +2 -0
- tccli/services/config/v20220802/examples.json +2 -2
- tccli/services/dcdb/v20180411/api.json +390 -387
- tccli/services/dcdb/v20180411/examples.json +14 -14
- tccli/services/dlc/v20210125/api.json +162 -7
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +37 -37
- tccli/services/domain/v20180808/examples.json +16 -10
- tccli/services/dsgc/v20190723/api.json +1796 -1623
- tccli/services/dsgc/v20190723/examples.json +217 -211
- tccli/services/dts/v20180330/api.json +143 -106
- tccli/services/dts/v20211206/api.json +57 -46
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +6 -6
- tccli/services/emr/v20190103/api.json +80 -20
- tccli/services/ess/ess_client.py +61 -8
- tccli/services/ess/v20201111/api.json +267 -37
- tccli/services/ess/v20201111/examples.json +11 -3
- tccli/services/essbasic/essbasic_client.py +167 -8
- tccli/services/essbasic/v20210526/api.json +527 -54
- tccli/services/essbasic/v20210526/examples.json +46 -16
- tccli/services/facefusion/v20220927/api.json +12 -1
- tccli/services/fmu/v20191213/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +200 -209
- tccli/services/hai/v20230812/api.json +1 -1
- tccli/services/iss/v20230517/api.json +11 -11
- tccli/services/iss/v20230517/examples.json +31 -31
- tccli/services/keewidb/v20220308/api.json +92 -82
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lighthouse/v20200324/api.json +18 -18
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/v20180801/api.json +27 -9
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +285 -263
- tccli/services/mariadb/v20170312/examples.json +12 -12
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +222 -0
- tccli/services/monitor/v20180724/examples.json +16 -0
- tccli/services/mps/mps_client.py +228 -16
- tccli/services/mps/v20190612/api.json +385 -23
- tccli/services/mps/v20190612/examples.json +32 -0
- tccli/services/msp/v20180319/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +11 -1
- tccli/services/omics/v20221128/api.json +14 -2
- tccli/services/organization/v20210331/api.json +45 -18
- tccli/services/privatedns/v20201028/api.json +90 -81
- tccli/services/privatedns/v20201028/examples.json +18 -18
- tccli/services/redis/redis_client.py +106 -0
- tccli/services/redis/v20180412/api.json +178 -16
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/region/v20220627/api.json +5 -3
- tccli/services/region/v20220627/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +6 -4
- tccli/services/tag/v20180813/api.json +4 -5
- tccli/services/tcb/v20180608/api.json +36 -16
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +64 -1
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/teo/teo_client.py +485 -8
- tccli/services/teo/v20220901/api.json +837 -39
- tccli/services/teo/v20220901/examples.json +108 -0
- tccli/services/thpc/v20211109/api.json +32 -34
- tccli/services/thpc/v20220401/api.json +31 -33
- tccli/services/thpc/v20230321/api.json +55 -57
- tccli/services/thpc/v20230321/examples.json +1 -1
- tccli/services/tiia/v20190529/api.json +307 -293
- tccli/services/tiia/v20190529/examples.json +41 -41
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +116 -0
- tccli/services/trocket/v20230308/examples.json +14 -0
- tccli/services/tse/v20201207/api.json +188 -120
- tccli/services/tse/v20201207/examples.json +30 -30
- tccli/services/tsf/v20180326/api.json +826 -745
- tccli/services/tsf/v20180326/examples.json +99 -111
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +80 -80
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +42 -41
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -2,10 +2,10 @@
|
|
2
2
|
"actions": {
|
3
3
|
"VerifyLicense": [
|
4
4
|
{
|
5
|
-
"document": "",
|
5
|
+
"document": "软件进程对接 LICENSE 后,通过运行时角色申请临时密钥来调用,获取对应的 LICENSE 信息。\n\n获取到 LICENSE 后,请注意校验 LicenseStatus 是否有效,无效时软件可根据策略拒绝服务或者提供降级服务。同时,LICENSE 包含用户购买的规格信息,软件可根据规格来做运行的约束。\n\n对接 LICENSE 的详细方案,请参考文档:\n* [对接 LICENSE](https://cloud.tencent.com/document/product/1689/109428)\n* [通过运行时角色调用云 API](https://cloud.tencent.com/document/product/1689/109427)",
|
6
6
|
"input": "POST / HTTP/1.1\nHost: cloudapp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VerifyLicense\n<公共请求参数>\n\n{}",
|
7
|
-
"output": "{\n \"Response\": {\n \"License\": {\n \"LicenseId\": \"LICENSE_CLOUDAPP_A95275D8\",\n \"LicenseMode\": \"Subscription\",\n \"LicenseStatus\": \"Active\",\n \"ProviderId\": 1,\n \"SoftwarePackageId\": \"pkg-kby01bv4\",\n \"SoftwarePackageVersion\": \"1.0.0\",\n \"AuthorizedUserUin\": \"100008888888\",\n \"AuthorizedCloudappId\": \"cloudapp\",\n \"AuthorizedCloudappRoleId\": \"4000008000060000\",\n \"AuthorizedSpecification\": [\n {\n \"ParamKey\": \"user_scale\",\n \"ParamValue\": \"100\",\n \"ParamKeyName\": \"用户规模\",\n \"ParamValueName\": \"100人\"\n }\n ],\n \"BillingMode\": 1,\n \"LifeSpan\": 1,\n \"IssueDate\": \"2020-09-22T00:00:00+00:00\",\n \"ActivationDate\": \"2020-09-22T00:00:00+00:00\",\n \"ExpirationDate\": \"2020-09-23T00:00:00+00:00\",\n \"LifeSpanUnit\": \"D\"\n },\n \"RequestId\": \"
|
8
|
-
"title": "
|
7
|
+
"output": "{\n \"Response\": {\n \"License\": {\n \"LicenseId\": \"LICENSE_CLOUDAPP_A95275D8\",\n \"LicenseMode\": \"Subscription\",\n \"LicenseStatus\": \"Active\",\n \"ProviderId\": 1,\n \"SoftwarePackageId\": \"pkg-kby01bv4\",\n \"SoftwarePackageVersion\": \"1.0.0\",\n \"AuthorizedUserUin\": \"100008888888\",\n \"AuthorizedCloudappId\": \"cloudapp\",\n \"AuthorizedCloudappRoleId\": \"4000008000060000\",\n \"AuthorizedSpecification\": [\n {\n \"ParamKey\": \"user_scale\",\n \"ParamValue\": \"100\",\n \"ParamKeyName\": \"用户规模\",\n \"ParamValueName\": \"100人\"\n }\n ],\n \"BillingMode\": 1,\n \"LifeSpan\": 1,\n \"IssueDate\": \"2020-09-22T00:00:00+00:00\",\n \"ActivationDate\": \"2020-09-22T00:00:00+00:00\",\n \"ExpirationDate\": \"2020-09-23T00:00:00+00:00\",\n \"LifeSpanUnit\": \"D\"\n },\n \"RequestId\": \"845c8910-b0af-499e-87cd-f7dcc93a595a\"\n }\n}",
|
8
|
+
"title": "从软件进程读取 LICENSE"
|
9
9
|
}
|
10
10
|
]
|
11
11
|
},
|
@@ -207,46 +207,50 @@
|
|
207
207
|
"members": [
|
208
208
|
{
|
209
209
|
"disabled": false,
|
210
|
-
"document": "跟踪集状态,1:开启,0
|
210
|
+
"document": "跟踪集状态,1:开启,0:关闭\n注意:此字段可能返回 null,表示取不到有效值。",
|
211
211
|
"example": "1",
|
212
212
|
"member": "int64",
|
213
213
|
"name": "AuditStatus",
|
214
|
+
"output_required": false,
|
214
215
|
"required": false,
|
215
216
|
"type": "int",
|
216
|
-
"value_allowed_null":
|
217
|
+
"value_allowed_null": true
|
217
218
|
},
|
218
219
|
{
|
219
220
|
"disabled": false,
|
220
|
-
"document": "COS
|
221
|
-
"example": "
|
221
|
+
"document": "COS存储桶名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
222
|
+
"example": "gz_bucket",
|
222
223
|
"member": "string",
|
223
224
|
"name": "CosBucketName",
|
225
|
+
"output_required": false,
|
224
226
|
"required": false,
|
225
227
|
"type": "string",
|
226
|
-
"value_allowed_null":
|
228
|
+
"value_allowed_null": true
|
227
229
|
},
|
228
230
|
{
|
229
231
|
"disabled": false,
|
230
|
-
"document": "
|
231
|
-
"example": "
|
232
|
+
"document": "跟踪集名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
233
|
+
"example": "audit_track",
|
232
234
|
"member": "string",
|
233
235
|
"name": "AuditName",
|
236
|
+
"output_required": false,
|
234
237
|
"required": false,
|
235
238
|
"type": "string",
|
236
|
-
"value_allowed_null":
|
239
|
+
"value_allowed_null": true
|
237
240
|
},
|
238
241
|
{
|
239
242
|
"disabled": false,
|
240
|
-
"document": "
|
241
|
-
"example": "
|
243
|
+
"document": "日志前缀\n注意:此字段可能返回 null,表示取不到有效值。",
|
244
|
+
"example": "cloudtrail",
|
242
245
|
"member": "string",
|
243
246
|
"name": "LogFilePrefix",
|
247
|
+
"output_required": false,
|
244
248
|
"required": false,
|
245
249
|
"type": "string",
|
246
|
-
"value_allowed_null":
|
250
|
+
"value_allowed_null": true
|
247
251
|
}
|
248
252
|
],
|
249
|
-
"usage": "
|
253
|
+
"usage": "both"
|
250
254
|
},
|
251
255
|
"CmqRegionInfo": {
|
252
256
|
"document": "cmq地域信息",
|
@@ -799,7 +803,7 @@
|
|
799
803
|
{
|
800
804
|
"disabled": false,
|
801
805
|
"document": "跟踪集列表",
|
802
|
-
"example": "
|
806
|
+
"example": "[{}]",
|
803
807
|
"member": "Tracks",
|
804
808
|
"name": "Tracks",
|
805
809
|
"output_required": true,
|
@@ -1233,10 +1237,10 @@
|
|
1233
1237
|
{
|
1234
1238
|
"disabled": false,
|
1235
1239
|
"document": "查询跟踪集概要集合\n注意:此字段可能返回 null,表示取不到有效值。",
|
1236
|
-
"example": "
|
1240
|
+
"example": " { \"AuditStatus\": 0, \"CosBucketName\": \"test bucket\",\"AuditName\": \"test\", \"LogFilePrefix\": \"audit\" } ]",
|
1237
1241
|
"member": "AuditSummary",
|
1238
1242
|
"name": "AuditSummarys",
|
1239
|
-
"
|
1243
|
+
"output_required": true,
|
1240
1244
|
"type": "list",
|
1241
1245
|
"value_allowed_null": true
|
1242
1246
|
},
|
@@ -1292,7 +1296,7 @@
|
|
1292
1296
|
{
|
1293
1297
|
"disabled": false,
|
1294
1298
|
"document": "站点类型。zh表示中国区,en表示国际区。默认中国区。",
|
1295
|
-
"example": "
|
1299
|
+
"example": "zh",
|
1296
1300
|
"member": "string",
|
1297
1301
|
"name": "WebsiteType",
|
1298
1302
|
"required": false,
|
@@ -1307,7 +1311,7 @@
|
|
1307
1311
|
{
|
1308
1312
|
"disabled": false,
|
1309
1313
|
"document": "操作审计支持的cos可用区",
|
1310
|
-
"example": "
|
1314
|
+
"example": "[{}]",
|
1311
1315
|
"member": "CosRegionInfo",
|
1312
1316
|
"name": "EnableRegions",
|
1313
1317
|
"output_required": true,
|
@@ -28,7 +28,7 @@
|
|
28
28
|
{
|
29
29
|
"document": "查询跟踪集详情",
|
30
30
|
"input": "https://cloudaudit.tencentcloudapi.com/?Action=DescribeAudit\n&AuditName=xxxxx_cloudaudit_2\n&<公共请求参数>",
|
31
|
-
"output": "{\n \"Response\": {\n \"AuditName\": \"xxxxx_cloudaudit_2\",\n \"CmqQueueName\": \"xxxxx-cloudaudit-2\",\n \"CmqRegion\": \"hk\",\n \"CosBucketName\": \"xxxxx-cloudaudit-2\",\n \"CosRegion\": \"ap-hongkong\",\n \"IsEnableCmqNotify\": 1,\n \"LogFilePrefix\": \"xxx2312\",\n \"ReadWriteAttribute\": 1,\n \"AuditStatus\": 1,\n \"KeyId\": \"34\",\n \"IsEnableKmsEncry\": 0,\n \"KmsRegion\": \"hk\",\n \"KmsAlias\": \"
|
31
|
+
"output": "{\n \"Response\": {\n \"AuditName\": \"xxxxx_cloudaudit_2\",\n \"CmqQueueName\": \"xxxxx-cloudaudit-2\",\n \"CmqRegion\": \"hk\",\n \"CosBucketName\": \"xxxxx-cloudaudit-2\",\n \"CosRegion\": \"ap-hongkong\",\n \"IsEnableCmqNotify\": 1,\n \"LogFilePrefix\": \"xxx2312\",\n \"ReadWriteAttribute\": 1,\n \"AuditStatus\": 1,\n \"KeyId\": \"34\",\n \"IsEnableKmsEncry\": 0,\n \"KmsRegion\": \"hk\",\n \"KmsAlias\": \"cloudtrail\",\n \"RequestId\": \"e23ee347-d011-482a-83fa-12e7d318dd9f\"\n }\n}",
|
32
32
|
"title": "查询跟踪集详情"
|
33
33
|
}
|
34
34
|
],
|
@@ -44,7 +44,7 @@
|
|
44
44
|
{
|
45
45
|
"document": "在控制台或者使用接口,查看已经创建的跟踪集列表",
|
46
46
|
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditTracks\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
|
47
|
-
"output": "{\n \"Response\": {\n \"Tracks\": [\n {\n \"TrackId\": 1,\n \"Name\": \"audit\",\n \"ActionType\": \"Read\",\n \"ResourceType\": \"audit\",\n \"EventNames\": [\n \"LookUpEvents\"\n ],\n \"Storage\": {\n \"StorageName\": \"audit-cos\",\n \"StoragePrefix\": \"
|
47
|
+
"output": "{\n \"Response\": {\n \"Tracks\": [\n {\n \"TrackId\": 1,\n \"Name\": \"audit\",\n \"ActionType\": \"Read\",\n \"ResourceType\": \"audit\",\n \"EventNames\": [\n \"LookUpEvents\"\n ],\n \"Storage\": {\n \"StorageName\": \"audit-cos\",\n \"StoragePrefix\": \"cloudtrail\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageType\": \"cos\"\n },\n \"Status\": 1,\n \"CreateTime\": \"2021-01-14 14:43:38\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"2d4a7fba-bba8-452e-a99e-ccf11fdaa583\"\n }\n}",
|
48
48
|
"title": "查询操作审计跟踪集列表"
|
49
49
|
}
|
50
50
|
],
|
@@ -76,7 +76,7 @@
|
|
76
76
|
{
|
77
77
|
"document": "查询跟踪集概要",
|
78
78
|
"input": "https://cloudaudit.tencentcloudapi.com/?Action=ListAudits\n&<公共请求参数>",
|
79
|
-
"output": "{\n \"Response\": {\n \"AuditSummarys\": [\n {\n \"
|
79
|
+
"output": "{\n \"Response\": {\n \"AuditSummarys\": [\n {\n \"AuditStatus\": 0,\n \"CosBucketName\": \"bucket\",\n \"AuditName\": \"test\",\n \"LogFilePrefix\": \"audit\"\n }\n ],\n \"RequestId\": \"4c17b8ae-6b1e-4e68-bcff-825d73916011\"\n }\n}",
|
80
80
|
"title": "查询跟踪集概要"
|
81
81
|
}
|
82
82
|
],
|
@@ -3607,7 +3607,7 @@
|
|
3607
3607
|
{
|
3608
3608
|
"disabled": false,
|
3609
3609
|
"document": "用户自定义告警内容",
|
3610
|
-
"example": "
|
3610
|
+
"example": "{{range .AnalysisResult.sync}}\\n\\n集群{{.ClusterID}}中节点{{.InvolvedObjectObjName}}在5分钟内发生了{{.errorCount}}次ipamd同步Node失败\\n\\n{{end}}",
|
3611
3611
|
"member": "string",
|
3612
3612
|
"name": "MessageTemplate",
|
3613
3613
|
"required": false,
|
@@ -11138,7 +11138,7 @@
|
|
11138
11138
|
{
|
11139
11139
|
"disabled": false,
|
11140
11140
|
"document": "通知渠道组名称。",
|
11141
|
-
"example": "
|
11141
|
+
"example": "Demo访问日志通知渠道组",
|
11142
11142
|
"member": "string",
|
11143
11143
|
"name": "Name",
|
11144
11144
|
"required": false,
|
@@ -11210,7 +11210,7 @@
|
|
11210
11210
|
{
|
11211
11211
|
"disabled": false,
|
11212
11212
|
"document": "免登录操作告警开关。\n\n参数值: \n 1:关闭\n 2:开启(默认开启)",
|
11213
|
-
"example": "
|
11213
|
+
"example": "2",
|
11214
11214
|
"member": "uint64",
|
11215
11215
|
"name": "AlarmShieldStatus",
|
11216
11216
|
"required": false,
|
@@ -11246,7 +11246,7 @@
|
|
11246
11246
|
{
|
11247
11247
|
"disabled": false,
|
11248
11248
|
"document": "告警策略名称",
|
11249
|
-
"example": "
|
11249
|
+
"example": "访问拦截告警",
|
11250
11250
|
"member": "string",
|
11251
11251
|
"name": "Name",
|
11252
11252
|
"required": false,
|
@@ -11345,7 +11345,7 @@
|
|
11345
11345
|
{
|
11346
11346
|
"disabled": false,
|
11347
11347
|
"document": "用户自定义告警内容",
|
11348
|
-
"example": "
|
11348
|
+
"example": "{{.Label}}",
|
11349
11349
|
"member": "string",
|
11350
11350
|
"name": "MessageTemplate",
|
11351
11351
|
"required": false,
|
@@ -11498,7 +11498,7 @@
|
|
11498
11498
|
{
|
11499
11499
|
"disabled": false,
|
11500
11500
|
"document": "规则状态。只有规则状态为生效中(status:1)时,才能将其修改为已失效(status:2)。",
|
11501
|
-
"example": "
|
11501
|
+
"example": "2",
|
11502
11502
|
"member": "uint64",
|
11503
11503
|
"name": "Status",
|
11504
11504
|
"required": false,
|
@@ -11561,7 +11561,7 @@
|
|
11561
11561
|
{
|
11562
11562
|
"disabled": false,
|
11563
11563
|
"document": "日志配置拓展信息, 一般用于存储额外的日志投递配置",
|
11564
|
-
"example": "
|
11564
|
+
"example": "{\"ServiceName\":[\"HDFS\",\"KNOX\",\"YARN\",\"ZOOKEEPER\"],\"Policy\":0}",
|
11565
11565
|
"member": "string",
|
11566
11566
|
"name": "Extend",
|
11567
11567
|
"required": false,
|
@@ -11650,8 +11650,8 @@
|
|
11650
11650
|
},
|
11651
11651
|
{
|
11652
11652
|
"disabled": false,
|
11653
|
-
"document": "
|
11654
|
-
"example": "
|
11653
|
+
"document": "日志格式化方式,用于容器采集场景。目前已经废弃\n- stdout-docker-json:用于docker容器采集场景\n- stdout-containerd:用于containerd容器采集场景",
|
11654
|
+
"example": "stdout-containerd",
|
11655
11655
|
"member": "string",
|
11656
11656
|
"name": "LogFormat",
|
11657
11657
|
"required": false,
|
@@ -11678,7 +11678,7 @@
|
|
11678
11678
|
{
|
11679
11679
|
"disabled": false,
|
11680
11680
|
"document": "组合解析采集规则,用于复杂场景下的日志采集。\n- 取值参考:[使用组合解析提取模式采集日志\n](https://cloud.tencent.com/document/product/614/61310)",
|
11681
|
-
"example": "
|
11681
|
+
"example": "{\\\"processors\\\": [{\\\"type\\\": \\\"processor_multiline_fullregex\\\", \\\"detail\\\": {\\\"ExtractRegex\\\": \\\"\\\\\\\\w+\\\\\\\\n(\\\\\\\\d.*).*\\\", \\\"ExtractKeys\\\": [\\\"test\\\"], \\\"BeginRegex\\\": \\\"[a-zA-Z].*\\\"}, \\\"processors\\\": [{\\\"type\\\": \\\"processor_split_delimiter\\\", \\\"detail\\\": {\\\"ExtractKeys\\\": [\\\"line_number\\\", \\\"log_time\\\", \\\"json_log\\\"], \\\"Delimiter\\\": \\\"&\\\", \\\"SourceKey\\\": \\\"test\\\"}, \\\"processors\\\": [{\\\"type\\\": \\\"processor_json\\\", \\\"detail\\\": {\\\"ExtractKeys\\\": [\\\"filter\\\", \\\"file_name\\\", \\\"var_length\\\"], \\\"SourceKey\\\": \\\"json_log\\\"}}]}]}]}",
|
11682
11682
|
"member": "string",
|
11683
11683
|
"name": "UserDefineRule",
|
11684
11684
|
"required": false,
|
@@ -12362,7 +12362,7 @@
|
|
12362
12362
|
{
|
12363
12363
|
"disabled": false,
|
12364
12364
|
"document": "Kafka导入配置名称",
|
12365
|
-
"example": "
|
12365
|
+
"example": "kafka导入",
|
12366
12366
|
"member": "string",
|
12367
12367
|
"name": "Name",
|
12368
12368
|
"required": false,
|
@@ -12632,7 +12632,7 @@
|
|
12632
12632
|
{
|
12633
12633
|
"disabled": false,
|
12634
12634
|
"document": "通知内容模板名称。",
|
12635
|
-
"example": "
|
12635
|
+
"example": "内部监控告警专用",
|
12636
12636
|
"member": "string",
|
12637
12637
|
"name": "Name",
|
12638
12638
|
"required": false,
|
@@ -12758,7 +12758,7 @@
|
|
12758
12758
|
{
|
12759
12759
|
"disabled": false,
|
12760
12760
|
"document": "任务名称",
|
12761
|
-
"example": "
|
12761
|
+
"example": "scheduler_sql任务1",
|
12762
12762
|
"member": "string",
|
12763
12763
|
"name": "Name",
|
12764
12764
|
"required": false,
|
@@ -13037,7 +13037,7 @@
|
|
13037
13037
|
{
|
13038
13038
|
"disabled": false,
|
13039
13039
|
"document": "取消切换存储任务的id",
|
13040
|
-
"example": "
|
13040
|
+
"example": "87b94286-1b33-44df-8568-924eb250ef4e",
|
13041
13041
|
"member": "string",
|
13042
13042
|
"name": "CancelTopicAsyncTaskID",
|
13043
13043
|
"required": false,
|
@@ -13766,7 +13766,7 @@
|
|
13766
13766
|
{
|
13767
13767
|
"disabled": false,
|
13768
13768
|
"document": "日志样例,PreviewType为2时返回",
|
13769
|
-
"example": "
|
13769
|
+
"example": "{\\\"__PKG_ID__\\\":\\\"61E93B596600E6D3-2B2B0\\\",\\\"__PKG_LOGID__\\\":65536,\\\"__TAG__.container_name\\\":\\\"main\\\",\\\"__TAG__.namespace\\\":\\\"sync-mysql\\\",\\\"__TAG__.pod_name\\\":\\\"sync-kxjyxkfe-start-vg7vz-1887219422\\\",\\\"__TIMESTAMP__\\\":1734519599010}",
|
13770
13770
|
"member": "string",
|
13771
13771
|
"name": "LogSample",
|
13772
13772
|
"output_required": true,
|
@@ -13776,7 +13776,7 @@
|
|
13776
13776
|
{
|
13777
13777
|
"disabled": false,
|
13778
13778
|
"document": "日志预览结果\n注意:此字段可能返回 null,表示取不到有效值。",
|
13779
|
-
"example": "
|
13779
|
+
"example": "{\\\"__PKG_ID__\\\":\\\"61E93B596600E6D3-2B2B0\\\",\\\"__PKG_LOGID__\\\":65536,\\\"__TAG__.container_name\\\":\\\"main\\\",\\\"__TAG__.namespace\\\":\\\"sync-mysql\\\",\\\"__TAG__.pod_name\\\":\\\"sync-kxjyxkfe-start-vg7vz-1887219422\\\",\\\"__TIMESTAMP__\\\":1734519599010}",
|
13780
13780
|
"member": "string",
|
13781
13781
|
"name": "LogData",
|
13782
13782
|
"output_required": true,
|
@@ -13913,7 +13913,7 @@
|
|
13913
13913
|
{
|
13914
13914
|
"disabled": false,
|
13915
13915
|
"document": "指标查询结果",
|
13916
|
-
"example": "
|
13916
|
+
"example": "[{\\\"metric\\\":{\\\"code\\\":\\\"InternalError\\\",\\\"region\\\":\\\"广州\\\",\\\"service_name\\\":\\\"service1\\\",\\\"url\\\":\\\"api1\\\"},\\\"value\\\":[1735040730,\\\"412\\\"]}]",
|
13917
13917
|
"member": "string",
|
13918
13918
|
"name": "Result",
|
13919
13919
|
"output_required": true,
|
@@ -13996,7 +13996,7 @@
|
|
13996
13996
|
{
|
13997
13997
|
"disabled": false,
|
13998
13998
|
"document": "指标查询结果",
|
13999
|
-
"example": "
|
13999
|
+
"example": "[{\\\"metric\\\":{\\\"code\\\":\\\"InternalError\\\",\\\"region\\\":\\\"广州\\\",\\\"service_name\\\":\\\"service1\\\",\\\"url\\\":\\\"api1\\\"},\\\"values\\\":[[1735040190,\\\"100\\\"],[1735040205,\\\"91\\\"],[1735040310,\\\"98\\\"],[1735040325,\\\"85\\\"],[1735040340,\\\"76\\\"],[1735040730,\\\"100\\\"]]}]",
|
14000
14000
|
"member": "string",
|
14001
14001
|
"name": "Result",
|
14002
14002
|
"output_required": true,
|
@@ -14515,7 +14515,7 @@
|
|
14515
14515
|
{
|
14516
14516
|
"disabled": false,
|
14517
14517
|
"document": "匹配到的存储桶下的某个文件的前几行数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
14518
|
-
"example": "[\"
|
14518
|
+
"example": "[{\"metric\":{\"code\":\"InternalError\",\"region\":\"广州\",\"service_name\":\"service1\",\"url\":\"api1\"},\"values\":[[1735040190,\"100\"],[1735040205,\"91\"],[1735040310,\"98\"],[1735040325,\"85\"],[1735040340,\"76\"],[1735040730,\"100\"]]}]",
|
14519
14519
|
"member": "string",
|
14520
14520
|
"name": "Data",
|
14521
14521
|
"output_required": true,
|
@@ -14545,7 +14545,7 @@
|
|
14545
14545
|
{
|
14546
14546
|
"disabled": false,
|
14547
14547
|
"document": "预览获取数据失败原因\n注意:此字段可能返回 null,表示取不到有效值。",
|
14548
|
-
"example": "
|
14548
|
+
"example": "授权失败,请确认授权",
|
14549
14549
|
"member": "string",
|
14550
14550
|
"name": "Msg",
|
14551
14551
|
"output_required": true,
|
@@ -14857,7 +14857,7 @@
|
|
14857
14857
|
{
|
14858
14858
|
"disabled": false,
|
14859
14859
|
"document": "日志统计分析结果的列名\n当UseNewAnalysis为false时生效\n注意:此字段可能返回 null,表示取不到有效值。",
|
14860
|
-
"example": "[]",
|
14860
|
+
"example": "[\\\"action\\\"]",
|
14861
14861
|
"member": "string",
|
14862
14862
|
"name": "ColNames",
|
14863
14863
|
"output_required": true,
|
@@ -695,7 +695,7 @@
|
|
695
695
|
"ModifyCloudProductLogTask": [
|
696
696
|
{
|
697
697
|
"document": "",
|
698
|
-
"input": "POST / HTTP/1.1\n Host: xxx.tencentcloudapi.com\n Content-Type: application/json\n X-TC-Action: ModifyCloudProductLogTask\n <公共请求参数>\n \n {\n \"InstanceId\": \"ins-r8hr2upy\",\n \"AssumerName\": \"cls\",\n \"LogType\": \"default\",\n \"CloudProductRegion\": \"ap-guangzhou\",\n \"Extend\": \"{}\"\n}",
|
698
|
+
"input": "POST / HTTP/1.1\n Host: xxx.tencentcloudapi.com\n Content-Type: application/json\n X-TC-Action: ModifyCloudProductLogTask\n <公共请求参数>\n \n {\n \"InstanceId\": \"ins-r8hr2upy\",\n \"AssumerName\": \"cls\",\n \"LogType\": \"default\",\n \"CloudProductRegion\": \"ap-guangzhou\",\n \"Extend\": \"{\\\"ServiceName\\\":[\\\"HDFS\\\",\\\"KNOX\\\",\\\"YARN\\\",\\\"ZOOKEEPER\\\"],\\\"Policy\\\":0}\"\n}",
|
699
699
|
"output": "{\n \"Response\": {\n \"RequestId\": \"18687552-8133-4b7a-8e71-a4c646401ce9\"\n }\n}",
|
700
700
|
"title": "修改云产品日志投递任务"
|
701
701
|
}
|
@@ -770,6 +770,7 @@
|
|
770
770
|
"example": "4",
|
771
771
|
"member": "uint64",
|
772
772
|
"name": "Total",
|
773
|
+
"output_required": true,
|
773
774
|
"type": "int",
|
774
775
|
"value_allowed_null": false
|
775
776
|
},
|
@@ -779,6 +780,7 @@
|
|
779
780
|
"example": "无",
|
780
781
|
"member": "ConfigRule",
|
781
782
|
"name": "Items",
|
783
|
+
"output_required": true,
|
782
784
|
"type": "list",
|
783
785
|
"value_allowed_null": false
|
784
786
|
},
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"ListAggregateConfigRules": [
|
12
12
|
{
|
13
13
|
"document": "账号组获取规则列表",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAggregateConfigRules\n<公共请求参数>\n\n
|
15
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"149e116a-90ef-45f3-9d5d-3d77fd1c9eb3\",\n \"Items\": [\n {\n \"RegionsScope\": [\n \"ap-shanghai\"\n ],\n \"TagsScope\": [\n {\n \"TagKey\": \"tag1\",\n \"TagValue\": \"tag2\"\n }\n ],\n \"ExcludeResourceIdsScope\": [\n \"ins-asdasd\"\n ],\n \"Annotation\": null,\n \"CompliancePackId\": \"cp-xzfz0vu007feuhwi8auv\",\n \"CompliancePackName\": \"合规1\",\n \"ComplianceResult\": \"NON_COMPLIANT\",\n \"ConfigRuleId\": \"cr-13vkg9c31dixgabkepxe\",\n \"ConfigRuleInvokedTime\": null,\n \"CreateTime\": \"2022-11-16 14:25:01\",\n \"Description\": \"帐号访问管理中用户至少关联一个用户组,则符合规则。\",\n \"Identifier\": \"cam-user-group-bound\",\n \"IdentifierType\": \"SYSTEM\",\n \"InputParameter\": [],\n \"Labels\": [],\n \"ManageInputParameter\": [],\n \"ResourceType\": [\n \"QCS::CAM::User\"\n ],\n \"RiskLevel\": 3,\n \"RuleName\": \"CAM访问管理子用户必须关联用户组\",\n \"ServiceFunction\": null,\n \"SourceCondition\": [\n {\n \"DesiredValue\": \"1\",\n \"EmptyAs\": \"COMPLIANT\",\n \"Operator\": \"GreaterOrEquals\",\n \"Required\": false,\n \"SelectPath\": \"$User.GroupBindNum\"\n }\n ],\n \"Status\": \"ACTIVE\",\n \"TriggerType\": [\n {\n \"MaximumExecutionFrequency\": \"TwentyFour_Hours\",\n \"MessageType\": \"ScheduledNotification\"\n }\n ]\n }\n ],\n \"Total\": 1\n }\n}",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAggregateConfigRules\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10,\n \"OrderType\": \"\",\n \"RiskLevel\": [],\n \"State\": \"ACTIVE\",\n \"ComplianceResult\": [\n \"COMPLIANT\"\n ],\n \"RuleName\": \"\",\n \"RuleOwnerId\": 1,\n \"AccountGroupId\": \"ca-sdfs7734h24h3\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"149e116a-90ef-45f3-9d5d-3d77fd1c9eb3\",\n \"Items\": [\n {\n \"RegionsScope\": [\n \"ap-shanghai\"\n ],\n \"TagsScope\": [\n {\n \"TagKey\": \"tag1\",\n \"TagValue\": \"tag2\"\n }\n ],\n \"ExcludeResourceIdsScope\": [\n \"ins-asdasd\"\n ],\n \"Annotation\": null,\n \"RuleOwnerId\": 23424,\n \"CompliancePackId\": \"cp-xzfz0vu007feuhwi8auv\",\n \"CompliancePackName\": \"合规1\",\n \"AccountGroupId\": \"ca-sdfs7734h24h3\",\n \"AccountGroupName\": \"账号组\",\n \"ComplianceResult\": \"NON_COMPLIANT\",\n \"ConfigRuleId\": \"cr-13vkg9c31dixgabkepxe\",\n \"ConfigRuleInvokedTime\": null,\n \"ManageTriggerType\": [\n \"SCHEDULE\"\n ],\n \"CreateTime\": \"2022-11-16 14:25:01\",\n \"Description\": \"帐号访问管理中用户至少关联一个用户组,则符合规则。\",\n \"Identifier\": \"cam-user-group-bound\",\n \"IdentifierType\": \"SYSTEM\",\n \"InputParameter\": [],\n \"Labels\": [],\n \"ManageInputParameter\": [],\n \"ResourceType\": [\n \"QCS::CAM::User\"\n ],\n \"RiskLevel\": 3,\n \"RuleName\": \"CAM访问管理子用户必须关联用户组\",\n \"ServiceFunction\": null,\n \"SourceCondition\": [\n {\n \"DesiredValue\": \"1\",\n \"EmptyAs\": \"COMPLIANT\",\n \"Operator\": \"GreaterOrEquals\",\n \"Required\": false,\n \"SelectPath\": \"$User.GroupBindNum\"\n }\n ],\n \"Status\": \"ACTIVE\",\n \"TriggerType\": [\n {\n \"MaximumExecutionFrequency\": \"TwentyFour_Hours\",\n \"MessageType\": \"ScheduledNotification\"\n }\n ]\n }\n ],\n \"Total\": 1\n }\n}",
|
16
16
|
"title": "账号组获取规则列表"
|
17
17
|
}
|
18
18
|
],
|