tccli 3.0.923.1__py2.py3-none-any.whl → 3.0.924.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/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
- tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
- tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
- tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
- tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
- tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
- tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
- tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
- tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
- tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
- tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
- tccli/examples/mna/v20210119/GetDevices.md +9 -16
- tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
- tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
- tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
- tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
- tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
- tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
- tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
- tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
- tccli/services/apigateway/v20180808/api.json +119 -12
- tccli/services/apigateway/v20180808/examples.json +4 -4
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/clb/v20180317/api.json +190 -60
- tccli/services/clb/v20180317/examples.json +10 -10
- tccli/services/cls/cls_client.py +110 -4
- tccli/services/cls/v20201016/api.json +277 -55
- tccli/services/cls/v20201016/examples.json +17 -1
- tccli/services/cynosdb/v20190107/api.json +82 -31
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/dlc/v20210125/api.json +11 -11
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/ess/v20201111/api.json +416 -91
- tccli/services/essbasic/v20210526/api.json +113 -78
- tccli/services/essbasic/v20210526/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +21 -16
- tccli/services/live/v20180801/api.json +42 -22
- tccli/services/mna/v20210119/api.json +11 -12
- tccli/services/mna/v20210119/examples.json +4 -4
- tccli/services/mps/v20190612/api.json +142 -61
- tccli/services/ms/v20180408/api.json +92 -19
- tccli/services/ms/v20180408/examples.json +31 -31
- tccli/services/oceanus/v20190422/api.json +355 -41
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +126 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +45 -65
- tccli/services/vpc/v20170312/examples.json +3 -3
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +57 -54
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/license_files/LICENSE +0 -0
@@ -321,6 +321,32 @@
|
|
321
321
|
],
|
322
322
|
"type": "object"
|
323
323
|
},
|
324
|
+
"ClazzLevel": {
|
325
|
+
"document": "{\n\"Clazz\": \"c1\", // java类全路径\n\"Level\": \"WARN\" // 日志级别 TRACE,DEBUG、INFO、WARN、ERROR\n}",
|
326
|
+
"members": [
|
327
|
+
{
|
328
|
+
"disabled": false,
|
329
|
+
"document": "java类全路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
330
|
+
"example": "org.x.x.x",
|
331
|
+
"member": "string",
|
332
|
+
"name": "Clazz",
|
333
|
+
"required": true,
|
334
|
+
"type": "string",
|
335
|
+
"value_allowed_null": true
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"disabled": false,
|
339
|
+
"document": "日志级别 TRACE,DEBUG、INFO、WARN、ERROR\n注意:此字段可能返回 null,表示取不到有效值。",
|
340
|
+
"example": "INFO",
|
341
|
+
"member": "string",
|
342
|
+
"name": "Level",
|
343
|
+
"required": true,
|
344
|
+
"type": "string",
|
345
|
+
"value_allowed_null": true
|
346
|
+
}
|
347
|
+
],
|
348
|
+
"usage": "both"
|
349
|
+
},
|
324
350
|
"Cluster": {
|
325
351
|
"document": "描述用户创建的集群信息",
|
326
352
|
"members": [
|
@@ -1218,7 +1244,6 @@
|
|
1218
1244
|
"document": "CreateJobConfig请求参数结构体",
|
1219
1245
|
"members": [
|
1220
1246
|
{
|
1221
|
-
"default": "",
|
1222
1247
|
"disabled": false,
|
1223
1248
|
"document": "作业Id",
|
1224
1249
|
"example": "cql-abcdefg",
|
@@ -1228,7 +1253,6 @@
|
|
1228
1253
|
"type": "string"
|
1229
1254
|
},
|
1230
1255
|
{
|
1231
|
-
"default": "",
|
1232
1256
|
"disabled": false,
|
1233
1257
|
"document": "主类",
|
1234
1258
|
"example": "com.tencent.cloud.test.WordCount",
|
@@ -1238,7 +1262,6 @@
|
|
1238
1262
|
"type": "string"
|
1239
1263
|
},
|
1240
1264
|
{
|
1241
|
-
"default": "",
|
1242
1265
|
"disabled": false,
|
1243
1266
|
"document": "主类入参",
|
1244
1267
|
"example": "--conf Key=Value",
|
@@ -1248,7 +1271,6 @@
|
|
1248
1271
|
"type": "string"
|
1249
1272
|
},
|
1250
1273
|
{
|
1251
|
-
"default": "",
|
1252
1274
|
"disabled": false,
|
1253
1275
|
"document": "备注",
|
1254
1276
|
"example": "example",
|
@@ -1258,7 +1280,6 @@
|
|
1258
1280
|
"type": "string"
|
1259
1281
|
},
|
1260
1282
|
{
|
1261
|
-
"default": "",
|
1262
1283
|
"disabled": false,
|
1263
1284
|
"document": "资源引用数组",
|
1264
1285
|
"example": "[]",
|
@@ -1268,7 +1289,6 @@
|
|
1268
1289
|
"type": "list"
|
1269
1290
|
},
|
1270
1291
|
{
|
1271
|
-
"default": "",
|
1272
1292
|
"disabled": false,
|
1273
1293
|
"document": "作业默认并行度",
|
1274
1294
|
"example": "2",
|
@@ -1278,7 +1298,6 @@
|
|
1278
1298
|
"type": "int"
|
1279
1299
|
},
|
1280
1300
|
{
|
1281
|
-
"default": "",
|
1282
1301
|
"disabled": false,
|
1283
1302
|
"document": "系统参数",
|
1284
1303
|
"example": "[]",
|
@@ -1288,7 +1307,6 @@
|
|
1288
1307
|
"type": "list"
|
1289
1308
|
},
|
1290
1309
|
{
|
1291
|
-
"default": "",
|
1292
1310
|
"disabled": false,
|
1293
1311
|
"document": "1: 作业配置达到上限之后,自动删除可删除的最早版本",
|
1294
1312
|
"example": "1",
|
@@ -1298,7 +1316,6 @@
|
|
1298
1316
|
"type": "int"
|
1299
1317
|
},
|
1300
1318
|
{
|
1301
|
-
"default": "",
|
1302
1319
|
"disabled": false,
|
1303
1320
|
"document": "作业使用的 COS 存储桶名",
|
1304
1321
|
"example": "example-oceanus-1257058918",
|
@@ -1308,7 +1325,6 @@
|
|
1308
1325
|
"type": "string"
|
1309
1326
|
},
|
1310
1327
|
{
|
1311
|
-
"default": "",
|
1312
1328
|
"disabled": false,
|
1313
1329
|
"document": "是否采集作业日志",
|
1314
1330
|
"example": "true",
|
@@ -1318,7 +1334,6 @@
|
|
1318
1334
|
"type": "bool"
|
1319
1335
|
},
|
1320
1336
|
{
|
1321
|
-
"default": "",
|
1322
1337
|
"disabled": false,
|
1323
1338
|
"document": "JobManager规格",
|
1324
1339
|
"example": "0.5",
|
@@ -1328,7 +1343,6 @@
|
|
1328
1343
|
"type": "float"
|
1329
1344
|
},
|
1330
1345
|
{
|
1331
|
-
"default": "",
|
1332
1346
|
"disabled": false,
|
1333
1347
|
"document": "TaskManager规格",
|
1334
1348
|
"example": "0.5",
|
@@ -1338,7 +1352,6 @@
|
|
1338
1352
|
"type": "float"
|
1339
1353
|
},
|
1340
1354
|
{
|
1341
|
-
"default": "",
|
1342
1355
|
"disabled": false,
|
1343
1356
|
"document": "CLS日志集ID",
|
1344
1357
|
"example": "xx",
|
@@ -1348,7 +1361,6 @@
|
|
1348
1361
|
"type": "string"
|
1349
1362
|
},
|
1350
1363
|
{
|
1351
|
-
"default": "",
|
1352
1364
|
"disabled": false,
|
1353
1365
|
"document": "CLS日志主题ID",
|
1354
1366
|
"example": "xxx",
|
@@ -1358,7 +1370,6 @@
|
|
1358
1370
|
"type": "string"
|
1359
1371
|
},
|
1360
1372
|
{
|
1361
|
-
"default": "",
|
1362
1373
|
"disabled": false,
|
1363
1374
|
"document": "日志采集类型 2:CLS;3:COS",
|
1364
1375
|
"example": "2",
|
@@ -1368,7 +1379,6 @@
|
|
1368
1379
|
"type": "int"
|
1369
1380
|
},
|
1370
1381
|
{
|
1371
|
-
"default": "",
|
1372
1382
|
"disabled": false,
|
1373
1383
|
"document": "pyflink作业运行时使用的python版本",
|
1374
1384
|
"example": "Python-3.7",
|
@@ -1378,7 +1388,6 @@
|
|
1378
1388
|
"type": "string"
|
1379
1389
|
},
|
1380
1390
|
{
|
1381
|
-
"default": "",
|
1382
1391
|
"disabled": false,
|
1383
1392
|
"document": "工作空间 SerialId",
|
1384
1393
|
"example": "space-1327",
|
@@ -1388,7 +1397,6 @@
|
|
1388
1397
|
"type": "string"
|
1389
1398
|
},
|
1390
1399
|
{
|
1391
|
-
"default": "",
|
1392
1400
|
"disabled": false,
|
1393
1401
|
"document": "日志级别",
|
1394
1402
|
"example": "INFO",
|
@@ -1398,7 +1406,6 @@
|
|
1398
1406
|
"type": "string"
|
1399
1407
|
},
|
1400
1408
|
{
|
1401
|
-
"default": "",
|
1402
1409
|
"disabled": false,
|
1403
1410
|
"document": "Oceanus 平台恢复作业开关 1:开启 -1: 关闭",
|
1404
1411
|
"example": "1",
|
@@ -1406,6 +1413,33 @@
|
|
1406
1413
|
"name": "AutoRecover",
|
1407
1414
|
"required": false,
|
1408
1415
|
"type": "int"
|
1416
|
+
},
|
1417
|
+
{
|
1418
|
+
"disabled": false,
|
1419
|
+
"document": "类日志级别",
|
1420
|
+
"example": "[]",
|
1421
|
+
"member": "ClazzLevel",
|
1422
|
+
"name": "ClazzLevels",
|
1423
|
+
"required": false,
|
1424
|
+
"type": "list"
|
1425
|
+
},
|
1426
|
+
{
|
1427
|
+
"disabled": false,
|
1428
|
+
"document": "是否打开专家模式",
|
1429
|
+
"example": "false",
|
1430
|
+
"member": "bool",
|
1431
|
+
"name": "ExpertModeOn",
|
1432
|
+
"required": false,
|
1433
|
+
"type": "bool"
|
1434
|
+
},
|
1435
|
+
{
|
1436
|
+
"disabled": false,
|
1437
|
+
"document": "专家模式的配置",
|
1438
|
+
"example": "{}",
|
1439
|
+
"member": "ExpertModeConfiguration",
|
1440
|
+
"name": "ExpertModeConfiguration",
|
1441
|
+
"required": false,
|
1442
|
+
"type": "object"
|
1409
1443
|
}
|
1410
1444
|
],
|
1411
1445
|
"type": "object"
|
@@ -1419,7 +1453,6 @@
|
|
1419
1453
|
"example": "1",
|
1420
1454
|
"member": "uint64",
|
1421
1455
|
"name": "Version",
|
1422
|
-
"required": true,
|
1423
1456
|
"type": "int",
|
1424
1457
|
"value_allowed_null": false
|
1425
1458
|
},
|
@@ -3106,6 +3139,42 @@
|
|
3106
3139
|
],
|
3107
3140
|
"type": "object"
|
3108
3141
|
},
|
3142
|
+
"ExpertModeConfiguration": {
|
3143
|
+
"document": "作业配置 -- 专家模式的详细配置",
|
3144
|
+
"members": [
|
3145
|
+
{
|
3146
|
+
"disabled": false,
|
3147
|
+
"document": "Job graph\n注意:此字段可能返回 null,表示取不到有效值。",
|
3148
|
+
"example": "{ \"Nodes\": [ { \"Id\": 1, \"Description\": \"This is node 1\", \"Name\": \"Node1\", \"Parallelism\": 2 }, { \"Id\": 2, \"Description\": \"This is node 2\", \"Name\": \"Node2\", \"Parallelism\": 3 }, { \"Id\": 3, \"Description\": \"This is node 3\", \"Name\": \"Node3\", \"Parallelism\": 4 } ], \"Edges\": [ { \"Source\": 1, \"Target\": 2 }, { \"Source\": 2, \"Target\": 3 } ] }",
|
3149
|
+
"member": "JobGraph",
|
3150
|
+
"name": "JobGraph",
|
3151
|
+
"required": false,
|
3152
|
+
"type": "object",
|
3153
|
+
"value_allowed_null": true
|
3154
|
+
},
|
3155
|
+
{
|
3156
|
+
"disabled": false,
|
3157
|
+
"document": "Node configuration\n注意:此字段可能返回 null,表示取不到有效值。",
|
3158
|
+
"example": "[]",
|
3159
|
+
"member": "NodeConfig",
|
3160
|
+
"name": "NodeConfig",
|
3161
|
+
"required": false,
|
3162
|
+
"type": "list",
|
3163
|
+
"value_allowed_null": true
|
3164
|
+
},
|
3165
|
+
{
|
3166
|
+
"disabled": false,
|
3167
|
+
"document": "Slot sharing groups\n注意:此字段可能返回 null,表示取不到有效值。",
|
3168
|
+
"example": "[]",
|
3169
|
+
"member": "SlotSharingGroup",
|
3170
|
+
"name": "SlotSharingGroups",
|
3171
|
+
"required": false,
|
3172
|
+
"type": "list",
|
3173
|
+
"value_allowed_null": true
|
3174
|
+
}
|
3175
|
+
],
|
3176
|
+
"usage": "both"
|
3177
|
+
},
|
3109
3178
|
"Filter": {
|
3110
3179
|
"document": "查询作业列表时的过滤器",
|
3111
3180
|
"members": [
|
@@ -3136,7 +3205,6 @@
|
|
3136
3205
|
"document": "作业配置详情",
|
3137
3206
|
"members": [
|
3138
3207
|
{
|
3139
|
-
"default": "",
|
3140
3208
|
"disabled": false,
|
3141
3209
|
"document": "作业Id",
|
3142
3210
|
"example": "cql-xxx",
|
@@ -3147,7 +3215,6 @@
|
|
3147
3215
|
"value_allowed_null": false
|
3148
3216
|
},
|
3149
3217
|
{
|
3150
|
-
"default": "",
|
3151
3218
|
"disabled": false,
|
3152
3219
|
"document": "主类\n注意:此字段可能返回 null,表示取不到有效值。",
|
3153
3220
|
"example": "hello",
|
@@ -3158,7 +3225,6 @@
|
|
3158
3225
|
"value_allowed_null": true
|
3159
3226
|
},
|
3160
3227
|
{
|
3161
|
-
"default": "",
|
3162
3228
|
"disabled": false,
|
3163
3229
|
"document": "主类入参\n注意:此字段可能返回 null,表示取不到有效值。",
|
3164
3230
|
"example": "--config key=value",
|
@@ -3169,7 +3235,6 @@
|
|
3169
3235
|
"value_allowed_null": true
|
3170
3236
|
},
|
3171
3237
|
{
|
3172
|
-
"default": "",
|
3173
3238
|
"disabled": false,
|
3174
3239
|
"document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
3175
3240
|
"example": "hello",
|
@@ -3180,7 +3245,6 @@
|
|
3180
3245
|
"value_allowed_null": true
|
3181
3246
|
},
|
3182
3247
|
{
|
3183
|
-
"default": "",
|
3184
3248
|
"disabled": false,
|
3185
3249
|
"document": "作业配置创建时间",
|
3186
3250
|
"example": "2021-01-22 20:06:19",
|
@@ -3191,7 +3255,6 @@
|
|
3191
3255
|
"value_allowed_null": false
|
3192
3256
|
},
|
3193
3257
|
{
|
3194
|
-
"default": "",
|
3195
3258
|
"disabled": false,
|
3196
3259
|
"document": "作业配置的版本号",
|
3197
3260
|
"example": "1",
|
@@ -3202,7 +3265,6 @@
|
|
3202
3265
|
"value_allowed_null": false
|
3203
3266
|
},
|
3204
3267
|
{
|
3205
|
-
"default": "",
|
3206
3268
|
"disabled": false,
|
3207
3269
|
"document": "作业默认并行度\n注意:此字段可能返回 null,表示取不到有效值。",
|
3208
3270
|
"example": "1",
|
@@ -3213,7 +3275,6 @@
|
|
3213
3275
|
"value_allowed_null": true
|
3214
3276
|
},
|
3215
3277
|
{
|
3216
|
-
"default": "",
|
3217
3278
|
"disabled": false,
|
3218
3279
|
"document": "系统参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
3219
3280
|
"example": "[]",
|
@@ -3224,7 +3285,6 @@
|
|
3224
3285
|
"value_allowed_null": true
|
3225
3286
|
},
|
3226
3287
|
{
|
3227
|
-
"default": "",
|
3228
3288
|
"disabled": false,
|
3229
3289
|
"document": "引用资源\n注意:此字段可能返回 null,表示取不到有效值。",
|
3230
3290
|
"example": "[]",
|
@@ -3235,7 +3295,6 @@
|
|
3235
3295
|
"value_allowed_null": true
|
3236
3296
|
},
|
3237
3297
|
{
|
3238
|
-
"default": "",
|
3239
3298
|
"disabled": false,
|
3240
3299
|
"document": "创建者uin\n注意:此字段可能返回 null,表示取不到有效值。",
|
3241
3300
|
"example": "1132",
|
@@ -3246,7 +3305,6 @@
|
|
3246
3305
|
"value_allowed_null": true
|
3247
3306
|
},
|
3248
3307
|
{
|
3249
|
-
"default": "",
|
3250
3308
|
"disabled": false,
|
3251
3309
|
"document": "作业配置上次启动时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
3252
3310
|
"example": "2021-01-22 20:06:19",
|
@@ -3257,7 +3315,6 @@
|
|
3257
3315
|
"value_allowed_null": true
|
3258
3316
|
},
|
3259
3317
|
{
|
3260
|
-
"default": "",
|
3261
3318
|
"disabled": false,
|
3262
3319
|
"document": "作业绑定的存储桶\n注意:此字段可能返回 null,表示取不到有效值。",
|
3263
3320
|
"example": "oceanus-example",
|
@@ -3268,7 +3325,6 @@
|
|
3268
3325
|
"value_allowed_null": true
|
3269
3326
|
},
|
3270
3327
|
{
|
3271
|
-
"default": "",
|
3272
3328
|
"disabled": false,
|
3273
3329
|
"document": "是否启用日志收集,0-未启用,1-已启用,2-历史集群未设置日志集,3-历史集群已开启\n注意:此字段可能返回 null,表示取不到有效值。",
|
3274
3330
|
"example": "1",
|
@@ -3279,7 +3335,6 @@
|
|
3279
3335
|
"value_allowed_null": true
|
3280
3336
|
},
|
3281
3337
|
{
|
3282
|
-
"default": "",
|
3283
3338
|
"disabled": false,
|
3284
3339
|
"document": "作业的最大并行度\n注意:此字段可能返回 null,表示取不到有效值。",
|
3285
3340
|
"example": "2048",
|
@@ -3290,7 +3345,6 @@
|
|
3290
3345
|
"value_allowed_null": true
|
3291
3346
|
},
|
3292
3347
|
{
|
3293
|
-
"default": "",
|
3294
3348
|
"disabled": false,
|
3295
3349
|
"document": "JobManager规格\n注意:此字段可能返回 null,表示取不到有效值。",
|
3296
3350
|
"example": "0.5",
|
@@ -3301,7 +3355,6 @@
|
|
3301
3355
|
"value_allowed_null": true
|
3302
3356
|
},
|
3303
3357
|
{
|
3304
|
-
"default": "",
|
3305
3358
|
"disabled": false,
|
3306
3359
|
"document": "TaskManager规格\n注意:此字段可能返回 null,表示取不到有效值。",
|
3307
3360
|
"example": "0.5",
|
@@ -3312,7 +3365,6 @@
|
|
3312
3365
|
"value_allowed_null": true
|
3313
3366
|
},
|
3314
3367
|
{
|
3315
|
-
"default": "",
|
3316
3368
|
"disabled": false,
|
3317
3369
|
"document": "CLS日志集ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3318
3370
|
"example": "xxx",
|
@@ -3323,7 +3375,6 @@
|
|
3323
3375
|
"value_allowed_null": true
|
3324
3376
|
},
|
3325
3377
|
{
|
3326
|
-
"default": "",
|
3327
3378
|
"disabled": false,
|
3328
3379
|
"document": "CLS日志主题ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3329
3380
|
"example": "xxx",
|
@@ -3334,7 +3385,6 @@
|
|
3334
3385
|
"value_allowed_null": true
|
3335
3386
|
},
|
3336
3387
|
{
|
3337
|
-
"default": "",
|
3338
3388
|
"disabled": false,
|
3339
3389
|
"document": "pyflink作业运行的python版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
3340
3390
|
"example": "Python-3.7",
|
@@ -3345,7 +3395,6 @@
|
|
3345
3395
|
"value_allowed_null": true
|
3346
3396
|
},
|
3347
3397
|
{
|
3348
|
-
"default": "",
|
3349
3398
|
"disabled": false,
|
3350
3399
|
"document": "Oceanus 平台恢复作业开关 1:开启 -1: 关闭\n注意:此字段可能返回 null,表示取不到有效值。",
|
3351
3400
|
"example": "1",
|
@@ -3356,7 +3405,6 @@
|
|
3356
3405
|
"value_allowed_null": true
|
3357
3406
|
},
|
3358
3407
|
{
|
3359
|
-
"default": "",
|
3360
3408
|
"disabled": false,
|
3361
3409
|
"document": "日志级别\n注意:此字段可能返回 null,表示取不到有效值。",
|
3362
3410
|
"example": "INFO",
|
@@ -3365,10 +3413,138 @@
|
|
3365
3413
|
"required": true,
|
3366
3414
|
"type": "string",
|
3367
3415
|
"value_allowed_null": true
|
3416
|
+
},
|
3417
|
+
{
|
3418
|
+
"disabled": false,
|
3419
|
+
"document": "类日志级别\n注意:此字段可能返回 null,表示取不到有效值。",
|
3420
|
+
"example": "[]",
|
3421
|
+
"member": "ClazzLevel",
|
3422
|
+
"name": "ClazzLevels",
|
3423
|
+
"required": false,
|
3424
|
+
"type": "list",
|
3425
|
+
"value_allowed_null": true
|
3426
|
+
},
|
3427
|
+
{
|
3428
|
+
"disabled": false,
|
3429
|
+
"document": "是否开启专家模式\n注意:此字段可能返回 null,表示取不到有效值。",
|
3430
|
+
"example": "false",
|
3431
|
+
"member": "bool",
|
3432
|
+
"name": "ExpertModeOn",
|
3433
|
+
"required": false,
|
3434
|
+
"type": "bool",
|
3435
|
+
"value_allowed_null": true
|
3436
|
+
},
|
3437
|
+
{
|
3438
|
+
"disabled": false,
|
3439
|
+
"document": "专家模式的配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
3440
|
+
"example": "{}",
|
3441
|
+
"member": "ExpertModeConfiguration",
|
3442
|
+
"name": "ExpertModeConfiguration",
|
3443
|
+
"required": false,
|
3444
|
+
"type": "object",
|
3445
|
+
"value_allowed_null": true
|
3368
3446
|
}
|
3369
3447
|
],
|
3370
3448
|
"usage": "out"
|
3371
3449
|
},
|
3450
|
+
"JobGraph": {
|
3451
|
+
"document": "作业运行图",
|
3452
|
+
"members": [
|
3453
|
+
{
|
3454
|
+
"disabled": false,
|
3455
|
+
"document": "运行图的点集合\n注意:此字段可能返回 null,表示取不到有效值。",
|
3456
|
+
"example": "[]",
|
3457
|
+
"member": "JobGraphNode",
|
3458
|
+
"name": "Nodes",
|
3459
|
+
"required": false,
|
3460
|
+
"type": "list",
|
3461
|
+
"value_allowed_null": true
|
3462
|
+
},
|
3463
|
+
{
|
3464
|
+
"disabled": false,
|
3465
|
+
"document": "运行图的边集合\n注意:此字段可能返回 null,表示取不到有效值。",
|
3466
|
+
"example": "[]",
|
3467
|
+
"member": "JobGraphEdge",
|
3468
|
+
"name": "Edges",
|
3469
|
+
"required": false,
|
3470
|
+
"type": "list",
|
3471
|
+
"value_allowed_null": true
|
3472
|
+
}
|
3473
|
+
],
|
3474
|
+
"usage": "both"
|
3475
|
+
},
|
3476
|
+
"JobGraphEdge": {
|
3477
|
+
"document": "Flink Job 运行图的边信息",
|
3478
|
+
"members": [
|
3479
|
+
{
|
3480
|
+
"disabled": false,
|
3481
|
+
"document": "边的起始节点ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3482
|
+
"example": "1",
|
3483
|
+
"member": "int64",
|
3484
|
+
"name": "Source",
|
3485
|
+
"required": true,
|
3486
|
+
"type": "int",
|
3487
|
+
"value_allowed_null": true
|
3488
|
+
},
|
3489
|
+
{
|
3490
|
+
"disabled": false,
|
3491
|
+
"document": "边的目标节点ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3492
|
+
"example": "2",
|
3493
|
+
"member": "int64",
|
3494
|
+
"name": "Target",
|
3495
|
+
"required": true,
|
3496
|
+
"type": "int",
|
3497
|
+
"value_allowed_null": true
|
3498
|
+
}
|
3499
|
+
],
|
3500
|
+
"usage": "both"
|
3501
|
+
},
|
3502
|
+
"JobGraphNode": {
|
3503
|
+
"document": "Flink Job 运行图的点信息",
|
3504
|
+
"members": [
|
3505
|
+
{
|
3506
|
+
"disabled": false,
|
3507
|
+
"document": "节点ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3508
|
+
"example": "1",
|
3509
|
+
"member": "int64",
|
3510
|
+
"name": "Id",
|
3511
|
+
"required": true,
|
3512
|
+
"type": "int",
|
3513
|
+
"value_allowed_null": true
|
3514
|
+
},
|
3515
|
+
{
|
3516
|
+
"disabled": false,
|
3517
|
+
"document": "节点描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
3518
|
+
"example": "This is a node description",
|
3519
|
+
"member": "string",
|
3520
|
+
"name": "Description",
|
3521
|
+
"required": true,
|
3522
|
+
"type": "string",
|
3523
|
+
"value_allowed_null": true
|
3524
|
+
},
|
3525
|
+
{
|
3526
|
+
"disabled": false,
|
3527
|
+
"document": "节点名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
3528
|
+
"example": "Node1",
|
3529
|
+
"member": "string",
|
3530
|
+
"name": "Name",
|
3531
|
+
"required": true,
|
3532
|
+
"type": "string",
|
3533
|
+
"value_allowed_null": true
|
3534
|
+
},
|
3535
|
+
{
|
3536
|
+
"disabled": false,
|
3537
|
+
"document": "节点并行度\n注意:此字段可能返回 null,表示取不到有效值。",
|
3538
|
+
"example": "2",
|
3539
|
+
"member": "int64",
|
3540
|
+
"name": "Parallelism",
|
3541
|
+
"required": true,
|
3542
|
+
"type": "int",
|
3543
|
+
"value_allowed_null": true
|
3544
|
+
}
|
3545
|
+
],
|
3546
|
+
"usage": "both"
|
3547
|
+
},
|
3372
3548
|
"JobInstanceForSubmissionLog": {
|
3373
3549
|
"document": "搜索启动日志时返回的作业实例",
|
3374
3550
|
"members": [
|
@@ -3860,6 +4036,62 @@
|
|
3860
4036
|
],
|
3861
4037
|
"type": "object"
|
3862
4038
|
},
|
4039
|
+
"NodeConfig": {
|
4040
|
+
"document": "专家模式 计算节点的配置信息",
|
4041
|
+
"members": [
|
4042
|
+
{
|
4043
|
+
"disabled": false,
|
4044
|
+
"document": "Node ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
4045
|
+
"example": "1",
|
4046
|
+
"member": "int64",
|
4047
|
+
"name": "Id",
|
4048
|
+
"required": true,
|
4049
|
+
"type": "int",
|
4050
|
+
"value_allowed_null": true
|
4051
|
+
},
|
4052
|
+
{
|
4053
|
+
"disabled": false,
|
4054
|
+
"document": "Node parallelism\n注意:此字段可能返回 null,表示取不到有效值。",
|
4055
|
+
"example": "2",
|
4056
|
+
"member": "int64",
|
4057
|
+
"name": "Parallelism",
|
4058
|
+
"required": false,
|
4059
|
+
"type": "int",
|
4060
|
+
"value_allowed_null": true
|
4061
|
+
},
|
4062
|
+
{
|
4063
|
+
"disabled": false,
|
4064
|
+
"document": "Slot sharing group\n注意:此字段可能返回 null,表示取不到有效值。",
|
4065
|
+
"example": "group1",
|
4066
|
+
"member": "string",
|
4067
|
+
"name": "SlotSharingGroup",
|
4068
|
+
"required": false,
|
4069
|
+
"type": "string",
|
4070
|
+
"value_allowed_null": true
|
4071
|
+
},
|
4072
|
+
{
|
4073
|
+
"disabled": false,
|
4074
|
+
"document": "Configuration properties\n注意:此字段可能返回 null,表示取不到有效值。",
|
4075
|
+
"example": "[]",
|
4076
|
+
"member": "Property",
|
4077
|
+
"name": "Configuration",
|
4078
|
+
"required": false,
|
4079
|
+
"type": "list",
|
4080
|
+
"value_allowed_null": true
|
4081
|
+
},
|
4082
|
+
{
|
4083
|
+
"disabled": false,
|
4084
|
+
"document": "节点的状态ttl配置, 多个用 ; 分割\n注意:此字段可能返回 null,表示取不到有效值。",
|
4085
|
+
"example": "\"\"",
|
4086
|
+
"member": "string",
|
4087
|
+
"name": "StateTTL",
|
4088
|
+
"required": false,
|
4089
|
+
"type": "string",
|
4090
|
+
"value_allowed_null": true
|
4091
|
+
}
|
4092
|
+
],
|
4093
|
+
"usage": "both"
|
4094
|
+
},
|
3863
4095
|
"Property": {
|
3864
4096
|
"document": "系统配置属性",
|
3865
4097
|
"members": [
|
@@ -4813,6 +5045,88 @@
|
|
4813
5045
|
],
|
4814
5046
|
"usage": "out"
|
4815
5047
|
},
|
5048
|
+
"SlotSharingGroup": {
|
5049
|
+
"document": "SlotSharingGroup 描述",
|
5050
|
+
"members": [
|
5051
|
+
{
|
5052
|
+
"disabled": false,
|
5053
|
+
"document": "SlotSharingGroup的名字\n注意:此字段可能返回 null,表示取不到有效值。",
|
5054
|
+
"example": "ssgA",
|
5055
|
+
"member": "string",
|
5056
|
+
"name": "Name",
|
5057
|
+
"required": true,
|
5058
|
+
"type": "string",
|
5059
|
+
"value_allowed_null": true
|
5060
|
+
},
|
5061
|
+
{
|
5062
|
+
"disabled": false,
|
5063
|
+
"document": "SlotSharingGroup的规格\n注意:此字段可能返回 null,表示取不到有效值。",
|
5064
|
+
"example": "[]",
|
5065
|
+
"member": "SlotSharingGroupSpec",
|
5066
|
+
"name": "Spec",
|
5067
|
+
"required": true,
|
5068
|
+
"type": "object",
|
5069
|
+
"value_allowed_null": true
|
5070
|
+
},
|
5071
|
+
{
|
5072
|
+
"disabled": false,
|
5073
|
+
"document": "SlotSharingGroup的描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
5074
|
+
"example": "ssgA",
|
5075
|
+
"member": "string",
|
5076
|
+
"name": "Description",
|
5077
|
+
"required": false,
|
5078
|
+
"type": "string",
|
5079
|
+
"value_allowed_null": true
|
5080
|
+
}
|
5081
|
+
],
|
5082
|
+
"usage": "both"
|
5083
|
+
},
|
5084
|
+
"SlotSharingGroupSpec": {
|
5085
|
+
"document": "SlotSharingGroup的规格描述",
|
5086
|
+
"members": [
|
5087
|
+
{
|
5088
|
+
"disabled": false,
|
5089
|
+
"document": "适用的cpu\n注意:此字段可能返回 null,表示取不到有效值。",
|
5090
|
+
"example": "1.0",
|
5091
|
+
"member": "float",
|
5092
|
+
"name": "CPU",
|
5093
|
+
"required": true,
|
5094
|
+
"type": "float",
|
5095
|
+
"value_allowed_null": true
|
5096
|
+
},
|
5097
|
+
{
|
5098
|
+
"disabled": false,
|
5099
|
+
"document": "默认为b, 支持单位有 b, kb, mb, gb\n注意:此字段可能返回 null,表示取不到有效值。",
|
5100
|
+
"example": "1gb",
|
5101
|
+
"member": "string",
|
5102
|
+
"name": "HeapMemory",
|
5103
|
+
"required": true,
|
5104
|
+
"type": "string",
|
5105
|
+
"value_allowed_null": true
|
5106
|
+
},
|
5107
|
+
{
|
5108
|
+
"disabled": false,
|
5109
|
+
"document": "默认为b, 支持单位有 b, kb, mb, gb\n注意:此字段可能返回 null,表示取不到有效值。",
|
5110
|
+
"example": "1gb",
|
5111
|
+
"member": "string",
|
5112
|
+
"name": "OffHeapMemory",
|
5113
|
+
"required": false,
|
5114
|
+
"type": "string",
|
5115
|
+
"value_allowed_null": true
|
5116
|
+
},
|
5117
|
+
{
|
5118
|
+
"disabled": false,
|
5119
|
+
"document": "默认为b, 支持单位有 b, kb, mb, gb\n注意:此字段可能返回 null,表示取不到有效值。",
|
5120
|
+
"example": "1gb",
|
5121
|
+
"member": "string",
|
5122
|
+
"name": "ManagedMemory",
|
5123
|
+
"required": false,
|
5124
|
+
"type": "string",
|
5125
|
+
"value_allowed_null": true
|
5126
|
+
}
|
5127
|
+
],
|
5128
|
+
"usage": "both"
|
5129
|
+
},
|
4816
5130
|
"StopJobDescription": {
|
4817
5131
|
"document": "停止作业的描述信息",
|
4818
5132
|
"members": [
|