tccli 3.0.1181.1__py2.py3-none-any.whl → 3.0.1183.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/ams/v20201229/api.json +20 -0
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/asr/asr_client.py +229 -17
- tccli/services/asr/v20190614/api.json +379 -0
- tccli/services/asr/v20190614/examples.json +32 -0
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bi/v20220105/api.json +10 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +185 -0
- tccli/services/cdb/v20170320/examples.json +17 -1
- tccli/services/cdwdoris/v20211228/api.json +70 -8
- tccli/services/cdwdoris/v20211228/examples.json +2 -2
- tccli/services/cfg/v20210820/api.json +134 -11
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +44 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/ckafka/v20190819/api.json +46 -16
- tccli/services/ckafka/v20190819/examples.json +8 -8
- tccli/services/clb/v20180317/api.json +99 -2
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/__init__.py +4 -0
- tccli/services/controlcenter/controlcenter_client.py +195 -0
- tccli/services/controlcenter/v20230110/api.json +82 -0
- tccli/services/controlcenter/v20230110/examples.json +13 -0
- tccli/services/csip/v20221121/api.json +308 -1
- tccli/services/cvm/v20170312/api.json +20 -20
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cwp/v20180228/api.json +3 -3
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +110 -4
- tccli/services/cynosdb/v20190107/api.json +296 -11
- tccli/services/cynosdb/v20190107/examples.json +19 -3
- tccli/services/dasb/v20191018/api.json +20 -1
- tccli/services/dbbrain/v20210527/api.json +15 -15
- tccli/services/dc/v20180410/api.json +117 -73
- tccli/services/dc/v20180410/examples.json +11 -11
- tccli/services/dcdb/dcdb_client.py +53 -0
- tccli/services/dcdb/v20180411/api.json +54 -0
- tccli/services/dcdb/v20180411/examples.json +8 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +52 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +64 -1
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +9 -9
- tccli/services/hunyuan/hunyuan_client.py +106 -0
- tccli/services/hunyuan/v20230901/api.json +236 -1
- tccli/services/hunyuan/v20230901/examples.json +16 -0
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/iss/v20230517/api.json +18 -0
- tccli/services/iss/v20230517/examples.json +3 -3
- tccli/services/lke/v20231130/api.json +141 -2
- tccli/services/mariadb/mariadb_client.py +57 -4
- tccli/services/mariadb/v20170312/api.json +54 -0
- tccli/services/mariadb/v20170312/examples.json +8 -0
- tccli/services/oceanus/v20190422/api.json +10 -0
- tccli/services/ocr/v20181119/api.json +7 -7
- tccli/services/organization/organization_client.py +53 -0
- tccli/services/organization/v20210331/api.json +43 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/postgres/v20170312/api.json +3 -0
- tccli/services/redis/v20180412/api.json +16 -16
- tccli/services/scf/v20180416/api.json +26 -16
- tccli/services/ses/v20201002/api.json +148 -11
- tccli/services/sms/v20190711/api.json +49 -49
- tccli/services/sms/v20190711/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +3 -3
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tdmq/v20200217/api.json +180 -93
- tccli/services/tdmq/v20200217/examples.json +8 -8
- tccli/services/tke/v20180525/api.json +14 -2
- tccli/services/tke/v20180525/examples.json +3 -3
- tccli/services/tms/tms_client.py +0 -53
- tccli/services/tms/v20201229/api.json +2 -46
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +4 -4
- tccli/services/trocket/v20230308/api.json +62 -12
- tccli/services/vpc/v20170312/api.json +23 -0
- tccli/services/wedata/v20210820/api.json +1909 -175
- tccli/services/wedata/v20210820/examples.json +62 -0
- tccli/services/wedata/wedata_client.py +387 -16
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/RECORD +91 -87
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/license_files/LICENSE +0 -0
@@ -1097,6 +1097,237 @@
|
|
1097
1097
|
"required": false,
|
1098
1098
|
"type": "string",
|
1099
1099
|
"value_allowed_null": true
|
1100
|
+
},
|
1101
|
+
{
|
1102
|
+
"disabled": false,
|
1103
|
+
"document": "进程名\n注意:此字段可能返回 null,表示取不到有效值。",
|
1104
|
+
"example": "无",
|
1105
|
+
"member": "string",
|
1106
|
+
"name": "ProcessName",
|
1107
|
+
"output_required": false,
|
1108
|
+
"required": false,
|
1109
|
+
"type": "string",
|
1110
|
+
"value_allowed_null": true
|
1111
|
+
},
|
1112
|
+
{
|
1113
|
+
"disabled": false,
|
1114
|
+
"document": "PID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1115
|
+
"example": "无",
|
1116
|
+
"member": "string",
|
1117
|
+
"name": "PID",
|
1118
|
+
"output_required": false,
|
1119
|
+
"required": false,
|
1120
|
+
"type": "string",
|
1121
|
+
"value_allowed_null": true
|
1122
|
+
},
|
1123
|
+
{
|
1124
|
+
"disabled": false,
|
1125
|
+
"document": "容器Pod名\n注意:此字段可能返回 null,表示取不到有效值。",
|
1126
|
+
"example": "无",
|
1127
|
+
"member": "string",
|
1128
|
+
"name": "PodName",
|
1129
|
+
"output_required": false,
|
1130
|
+
"required": false,
|
1131
|
+
"type": "string",
|
1132
|
+
"value_allowed_null": true
|
1133
|
+
},
|
1134
|
+
{
|
1135
|
+
"disabled": false,
|
1136
|
+
"document": "容器PodID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1137
|
+
"example": "无",
|
1138
|
+
"member": "string",
|
1139
|
+
"name": "PodID",
|
1140
|
+
"output_required": false,
|
1141
|
+
"required": false,
|
1142
|
+
"type": "string",
|
1143
|
+
"value_allowed_null": true
|
1144
|
+
},
|
1145
|
+
{
|
1146
|
+
"disabled": false,
|
1147
|
+
"document": "Http响应\n注意:此字段可能返回 null,表示取不到有效值。",
|
1148
|
+
"example": "无",
|
1149
|
+
"member": "string",
|
1150
|
+
"name": "Response",
|
1151
|
+
"output_required": false,
|
1152
|
+
"required": false,
|
1153
|
+
"type": "string",
|
1154
|
+
"value_allowed_null": true
|
1155
|
+
},
|
1156
|
+
{
|
1157
|
+
"disabled": false,
|
1158
|
+
"document": "系统调用\n注意:此字段可能返回 null,表示取不到有效值。",
|
1159
|
+
"example": "无",
|
1160
|
+
"member": "string",
|
1161
|
+
"name": "SystemCall",
|
1162
|
+
"output_required": false,
|
1163
|
+
"required": false,
|
1164
|
+
"type": "string",
|
1165
|
+
"value_allowed_null": true
|
1166
|
+
},
|
1167
|
+
{
|
1168
|
+
"disabled": false,
|
1169
|
+
"document": "操作类型verb\n注意:此字段可能返回 null,表示取不到有效值。",
|
1170
|
+
"example": "无",
|
1171
|
+
"member": "string",
|
1172
|
+
"name": "Verb",
|
1173
|
+
"output_required": false,
|
1174
|
+
"required": false,
|
1175
|
+
"type": "string",
|
1176
|
+
"value_allowed_null": true
|
1177
|
+
},
|
1178
|
+
{
|
1179
|
+
"disabled": false,
|
1180
|
+
"document": "日志ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1181
|
+
"example": "无",
|
1182
|
+
"member": "string",
|
1183
|
+
"name": "LogID",
|
1184
|
+
"output_required": false,
|
1185
|
+
"required": false,
|
1186
|
+
"type": "string",
|
1187
|
+
"value_allowed_null": true
|
1188
|
+
},
|
1189
|
+
{
|
1190
|
+
"disabled": false,
|
1191
|
+
"document": "变更内容\n注意:此字段可能返回 null,表示取不到有效值。",
|
1192
|
+
"example": "无",
|
1193
|
+
"member": "string",
|
1194
|
+
"name": "Different",
|
1195
|
+
"output_required": false,
|
1196
|
+
"required": false,
|
1197
|
+
"type": "string",
|
1198
|
+
"value_allowed_null": true
|
1199
|
+
},
|
1200
|
+
{
|
1201
|
+
"disabled": false,
|
1202
|
+
"document": "事件类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
1203
|
+
"example": "无",
|
1204
|
+
"member": "string",
|
1205
|
+
"name": "EventType",
|
1206
|
+
"output_required": false,
|
1207
|
+
"required": false,
|
1208
|
+
"type": "string",
|
1209
|
+
"value_allowed_null": true
|
1210
|
+
},
|
1211
|
+
{
|
1212
|
+
"disabled": false,
|
1213
|
+
"document": "事件描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
1214
|
+
"example": "无",
|
1215
|
+
"member": "string",
|
1216
|
+
"name": "Description",
|
1217
|
+
"output_required": false,
|
1218
|
+
"required": false,
|
1219
|
+
"type": "string",
|
1220
|
+
"value_allowed_null": true
|
1221
|
+
},
|
1222
|
+
{
|
1223
|
+
"disabled": false,
|
1224
|
+
"document": "目标地址(容器反弹shell)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1225
|
+
"example": "无",
|
1226
|
+
"member": "string",
|
1227
|
+
"name": "TargetAddress",
|
1228
|
+
"output_required": false,
|
1229
|
+
"required": false,
|
1230
|
+
"type": "string",
|
1231
|
+
"value_allowed_null": true
|
1232
|
+
},
|
1233
|
+
{
|
1234
|
+
"disabled": false,
|
1235
|
+
"document": "恶意请求域名(容器恶意外联)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1236
|
+
"example": "无",
|
1237
|
+
"member": "string",
|
1238
|
+
"name": "MaliciousRequestDomain",
|
1239
|
+
"output_required": false,
|
1240
|
+
"required": false,
|
1241
|
+
"type": "string",
|
1242
|
+
"value_allowed_null": true
|
1243
|
+
},
|
1244
|
+
{
|
1245
|
+
"disabled": false,
|
1246
|
+
"document": "规则类型(容器K8sAPI异常请求)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1247
|
+
"example": "无",
|
1248
|
+
"member": "string",
|
1249
|
+
"name": "RuleType",
|
1250
|
+
"output_required": false,
|
1251
|
+
"required": false,
|
1252
|
+
"type": "string",
|
1253
|
+
"value_allowed_null": true
|
1254
|
+
},
|
1255
|
+
{
|
1256
|
+
"disabled": false,
|
1257
|
+
"document": "请求资源(容器K8sAPI异常请求)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1258
|
+
"example": "无",
|
1259
|
+
"member": "string",
|
1260
|
+
"name": "RequestURI",
|
1261
|
+
"output_required": false,
|
1262
|
+
"required": false,
|
1263
|
+
"type": "string",
|
1264
|
+
"value_allowed_null": true
|
1265
|
+
},
|
1266
|
+
{
|
1267
|
+
"disabled": false,
|
1268
|
+
"document": "发起请求用户(容器K8sAPI异常请求)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1269
|
+
"example": "无",
|
1270
|
+
"member": "string",
|
1271
|
+
"name": "RequestUser",
|
1272
|
+
"output_required": false,
|
1273
|
+
"required": false,
|
1274
|
+
"type": "string",
|
1275
|
+
"value_allowed_null": true
|
1276
|
+
},
|
1277
|
+
{
|
1278
|
+
"disabled": false,
|
1279
|
+
"document": "请求对象(容器K8sAPI异常请求)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1280
|
+
"example": "无",
|
1281
|
+
"member": "string",
|
1282
|
+
"name": "RequestObject",
|
1283
|
+
"output_required": false,
|
1284
|
+
"required": false,
|
1285
|
+
"type": "string",
|
1286
|
+
"value_allowed_null": true
|
1287
|
+
},
|
1288
|
+
{
|
1289
|
+
"disabled": false,
|
1290
|
+
"document": "响应对象(容器K8sAPI异常请求)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1291
|
+
"example": "无",
|
1292
|
+
"member": "string",
|
1293
|
+
"name": "ResponseObject",
|
1294
|
+
"output_required": false,
|
1295
|
+
"required": false,
|
1296
|
+
"type": "string",
|
1297
|
+
"value_allowed_null": true
|
1298
|
+
},
|
1299
|
+
{
|
1300
|
+
"disabled": false,
|
1301
|
+
"document": "文件类型(容器文件篡改)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1302
|
+
"example": "无",
|
1303
|
+
"member": "string",
|
1304
|
+
"name": "FileType",
|
1305
|
+
"output_required": false,
|
1306
|
+
"required": false,
|
1307
|
+
"type": "string",
|
1308
|
+
"value_allowed_null": true
|
1309
|
+
},
|
1310
|
+
{
|
1311
|
+
"disabled": false,
|
1312
|
+
"document": "标签特征(容器恶意外联)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1313
|
+
"example": "无",
|
1314
|
+
"member": "string",
|
1315
|
+
"name": "TIType",
|
1316
|
+
"output_required": false,
|
1317
|
+
"required": false,
|
1318
|
+
"type": "string",
|
1319
|
+
"value_allowed_null": true
|
1320
|
+
},
|
1321
|
+
{
|
1322
|
+
"disabled": false,
|
1323
|
+
"document": "来源IP(容器K8sAPI异常请求)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1324
|
+
"example": "无",
|
1325
|
+
"member": "string",
|
1326
|
+
"name": "SourceIP",
|
1327
|
+
"output_required": false,
|
1328
|
+
"required": false,
|
1329
|
+
"type": "string",
|
1330
|
+
"value_allowed_null": true
|
1100
1331
|
}
|
1101
1332
|
],
|
1102
1333
|
"usage": "both"
|
@@ -1400,6 +1631,28 @@
|
|
1400
1631
|
"required": false,
|
1401
1632
|
"type": "string",
|
1402
1633
|
"value_allowed_null": true
|
1634
|
+
},
|
1635
|
+
{
|
1636
|
+
"disabled": false,
|
1637
|
+
"document": "日志类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
1638
|
+
"example": "无",
|
1639
|
+
"member": "string",
|
1640
|
+
"name": "LogType",
|
1641
|
+
"output_required": false,
|
1642
|
+
"required": false,
|
1643
|
+
"type": "string",
|
1644
|
+
"value_allowed_null": true
|
1645
|
+
},
|
1646
|
+
{
|
1647
|
+
"disabled": false,
|
1648
|
+
"document": "语句检索\n注意:此字段可能返回 null,表示取不到有效值。",
|
1649
|
+
"example": "无",
|
1650
|
+
"member": "string",
|
1651
|
+
"name": "LogSearch",
|
1652
|
+
"output_required": false,
|
1653
|
+
"required": false,
|
1654
|
+
"type": "string",
|
1655
|
+
"value_allowed_null": true
|
1403
1656
|
}
|
1404
1657
|
],
|
1405
1658
|
"usage": "both"
|
@@ -3643,7 +3896,7 @@
|
|
3643
3896
|
"usage": "out"
|
3644
3897
|
},
|
3645
3898
|
"CVMAssetVO": {
|
3646
|
-
"document": "
|
3899
|
+
"document": "主机资产信息\n\n主机防护状态枚举,左边是常量,右边是显示\n0:未安装\n1:基础版防护中\n2:普惠版防护中\n3:专业版防护中\n4:旗舰版防护中\n5:已离线\n6:已关机",
|
3647
3900
|
"members": [
|
3648
3901
|
{
|
3649
3902
|
"disabled": false,
|
@@ -4359,6 +4612,28 @@
|
|
4359
4612
|
"required": false,
|
4360
4613
|
"type": "int",
|
4361
4614
|
"value_allowed_null": true
|
4615
|
+
},
|
4616
|
+
{
|
4617
|
+
"disabled": false,
|
4618
|
+
"document": "主机防护状态枚举\n0:未安装\n1:基础版防护中\n2:普惠版防护中\n3:专业版防护中\n4:旗舰版防护中\n5:已离线\n6:已关机\n注意:此字段可能返回 null,表示取不到有效值。",
|
4619
|
+
"example": "0",
|
4620
|
+
"member": "int64",
|
4621
|
+
"name": "ProtectStatus",
|
4622
|
+
"output_required": false,
|
4623
|
+
"required": false,
|
4624
|
+
"type": "int",
|
4625
|
+
"value_allowed_null": true
|
4626
|
+
},
|
4627
|
+
{
|
4628
|
+
"disabled": false,
|
4629
|
+
"document": "最后离线时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
4630
|
+
"example": "2024-08-07 10:01:01",
|
4631
|
+
"member": "string",
|
4632
|
+
"name": "OfflineTime",
|
4633
|
+
"output_required": false,
|
4634
|
+
"required": false,
|
4635
|
+
"type": "string",
|
4636
|
+
"value_allowed_null": true
|
4362
4637
|
}
|
4363
4638
|
],
|
4364
4639
|
"usage": "both"
|
@@ -5824,6 +6099,16 @@
|
|
5824
6099
|
"type": "list",
|
5825
6100
|
"value_allowed_null": true
|
5826
6101
|
},
|
6102
|
+
{
|
6103
|
+
"disabled": false,
|
6104
|
+
"document": "主机防护状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
6105
|
+
"example": "无",
|
6106
|
+
"member": "FilterDataObject",
|
6107
|
+
"name": "ProtectStatusList",
|
6108
|
+
"output_required": false,
|
6109
|
+
"type": "list",
|
6110
|
+
"value_allowed_null": true
|
6111
|
+
},
|
5827
6112
|
{
|
5828
6113
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5829
6114
|
"member": "string",
|
@@ -10911,6 +11196,28 @@
|
|
10911
11196
|
"required": false,
|
10912
11197
|
"type": "list",
|
10913
11198
|
"value_allowed_null": true
|
11199
|
+
},
|
11200
|
+
{
|
11201
|
+
"disabled": false,
|
11202
|
+
"document": "容器名\n注意:此字段可能返回 null,表示取不到有效值。",
|
11203
|
+
"example": "无",
|
11204
|
+
"member": "string",
|
11205
|
+
"name": "ContainerName",
|
11206
|
+
"output_required": false,
|
11207
|
+
"required": false,
|
11208
|
+
"type": "string",
|
11209
|
+
"value_allowed_null": true
|
11210
|
+
},
|
11211
|
+
{
|
11212
|
+
"disabled": false,
|
11213
|
+
"document": "容器ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11214
|
+
"example": "无",
|
11215
|
+
"member": "string",
|
11216
|
+
"name": "ContainerID",
|
11217
|
+
"output_required": false,
|
11218
|
+
"required": false,
|
11219
|
+
"type": "string",
|
11220
|
+
"value_allowed_null": true
|
10914
11221
|
}
|
10915
11222
|
],
|
10916
11223
|
"usage": "both"
|
@@ -1428,7 +1428,7 @@
|
|
1428
1428
|
},
|
1429
1429
|
{
|
1430
1430
|
"disabled": false,
|
1431
|
-
"document": "分散置放群组类型,取值范围:<br><li>HOST
|
1431
|
+
"document": "分散置放群组类型,取值范围:<br><li>HOST:物理机</li><li>SW:交换机</li><li>RACK:机架</li>",
|
1432
1432
|
"example": "HOST",
|
1433
1433
|
"member": "string",
|
1434
1434
|
"name": "Type",
|
@@ -1456,17 +1456,17 @@
|
|
1456
1456
|
"example": "ps-qajfd25h",
|
1457
1457
|
"member": "string",
|
1458
1458
|
"name": "DisasterRecoverGroupId",
|
1459
|
-
"
|
1459
|
+
"output_required": true,
|
1460
1460
|
"type": "string",
|
1461
1461
|
"value_allowed_null": false
|
1462
1462
|
},
|
1463
1463
|
{
|
1464
1464
|
"disabled": false,
|
1465
|
-
"document": "分散置放群组类型,取值范围:<br><li>HOST
|
1465
|
+
"document": "分散置放群组类型,取值范围:<br><li>HOST:物理机</li><li>SW:交换机</li><li>RACK:机架</li>",
|
1466
1466
|
"example": "HOST",
|
1467
1467
|
"member": "string",
|
1468
1468
|
"name": "Type",
|
1469
|
-
"
|
1469
|
+
"output_required": true,
|
1470
1470
|
"type": "string",
|
1471
1471
|
"value_allowed_null": false
|
1472
1472
|
},
|
@@ -1476,7 +1476,7 @@
|
|
1476
1476
|
"example": "物理机容灾组",
|
1477
1477
|
"member": "string",
|
1478
1478
|
"name": "Name",
|
1479
|
-
"
|
1479
|
+
"output_required": true,
|
1480
1480
|
"type": "string",
|
1481
1481
|
"value_allowed_null": false
|
1482
1482
|
},
|
@@ -1486,7 +1486,7 @@
|
|
1486
1486
|
"example": "50",
|
1487
1487
|
"member": "int64",
|
1488
1488
|
"name": "CvmQuotaTotal",
|
1489
|
-
"
|
1489
|
+
"output_required": true,
|
1490
1490
|
"type": "int",
|
1491
1491
|
"value_allowed_null": false
|
1492
1492
|
},
|
@@ -1496,7 +1496,7 @@
|
|
1496
1496
|
"example": "0",
|
1497
1497
|
"member": "int64",
|
1498
1498
|
"name": "CurrentNum",
|
1499
|
-
"
|
1499
|
+
"output_required": true,
|
1500
1500
|
"type": "int",
|
1501
1501
|
"value_allowed_null": false
|
1502
1502
|
},
|
@@ -1506,7 +1506,7 @@
|
|
1506
1506
|
"example": "2018-06-08T07:26:38Z",
|
1507
1507
|
"member": "datetime",
|
1508
1508
|
"name": "CreateTime",
|
1509
|
-
"
|
1509
|
+
"output_required": true,
|
1510
1510
|
"type": "string",
|
1511
1511
|
"value_allowed_null": false
|
1512
1512
|
},
|
@@ -4024,7 +4024,7 @@
|
|
4024
4024
|
"example": "9",
|
4025
4025
|
"member": "uint64",
|
4026
4026
|
"name": "TotalCount",
|
4027
|
-
"
|
4027
|
+
"output_required": true,
|
4028
4028
|
"type": "int",
|
4029
4029
|
"value_allowed_null": false
|
4030
4030
|
},
|
@@ -4034,7 +4034,7 @@
|
|
4034
4034
|
"example": "无",
|
4035
4035
|
"member": "RegionInfo",
|
4036
4036
|
"name": "RegionSet",
|
4037
|
-
"
|
4037
|
+
"output_required": true,
|
4038
4038
|
"type": "list",
|
4039
4039
|
"value_allowed_null": false
|
4040
4040
|
},
|
@@ -4570,7 +4570,7 @@
|
|
4570
4570
|
},
|
4571
4571
|
{
|
4572
4572
|
"disabled": false,
|
4573
|
-
"document": "分散置放群组类型,取值范围:<br
|
4573
|
+
"document": "分散置放群组类型,取值范围:<br>\n<li>HOST:物理机<br></li>\n<li>SW:交换机<br></li>\n<li>RACK:机架</li>",
|
4574
4574
|
"example": "\"HOST\"",
|
4575
4575
|
"member": "string",
|
4576
4576
|
"name": "Type",
|
@@ -7918,7 +7918,7 @@
|
|
7918
7918
|
"example": "10",
|
7919
7919
|
"member": "uint64",
|
7920
7920
|
"name": "LatestVersionNumber",
|
7921
|
-
"
|
7921
|
+
"output_required": true,
|
7922
7922
|
"type": "int",
|
7923
7923
|
"value_allowed_null": true
|
7924
7924
|
},
|
@@ -7928,7 +7928,7 @@
|
|
7928
7928
|
"example": "lt-rf6ogz49",
|
7929
7929
|
"member": "string",
|
7930
7930
|
"name": "LaunchTemplateId",
|
7931
|
-
"
|
7931
|
+
"output_required": true,
|
7932
7932
|
"type": "string",
|
7933
7933
|
"value_allowed_null": true
|
7934
7934
|
},
|
@@ -7938,7 +7938,7 @@
|
|
7938
7938
|
"example": "foobar",
|
7939
7939
|
"member": "string",
|
7940
7940
|
"name": "LaunchTemplateName",
|
7941
|
-
"
|
7941
|
+
"output_required": true,
|
7942
7942
|
"type": "string",
|
7943
7943
|
"value_allowed_null": true
|
7944
7944
|
},
|
@@ -7948,7 +7948,7 @@
|
|
7948
7948
|
"example": "5",
|
7949
7949
|
"member": "uint64",
|
7950
7950
|
"name": "DefaultVersionNumber",
|
7951
|
-
"
|
7951
|
+
"output_required": true,
|
7952
7952
|
"type": "int",
|
7953
7953
|
"value_allowed_null": true
|
7954
7954
|
},
|
@@ -7958,7 +7958,7 @@
|
|
7958
7958
|
"example": "8",
|
7959
7959
|
"member": "uint64",
|
7960
7960
|
"name": "LaunchTemplateVersionCount",
|
7961
|
-
"
|
7961
|
+
"output_required": true,
|
7962
7962
|
"type": "int",
|
7963
7963
|
"value_allowed_null": true
|
7964
7964
|
},
|
@@ -7968,7 +7968,7 @@
|
|
7968
7968
|
"example": "123456",
|
7969
7969
|
"member": "string",
|
7970
7970
|
"name": "CreatedBy",
|
7971
|
-
"
|
7971
|
+
"output_required": true,
|
7972
7972
|
"type": "string",
|
7973
7973
|
"value_allowed_null": true
|
7974
7974
|
},
|
@@ -7978,7 +7978,7 @@
|
|
7978
7978
|
"example": "2020-12-17T01:54:31Z",
|
7979
7979
|
"member": "datetime_iso",
|
7980
7980
|
"name": "CreationTime",
|
7981
|
-
"
|
7981
|
+
"output_required": true,
|
7982
7982
|
"type": "string",
|
7983
7983
|
"value_allowed_null": true
|
7984
7984
|
}
|
@@ -11776,7 +11776,7 @@
|
|
11776
11776
|
},
|
11777
11777
|
{
|
11778
11778
|
"disabled": false,
|
11779
|
-
"document": "是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<
|
11779
|
+
"document": "是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false。",
|
11780
11780
|
"example": "false",
|
11781
11781
|
"member": "bool",
|
11782
11782
|
"name": "AsVpcGateway",
|
@@ -11815,7 +11815,7 @@
|
|
11815
11815
|
"members": [
|
11816
11816
|
{
|
11817
11817
|
"disabled": false,
|
11818
|
-
"document": "可用区名称,例如,ap-guangzhou-3\n全网可用区名称如下:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1(售罄) </li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3(售罄) </li>\n<li> ap-guangzhou-1(售罄)</li>\n<li> ap-guangzhou-2(售罄)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1(售罄) </li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> eu-moscow-1 </li>\n<li> ap-beijing-1(售罄)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-
|
11818
|
+
"document": "可用区名称,例如,ap-guangzhou-3\n全网可用区名称如下:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1(售罄) </li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3(售罄) </li>\n<li> ap-guangzhou-1(售罄)</li>\n<li> ap-guangzhou-2(售罄)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1(售罄) </li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> eu-moscow-1 </li>\n<li> ap-beijing-1(售罄)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
|
11819
11819
|
"example": "ap-guangzhou-3",
|
11820
11820
|
"member": "string",
|
11821
11821
|
"name": "Zone",
|
@@ -364,7 +364,7 @@
|
|
364
364
|
{
|
365
365
|
"document": "",
|
366
366
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRegions\n<公共请求参数>\n\n{}",
|
367
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 9,\n \"RegionSet\": [\n {\n \"Region\": \"ap-beijing\",\n \"RegionName\": \"华北地区(北京)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-guangzhou\",\n \"RegionName\": \"华南地区(广州)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-hongkong\",\n \"RegionName\": \"港澳台地区(中国香港)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"RegionName\": \"华东地区(上海)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-shanghai-fsi\",\n \"RegionName\": \"华东地区(上海金融)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-shenzhen-fsi\",\n \"RegionName\": \"华南地区(深圳金融)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-singapore\",\n \"RegionName\": \"亚太东南(新加坡)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"na-siliconvalley\",\n \"RegionName\": \"美国西部(硅谷)\",\n \"RegionState\": \"AVAILABLE\"\n }
|
367
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 9,\n \"RegionSet\": [\n {\n \"Region\": \"ap-beijing\",\n \"RegionName\": \"华北地区(北京)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-guangzhou\",\n \"RegionName\": \"华南地区(广州)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-hongkong\",\n \"RegionName\": \"港澳台地区(中国香港)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"RegionName\": \"华东地区(上海)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-shanghai-fsi\",\n \"RegionName\": \"华东地区(上海金融)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-shenzhen-fsi\",\n \"RegionName\": \"华南地区(深圳金融)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"ap-singapore\",\n \"RegionName\": \"亚太东南(新加坡)\",\n \"RegionState\": \"AVAILABLE\"\n },\n {\n \"Region\": \"na-siliconvalley\",\n \"RegionName\": \"美国西部(硅谷)\",\n \"RegionState\": \"AVAILABLE\"\n }\n ],\n \"RequestId\": \"C563943B-3BEA-FE92-29FE-591EAEB7871F\"\n }\n}",
|
368
368
|
"title": "请求例子"
|
369
369
|
}
|
370
370
|
],
|
@@ -25433,7 +25433,7 @@
|
|
25433
25433
|
},
|
25434
25434
|
{
|
25435
25435
|
"disabled": false,
|
25436
|
-
"document": "
|
25436
|
+
"document": "过滤条件。<li>Quuid - String - 是否必填:否 - 云服务器uuid</li><li>Uuid - String - 是否必填:否 - 主机安全唯一Uuid</li><li>MachineName - String - 是否必填:否 - 主机别名</li><li>Ip - String - 是否必填:否 - 主机ip</li><li>InstanceID - String - 是否必填:否 - 主机实例ID</li><li>SrcIp - String - 是否必填:否 - 来源ip筛选</li><li>UserName - String - 是否必填:否 - 用户名筛选</li><li>Status - string - 是否必填:否 - 状态筛选1:正常登录;5:已加白,14:已处理,15:已忽略</li><li>LoginTimeBegin - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li><li>LoginTimeEnd - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li><li>RiskLevel - string - 是否必填:否 - 状态筛选0:高危;1:可疑</li>",
|
25437
25437
|
"example": "[]",
|
25438
25438
|
"member": "Filter",
|
25439
25439
|
"name": "Filters",
|
@@ -41114,7 +41114,7 @@
|
|
41114
41114
|
"example": "https://yunjing-dev-1256299843.cos.ap-guangzhou.myqcloud.com/%E6",
|
41115
41115
|
"member": "string",
|
41116
41116
|
"name": "DownloadUrl",
|
41117
|
-
"
|
41117
|
+
"output_required": true,
|
41118
41118
|
"type": "string",
|
41119
41119
|
"value_allowed_null": false
|
41120
41120
|
},
|
@@ -41124,7 +41124,7 @@
|
|
41124
41124
|
"example": "1615549629",
|
41125
41125
|
"member": "string",
|
41126
41126
|
"name": "TaskId",
|
41127
|
-
"
|
41127
|
+
"output_required": true,
|
41128
41128
|
"type": "string",
|
41129
41129
|
"value_allowed_null": false
|
41130
41130
|
},
|
@@ -3424,7 +3424,7 @@
|
|
3424
3424
|
{
|
3425
3425
|
"document": "",
|
3426
3426
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportVulDetectionReport\n<公共请求参数>\n\n{\n \"TaskId\": \"1596595610\"\n}",
|
3427
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3427
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"xxxxxxxx-xxxx-xxx-xxxx-xxxx\",\n \"DownloadUrl\": \"https://xxx.cos.ap-guangzhou.myqcloud.com/%E6%BC%8F%E6%B4%9E%E6%A3%80%E6%B5%8B%E6%8A%A5%E5%91%8A_20210312.pdf?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1615549630%3B1615553230&q-key-time=1615549630%3B1615553230&q-header-list=host&q-url-param-list=&q-signature=xxx\",\n \"TaskId\": \"12341234\"\n }\n}",
|
3428
3428
|
"title": "导出漏洞检测报告"
|
3429
3429
|
}
|
3430
3430
|
],
|