tccli 3.0.1228.1__py2.py3-none-any.whl → 3.0.1230.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/aiart/aiart_client.py +57 -4
- tccli/services/aiart/v20221229/api.json +101 -3
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +15 -8
- tccli/services/cam/v20190116/api.json +25 -25
- tccli/services/cam/v20190116/examples.json +8 -8
- tccli/services/cdb/v20170320/api.json +8 -8
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/ckafka/v20190819/examples.json +14 -14
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cloudaudit/v20190319/api.json +15 -15
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/config/v20220802/api.json +70 -68
- tccli/services/config/v20220802/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +175 -16
- tccli/services/cynosdb/v20190107/api.json +292 -18
- tccli/services/cynosdb/v20190107/examples.json +30 -0
- tccli/services/dbbrain/v20210527/api.json +3 -1
- tccli/services/emr/emr_client.py +110 -4
- tccli/services/emr/v20190103/api.json +645 -0
- tccli/services/emr/v20190103/examples.json +16 -0
- tccli/services/essbasic/v20210526/api.json +10 -0
- tccli/services/facefusion/v20181201/api.json +12 -6
- tccli/services/hai/v20230812/api.json +6 -6
- tccli/services/hai/v20230812/examples.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +10 -0
- tccli/services/ivld/v20210903/api.json +25 -25
- tccli/services/ivld/v20210903/examples.json +1 -1
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lke/v20231130/api.json +4 -4
- tccli/services/mps/v20190612/api.json +54 -1
- tccli/services/mqtt/mqtt_client.py +118 -12
- tccli/services/mqtt/v20240516/api.json +312 -33
- tccli/services/mqtt/v20240516/examples.json +23 -13
- tccli/services/ocr/v20181119/api.json +119 -30
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/postgres/v20170312/api.json +221 -219
- tccli/services/postgres/v20170312/examples.json +36 -36
- tccli/services/pts/v20210728/api.json +22 -12
- tccli/services/redis/v20180412/api.json +14 -14
- tccli/services/scf/v20180416/api.json +12 -0
- tccli/services/ssl/v20191205/api.json +246 -173
- tccli/services/ssl/v20191205/examples.json +69 -69
- tccli/services/sts/v20180813/api.json +17 -11
- tccli/services/sts/v20180813/examples.json +6 -6
- tccli/services/tcr/v20190924/api.json +17 -17
- tccli/services/tdmq/tdmq_client.py +4 -57
- tccli/services/tdmq/v20200217/api.json +121 -202
- tccli/services/tdmq/v20200217/examples.json +29 -49
- tccli/services/trtc/v20190722/api.json +5 -9
- tccli/services/vclm/v20240523/api.json +28 -18
- tccli/services/vclm/v20240523/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +18 -18
- tccli/services/vpc/v20170312/api.json +658 -163
- tccli/services/vpc/v20170312/examples.json +70 -14
- tccli/services/vpc/vpc_client.py +475 -104
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1230.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1230.1.dist-info}/RECORD +64 -64
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1230.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1230.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1228.1.dist-info → tccli-3.0.1230.1.dist-info}/license_files/LICENSE +0 -0
@@ -277,7 +277,7 @@
|
|
277
277
|
{
|
278
278
|
"disabled": false,
|
279
279
|
"document": "cos地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
280
|
-
"example": "
|
280
|
+
"example": "ap-guanghzou",
|
281
281
|
"member": "string",
|
282
282
|
"name": "CosRegion",
|
283
283
|
"output_required": false,
|
@@ -288,7 +288,7 @@
|
|
288
288
|
{
|
289
289
|
"disabled": false,
|
290
290
|
"document": "地域描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
291
|
-
"example": "
|
291
|
+
"example": "广州地域",
|
292
292
|
"member": "string",
|
293
293
|
"name": "CosRegionName",
|
294
294
|
"output_required": false,
|
@@ -396,7 +396,7 @@
|
|
396
396
|
{
|
397
397
|
"disabled": false,
|
398
398
|
"document": "跟踪集名称,仅支持大小写字母、数字、-以及_的组合,3-48个字符",
|
399
|
-
"example": "
|
399
|
+
"example": "audit_test",
|
400
400
|
"member": "string",
|
401
401
|
"name": "Name",
|
402
402
|
"required": true,
|
@@ -423,7 +423,7 @@
|
|
423
423
|
{
|
424
424
|
"disabled": false,
|
425
425
|
"document": "数据过滤条件",
|
426
|
-
"example": "
|
426
|
+
"example": "{ \"ResourceFields\": [ { \"ResourceType\": \"cam\", \"ActionType\": \"*\", \"EventNames\": [ \"AddSubAccount\", \"AddSubAccountCheckingMFA\" ] }, { \"ResourceType\": \"cvm\", \"ActionType\": \"*\", \"EventNames\": [ \"*\" ] }, { \"ResourceType\": \"tke\", \"ActionType\": \"*\", \"EventNames\": [ \"*\" ] } ] }",
|
427
427
|
"member": "Filter",
|
428
428
|
"name": "Filters",
|
429
429
|
"required": true,
|
@@ -906,7 +906,7 @@
|
|
906
906
|
{
|
907
907
|
"disabled": false,
|
908
908
|
"document": "日志集合\n注意:此字段可能返回 null,表示取不到有效值。",
|
909
|
-
"example": "
|
909
|
+
"example": "[ { \"CloudAuditEvent\": \"\", \"EventName\": \"PostTrack\", \"EventTime\": \"xxxx\", \"EventId\": \"\", \"SecretId\": \"xxxxxxA2bADrx2jeiQPQy2kIV05F4xjl9Nxxxxx\", \"ErrorCode\": 0, \"RequestID\": \"xxxxx-8fd8-4121-b1e8-6264292eeb4f\", \"SourceIPAddress\": \"xx.xx.96.xx\", \"EventSource\": \"xx.ap-chongqing.api.tencentyun.com/\", \"EventRegion\": \"ap-guangzhou\", \"Resources\": { \"ResourceName\": \"\", \"ResourceType\": \"tandon\" }, \"Username\": \"root\", \"AccountID\": xxxx, \"Location\": \"xxxx\", \"ResourceTypeCn\": \"腾讯云安灯\", \"EventNameCn\": \"智能客服官网浏览记录上报\", \"ResourceRegion\": \"\" } ]",
|
910
910
|
"member": "Event",
|
911
911
|
"name": "Events",
|
912
912
|
"output_required": true,
|
@@ -1114,7 +1114,7 @@
|
|
1114
1114
|
{
|
1115
1115
|
"disabled": false,
|
1116
1116
|
"document": "资源筛选条件\n注意:此字段可能返回 null,表示取不到有效值。",
|
1117
|
-
"example": "
|
1117
|
+
"example": " [ { \"ResourceType\": \"cam\", \"ActionType\": \"*\", \"EventNames\": [ \"AddSubAccount\", \"AddSubAccountCheckingMFA\" ] } ]",
|
1118
1118
|
"member": "ResourceField",
|
1119
1119
|
"name": "ResourceFields",
|
1120
1120
|
"output_required": false,
|
@@ -1624,7 +1624,7 @@
|
|
1624
1624
|
{
|
1625
1625
|
"disabled": false,
|
1626
1626
|
"document": "跟踪集名称,仅支持大小写字母、数字、-以及_的组合,3-48个字符",
|
1627
|
-
"example": "
|
1627
|
+
"example": "audit_test",
|
1628
1628
|
"member": "string",
|
1629
1629
|
"name": "Name",
|
1630
1630
|
"required": false,
|
@@ -1660,7 +1660,7 @@
|
|
1660
1660
|
{
|
1661
1661
|
"disabled": false,
|
1662
1662
|
"document": "多产品筛选过滤条件",
|
1663
|
-
"example": "
|
1663
|
+
"example": "{ \"ResourceFields\": [ { \"ResourceType\": \"cam\", \"ActionType\": \"*\", \"EventNames\": [ \"AddSubAccount\", \"AddSubAccountCheckingMFA\" ] }, { \"ResourceType\": \"cvm\", \"ActionType\": \"*\", \"EventNames\": [ \"*\" ] }, { \"ResourceType\": \"tke\", \"ActionType\": \"*\", \"EventNames\": [ \"*\" ] } ] }",
|
1664
1664
|
"member": "Filter",
|
1665
1665
|
"name": "Filters",
|
1666
1666
|
"required": false,
|
@@ -1687,7 +1687,7 @@
|
|
1687
1687
|
{
|
1688
1688
|
"disabled": false,
|
1689
1689
|
"document": "资源类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
1690
|
-
"example": "
|
1690
|
+
"example": "cloudaudit",
|
1691
1691
|
"member": "string",
|
1692
1692
|
"name": "ResourceType",
|
1693
1693
|
"output_required": false,
|
@@ -1698,7 +1698,7 @@
|
|
1698
1698
|
{
|
1699
1699
|
"disabled": false,
|
1700
1700
|
"document": "资源名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1701
|
-
"example": "
|
1701
|
+
"example": "ins-234234",
|
1702
1702
|
"member": "string",
|
1703
1703
|
"name": "ResourceName",
|
1704
1704
|
"output_required": false,
|
@@ -1715,7 +1715,7 @@
|
|
1715
1715
|
{
|
1716
1716
|
"disabled": false,
|
1717
1717
|
"document": "跟踪事件所属产品(支持全部产品或单个产品,如:cam,全部:*)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1718
|
-
"example": "
|
1718
|
+
"example": "cvm",
|
1719
1719
|
"member": "string",
|
1720
1720
|
"name": "ResourceType",
|
1721
1721
|
"output_required": false,
|
@@ -1726,7 +1726,7 @@
|
|
1726
1726
|
{
|
1727
1727
|
"disabled": false,
|
1728
1728
|
"document": "跟踪事件类型(读:Read;写:Write;全部:*)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1729
|
-
"example": "
|
1729
|
+
"example": "Read",
|
1730
1730
|
"member": "string",
|
1731
1731
|
"name": "ActionType",
|
1732
1732
|
"output_required": false,
|
@@ -1737,7 +1737,7 @@
|
|
1737
1737
|
{
|
1738
1738
|
"disabled": false,
|
1739
1739
|
"document": "跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:[\"\"];指定ResourceType时,支持全部接口:[\"\"];支持部分接口:[\"cos\", \"cls\"],接口列表上限10个)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1740
|
-
"example": "
|
1740
|
+
"example": "[\"AddUser\"]",
|
1741
1741
|
"member": "string",
|
1742
1742
|
"name": "EventNames",
|
1743
1743
|
"output_required": false,
|
@@ -1872,7 +1872,7 @@
|
|
1872
1872
|
{
|
1873
1873
|
"disabled": false,
|
1874
1874
|
"document": "被指定存储用户ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1875
|
-
"example": "
|
1875
|
+
"example": "23424",
|
1876
1876
|
"member": "string",
|
1877
1877
|
"name": "StorageAccountId",
|
1878
1878
|
"output_required": false,
|
@@ -1883,7 +1883,7 @@
|
|
1883
1883
|
{
|
1884
1884
|
"disabled": false,
|
1885
1885
|
"document": "被指定存储用户appid\n注意:此字段可能返回 null,表示取不到有效值。",
|
1886
|
-
"example": "
|
1886
|
+
"example": "3545646",
|
1887
1887
|
"member": "string",
|
1888
1888
|
"name": "StorageAppId",
|
1889
1889
|
"output_required": false,
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"CreateEventsAuditTrack": [
|
12
12
|
{
|
13
13
|
"document": "",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEventsAuditTrack\n<公共请求参数>\n\n{\n \"Name\": \"test_track\",\n \"Status\": 1,\n \"Storage\": {\n \"StorageType\": \"cos\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageName\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEventsAuditTrack\n<公共请求参数>\n\n{\n \"Name\": \"test_track\",\n \"Status\": 1,\n \"Storage\": {\n \"StorageType\": \"cos\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageName\": \"audit_test\",\n \"StoragePrefix\": \"audit_config\",\n \"StorageAccountId\": \"2345345\",\n \"StorageAppId\": \"23456546\"\n },\n \"Filters\": {\n \"ResourceFields\": [\n {\n \"ResourceType\": \"cam\",\n \"ActionType\": \"Read\",\n \"EventNames\": [\n \"ConsoleLogin\"\n ]\n }\n ]\n },\n \"TrackForAllMembers\": 1\n}",
|
15
15
|
"output": "{\n \"Response\": {\n \"TrackId\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
16
16
|
"title": "创建操作审计跟踪集"
|
17
17
|
}
|
@@ -123,8 +123,8 @@
|
|
123
123
|
"ModifyEventsAuditTrack": [
|
124
124
|
{
|
125
125
|
"document": "",
|
126
|
-
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEventsAuditTrack\n<公共请求参数>\n\n{\n \"TrackId\": 1,\n \"Name\": \"
|
127
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
126
|
+
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEventsAuditTrack\n<公共请求参数>\n\n{\n \"TrackId\": 1,\n \"Name\": \"track_test\",\n \"Status\": 1,\n \"Storage\": {\n \"StorageType\": \"cos\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageName\": \"costest\",\n \"StoragePrefix\": \"audita_config\",\n \"StorageAccountId\": \"2342424\",\n \"StorageAppId\": \"353535\"\n },\n \"TrackForAllMembers\": 1,\n \"Filters\": {\n \"ResourceFields\": [\n {\n \"ResourceType\": \"cvm\",\n \"ActionType\": \"Read\",\n \"EventNames\": [\n \"ConsoleLogin\"\n ]\n }\n ]\n }\n}",
|
127
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a60ef700-c3e4-4921-8d8f-30fc93dc07f4\"\n }\n}",
|
128
128
|
"title": "修改操作审计跟踪集"
|
129
129
|
}
|
130
130
|
],
|
@@ -95,30 +95,30 @@
|
|
95
95
|
{
|
96
96
|
"disabled": false,
|
97
97
|
"document": "规则标识\n注意:此字段可能返回 null,表示取不到有效值。",
|
98
|
-
"example": "
|
98
|
+
"example": "cam-user-invalid-ak-check",
|
99
99
|
"member": "string",
|
100
100
|
"name": "Identifier",
|
101
|
-
"
|
101
|
+
"output_required": true,
|
102
102
|
"type": "string",
|
103
103
|
"value_allowed_null": true
|
104
104
|
},
|
105
105
|
{
|
106
106
|
"disabled": false,
|
107
107
|
"document": "规则名\n注意:此字段可能返回 null,表示取不到有效值。",
|
108
|
-
"example": "
|
108
|
+
"example": "配置规则1",
|
109
109
|
"member": "string",
|
110
110
|
"name": "RuleName",
|
111
|
-
"
|
111
|
+
"output_required": true,
|
112
112
|
"type": "string",
|
113
113
|
"value_allowed_null": true
|
114
114
|
},
|
115
115
|
{
|
116
116
|
"disabled": false,
|
117
117
|
"document": "规则参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
118
|
-
"example": "
|
118
|
+
"example": "[]",
|
119
119
|
"member": "InputParameter",
|
120
120
|
"name": "InputParameter",
|
121
|
-
"
|
121
|
+
"output_required": true,
|
122
122
|
"type": "list",
|
123
123
|
"value_allowed_null": true
|
124
124
|
},
|
@@ -128,27 +128,27 @@
|
|
128
128
|
"example": "无",
|
129
129
|
"member": "SourceConditionForManage",
|
130
130
|
"name": "SourceCondition",
|
131
|
-
"
|
131
|
+
"output_required": true,
|
132
132
|
"type": "list",
|
133
133
|
"value_allowed_null": true
|
134
134
|
},
|
135
135
|
{
|
136
136
|
"disabled": false,
|
137
137
|
"document": "规则支持的资源类型,规则仅对指定资源类型的资源生效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
138
|
-
"example": "
|
138
|
+
"example": " [ \"QCS::CAM::User\" ]",
|
139
139
|
"member": "string",
|
140
140
|
"name": "ResourceType",
|
141
|
-
"
|
141
|
+
"output_required": true,
|
142
142
|
"type": "list",
|
143
143
|
"value_allowed_null": true
|
144
144
|
},
|
145
145
|
{
|
146
146
|
"disabled": false,
|
147
147
|
"document": "规则所属标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
148
|
-
"example": "
|
148
|
+
"example": "[ \"用户\", \"密钥\" ]",
|
149
149
|
"member": "string",
|
150
150
|
"name": "Labels",
|
151
|
-
"
|
151
|
+
"output_required": true,
|
152
152
|
"type": "list",
|
153
153
|
"value_allowed_null": true
|
154
154
|
},
|
@@ -158,17 +158,17 @@
|
|
158
158
|
"example": "1",
|
159
159
|
"member": "int64",
|
160
160
|
"name": "RiskLevel",
|
161
|
-
"
|
161
|
+
"output_required": true,
|
162
162
|
"type": "int",
|
163
163
|
"value_allowed_null": true
|
164
164
|
},
|
165
165
|
{
|
166
166
|
"disabled": false,
|
167
167
|
"document": "规则对应的函数\n注意:此字段可能返回 null,表示取不到有效值。",
|
168
|
-
"example": "
|
168
|
+
"example": "scf1",
|
169
169
|
"member": "string",
|
170
170
|
"name": "ServiceFunction",
|
171
|
-
"
|
171
|
+
"output_required": true,
|
172
172
|
"type": "string",
|
173
173
|
"value_allowed_null": true
|
174
174
|
},
|
@@ -178,7 +178,7 @@
|
|
178
178
|
"example": "2022-09-01 12:00:00",
|
179
179
|
"member": "string",
|
180
180
|
"name": "CreateTime",
|
181
|
-
"
|
181
|
+
"output_required": true,
|
182
182
|
"type": "string",
|
183
183
|
"value_allowed_null": true
|
184
184
|
},
|
@@ -188,7 +188,7 @@
|
|
188
188
|
"example": "Redis实例内存总量大于等于指定的参数值,视为“合规”。默认值:1000MB",
|
189
189
|
"member": "string",
|
190
190
|
"name": "Description",
|
191
|
-
"
|
191
|
+
"output_required": true,
|
192
192
|
"type": "string",
|
193
193
|
"value_allowed_null": true
|
194
194
|
},
|
@@ -198,7 +198,7 @@
|
|
198
198
|
"example": "规则状态",
|
199
199
|
"member": "string",
|
200
200
|
"name": "Status",
|
201
|
-
"
|
201
|
+
"output_required": true,
|
202
202
|
"type": "string",
|
203
203
|
"value_allowed_null": true
|
204
204
|
},
|
@@ -208,7 +208,7 @@
|
|
208
208
|
"example": "合规状态",
|
209
209
|
"member": "string",
|
210
210
|
"name": "ComplianceResult",
|
211
|
-
"
|
211
|
+
"output_required": true,
|
212
212
|
"type": "string",
|
213
213
|
"value_allowed_null": true
|
214
214
|
},
|
@@ -218,7 +218,7 @@
|
|
218
218
|
"example": "合规详情",
|
219
219
|
"member": "Annotation",
|
220
220
|
"name": "Annotation",
|
221
|
-
"
|
221
|
+
"output_required": true,
|
222
222
|
"type": "object",
|
223
223
|
"value_allowed_null": true
|
224
224
|
},
|
@@ -228,17 +228,17 @@
|
|
228
228
|
"example": "2022-09-01 12:00:00",
|
229
229
|
"member": "string",
|
230
230
|
"name": "ConfigRuleInvokedTime",
|
231
|
-
"
|
231
|
+
"output_required": true,
|
232
232
|
"type": "string",
|
233
233
|
"value_allowed_null": true
|
234
234
|
},
|
235
235
|
{
|
236
236
|
"disabled": false,
|
237
237
|
"document": "规则ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
238
|
-
"example": "
|
238
|
+
"example": "cr-24234234werw234",
|
239
239
|
"member": "string",
|
240
240
|
"name": "ConfigRuleId",
|
241
|
-
"
|
241
|
+
"output_required": true,
|
242
242
|
"type": "string",
|
243
243
|
"value_allowed_null": true
|
244
244
|
},
|
@@ -248,97 +248,97 @@
|
|
248
248
|
"example": "规则类型",
|
249
249
|
"member": "string",
|
250
250
|
"name": "IdentifierType",
|
251
|
-
"
|
251
|
+
"output_required": true,
|
252
252
|
"type": "string",
|
253
253
|
"value_allowed_null": true
|
254
254
|
},
|
255
255
|
{
|
256
256
|
"disabled": false,
|
257
257
|
"document": "合规包ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
258
|
-
"example": "
|
258
|
+
"example": "cp-342424dfsdfdf",
|
259
259
|
"member": "string",
|
260
260
|
"name": "CompliancePackId",
|
261
|
-
"
|
261
|
+
"output_required": true,
|
262
262
|
"type": "string",
|
263
263
|
"value_allowed_null": true
|
264
264
|
},
|
265
265
|
{
|
266
266
|
"disabled": false,
|
267
267
|
"document": "触发类型\nScheduledNotification:周期触发、\nConfigurationItemChangeNotification:变更触发\n注意:此字段可能返回 null,表示取不到有效值。",
|
268
|
-
"example": "
|
268
|
+
"example": "[ { \"MaximumExecutionFrequency\": null, \"MessageType\": \"ConfigurationItemChangeNotification\" } ]",
|
269
269
|
"member": "TriggerType",
|
270
270
|
"name": "TriggerType",
|
271
|
-
"
|
271
|
+
"output_required": true,
|
272
272
|
"type": "list",
|
273
273
|
"value_allowed_null": true
|
274
274
|
},
|
275
275
|
{
|
276
276
|
"disabled": false,
|
277
277
|
"document": "参数详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
278
|
-
"example": "
|
278
|
+
"example": "[]",
|
279
279
|
"member": "InputParameterForManage",
|
280
280
|
"name": "ManageInputParameter",
|
281
|
-
"
|
281
|
+
"output_required": true,
|
282
282
|
"type": "list",
|
283
283
|
"value_allowed_null": true
|
284
284
|
},
|
285
285
|
{
|
286
286
|
"disabled": false,
|
287
|
-
"document": "
|
288
|
-
"example": "
|
287
|
+
"document": "合规包名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
288
|
+
"example": "合规包1",
|
289
289
|
"member": "string",
|
290
290
|
"name": "CompliancePackName",
|
291
|
-
"
|
291
|
+
"output_required": true,
|
292
292
|
"type": "string",
|
293
293
|
"value_allowed_null": true
|
294
294
|
},
|
295
295
|
{
|
296
296
|
"disabled": false,
|
297
297
|
"document": "关联地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
298
|
-
"example": "
|
298
|
+
"example": " [\"ap-guangzhou\"]",
|
299
299
|
"member": "string",
|
300
300
|
"name": "RegionsScope",
|
301
|
-
"
|
301
|
+
"output_required": true,
|
302
302
|
"type": "list",
|
303
303
|
"value_allowed_null": true
|
304
304
|
},
|
305
305
|
{
|
306
306
|
"disabled": false,
|
307
307
|
"document": "关联标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
308
|
-
"example": "
|
308
|
+
"example": "[]",
|
309
309
|
"member": "Tag",
|
310
310
|
"name": "TagsScope",
|
311
|
-
"
|
311
|
+
"output_required": true,
|
312
312
|
"type": "list",
|
313
313
|
"value_allowed_null": true
|
314
314
|
},
|
315
315
|
{
|
316
316
|
"disabled": false,
|
317
317
|
"document": " 规则对指定资源ID无效,即不对该资源执行评估。\n注意:此字段可能返回 null,表示取不到有效值。",
|
318
|
-
"example": "
|
318
|
+
"example": "[\"23424\"]",
|
319
319
|
"member": "string",
|
320
320
|
"name": "ExcludeResourceIdsScope",
|
321
|
-
"
|
321
|
+
"output_required": true,
|
322
322
|
"type": "list",
|
323
323
|
"value_allowed_null": true
|
324
324
|
},
|
325
325
|
{
|
326
326
|
"disabled": false,
|
327
327
|
"document": "账号组ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
328
|
-
"example": "
|
328
|
+
"example": "ca-34sdf345345",
|
329
329
|
"member": "string",
|
330
330
|
"name": "AccountGroupId",
|
331
|
-
"
|
331
|
+
"output_required": true,
|
332
332
|
"type": "string",
|
333
333
|
"value_allowed_null": true
|
334
334
|
},
|
335
335
|
{
|
336
336
|
"disabled": false,
|
337
337
|
"document": "账号组名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
338
|
-
"example": "
|
338
|
+
"example": "账号组1",
|
339
339
|
"member": "string",
|
340
340
|
"name": "AccountGroupName",
|
341
|
-
"
|
341
|
+
"output_required": true,
|
342
342
|
"type": "string",
|
343
343
|
"value_allowed_null": true
|
344
344
|
},
|
@@ -348,7 +348,7 @@
|
|
348
348
|
"example": "3444***4455",
|
349
349
|
"member": "uint64",
|
350
350
|
"name": "RuleOwnerId",
|
351
|
-
"
|
351
|
+
"output_required": true,
|
352
352
|
"type": "int",
|
353
353
|
"value_allowed_null": true
|
354
354
|
},
|
@@ -358,7 +358,7 @@
|
|
358
358
|
"example": "[\"ScheduledNotification\"]",
|
359
359
|
"member": "string",
|
360
360
|
"name": "ManageTriggerType",
|
361
|
-
"
|
361
|
+
"output_required": true,
|
362
362
|
"type": "list",
|
363
363
|
"value_allowed_null": false
|
364
364
|
}
|
@@ -454,7 +454,7 @@
|
|
454
454
|
{
|
455
455
|
"disabled": false,
|
456
456
|
"document": "资源配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
457
|
-
"example": "
|
457
|
+
"example": "{\"InstanceState\":\"STOPPED\",\"InstanceName\":\"未命名3\",\"InstanceId\":\"ins-jrkgnbhq\",\"InstanceType\":\"xxx\",\"VirtualPrivateCloud\":{\"VpcId\":\"xxx\"}",
|
458
458
|
"member": "string",
|
459
459
|
"name": "Configuration",
|
460
460
|
"output_required": true,
|
@@ -464,7 +464,7 @@
|
|
464
464
|
{
|
465
465
|
"disabled": false,
|
466
466
|
"document": "资源创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
467
|
-
"example": "
|
467
|
+
"example": "2021-11-16 09:28:13",
|
468
468
|
"member": "string",
|
469
469
|
"name": "ResourceCreateTime",
|
470
470
|
"output_required": true,
|
@@ -474,7 +474,7 @@
|
|
474
474
|
{
|
475
475
|
"disabled": false,
|
476
476
|
"document": "资源标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
477
|
-
"example": "
|
477
|
+
"example": "[ { \"tagKey\": \"运营部\", \"tagValue\": \"开发部\" } ]",
|
478
478
|
"member": "Tag",
|
479
479
|
"name": "Tags",
|
480
480
|
"output_required": true,
|
@@ -484,7 +484,7 @@
|
|
484
484
|
{
|
485
485
|
"disabled": false,
|
486
486
|
"document": "资源更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
487
|
-
"example": "
|
487
|
+
"example": "2024-12-05 19:14:53",
|
488
488
|
"member": "string",
|
489
489
|
"name": "UpdateTime",
|
490
490
|
"output_required": true,
|
@@ -796,7 +796,7 @@
|
|
796
796
|
"members": [
|
797
797
|
{
|
798
798
|
"disabled": false,
|
799
|
-
"document": "
|
799
|
+
"document": "每页数量。\n取值范围:1~200",
|
800
800
|
"example": "10",
|
801
801
|
"member": "int64",
|
802
802
|
"name": "Limit",
|
@@ -805,7 +805,7 @@
|
|
805
805
|
},
|
806
806
|
{
|
807
807
|
"disabled": false,
|
808
|
-
"document": "
|
808
|
+
"document": "偏移量。\n取值范围:最小值为0",
|
809
809
|
"example": "1",
|
810
810
|
"member": "int64",
|
811
811
|
"name": "Offset",
|
@@ -814,7 +814,7 @@
|
|
814
814
|
},
|
815
815
|
{
|
816
816
|
"disabled": false,
|
817
|
-
"document": "
|
817
|
+
"document": "排序类型(规则名称)。\n倒序:desc,\n顺序:asc",
|
818
818
|
"example": "desc",
|
819
819
|
"member": "string",
|
820
820
|
"name": "OrderType",
|
@@ -823,7 +823,7 @@
|
|
823
823
|
},
|
824
824
|
{
|
825
825
|
"disabled": false,
|
826
|
-
"document": "
|
826
|
+
"document": "风险等级。\n1:高风险,\n2:中风险,\n3:低风险。",
|
827
827
|
"example": "[1,2]",
|
828
828
|
"member": "uint64",
|
829
829
|
"name": "RiskLevel",
|
@@ -832,7 +832,7 @@
|
|
832
832
|
},
|
833
833
|
{
|
834
834
|
"disabled": false,
|
835
|
-
"document": "
|
835
|
+
"document": "规则状态。\nACTIVE:启用\nUN_ACTIVE:停用\n",
|
836
836
|
"example": "ACTIVE",
|
837
837
|
"member": "string",
|
838
838
|
"name": "State",
|
@@ -841,7 +841,7 @@
|
|
841
841
|
},
|
842
842
|
{
|
843
843
|
"disabled": false,
|
844
|
-
"document": "
|
844
|
+
"document": "评估结果。\nCOMPLIANT:合规\nNON_COMPLIANT:不合规",
|
845
845
|
"example": "[\"COMPLIANT\"]",
|
846
846
|
"member": "string",
|
847
847
|
"name": "ComplianceResult",
|
@@ -869,17 +869,17 @@
|
|
869
869
|
"example": "4",
|
870
870
|
"member": "uint64",
|
871
871
|
"name": "Total",
|
872
|
-
"
|
872
|
+
"output_required": true,
|
873
873
|
"type": "int",
|
874
874
|
"value_allowed_null": false
|
875
875
|
},
|
876
876
|
{
|
877
877
|
"disabled": false,
|
878
878
|
"document": "详情",
|
879
|
-
"example": "
|
879
|
+
"example": "[ { \"AccountGroupId\": null, \"AccountGroupName\": null, \"Annotation\": null, \"CompliancePackId\": \"\", \"CompliancePackName\": null, \"ComplianceResult\": \"NON_COMPLIANT\", \"ConfigRuleId\": \"cr-xxxxxxZePDhR0Bxxxxx\", \"ConfigRuleInvokedTime\": null, \"CreateTime\": \"2024-11-15 14:21:47\", \"Description\": \"CAM用户下不存在已禁用的 AccessKey,则符合规则。\", \"ExcludeResourceIdsScope\": [], \"Identifier\": \"cam-user-invalid-ak-check\", \"IdentifierType\": \"SYSTEM\", \"InputParameter\": [], \"Labels\": [ \"用户\", \"密钥\" ], \"ManageInputParameter\": [], \"ManageTriggerType\": [ \"ConfigurationItemChangeNotification\" ], \"RegionsScope\": [], \"ResourceType\": [ \"QCS::CAM::User\" ], \"RiskLevel\": 3, \"RuleName\": \"CAM用户下不存在已禁用的访问密钥AccessKey\", \"RuleOwnerId\": xxxxxxx, \"ServiceFunction\": null, \"SourceCondition\": [], \"Status\": \"ACTIVE\", \"TagsScope\": [], \"TriggerType\": [ { \"MaximumExecutionFrequency\": null, \"MessageType\": \"ConfigurationItemChangeNotification\" } ] } ]",
|
880
880
|
"member": "ConfigRule",
|
881
881
|
"name": "Items",
|
882
|
-
"
|
882
|
+
"output_required": true,
|
883
883
|
"type": "list",
|
884
884
|
"value_allowed_null": false
|
885
885
|
},
|
@@ -907,7 +907,7 @@
|
|
907
907
|
{
|
908
908
|
"disabled": false,
|
909
909
|
"document": "resourceName:资源名 resourceId :资源ID",
|
910
|
-
"example": "
|
910
|
+
"example": "[]",
|
911
911
|
"member": "Filter",
|
912
912
|
"name": "Filters",
|
913
913
|
"required": false,
|
@@ -916,7 +916,7 @@
|
|
916
916
|
{
|
917
917
|
"disabled": false,
|
918
918
|
"document": "标签",
|
919
|
-
"example": "
|
919
|
+
"example": "[ { \"tagKey\": \"运营部门\", \"tagValue\": \"开发部 } ]",
|
920
920
|
"member": "Tag",
|
921
921
|
"name": "Tags",
|
922
922
|
"required": false,
|
@@ -925,7 +925,7 @@
|
|
925
925
|
{
|
926
926
|
"disabled": false,
|
927
927
|
"document": "下一页token",
|
928
|
-
"example": "
|
928
|
+
"example": "C3IptlTj6hTlW0WKVO3NI",
|
929
929
|
"member": "string",
|
930
930
|
"name": "NextToken",
|
931
931
|
"required": false,
|
@@ -949,20 +949,20 @@
|
|
949
949
|
{
|
950
950
|
"disabled": false,
|
951
951
|
"document": "详情",
|
952
|
-
"example": "
|
952
|
+
"example": "{\"ResourceType\":\"cvm\"}",
|
953
953
|
"member": "ResourceListInfo",
|
954
954
|
"name": "Items",
|
955
|
-
"
|
955
|
+
"output_required": true,
|
956
956
|
"type": "list",
|
957
957
|
"value_allowed_null": false
|
958
958
|
},
|
959
959
|
{
|
960
960
|
"disabled": false,
|
961
961
|
"document": "下一页\n注意:此字段可能返回 null,表示取不到有效值。",
|
962
|
-
"example": "
|
962
|
+
"example": "C3IptlTj6hTlW0WKVO3NI",
|
963
963
|
"member": "string",
|
964
964
|
"name": "NextToken",
|
965
|
-
"
|
965
|
+
"output_required": true,
|
966
966
|
"type": "string",
|
967
967
|
"value_allowed_null": true
|
968
968
|
},
|
@@ -980,7 +980,7 @@
|
|
980
980
|
"members": [
|
981
981
|
{
|
982
982
|
"disabled": false,
|
983
|
-
"document": "回调令牌。从自定义规则所选的scf
|
983
|
+
"document": "回调令牌。从自定义规则所选的scf云函数入参中取参数ResultToken值\n<a href=\"https://cloud.tencent.com/document/product/583/9210#.E5.87.BD.E6.95.B0.E5.85.A5.E5.8F.82.3Ca-id.3D.22input.22.3E.3C.2Fa.3E\" target=\"_blank\">云函数入参说明</a>",
|
984
984
|
"example": "FQikxW6AmU4cTUUpEJ-OF4Mvbq_7quPYZQOjDuo9cAxzUX-D8w==",
|
985
985
|
"member": "string",
|
986
986
|
"name": "ResultToken",
|
@@ -990,7 +990,7 @@
|
|
990
990
|
{
|
991
991
|
"disabled": false,
|
992
992
|
"document": "自定义规则评估结果信息。",
|
993
|
-
"example": "
|
993
|
+
"example": "[{ \"ComplianceResourceId\": \"disk-26itbqha\", \"ComplianceResourceType\": \"QCS::CBS::Disk\", \"ComplianceRegion\": \"ap-guangzhou\", \"ComplianceType\": \"NON_COMPLIANT\", \"Annotation\": { \"Configuration\": \"1\", \"DesiredValue\": \"2\", \"Operator\": \"equal\", \"Property\": \"age\" } }]",
|
994
994
|
"member": "Evaluation",
|
995
995
|
"name": "Evaluations",
|
996
996
|
"required": true,
|
@@ -1179,9 +1179,10 @@
|
|
1179
1179
|
{
|
1180
1180
|
"disabled": false,
|
1181
1181
|
"document": "标签key\n注意:此字段可能返回 null,表示取不到有效值。",
|
1182
|
-
"example": "
|
1182
|
+
"example": "产品部",
|
1183
1183
|
"member": "string",
|
1184
1184
|
"name": "TagKey",
|
1185
|
+
"output_required": true,
|
1185
1186
|
"required": false,
|
1186
1187
|
"type": "string",
|
1187
1188
|
"value_allowed_null": true
|
@@ -1189,9 +1190,10 @@
|
|
1189
1190
|
{
|
1190
1191
|
"disabled": false,
|
1191
1192
|
"document": "标签value\n注意:此字段可能返回 null,表示取不到有效值。",
|
1192
|
-
"example": "
|
1193
|
+
"example": "运营部成员",
|
1193
1194
|
"member": "string",
|
1194
1195
|
"name": "TagValue",
|
1196
|
+
"output_required": true,
|
1195
1197
|
"required": false,
|
1196
1198
|
"type": "string",
|
1197
1199
|
"value_allowed_null": true
|