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
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1281.1'
|
@@ -73,29 +73,29 @@
|
|
73
73
|
"example": "com.test.app",
|
74
74
|
"member": "string",
|
75
75
|
"name": "AppPackage",
|
76
|
-
"
|
76
|
+
"output_required": true,
|
77
77
|
"type": "string",
|
78
78
|
"value_allowed_null": false
|
79
79
|
},
|
80
80
|
{
|
81
81
|
"disabled": false,
|
82
|
-
"document": "App
|
82
|
+
"document": "App名称",
|
83
83
|
"example": "测试App",
|
84
84
|
"member": "string",
|
85
85
|
"name": "AppName",
|
86
|
-
"
|
86
|
+
"output_required": true,
|
87
87
|
"type": "string",
|
88
|
-
"value_allowed_null":
|
88
|
+
"value_allowed_null": false
|
89
89
|
},
|
90
90
|
{
|
91
91
|
"disabled": false,
|
92
|
-
"document": "App
|
92
|
+
"document": "App版本",
|
93
93
|
"example": "v1.0",
|
94
94
|
"member": "string",
|
95
95
|
"name": "AppVersion",
|
96
|
-
"
|
96
|
+
"output_required": true,
|
97
97
|
"type": "string",
|
98
|
-
"value_allowed_null":
|
98
|
+
"value_allowed_null": false
|
99
99
|
},
|
100
100
|
{
|
101
101
|
"disabled": false,
|
@@ -103,89 +103,89 @@
|
|
103
103
|
"example": "0",
|
104
104
|
"member": "int64",
|
105
105
|
"name": "Platform",
|
106
|
-
"
|
106
|
+
"output_required": true,
|
107
107
|
"type": "int",
|
108
108
|
"value_allowed_null": false
|
109
109
|
},
|
110
110
|
{
|
111
111
|
"disabled": false,
|
112
|
-
"document": "App
|
112
|
+
"document": "App隐私诊断报告下载链接",
|
113
113
|
"example": "诊断报告下载链接",
|
114
114
|
"member": "string",
|
115
115
|
"name": "ReportUrl",
|
116
|
-
"
|
116
|
+
"output_required": true,
|
117
117
|
"type": "string",
|
118
|
-
"value_allowed_null":
|
118
|
+
"value_allowed_null": false
|
119
119
|
},
|
120
120
|
{
|
121
121
|
"disabled": false,
|
122
|
-
"document": "App
|
122
|
+
"document": "App隐私诊断报告名称",
|
123
123
|
"example": "诊断报告名称",
|
124
124
|
"member": "string",
|
125
125
|
"name": "ReportTitle",
|
126
|
-
"
|
126
|
+
"output_required": true,
|
127
127
|
"type": "string",
|
128
|
-
"value_allowed_null":
|
128
|
+
"value_allowed_null": false
|
129
129
|
},
|
130
130
|
{
|
131
131
|
"disabled": false,
|
132
|
-
"document": "App
|
132
|
+
"document": "App诊断堆栈报告下载链接",
|
133
133
|
"example": "诊断堆栈报告下载链接",
|
134
134
|
"member": "string",
|
135
135
|
"name": "BehaviorUrl",
|
136
|
-
"
|
136
|
+
"output_required": true,
|
137
137
|
"type": "string",
|
138
|
-
"value_allowed_null":
|
138
|
+
"value_allowed_null": false
|
139
139
|
},
|
140
140
|
{
|
141
141
|
"disabled": false,
|
142
|
-
"document": "App
|
142
|
+
"document": "App诊断堆栈报告名称",
|
143
143
|
"example": "诊断堆栈报告名称",
|
144
144
|
"member": "string",
|
145
145
|
"name": "BehaviorTitle",
|
146
|
-
"
|
146
|
+
"output_required": true,
|
147
147
|
"type": "string",
|
148
|
-
"value_allowed_null":
|
148
|
+
"value_allowed_null": false
|
149
149
|
},
|
150
150
|
{
|
151
151
|
"disabled": false,
|
152
|
-
"document": "
|
152
|
+
"document": "诊断高风险项数量",
|
153
153
|
"example": "5",
|
154
154
|
"member": "int64",
|
155
155
|
"name": "HighRiskCount",
|
156
|
-
"
|
156
|
+
"output_required": true,
|
157
157
|
"type": "int",
|
158
|
-
"value_allowed_null":
|
158
|
+
"value_allowed_null": false
|
159
159
|
},
|
160
160
|
{
|
161
161
|
"disabled": false,
|
162
|
-
"document": "
|
162
|
+
"document": "隐私申明文件名称",
|
163
163
|
"example": "隐私申明文本.txt",
|
164
164
|
"member": "string",
|
165
165
|
"name": "PrivacyTextName",
|
166
|
-
"
|
166
|
+
"output_required": true,
|
167
167
|
"type": "string",
|
168
|
-
"value_allowed_null":
|
168
|
+
"value_allowed_null": false
|
169
169
|
},
|
170
170
|
{
|
171
171
|
"disabled": false,
|
172
|
-
"document": "软件MD5
|
172
|
+
"document": "软件MD5",
|
173
173
|
"example": "c7991677cc57d3b9d4974316db0ac4f9f430593f",
|
174
174
|
"member": "string",
|
175
175
|
"name": "SoftwareMD5",
|
176
|
-
"
|
176
|
+
"output_required": true,
|
177
177
|
"type": "string",
|
178
|
-
"value_allowed_null":
|
178
|
+
"value_allowed_null": false
|
179
179
|
},
|
180
180
|
{
|
181
181
|
"disabled": false,
|
182
|
-
"document": "隐私文本MD5
|
182
|
+
"document": "隐私文本MD5",
|
183
183
|
"example": "3bc1efe919a5245f711071373a2b4523",
|
184
184
|
"member": "string",
|
185
185
|
"name": "PrivacyTextMD5",
|
186
|
-
"
|
186
|
+
"output_required": true,
|
187
187
|
"type": "string",
|
188
|
-
"value_allowed_null":
|
188
|
+
"value_allowed_null": false
|
189
189
|
}
|
190
190
|
],
|
191
191
|
"usage": "out"
|
@@ -199,7 +199,7 @@
|
|
199
199
|
"example": "1701438134******0",
|
200
200
|
"member": "string",
|
201
201
|
"name": "TaskID",
|
202
|
-
"
|
202
|
+
"output_required": true,
|
203
203
|
"type": "string",
|
204
204
|
"value_allowed_null": false
|
205
205
|
},
|
@@ -209,7 +209,7 @@
|
|
209
209
|
"example": "0",
|
210
210
|
"member": "int64",
|
211
211
|
"name": "TaskType",
|
212
|
-
"
|
212
|
+
"output_required": true,
|
213
213
|
"type": "int",
|
214
214
|
"value_allowed_null": false
|
215
215
|
},
|
@@ -219,19 +219,19 @@
|
|
219
219
|
"example": "0",
|
220
220
|
"member": "int64",
|
221
221
|
"name": "TaskStatus",
|
222
|
-
"
|
222
|
+
"output_required": true,
|
223
223
|
"type": "int",
|
224
224
|
"value_allowed_null": false
|
225
225
|
},
|
226
226
|
{
|
227
227
|
"disabled": false,
|
228
|
-
"document": "
|
228
|
+
"document": "错误信息",
|
229
229
|
"example": "内部错误",
|
230
230
|
"member": "string",
|
231
231
|
"name": "TaskErrMsg",
|
232
|
-
"
|
232
|
+
"output_required": true,
|
233
233
|
"type": "string",
|
234
|
-
"value_allowed_null":
|
234
|
+
"value_allowed_null": false
|
235
235
|
},
|
236
236
|
{
|
237
237
|
"disabled": false,
|
@@ -239,7 +239,7 @@
|
|
239
239
|
"example": "2",
|
240
240
|
"member": "int64",
|
241
241
|
"name": "Source",
|
242
|
-
"
|
242
|
+
"output_required": true,
|
243
243
|
"type": "int",
|
244
244
|
"value_allowed_null": false
|
245
245
|
},
|
@@ -249,7 +249,7 @@
|
|
249
249
|
"example": "复杂类型",
|
250
250
|
"member": "AppInfoItem",
|
251
251
|
"name": "AppInfo",
|
252
|
-
"
|
252
|
+
"output_required": true,
|
253
253
|
"type": "object",
|
254
254
|
"value_allowed_null": false
|
255
255
|
},
|
@@ -259,7 +259,7 @@
|
|
259
259
|
"example": "2021-09-30 10:57:34",
|
260
260
|
"member": "string",
|
261
261
|
"name": "StartTime",
|
262
|
-
"
|
262
|
+
"output_required": true,
|
263
263
|
"type": "string",
|
264
264
|
"value_allowed_null": false
|
265
265
|
},
|
@@ -269,19 +269,19 @@
|
|
269
269
|
"example": "2021-10-11 14:53:36",
|
270
270
|
"member": "string",
|
271
271
|
"name": "EndTime",
|
272
|
-
"
|
272
|
+
"output_required": true,
|
273
273
|
"type": "string",
|
274
274
|
"value_allowed_null": false
|
275
275
|
},
|
276
276
|
{
|
277
277
|
"disabled": false,
|
278
|
-
"document": "
|
278
|
+
"document": "联系人信息",
|
279
279
|
"example": "老王",
|
280
280
|
"member": "string",
|
281
281
|
"name": "ContactName",
|
282
|
-
"
|
282
|
+
"output_required": true,
|
283
283
|
"type": "string",
|
284
|
-
"value_allowed_null":
|
284
|
+
"value_allowed_null": false
|
285
285
|
}
|
286
286
|
],
|
287
287
|
"usage": "out"
|
@@ -665,7 +665,7 @@
|
|
665
665
|
{
|
666
666
|
"disabled": false,
|
667
667
|
"document": "任务id",
|
668
|
-
"example": "
|
668
|
+
"example": "6bb56a09278740bc80c5dc6dab783eff",
|
669
669
|
"member": "string",
|
670
670
|
"name": "TaskID",
|
671
671
|
"required": true,
|
@@ -692,7 +692,7 @@
|
|
692
692
|
{
|
693
693
|
"disabled": false,
|
694
694
|
"document": "子渠道APP MD5值",
|
695
|
-
"example": "
|
695
|
+
"example": "d7849918ab117b2857d6335a76eceea8",
|
696
696
|
"member": "string",
|
697
697
|
"name": "AppMD5",
|
698
698
|
"required": true,
|
@@ -710,24 +710,27 @@
|
|
710
710
|
"example": "0",
|
711
711
|
"member": "int64",
|
712
712
|
"name": "Result",
|
713
|
+
"output_required": true,
|
713
714
|
"type": "int",
|
714
715
|
"value_allowed_null": false
|
715
716
|
},
|
716
717
|
{
|
717
718
|
"disabled": false,
|
718
719
|
"document": "诊断报告/堆栈信息/报告json结果下载链接",
|
719
|
-
"example": "
|
720
|
+
"example": "https://xxxx.xxxx.com/report.pdf",
|
720
721
|
"member": "string",
|
721
722
|
"name": "ReportUrl",
|
723
|
+
"output_required": true,
|
722
724
|
"type": "string",
|
723
725
|
"value_allowed_null": false
|
724
726
|
},
|
725
727
|
{
|
726
728
|
"disabled": false,
|
727
729
|
"document": "诊断报告/堆栈/报告json结果的名称",
|
728
|
-
"example": "
|
730
|
+
"example": "xxxx诊断报告",
|
729
731
|
"member": "string",
|
730
732
|
"name": "ReportTitle",
|
733
|
+
"output_required": true,
|
731
734
|
"type": "string",
|
732
735
|
"value_allowed_null": false
|
733
736
|
},
|
@@ -867,7 +870,7 @@
|
|
867
870
|
"example": "0",
|
868
871
|
"member": "int64",
|
869
872
|
"name": "Result",
|
870
|
-
"
|
873
|
+
"output_required": true,
|
871
874
|
"type": "int",
|
872
875
|
"value_allowed_null": false
|
873
876
|
},
|
@@ -877,7 +880,7 @@
|
|
877
880
|
"example": "无",
|
878
881
|
"member": "ResourceUsageInfoData",
|
879
882
|
"name": "Data",
|
880
|
-
"
|
883
|
+
"output_required": true,
|
881
884
|
"type": "object",
|
882
885
|
"value_allowed_null": false
|
883
886
|
},
|
@@ -1257,13 +1260,13 @@
|
|
1257
1260
|
"members": [
|
1258
1261
|
{
|
1259
1262
|
"disabled": false,
|
1260
|
-
"document": "
|
1263
|
+
"document": "流程编号",
|
1261
1264
|
"example": "1.1",
|
1262
1265
|
"member": "string",
|
1263
1266
|
"name": "FlowNo",
|
1264
|
-
"
|
1267
|
+
"output_required": true,
|
1265
1268
|
"type": "string",
|
1266
|
-
"value_allowed_null":
|
1269
|
+
"value_allowed_null": false
|
1267
1270
|
},
|
1268
1271
|
{
|
1269
1272
|
"disabled": false,
|
@@ -1271,7 +1274,7 @@
|
|
1271
1274
|
"example": "APK 下载",
|
1272
1275
|
"member": "string",
|
1273
1276
|
"name": "FlowName",
|
1274
|
-
"
|
1277
|
+
"output_required": true,
|
1275
1278
|
"type": "string",
|
1276
1279
|
"value_allowed_null": false
|
1277
1280
|
},
|
@@ -1281,39 +1284,39 @@
|
|
1281
1284
|
"example": "1",
|
1282
1285
|
"member": "int64",
|
1283
1286
|
"name": "FlowStatus",
|
1284
|
-
"
|
1287
|
+
"output_required": true,
|
1285
1288
|
"type": "int",
|
1286
1289
|
"value_allowed_null": false
|
1287
1290
|
},
|
1288
1291
|
{
|
1289
1292
|
"disabled": false,
|
1290
|
-
"document": "
|
1293
|
+
"document": "流程状态描述",
|
1291
1294
|
"example": "进行中",
|
1292
1295
|
"member": "string",
|
1293
1296
|
"name": "FlowStateDesc",
|
1294
|
-
"
|
1297
|
+
"output_required": true,
|
1295
1298
|
"type": "string",
|
1296
|
-
"value_allowed_null":
|
1299
|
+
"value_allowed_null": false
|
1297
1300
|
},
|
1298
1301
|
{
|
1299
1302
|
"disabled": false,
|
1300
|
-
"document": "
|
1303
|
+
"document": "流程启动时间",
|
1301
1304
|
"example": "2022-03-21 15:17:18",
|
1302
1305
|
"member": "string",
|
1303
1306
|
"name": "StartTime",
|
1304
|
-
"
|
1307
|
+
"output_required": true,
|
1305
1308
|
"type": "string",
|
1306
|
-
"value_allowed_null":
|
1309
|
+
"value_allowed_null": false
|
1307
1310
|
},
|
1308
1311
|
{
|
1309
1312
|
"disabled": false,
|
1310
|
-
"document": "
|
1313
|
+
"document": "流程完成时间",
|
1311
1314
|
"example": "2022-03-21 15:17:18",
|
1312
1315
|
"member": "string",
|
1313
1316
|
"name": "EndTime",
|
1314
|
-
"
|
1317
|
+
"output_required": true,
|
1315
1318
|
"type": "string",
|
1316
|
-
"value_allowed_null":
|
1319
|
+
"value_allowed_null": false
|
1317
1320
|
}
|
1318
1321
|
],
|
1319
1322
|
"usage": "out"
|
@@ -2257,6 +2257,7 @@
|
|
2257
2257
|
"example": "value",
|
2258
2258
|
"member": "string",
|
2259
2259
|
"name": "FieldType",
|
2260
|
+
"output_required": true,
|
2260
2261
|
"required": true,
|
2261
2262
|
"type": "string",
|
2262
2263
|
"value_allowed_null": false
|
@@ -2267,6 +2268,7 @@
|
|
2267
2268
|
"example": "srcip",
|
2268
2269
|
"member": "string",
|
2269
2270
|
"name": "FieldName",
|
2271
|
+
"output_required": true,
|
2270
2272
|
"required": true,
|
2271
2273
|
"type": "string",
|
2272
2274
|
"value_allowed_null": false
|
@@ -2277,16 +2279,18 @@
|
|
2277
2279
|
"example": "1.2.3.4",
|
2278
2280
|
"member": "string",
|
2279
2281
|
"name": "Value",
|
2282
|
+
"output_required": true,
|
2280
2283
|
"required": true,
|
2281
2284
|
"type": "string",
|
2282
2285
|
"value_allowed_null": false
|
2283
2286
|
},
|
2284
2287
|
{
|
2285
2288
|
"disabled": false,
|
2286
|
-
"document": "配置项值比对方式,可取值equal
|
2289
|
+
"document": "配置项值比对方式,可取值equal:相等,not_equal:不相等, include:包含",
|
2287
2290
|
"example": "equal",
|
2288
2291
|
"member": "string",
|
2289
2292
|
"name": "ValueOperator",
|
2293
|
+
"output_required": true,
|
2290
2294
|
"required": true,
|
2291
2295
|
"type": "string",
|
2292
2296
|
"value_allowed_null": false
|
@@ -1422,7 +1422,7 @@
|
|
1422
1422
|
},
|
1423
1423
|
{
|
1424
1424
|
"disabled": false,
|
1425
|
-
"document": "
|
1425
|
+
"document": "Spans字段中包含了链路数据的全部内容,由于数据经过了压缩,需要对结果进行如下三步转换,以还原始的文本。\n1. 将Spans字段中的文本进行 Base64 解码,得到经过压缩后字节数组。\n2. 使用 gzip 对压缩后的字节数组进行解压,得到压缩前的字节数组。\n3. 使用 UTF-8 字符集,将压缩前的字节数组转换为文本。\n",
|
1426
1426
|
"example": "无",
|
1427
1427
|
"member": "string",
|
1428
1428
|
"name": "Spans",
|
@@ -1716,31 +1716,22 @@
|
|
1716
1716
|
"DescribeServiceOverviewRequest": {
|
1717
1717
|
"document": "DescribeServiceOverview请求参数结构体",
|
1718
1718
|
"members": [
|
1719
|
-
{
|
1720
|
-
"disabled": false,
|
1721
|
-
"document": "指标列表",
|
1722
|
-
"example": "无",
|
1723
|
-
"member": "QueryMetricItem",
|
1724
|
-
"name": "Metrics",
|
1725
|
-
"required": true,
|
1726
|
-
"type": "list"
|
1727
|
-
},
|
1728
1719
|
{
|
1729
1720
|
"disabled": false,
|
1730
1721
|
"document": "业务系统 ID",
|
1731
1722
|
"example": "apm-52Dpv13GR",
|
1732
1723
|
"member": "string",
|
1733
1724
|
"name": "InstanceId",
|
1734
|
-
"required":
|
1725
|
+
"required": true,
|
1735
1726
|
"type": "string"
|
1736
1727
|
},
|
1737
1728
|
{
|
1738
1729
|
"disabled": false,
|
1739
|
-
"document": "
|
1730
|
+
"document": "指标列表",
|
1740
1731
|
"example": "无",
|
1741
|
-
"member": "
|
1742
|
-
"name": "
|
1743
|
-
"required":
|
1732
|
+
"member": "QueryMetricItem",
|
1733
|
+
"name": "Metrics",
|
1734
|
+
"required": true,
|
1744
1735
|
"type": "list"
|
1745
1736
|
},
|
1746
1737
|
{
|
@@ -1749,6 +1740,15 @@
|
|
1749
1740
|
"example": "service.name",
|
1750
1741
|
"member": "string",
|
1751
1742
|
"name": "GroupBy",
|
1743
|
+
"required": true,
|
1744
|
+
"type": "list"
|
1745
|
+
},
|
1746
|
+
{
|
1747
|
+
"disabled": false,
|
1748
|
+
"document": "过滤条件",
|
1749
|
+
"example": "无",
|
1750
|
+
"member": "Filter",
|
1751
|
+
"name": "Filters",
|
1752
1752
|
"required": false,
|
1753
1753
|
"type": "list"
|
1754
1754
|
},
|
@@ -1825,32 +1825,23 @@
|
|
1825
1825
|
"DescribeTagValuesRequest": {
|
1826
1826
|
"document": "DescribeTagValues请求参数结构体",
|
1827
1827
|
"members": [
|
1828
|
-
{
|
1829
|
-
"disabled": false,
|
1830
|
-
"document": "维度名",
|
1831
|
-
"example": "service.name",
|
1832
|
-
"member": "string",
|
1833
|
-
"name": "TagKey",
|
1834
|
-
"required": true,
|
1835
|
-
"type": "string"
|
1836
|
-
},
|
1837
1828
|
{
|
1838
1829
|
"disabled": false,
|
1839
1830
|
"document": "业务系统 ID",
|
1840
1831
|
"example": "apm-52Dpv13GR",
|
1841
1832
|
"member": "string",
|
1842
1833
|
"name": "InstanceId",
|
1843
|
-
"required":
|
1834
|
+
"required": true,
|
1844
1835
|
"type": "string"
|
1845
1836
|
},
|
1846
1837
|
{
|
1847
1838
|
"disabled": false,
|
1848
|
-
"document": "
|
1849
|
-
"example": "
|
1850
|
-
"member": "
|
1851
|
-
"name": "
|
1852
|
-
"required":
|
1853
|
-
"type": "
|
1839
|
+
"document": "维度名",
|
1840
|
+
"example": "service.name",
|
1841
|
+
"member": "string",
|
1842
|
+
"name": "TagKey",
|
1843
|
+
"required": true,
|
1844
|
+
"type": "string"
|
1854
1845
|
},
|
1855
1846
|
{
|
1856
1847
|
"disabled": false,
|
@@ -1870,6 +1861,15 @@
|
|
1870
1861
|
"required": false,
|
1871
1862
|
"type": "int"
|
1872
1863
|
},
|
1864
|
+
{
|
1865
|
+
"disabled": false,
|
1866
|
+
"document": "过滤条件",
|
1867
|
+
"example": "无",
|
1868
|
+
"member": "Filter",
|
1869
|
+
"name": "Filters",
|
1870
|
+
"required": false,
|
1871
|
+
"type": "list"
|
1872
|
+
},
|
1873
1873
|
{
|
1874
1874
|
"disabled": false,
|
1875
1875
|
"document": "Or 过滤条件",
|
@@ -2323,7 +2323,7 @@
|
|
2323
2323
|
"example": "[\"stock-service\",\"profile-service28\",\"profile-service08\"]",
|
2324
2324
|
"member": "string",
|
2325
2325
|
"name": "ServiceNames",
|
2326
|
-
"required":
|
2326
|
+
"required": true,
|
2327
2327
|
"type": "list"
|
2328
2328
|
}
|
2329
2329
|
],
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"DescribeTagValues": [
|
106
106
|
{
|
107
107
|
"document": "根据维度列名和过滤条件,查询维度值",
|
108
|
-
"input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTagValues\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"service.instance\",\n \"Type\": \"=\",\n \"Value\": \"127.0.0.1\"\n }\n ],\n \"TagKey\": \"servier.name\"\n}",
|
108
|
+
"input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTagValues\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"service.instance\",\n \"Type\": \"=\",\n \"Value\": \"127.0.0.1\"\n }\n ],\n \"TagKey\": \"servier.name\",\n \"InstanceId\": \"apm-CVfliqa8U\"\n}",
|
109
109
|
"output": "{\n \"Response\": {\n \"RequestId\": \"apz12zicapy-eqixuc-uehq346v59c62\",\n \"Values\": [\n \"sso-api\",\n \"auth-api\"\n ]\n }\n}",
|
110
110
|
"title": "查询维度数据"
|
111
111
|
}
|
@@ -246,7 +246,7 @@
|
|
246
246
|
"status": "online"
|
247
247
|
},
|
248
248
|
"ExitStandby": {
|
249
|
-
"document": "伸缩组内实例退出备用中状态。\n*
|
249
|
+
"document": "伸缩组内实例退出备用中状态。\n* 退出备用中状态后,实例会进入运行中状态,CLB 权重值恢复为预设值\n* 调用弹性伸缩开关机接口会使得备用中状态发生变化,而云服务器开关机接口不会影响\n* 实例退出备用中状态后,伸缩组会上调期望实例数,新期望数不能大于最大值",
|
250
250
|
"input": "ExitStandbyRequest",
|
251
251
|
"name": "实例退出备用中状态",
|
252
252
|
"output": "ExitStandbyResponse",
|