tccli 3.0.1279.1__py2.py3-none-any.whl → 3.0.1281.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/acp/v20220105/api.json +68 -65
- tccli/services/aiart/v20221229/api.json +1 -1
- tccli/services/antiddos/v20200309/api.json +5 -1
- tccli/services/apm/v20210622/api.json +32 -32
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/billing/v20180709/api.json +550 -529
- tccli/services/billing/v20180709/examples.json +4 -4
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +15 -1
- tccli/services/cfg/v20210820/api.json +36 -23
- tccli/services/cfg/v20210820/examples.json +11 -11
- tccli/services/cfs/v20190719/examples.json +3 -3
- tccli/services/ciam/v20220331/api.json +111 -111
- tccli/services/ciam/v20220331/examples.json +8 -8
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/controlcenter_client.py +212 -0
- tccli/services/controlcenter/v20230110/api.json +521 -3
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/v20221121/api.json +66 -6
- tccli/services/cvm/cvm_client.py +212 -0
- tccli/services/cvm/v20170312/api.json +1076 -272
- tccli/services/cvm/v20170312/examples.json +34 -2
- tccli/services/cynosdb/v20190107/api.json +13 -3
- tccli/services/dbbrain/v20191016/api.json +12 -8
- tccli/services/dbbrain/v20210527/api.json +20 -20
- tccli/services/dlc/v20210125/api.json +19 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/emr/v20190103/api.json +11 -0
- tccli/services/es/v20180416/api.json +13 -0
- tccli/services/goosefs/v20220519/api.json +16 -15
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/gwlb/v20240906/api.json +22 -3
- tccli/services/gwlb/v20240906/examples.json +1 -1
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +243 -245
- tccli/services/iotcloud/v20210408/examples.json +64 -64
- tccli/services/keewidb/v20220308/api.json +94 -94
- tccli/services/lcic/v20220817/api.json +110 -63
- tccli/services/lcic/v20220817/examples.json +6 -6
- tccli/services/live/v20180801/api.json +302 -288
- tccli/services/lke/lke_client.py +84 -84
- tccli/services/lke/v20231130/api.json +220 -164
- tccli/services/lke/v20231130/examples.json +16 -16
- tccli/services/lowcode/v20210108/api.json +120 -11
- tccli/services/lowcode/v20210108/examples.json +9 -9
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +7 -6
- tccli/services/mongodb/v20190725/examples.json +2 -2
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/mqtt/mqtt_client.py +110 -4
- tccli/services/mqtt/v20240516/api.json +132 -0
- tccli/services/mqtt/v20240516/examples.json +22 -0
- tccli/services/ocr/v20181119/api.json +7 -7
- tccli/services/partners/partners_client.py +61 -8
- tccli/services/partners/v20180321/api.json +110 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/pts/v20210728/api.json +44 -6
- tccli/services/redis/v20180412/api.json +66 -66
- tccli/services/rum/v20210622/api.json +90 -0
- tccli/services/sms/v20190711/examples.json +1 -1
- tccli/services/sms/v20210111/examples.json +1 -1
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tag/v20180813/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +141 -128
- tccli/services/tat/v20201028/examples.json +12 -12
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +93 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +313 -313
- tccli/services/tke/v20220501/api.json +2 -2
- tccli/services/tms/v20201229/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +884 -884
- tccli/services/vdb/v20230616/api.json +12 -12
- tccli/services/waf/v20180125/api.json +7 -7
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +107 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/RECORD +86 -86
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1281.1.dist-info}/license_files/LICENSE +0 -0
@@ -6,6 +6,34 @@
|
|
6
6
|
"name": "批量对存量账号应用基线",
|
7
7
|
"output": "BatchApplyAccountBaselinesResponse",
|
8
8
|
"status": "online"
|
9
|
+
},
|
10
|
+
"GetAccountFactoryBaseline": {
|
11
|
+
"document": "获取用户基线配置数据",
|
12
|
+
"input": "GetAccountFactoryBaselineRequest",
|
13
|
+
"name": "获取用户基线配置数据",
|
14
|
+
"output": "GetAccountFactoryBaselineResponse",
|
15
|
+
"status": "online"
|
16
|
+
},
|
17
|
+
"ListAccountFactoryBaselineItems": {
|
18
|
+
"document": "获取账号工厂系统基线项",
|
19
|
+
"input": "ListAccountFactoryBaselineItemsRequest",
|
20
|
+
"name": "获取账号工厂系统基线项",
|
21
|
+
"output": "ListAccountFactoryBaselineItemsResponse",
|
22
|
+
"status": "online"
|
23
|
+
},
|
24
|
+
"ListDeployStepTasks": {
|
25
|
+
"document": "获取某个基线项历史应用信息",
|
26
|
+
"input": "ListDeployStepTasksRequest",
|
27
|
+
"name": "获取某个基线项历史应用信息",
|
28
|
+
"output": "ListDeployStepTasksResponse",
|
29
|
+
"status": "online"
|
30
|
+
},
|
31
|
+
"UpdateAccountFactoryBaseline": {
|
32
|
+
"document": "更新用户当前基线项配置,基线配置会覆盖更新为当前配置。新增基线项时需要将新增的基线配置加到现有配置,删除基线项时需要将删除的基线配置从现有配置移除,然后保存最新基线配置。",
|
33
|
+
"input": "UpdateAccountFactoryBaselineRequest",
|
34
|
+
"name": "更新用户基线项配置",
|
35
|
+
"output": "UpdateAccountFactoryBaselineResponse",
|
36
|
+
"status": "online"
|
9
37
|
}
|
10
38
|
},
|
11
39
|
"metadata": {
|
@@ -15,12 +43,146 @@
|
|
15
43
|
"serviceShortName": "controlcenter"
|
16
44
|
},
|
17
45
|
"objects": {
|
46
|
+
"AccountFactoryItem": {
|
47
|
+
"document": "账号工厂基线项",
|
48
|
+
"members": [
|
49
|
+
{
|
50
|
+
"disabled": false,
|
51
|
+
"document": "账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。\n注意:此字段可能返回 null,表示取不到有效值。",
|
52
|
+
"example": "ACS-BP_ACCOUNT_FACTORY_RAM_USER_PASSWORD_POLICY",
|
53
|
+
"member": "string",
|
54
|
+
"name": "Identifier",
|
55
|
+
"output_required": true,
|
56
|
+
"type": "string",
|
57
|
+
"value_allowed_null": true
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"disabled": false,
|
61
|
+
"document": "基线项名称,功能项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。\n注意:此字段可能返回 null,表示取不到有效值。",
|
62
|
+
"example": "账号联系人",
|
63
|
+
"member": "string",
|
64
|
+
"name": "Name",
|
65
|
+
"output_required": true,
|
66
|
+
"type": "string",
|
67
|
+
"value_allowed_null": true
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"disabled": false,
|
71
|
+
"document": "基线项英文名称,基线项名字唯一,仅支持英文字母、数字、空格、符号@、&_[]-的组合,1-64个英文字符。\n注意:此字段可能返回 null,表示取不到有效值。",
|
72
|
+
"example": "protection rules",
|
73
|
+
"member": "string",
|
74
|
+
"name": "NameEn",
|
75
|
+
"output_required": false,
|
76
|
+
"type": "string",
|
77
|
+
"value_allowed_null": true
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"disabled": false,
|
81
|
+
"document": "基线项权重,数值小权重越高,取值范围大于等于0。\n注意:此字段可能返回 null,表示取不到有效值。",
|
82
|
+
"example": "1",
|
83
|
+
"member": "int64",
|
84
|
+
"name": "Weight",
|
85
|
+
"output_required": true,
|
86
|
+
"type": "int",
|
87
|
+
"value_allowed_null": true
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"disabled": false,
|
91
|
+
"document": "基线项是否必填,1必填,0非必填\n注意:此字段可能返回 null,表示取不到有效值。",
|
92
|
+
"example": "1",
|
93
|
+
"member": "int64",
|
94
|
+
"name": "Required",
|
95
|
+
"output_required": true,
|
96
|
+
"type": "int",
|
97
|
+
"value_allowed_null": true
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"disabled": false,
|
101
|
+
"document": "基线项依赖项,N的取值范围与该基线项依赖的其它基线项个数有关。\n注意:此字段可能返回 null,表示取不到有效值。",
|
102
|
+
"example": "[{\"Identifier\":\"ACS-BP_GUARDRAILS\",\"Type\":\"LandingZoneItem\"},{\"Identifier\":\"ACS-BP_CLOUDSSO\",\"Type\":\"LandingZoneItem\"}]",
|
103
|
+
"member": "DependsOnItem",
|
104
|
+
"name": "DependsOn",
|
105
|
+
"output_required": true,
|
106
|
+
"type": "list",
|
107
|
+
"value_allowed_null": true
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"disabled": false,
|
111
|
+
"document": "基线描述,长度为2~256个英文或中文字符,默认值为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
112
|
+
"example": "描述",
|
113
|
+
"member": "string",
|
114
|
+
"name": "Description",
|
115
|
+
"output_required": true,
|
116
|
+
"type": "string",
|
117
|
+
"value_allowed_null": true
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"disabled": false,
|
121
|
+
"document": "基线项英文描述,长度为2~1024个英文字符,默认值为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
122
|
+
"example": "description",
|
123
|
+
"member": "string",
|
124
|
+
"name": "DescriptionEn",
|
125
|
+
"output_required": false,
|
126
|
+
"type": "string",
|
127
|
+
"value_allowed_null": true
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"disabled": false,
|
131
|
+
"document": "基线分类,长度为2~32个英文或中文字符,不能为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
132
|
+
"example": "权限",
|
133
|
+
"member": "string",
|
134
|
+
"name": "Classify",
|
135
|
+
"output_required": true,
|
136
|
+
"type": "string",
|
137
|
+
"value_allowed_null": true
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"disabled": false,
|
141
|
+
"document": "基线英文分类,长度为2~64个英文字符,不能为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
142
|
+
"example": "permissions",
|
143
|
+
"member": "string",
|
144
|
+
"name": "ClassifyEn",
|
145
|
+
"output_required": false,
|
146
|
+
"type": "string",
|
147
|
+
"value_allowed_null": true
|
148
|
+
}
|
149
|
+
],
|
150
|
+
"usage": "out"
|
151
|
+
},
|
18
152
|
"BaselineConfigItem": {
|
19
153
|
"document": "账号工厂基线配置项",
|
20
154
|
"members": [
|
21
155
|
{
|
22
156
|
"disabled": false,
|
23
|
-
"document": "账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128
|
157
|
+
"document": "账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。",
|
158
|
+
"example": "ACS-BP_ACCOUNT_FACTORY_ACCOUNT_CONTACT",
|
159
|
+
"member": "string",
|
160
|
+
"name": "Identifier",
|
161
|
+
"output_required": true,
|
162
|
+
"required": false,
|
163
|
+
"type": "string",
|
164
|
+
"value_allowed_null": false
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"disabled": false,
|
168
|
+
"document": "账号工厂基线项配置,不同基线项配置参数不同。",
|
169
|
+
"example": "{\\\"Contacts\\\":[{\\\"Name\\\":\\\"dest\\\",\\\"Email\\\":\\\"ia@22.com\\\",\\\"Mobile\\\":\\\"12345678910\\\",\\\"Position\\\":\\\"Technical Director\\\"}]}",
|
170
|
+
"member": "string",
|
171
|
+
"name": "Configuration",
|
172
|
+
"output_required": true,
|
173
|
+
"required": false,
|
174
|
+
"type": "string",
|
175
|
+
"value_allowed_null": false
|
176
|
+
}
|
177
|
+
],
|
178
|
+
"usage": "both"
|
179
|
+
},
|
180
|
+
"BaselineInfoItem": {
|
181
|
+
"document": "账号工厂基线信息",
|
182
|
+
"members": [
|
183
|
+
{
|
184
|
+
"disabled": false,
|
185
|
+
"document": "账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。\n注意:此字段可能返回 null,表示取不到有效值。",
|
24
186
|
"example": "ACS-BP_ACCOUNT_FACTORY_ACCOUNT_CONTACT",
|
25
187
|
"member": "string",
|
26
188
|
"name": "Identifier",
|
@@ -30,24 +192,130 @@
|
|
30
192
|
},
|
31
193
|
{
|
32
194
|
"disabled": false,
|
33
|
-
"document": "
|
195
|
+
"document": "账号工厂基线项配置,不同的基线项配置参数不同。\n注意:此字段可能返回 null,表示取不到有效值。",
|
34
196
|
"example": "{\\\"Contacts\\\":[{\\\"Name\\\":\\\"dest\\\",\\\"Email\\\":\\\"ia@22.com\\\",\\\"Mobile\\\":\\\"12345678910\\\",\\\"Position\\\":\\\"Technical Director\\\"}]}",
|
35
197
|
"member": "string",
|
36
198
|
"name": "Configuration",
|
37
199
|
"required": false,
|
38
200
|
"type": "string",
|
39
201
|
"value_allowed_null": true
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"disabled": false,
|
205
|
+
"document": "基线应用的账号数量。\n注意:此字段可能返回 null,表示取不到有效值。",
|
206
|
+
"example": "4",
|
207
|
+
"member": "int64",
|
208
|
+
"name": "ApplyCount",
|
209
|
+
"required": false,
|
210
|
+
"type": "int",
|
211
|
+
"value_allowed_null": true
|
40
212
|
}
|
41
213
|
],
|
42
214
|
"usage": "both"
|
43
215
|
},
|
216
|
+
"BaselineStepTaskInfo": {
|
217
|
+
"document": "基线项部署任务信息列表",
|
218
|
+
"members": [
|
219
|
+
{
|
220
|
+
"disabled": false,
|
221
|
+
"document": "任务唯一Id,只能包含英文字母、数字,是16个字符的随机字符串。\n注意:此字段可能返回 null,表示取不到有效值。",
|
222
|
+
"example": "m7r1xzlef7lp71bo",
|
223
|
+
"member": "string",
|
224
|
+
"name": "TaskId",
|
225
|
+
"output_required": true,
|
226
|
+
"type": "string",
|
227
|
+
"value_allowed_null": true
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"disabled": false,
|
231
|
+
"document": "基线功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。\n注意:此字段可能返回 null,表示取不到有效值。",
|
232
|
+
"example": "TCC-AF_CAM_USER_PASSWORD_POLICY",
|
233
|
+
"member": "string",
|
234
|
+
"name": "Identifier",
|
235
|
+
"output_required": true,
|
236
|
+
"type": "string",
|
237
|
+
"value_allowed_null": true
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"disabled": false,
|
241
|
+
"document": "被应用基线项的成员账号uin\n注意:此字段可能返回 null,表示取不到有效值。",
|
242
|
+
"example": "14235424532",
|
243
|
+
"member": "int64",
|
244
|
+
"name": "MemberUin",
|
245
|
+
"output_required": true,
|
246
|
+
"type": "int",
|
247
|
+
"value_allowed_null": true
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"disabled": false,
|
251
|
+
"document": "基线项应用的状态,Running表示基线项应用中,Success表示基线项应用成功,Failed表示基线项应用失败,Pending表示基线项待应用,Skipped表示基线项被跳过\n注意:此字段可能返回 null,表示取不到有效值。",
|
252
|
+
"example": "Running",
|
253
|
+
"member": "string",
|
254
|
+
"name": "Status",
|
255
|
+
"output_required": true,
|
256
|
+
"type": "string",
|
257
|
+
"value_allowed_null": true
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"disabled": false,
|
261
|
+
"document": "错误码\n注意:此字段可能返回 null,表示取不到有效值。",
|
262
|
+
"example": "InternalError",
|
263
|
+
"member": "string",
|
264
|
+
"name": "ErrCode",
|
265
|
+
"output_required": true,
|
266
|
+
"type": "string",
|
267
|
+
"value_allowed_null": true
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"disabled": false,
|
271
|
+
"document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
272
|
+
"example": "landing zone is not exist",
|
273
|
+
"member": "string",
|
274
|
+
"name": "ErrMessage",
|
275
|
+
"output_required": true,
|
276
|
+
"type": "string",
|
277
|
+
"value_allowed_null": true
|
278
|
+
},
|
279
|
+
{
|
280
|
+
"disabled": false,
|
281
|
+
"document": "基线项部署输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
282
|
+
"example": "[{\"Code\":\"OK\",\"Msg\":\"OK\"},{\"Code\":\"OK\",\"Msg\":\"OK\"}]",
|
283
|
+
"member": "string",
|
284
|
+
"name": "Output",
|
285
|
+
"output_required": true,
|
286
|
+
"type": "string",
|
287
|
+
"value_allowed_null": true
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"disabled": false,
|
291
|
+
"document": "创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。\n注意:此字段可能返回 null,表示取不到有效值。",
|
292
|
+
"example": "2022-08-18 12:00:00",
|
293
|
+
"member": "string",
|
294
|
+
"name": "CreateTime",
|
295
|
+
"output_required": true,
|
296
|
+
"type": "string",
|
297
|
+
"value_allowed_null": true
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"disabled": false,
|
301
|
+
"document": "更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。\n注意:此字段可能返回 null,表示取不到有效值。",
|
302
|
+
"example": "2022-08-18 12:00:00",
|
303
|
+
"member": "string",
|
304
|
+
"name": "UpdateTime",
|
305
|
+
"output_required": true,
|
306
|
+
"type": "string",
|
307
|
+
"value_allowed_null": true
|
308
|
+
}
|
309
|
+
],
|
310
|
+
"usage": "out"
|
311
|
+
},
|
44
312
|
"BatchApplyAccountBaselinesRequest": {
|
45
313
|
"document": "BatchApplyAccountBaselines请求参数结构体",
|
46
314
|
"members": [
|
47
315
|
{
|
48
316
|
"disabled": false,
|
49
317
|
"document": "成员账号uin,也是被应用基线的账号uin。",
|
50
|
-
"example": "[
|
318
|
+
"example": "[1000000000001]",
|
51
319
|
"member": "int64",
|
52
320
|
"name": "MemberUinList",
|
53
321
|
"required": true,
|
@@ -76,6 +344,256 @@
|
|
76
344
|
}
|
77
345
|
],
|
78
346
|
"type": "object"
|
347
|
+
},
|
348
|
+
"DependsOnItem": {
|
349
|
+
"document": "依赖项",
|
350
|
+
"members": [
|
351
|
+
{
|
352
|
+
"disabled": false,
|
353
|
+
"document": "依赖项类型,只有LandingZoneSetUp或AccountFactorySetUp。LandingZoneSetUp表示landingZone的依赖项;AccountFactorySetUp表示账号工厂的依赖项\n注意:此字段可能返回 null,表示取不到有效值。",
|
354
|
+
"example": "LandingZoneItem",
|
355
|
+
"member": "string",
|
356
|
+
"name": "Type",
|
357
|
+
"required": false,
|
358
|
+
"type": "string",
|
359
|
+
"value_allowed_null": true
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"disabled": false,
|
363
|
+
"document": "功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。\n注意:此字段可能返回 null,表示取不到有效值。",
|
364
|
+
"example": "ACS-BP_GUARDRAILS",
|
365
|
+
"member": "string",
|
366
|
+
"name": "Identifier",
|
367
|
+
"required": false,
|
368
|
+
"type": "string",
|
369
|
+
"value_allowed_null": true
|
370
|
+
}
|
371
|
+
],
|
372
|
+
"usage": "both"
|
373
|
+
},
|
374
|
+
"GetAccountFactoryBaselineRequest": {
|
375
|
+
"document": "GetAccountFactoryBaseline请求参数结构体",
|
376
|
+
"members": [],
|
377
|
+
"type": "object"
|
378
|
+
},
|
379
|
+
"GetAccountFactoryBaselineResponse": {
|
380
|
+
"document": "GetAccountFactoryBaseline返回参数结构体",
|
381
|
+
"members": [
|
382
|
+
{
|
383
|
+
"disabled": false,
|
384
|
+
"document": "资源所属主账号uin。\n注意:此字段可能返回 null,表示取不到有效值。",
|
385
|
+
"example": "100000000001",
|
386
|
+
"member": "int64",
|
387
|
+
"name": "OwnerUin",
|
388
|
+
"output_required": true,
|
389
|
+
"type": "int",
|
390
|
+
"value_allowed_null": true
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"disabled": false,
|
394
|
+
"document": "基线项名称,基线项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。\n注意:此字段可能返回 null,表示取不到有效值。",
|
395
|
+
"example": "default",
|
396
|
+
"member": "string",
|
397
|
+
"name": "Name",
|
398
|
+
"output_required": true,
|
399
|
+
"type": "string",
|
400
|
+
"value_allowed_null": true
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"disabled": false,
|
404
|
+
"document": "基线项配置列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
405
|
+
"example": "[{\"Identifier\":\"ACS-BP_ACCOUNT_FACTORY_ACCOUNT_CONTACT\",\"Configuration\":\"{\\\"Contacts\\\":[{\\\"Name\\\":\\\"dest\\\",\\\"Email\\\":\\\"ia@22.com\\\",\\\"Mobile\\\":\\\"12345678910\\\",\\\"Position\\\":\\\"Technical Director\\\"}]}\",\"ApplyCount\":5}]",
|
406
|
+
"member": "BaselineInfoItem",
|
407
|
+
"name": "BaselineConfigItems",
|
408
|
+
"output_required": true,
|
409
|
+
"type": "list",
|
410
|
+
"value_allowed_null": true
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"disabled": false,
|
414
|
+
"document": "创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。\n注意:此字段可能返回 null,表示取不到有效值。",
|
415
|
+
"example": "2022-08-18 12:00:00",
|
416
|
+
"member": "string",
|
417
|
+
"name": "CreateTime",
|
418
|
+
"output_required": true,
|
419
|
+
"type": "string",
|
420
|
+
"value_allowed_null": true
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"disabled": false,
|
424
|
+
"document": "更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。\n注意:此字段可能返回 null,表示取不到有效值。",
|
425
|
+
"example": "2022-08-18 12:00:00",
|
426
|
+
"member": "string",
|
427
|
+
"name": "UpdateTime",
|
428
|
+
"output_required": true,
|
429
|
+
"type": "string",
|
430
|
+
"value_allowed_null": true
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
434
|
+
"member": "string",
|
435
|
+
"name": "RequestId",
|
436
|
+
"type": "string"
|
437
|
+
}
|
438
|
+
],
|
439
|
+
"type": "object"
|
440
|
+
},
|
441
|
+
"ListAccountFactoryBaselineItemsRequest": {
|
442
|
+
"document": "ListAccountFactoryBaselineItems请求参数结构体",
|
443
|
+
"members": [
|
444
|
+
{
|
445
|
+
"disabled": false,
|
446
|
+
"document": "返回记录最大数目,取值范围0~200。",
|
447
|
+
"example": "10",
|
448
|
+
"member": "int64",
|
449
|
+
"name": "Limit",
|
450
|
+
"required": true,
|
451
|
+
"type": "int"
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"disabled": false,
|
455
|
+
"document": "偏移量,取值范围大于等于0。",
|
456
|
+
"example": "0",
|
457
|
+
"member": "int64",
|
458
|
+
"name": "Offset",
|
459
|
+
"required": true,
|
460
|
+
"type": "int"
|
461
|
+
}
|
462
|
+
],
|
463
|
+
"type": "object"
|
464
|
+
},
|
465
|
+
"ListAccountFactoryBaselineItemsResponse": {
|
466
|
+
"document": "ListAccountFactoryBaselineItems返回参数结构体",
|
467
|
+
"members": [
|
468
|
+
{
|
469
|
+
"disabled": false,
|
470
|
+
"document": "账号工厂基线列表。",
|
471
|
+
"example": "[{\"Identifier\":\"test_identifier\",\"Name\":\"testName\",\"Weight\":2,\"Required\":1,\"DependsOn\":[],\"Description\":\"testUpdate\"}]",
|
472
|
+
"member": "AccountFactoryItem",
|
473
|
+
"name": "BaselineItems",
|
474
|
+
"output_required": true,
|
475
|
+
"type": "list",
|
476
|
+
"value_allowed_null": false
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"disabled": false,
|
480
|
+
"document": "总数。",
|
481
|
+
"example": "10",
|
482
|
+
"member": "int64",
|
483
|
+
"name": "Total",
|
484
|
+
"output_required": true,
|
485
|
+
"type": "int",
|
486
|
+
"value_allowed_null": false
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
490
|
+
"member": "string",
|
491
|
+
"name": "RequestId",
|
492
|
+
"type": "string"
|
493
|
+
}
|
494
|
+
],
|
495
|
+
"type": "object"
|
496
|
+
},
|
497
|
+
"ListDeployStepTasksRequest": {
|
498
|
+
"document": "ListDeployStepTasks请求参数结构体",
|
499
|
+
"members": [
|
500
|
+
{
|
501
|
+
"disabled": false,
|
502
|
+
"document": "功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。",
|
503
|
+
"example": "ACS-BP_GUARDRAILS",
|
504
|
+
"member": "string",
|
505
|
+
"name": "Identifier",
|
506
|
+
"required": true,
|
507
|
+
"type": "string"
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"disabled": false,
|
511
|
+
"document": "返回记录最大数目,取值范围0~200。",
|
512
|
+
"example": "10",
|
513
|
+
"member": "int64",
|
514
|
+
"name": "Limit",
|
515
|
+
"required": true,
|
516
|
+
"type": "int"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"disabled": false,
|
520
|
+
"document": "偏移量,取值范围大于等于0。",
|
521
|
+
"example": "0",
|
522
|
+
"member": "int64",
|
523
|
+
"name": "Offset",
|
524
|
+
"required": true,
|
525
|
+
"type": "int"
|
526
|
+
}
|
527
|
+
],
|
528
|
+
"type": "object"
|
529
|
+
},
|
530
|
+
"ListDeployStepTasksResponse": {
|
531
|
+
"document": "ListDeployStepTasks返回参数结构体",
|
532
|
+
"members": [
|
533
|
+
{
|
534
|
+
"disabled": false,
|
535
|
+
"document": "账号工厂基线功能项应用信息列表。",
|
536
|
+
"example": "[{\"TaskId\":\"s8gsj834y8ef0cjs\",\"Identifier\":\"TCC-AF_CAM_USER_PASSWORD_POLICY\",\"MemberUin\":100000000001,\"Status\":\"Success\",\"ErrCode\":\"Ok\",\"ErrMessage\":\"Ok\",\"CreateTime\":\"2022-08-18 12:00:00\",\"UpdateTime\":\"2022-08-18 12:00:00\"}]",
|
537
|
+
"member": "BaselineStepTaskInfo",
|
538
|
+
"name": "BaselineDeployStepTaskList",
|
539
|
+
"output_required": true,
|
540
|
+
"type": "list",
|
541
|
+
"value_allowed_null": false
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"disabled": false,
|
545
|
+
"document": "总数。",
|
546
|
+
"example": "1",
|
547
|
+
"member": "int64",
|
548
|
+
"name": "Total",
|
549
|
+
"output_required": true,
|
550
|
+
"type": "int",
|
551
|
+
"value_allowed_null": false
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
555
|
+
"member": "string",
|
556
|
+
"name": "RequestId",
|
557
|
+
"type": "string"
|
558
|
+
}
|
559
|
+
],
|
560
|
+
"type": "object"
|
561
|
+
},
|
562
|
+
"UpdateAccountFactoryBaselineRequest": {
|
563
|
+
"document": "UpdateAccountFactoryBaseline请求参数结构体",
|
564
|
+
"members": [
|
565
|
+
{
|
566
|
+
"disabled": false,
|
567
|
+
"document": "基线名称,基线名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。",
|
568
|
+
"example": "default",
|
569
|
+
"member": "string",
|
570
|
+
"name": "Name",
|
571
|
+
"required": true,
|
572
|
+
"type": "string"
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"disabled": false,
|
576
|
+
"document": "基线配置,覆盖更新。可以通过controlcenter:GetAccountFactoryBaseline查询现有基线配置。可以通过controlcenter:ListAccountFactoryBaselineItems查询支持的基线列表。",
|
577
|
+
"example": "[{\"Identifier\":\"ACS-BP_ACCOUNT_FACTORY_ACCOUNT_CONTACT\",\"Configuration\":\"{\\\"Contacts\\\":[{\\\"Name\\\":\\\"dest\\\",\\\"Email\\\":\\\"ia@22.com\\\",\\\"Mobile\\\":\\\"12345678910\\\",\\\"Position\\\":\\\"Technical Director\\\"}]}\"}]",
|
578
|
+
"member": "BaselineConfigItem",
|
579
|
+
"name": "BaselineConfigItems",
|
580
|
+
"required": false,
|
581
|
+
"type": "list"
|
582
|
+
}
|
583
|
+
],
|
584
|
+
"type": "object"
|
585
|
+
},
|
586
|
+
"UpdateAccountFactoryBaselineResponse": {
|
587
|
+
"document": "UpdateAccountFactoryBaseline返回参数结构体",
|
588
|
+
"members": [
|
589
|
+
{
|
590
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
591
|
+
"member": "string",
|
592
|
+
"name": "RequestId",
|
593
|
+
"type": "string"
|
594
|
+
}
|
595
|
+
],
|
596
|
+
"type": "object"
|
79
597
|
}
|
80
598
|
},
|
81
599
|
"version": "1.0"
|
@@ -7,6 +7,38 @@
|
|
7
7
|
"output": "{\n \"Response\": {\n \"RequestId\": \"e2f35fb3-3c8c-431e-b318-b4746cfe076c\"\n }\n}",
|
8
8
|
"title": "批量对存量账号应用基线"
|
9
9
|
}
|
10
|
+
],
|
11
|
+
"GetAccountFactoryBaseline": [
|
12
|
+
{
|
13
|
+
"document": "获取用户基线配置",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: controlcenter.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetAccountFactoryBaseline\n<公共请求参数>\n\n{}",
|
15
|
+
"output": "{\n \"Response\": {\n \"OwnerUin\": 126464647,\n \"Name\": \"test\",\n \"BaselineConfigItems\": [\n {\n \"Identifier\": \"ACS-BP_ACCOUNT_FACTORY_ACCOUNT_CONTACT\",\n \"Configuration\": \"{\\\"Contacts\\\":[{\\\"Name\\\":\\\"dest\\\",\\\"Email\\\":\\\"ia@22.com\\\",\\\"Mobile\\\":\\\"12345678910\\\",\\\"Position\\\":\\\"Technical Director\\\"}]}\",\n \"ApplyCount\": 5\n }\n ],\n \"CreateTime\": \"2022-08-18 12:00:00\",\n \"UpdateTime\": \"2022-08-18 12:00:00\",\n \"RequestId\": \"e2f35fb3-3c8c-431e-b318-b4746cfe076c\"\n }\n}",
|
16
|
+
"title": "示例"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"ListAccountFactoryBaselineItems": [
|
20
|
+
{
|
21
|
+
"document": "控制台获取账号基线列表",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: controlcenter.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAccountFactoryBaselineItems\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"BaselineItems\": [\n {\n \"Classify\": \"消息\",\n \"ClassifyEn\": \"Message\",\n \"DependsOn\": [\n {\n \"Identifier\": \"TCC-AF_ACCOUNT_CONTACT\",\n \"Type\": \"AccountFactorySetUp\"\n }\n ],\n \"Description\": \"可以为每类消息设置接收人。账户、产品、故障等重要消息,建议您务必设置接收,防止消息遗漏造成损失。\",\n \"DescriptionEn\": \"Specify recipients for the notifications of different products. To avoid unexpected losses, we recommend you subscribe to important messages related to accounts, products, and errors.\",\n \"Identifier\": \"TCC-AF_ACCOUNT_NOTIFICATION\",\n \"Name\": \"消息订阅\",\n \"NameEn\": \"Message subscriptions\",\n \"Required\": 0,\n \"Weight\": 8\n }\n ],\n \"RequestId\": \"885a87d0-af7d-414a-b128-fd13653387b7\",\n \"Total\": 1\n }\n}",
|
24
|
+
"title": "示例"
|
25
|
+
}
|
26
|
+
],
|
27
|
+
"ListDeployStepTasks": [
|
28
|
+
{
|
29
|
+
"document": "通过基线identifier获取部署任务历史",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: controlcenter.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDeployStepTasks\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0,\n \"Identifier\": \"TCC-AF_CAM_USER_PASSWORD_POLICY\"\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"BaselineDeployStepTaskList\": [\n {\n \"TaskId\": \"s8gsj834y8ef0cjs\",\n \"Identifier\": \"TCC-AF_CAM_USER_PASSWORD_POLICY\",\n \"MemberUin\": 100000000001,\n \"Status\": \"Success\",\n \"Output\": \"\",\n \"ErrCode\": \"Ok\",\n \"ErrMessage\": \"Ok\",\n \"CreateTime\": \"2022-08-18 12:00:00\",\n \"UpdateTime\": \"2022-08-18 12:00:00\"\n }\n ],\n \"RequestId\": \"ef0e0140-4e51-4087-95a1-f7fd18ca6d63\"\n }\n}",
|
32
|
+
"title": "示例"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"UpdateAccountFactoryBaseline": [
|
36
|
+
{
|
37
|
+
"document": "批量更新/增加用户基线配置",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: controlcenter.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAccountFactoryBaseline\n<公共请求参数>\n\n{\n \"Name\": \"default\",\n \"BaselineConfigItems\": [\n {\n \"Identifier\": \"ACS-BP_ACCOUNT_FACTORY_ACCOUNT_CONTACT\",\n \"Configuration\": \"{\\\"Contacts\\\":[{\\\"Name\\\":\\\"dest\\\",\\\"Email\\\":\\\"ia@22.com\\\",\\\"Mobile\\\":\\\"12345678910\\\",\\\"Position\\\":\\\"Technical Director\\\"}]}\"\n }\n ]\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"748eabd0-5d58-40a6-85e3-26d74c3397d4\"\n }\n}",
|
40
|
+
"title": "示例"
|
41
|
+
}
|
10
42
|
]
|
11
43
|
},
|
12
44
|
"version": "1.0"
|