tccli 3.0.1227.1__py2.py3-none-any.whl → 3.0.1229.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aiart/v20221229/api.json +12 -3
  4. tccli/services/cam/v20190116/api.json +25 -25
  5. tccli/services/cam/v20190116/examples.json +8 -8
  6. tccli/services/cdb/v20170320/api.json +167 -9
  7. tccli/services/cdb/v20170320/examples.json +2 -2
  8. tccli/services/cfs/v20190719/api.json +19 -0
  9. tccli/services/ckafka/v20190819/api.json +5 -5
  10. tccli/services/ckafka/v20190819/examples.json +106 -112
  11. tccli/services/clb/v20180317/api.json +1 -1
  12. tccli/services/cloudaudit/v20190319/api.json +15 -15
  13. tccli/services/cloudaudit/v20190319/examples.json +3 -3
  14. tccli/services/config/v20220802/api.json +70 -68
  15. tccli/services/config/v20220802/examples.json +6 -6
  16. tccli/services/cynosdb/cynosdb_client.py +228 -16
  17. tccli/services/cynosdb/v20190107/api.json +251 -0
  18. tccli/services/cynosdb/v20190107/examples.json +32 -0
  19. tccli/services/emr/v20190103/api.json +28 -22
  20. tccli/services/ess/v20201111/api.json +18 -0
  21. tccli/services/essbasic/v20210526/api.json +20 -1
  22. tccli/services/facefusion/v20181201/api.json +12 -6
  23. tccli/services/faceid/v20180301/api.json +1 -1
  24. tccli/services/hai/v20230812/api.json +6 -6
  25. tccli/services/hai/v20230812/examples.json +2 -2
  26. tccli/services/lke/lke_client.py +394 -23
  27. tccli/services/lke/v20231130/api.json +737 -4
  28. tccli/services/lke/v20231130/examples.json +62 -0
  29. tccli/services/mps/v20190612/api.json +1 -1
  30. tccli/services/mqtt/mqtt_client.py +118 -12
  31. tccli/services/mqtt/v20240516/api.json +312 -33
  32. tccli/services/mqtt/v20240516/examples.json +23 -13
  33. tccli/services/ocr/v20181119/api.json +11 -2
  34. tccli/services/ocr/v20181119/examples.json +6 -6
  35. tccli/services/privatedns/v20201028/api.json +41 -13
  36. tccli/services/pts/v20210728/api.json +22 -12
  37. tccli/services/redis/v20180412/api.json +14 -14
  38. tccli/services/scf/v20180416/api.json +12 -0
  39. tccli/services/ssl/v20191205/api.json +246 -173
  40. tccli/services/ssl/v20191205/examples.json +69 -69
  41. tccli/services/sts/v20180813/api.json +17 -11
  42. tccli/services/sts/v20180813/examples.json +6 -6
  43. tccli/services/tcr/v20190924/api.json +17 -17
  44. tccli/services/tdmq/tdmq_client.py +4 -57
  45. tccli/services/tdmq/v20200217/api.json +119 -200
  46. tccli/services/tdmq/v20200217/examples.json +29 -49
  47. tccli/services/tmt/v20180321/api.json +1 -1
  48. tccli/services/tmt/v20180321/examples.json +2 -2
  49. tccli/services/trocket/v20230308/api.json +79 -79
  50. tccli/services/trocket/v20230308/examples.json +8 -8
  51. tccli/services/trtc/v20190722/api.json +1 -1
  52. tccli/services/vclm/v20240523/api.json +25 -15
  53. tccli/services/vclm/v20240523/examples.json +2 -2
  54. tccli/services/vcube/__init__.py +4 -0
  55. tccli/services/vcube/v20220410/api.json +4168 -0
  56. tccli/services/vcube/v20220410/examples.json +277 -0
  57. tccli/services/vcube/vcube_client.py +1956 -0
  58. tccli/services/vod/v20180717/api.json +38 -1
  59. tccli/services/vod/v20180717/examples.json +13 -1
  60. tccli/services/vpc/v20170312/api.json +195 -148
  61. tccli/services/vpc/v20170312/examples.json +5 -5
  62. {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/METADATA +2 -2
  63. {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/RECORD +66 -62
  64. {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/WHEEL +0 -0
  65. {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/entry_points.txt +0 -0
  66. {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/license_files/LICENSE +0 -0
@@ -95,30 +95,30 @@
95
95
  {
96
96
  "disabled": false,
97
97
  "document": "规则标识\n注意:此字段可能返回 null,表示取不到有效值。",
98
- "example": "qqq",
98
+ "example": "cam-user-invalid-ak-check",
99
99
  "member": "string",
100
100
  "name": "Identifier",
101
- "required": true,
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": "123",
108
+ "example": "配置规则1",
109
109
  "member": "string",
110
110
  "name": "RuleName",
111
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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": "22",
238
+ "example": "cr-24234234werw234",
239
239
  "member": "string",
240
240
  "name": "ConfigRuleId",
241
- "required": true,
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
- "required": true,
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": "123",
258
+ "example": "cp-342424dfsdfdf",
259
259
  "member": "string",
260
260
  "name": "CompliancePackId",
261
- "required": true,
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
- "required": true,
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
- "required": true,
281
+ "output_required": true,
282
282
  "type": "list",
283
283
  "value_allowed_null": true
284
284
  },
285
285
  {
286
286
  "disabled": false,
287
- "document": "规则名称\n注意:此字段可能返回 null,表示取不到有效值。",
288
- "example": "",
287
+ "document": "合规包名称\n注意:此字段可能返回 null,表示取不到有效值。",
288
+ "example": "合规包1",
289
289
  "member": "string",
290
290
  "name": "CompliancePackName",
291
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": true,
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
- "required": false,
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
- "required": false,
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
- "required": false,
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
- "required": false,
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": "qq",
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": "12332",
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": "排序类型, 倒序:desc,顺序:asc",
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": "风险等级\n1:高风险。\n2:中风险。\n3:低风险。",
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
- "required": true,
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
- "required": true,
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
- "required": true,
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": "x",
962
+ "example": "C3IptlTj6hTlW0WKVO3NI",
963
963
  "member": "string",
964
964
  "name": "NextToken",
965
- "required": true,
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云函数Context中取参数ResultToken",
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": "aaa",
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": "bbb",
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
@@ -18,24 +18,24 @@
18
18
  ],
19
19
  "ListConfigRules": [
20
20
  {
21
- "document": "",
22
- "input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListConfigRules\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10,\n \"OrderType\": \"\",\n \"RiskLevel\": [],\n \"State\": \"ACTIVE\",\n \"ComplianceResult\": [],\n \"RuleName\": \"\"\n}",
23
- "output": "{\n \"Response\": {\n \"RequestId\": \"149e116a-90ef-45f3-9d5d-3d77fd1c9eb3\",\n \"Items\": [\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 \"Annotation\": null,\n \"CompliancePackId\": \"\",\n \"CompliancePackName\": null,\n \"ComplianceResult\": \"NON_COMPLIANT\",\n \"ConfigRuleId\": \"cr-bdunf5kx3aywn0ac5bkk\",\n \"ConfigRuleInvokedTime\": null,\n \"CreateTime\": \"2022-11-16 14:22:59\",\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 \"Annotation\": null,\n \"CompliancePackId\": \"\",\n \"CompliancePackName\": null,\n \"ComplianceResult\": \"NON_COMPLIANT\",\n \"ConfigRuleId\": \"cr-2d3brhnvyazqb9j1el6o\",\n \"ConfigRuleInvokedTime\": null,\n \"CreateTime\": \"2022-11-16 11:36:45\",\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\": 3\n }\n}",
21
+ "document": "获取规则列表",
22
+ "input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListConfigRules\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10,\n \"OrderType\": \"desc\",\n \"RiskLevel\": [\n 1\n ],\n \"State\": \"ACTIVE\",\n \"ComplianceResult\": [\n \"COMPLIANT\"\n ],\n \"RuleName\": \"CAM\"\n}",
23
+ "output": "{\n \"Response\": {\n \"RequestId\": \"107f8d51-7095-4a6f-b374-a8aa7743584b\",\n \"Items\": [\n {\n \"AccountGroupId\": \"ca-324234\",\n \"AccountGroupName\": \"账号组\",\n \"Annotation\": null,\n \"CompliancePackId\": \"\",\n \"CompliancePackName\": null,\n \"ComplianceResult\": \"NON_COMPLIANT\",\n \"ConfigRuleId\": \"cr-HQxxxxxxxhR0BxxxxGodh\",\n \"ConfigRuleInvokedTime\": null,\n \"CreateTime\": \"2024-11-15 14:21:47\",\n \"Description\": \"CAM用户下不存在已禁用的 AccessKey,则符合规则。\",\n \"ExcludeResourceIdsScope\": [],\n \"Identifier\": \"cam-user-invalid-ak-check\",\n \"IdentifierType\": \"SYSTEM\",\n \"InputParameter\": [],\n \"Labels\": [\n \"用户\",\n \"密钥\"\n ],\n \"ManageInputParameter\": [],\n \"ManageTriggerType\": [\n \"ConfigurationItemChangeNotification\"\n ],\n \"RegionsScope\": [],\n \"ResourceType\": [\n \"QCS::CAM::User\"\n ],\n \"RiskLevel\": 3,\n \"RuleName\": \"CAM用户下不存在已禁用的访问密钥AccessKey\",\n \"RuleOwnerId\": 84935363164,\n \"ServiceFunction\": null,\n \"SourceCondition\": [],\n \"Status\": \"ACTIVE\",\n \"TagsScope\": [],\n \"TriggerType\": [\n {\n \"MaximumExecutionFrequency\": null,\n \"MessageType\": \"ConfigurationItemChangeNotification\"\n }\n ]\n }\n ],\n \"Total\": 1\n }\n}",
24
24
  "title": "获取规则列表"
25
25
  }
26
26
  ],
27
27
  "ListDiscoveredResources": [
28
28
  {
29
29
  "document": "",
30
- "input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDiscoveredResources\n<公共请求参数>\n\n{\n \"OrderType\": \"xx\",\n \"NextToken\": \"xx\",\n \"MaxResults\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"xx\"\n ],\n \"Name\": \"xx\"\n }\n ],\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ]\n}",
31
- "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"ResourceStatus\": \"xx\",\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"ResourceType\": \"xx\",\n \"ResourceId\": \"xx\",\n \"ResourceCreateTime\": 1,\n \"ResourceRegion\": \"xx\",\n \"ResourceName\": \"xx\",\n \"ResourceZone\": \"xx\",\n \"ResourceDelete\": 1,\n \"ComplianceResult\": \"xx\"\n }\n ],\n \"NextToken\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
30
+ "input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDiscoveredResources\n<公共请求参数>\n\n{\n \"OrderType\": \"desc\",\n \"NextToken\": \"C3IptlTj6hTlW0WKVO3NI\",\n \"MaxResults\": 10,\n \"Filters\": [\n {\n \"Values\": [\n \"ins-234234\"\n ],\n \"Name\": \"resourceName\"\n }\n ],\n \"Tags\": [\n {\n \"TagKey\": \"开发部\",\n \"TagValue\": \"运营部\"\n }\n ]\n}",
31
+ "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"ResourceStatus\": \"Running\",\n \"Tags\": [\n {\n \"TagKey\": \"开发部\",\n \"TagValue\": \"运营部\"\n }\n ],\n \"ResourceType\": \"cvm\",\n \"ResourceId\": \"ins-234er\",\n \"ResourceCreateTime\": \"2022-10-10 12:56:37\",\n \"ResourceRegion\": \"ap-guangzhou\",\n \"ResourceName\": \"云服务器\",\n \"ResourceZone\": \"ap-guangzhou-1\",\n \"ResourceDelete\": 1,\n \"ComplianceResult\": \"COMPLIANT\"\n }\n ],\n \"NextToken\": \"C3IptlTj6hTlW0WKVO3NI\",\n \"RequestId\": \"4006b9ea-9b33-4b80-8496-6917c900b122\"\n }\n}",
32
32
  "title": "获取资源列表"
33
33
  }
34
34
  ],
35
35
  "PutEvaluations": [
36
36
  {
37
37
  "document": "上报自定义规则评估结果",
38
- "input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PutEvaluations\n<公共请求参数>\n\n \n\n \n\n \n\n \n\n{\n \"ResultToken\": \"Wm9yZlY3WmlKa3cxaW1oQlu-H3WA6JZnH46cUAn2DWGJ9dp3GwJyhMyXsJyeXRcqa8sCimZKH6hy-7RGW_DEtva2Bjd36ryyDg0tbNOfYpf3r6lJB_gHRUCPRrr8HQbEvCoeoGw-KH7LqNUsoa4GzyrvKx2Ak1vycWzfAGaiTISWoTQ2mYr_BYSsVcO077lUlY4hieGJyolSxxUf1V9fDoIXFQikxW6AmU4cTUUpEJ-OF4Mvbq_7quPYZQOjDuo9cAxzUX-D8w==\",\n \"Evaluations\": [\n {\n \"ComplianceResourceId\": \"disk-26itbqha\",\n \"ComplianceResourceType\": \"QCS::CBS::Disk\",\n \"ComplianceRegion\": \"ap-guangzhou\",\n \"ComplianceType\": \"NON_COMPLIANT\",\n \"Annotation\": {\n \"Configuration\": \"1\",\n \"DesiredValue\": \"2\",\n \"Operator\": \"equal\",\n \"Property\": \"age\"\n }\n }\n ]\n}",
38
+ "input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PutEvaluations\n<公共请求参数>\n\n{\n \"ResultToken\": \"Wm9yZlY3WmlKa3cxaW1oQlu-H3WA6JZnH46cUAn2DWG****\",\n \"Evaluations\": [\n {\n \"ComplianceResourceId\": \"disk-26itbqha\",\n \"ComplianceResourceType\": \"QCS::CBS::Disk\",\n \"ComplianceRegion\": \"ap-guangzhou\",\n \"ComplianceType\": \"NON_COMPLIANT\",\n \"Annotation\": {\n \"Configuration\": \"1\",\n \"DesiredValue\": \"2\",\n \"Operator\": \"equal\",\n \"Property\": \"age\"\n }\n }\n ]\n}",
39
39
  "output": "{\n \"Response\": {\n \"RequestId\": \"d947eba9-f908-4d2e-9b3d-63bde43abd1a\"\n }\n}",
40
40
  "title": "上报自定义规则评估结果"
41
41
  }