tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.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/aca/__init__.py +4 -0
- tccli/services/aca/aca_client.py +578 -0
- tccli/services/aca/v20210323/api.json +3715 -0
- tccli/services/aca/v20210323/examples.json +69 -0
- tccli/services/aiart/v20221229/api.json +18 -9
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +10 -7
- tccli/services/batch/v20170312/api.json +641 -566
- tccli/services/batch/v20170312/examples.json +7 -7
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +32 -30
- tccli/services/cam/v20190116/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +31 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +214 -207
- tccli/services/cdb/v20170320/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +16 -5
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +8 -13
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +84 -84
- tccli/services/cfs/v20190719/examples.json +6 -6
- tccli/services/chdfs/v20201112/api.json +18 -17
- tccli/services/chdfs/v20201112/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +184 -162
- tccli/services/cloudapp/v20220530/api.json +1 -1
- tccli/services/cloudapp/v20220530/examples.json +3 -3
- tccli/services/cloudaudit/v20190319/api.json +21 -17
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +21 -21
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/config/v20220802/api.json +2 -0
- tccli/services/config/v20220802/examples.json +2 -2
- tccli/services/dcdb/v20180411/api.json +390 -387
- tccli/services/dcdb/v20180411/examples.json +14 -14
- tccli/services/dlc/v20210125/api.json +162 -7
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +37 -37
- tccli/services/domain/v20180808/examples.json +16 -10
- tccli/services/dsgc/v20190723/api.json +1796 -1623
- tccli/services/dsgc/v20190723/examples.json +217 -211
- tccli/services/dts/v20180330/api.json +143 -106
- tccli/services/dts/v20211206/api.json +57 -46
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +6 -6
- tccli/services/emr/v20190103/api.json +80 -20
- tccli/services/ess/ess_client.py +61 -8
- tccli/services/ess/v20201111/api.json +267 -37
- tccli/services/ess/v20201111/examples.json +11 -3
- tccli/services/essbasic/essbasic_client.py +167 -8
- tccli/services/essbasic/v20210526/api.json +527 -54
- tccli/services/essbasic/v20210526/examples.json +46 -16
- tccli/services/facefusion/v20220927/api.json +12 -1
- tccli/services/fmu/v20191213/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +200 -209
- tccli/services/hai/v20230812/api.json +1 -1
- tccli/services/iss/v20230517/api.json +11 -11
- tccli/services/iss/v20230517/examples.json +31 -31
- tccli/services/keewidb/v20220308/api.json +92 -82
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lighthouse/v20200324/api.json +18 -18
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/v20180801/api.json +27 -9
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +285 -263
- tccli/services/mariadb/v20170312/examples.json +12 -12
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +222 -0
- tccli/services/monitor/v20180724/examples.json +16 -0
- tccli/services/mps/mps_client.py +228 -16
- tccli/services/mps/v20190612/api.json +385 -23
- tccli/services/mps/v20190612/examples.json +32 -0
- tccli/services/msp/v20180319/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +11 -1
- tccli/services/omics/v20221128/api.json +14 -2
- tccli/services/organization/v20210331/api.json +45 -18
- tccli/services/privatedns/v20201028/api.json +90 -81
- tccli/services/privatedns/v20201028/examples.json +18 -18
- tccli/services/redis/redis_client.py +106 -0
- tccli/services/redis/v20180412/api.json +178 -16
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/region/v20220627/api.json +5 -3
- tccli/services/region/v20220627/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +6 -4
- tccli/services/tag/v20180813/api.json +4 -5
- tccli/services/tcb/v20180608/api.json +36 -16
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +64 -1
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/teo/teo_client.py +485 -8
- tccli/services/teo/v20220901/api.json +837 -39
- tccli/services/teo/v20220901/examples.json +108 -0
- tccli/services/thpc/v20211109/api.json +32 -34
- tccli/services/thpc/v20220401/api.json +31 -33
- tccli/services/thpc/v20230321/api.json +55 -57
- tccli/services/thpc/v20230321/examples.json +1 -1
- tccli/services/tiia/v20190529/api.json +307 -293
- tccli/services/tiia/v20190529/examples.json +41 -41
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +116 -0
- tccli/services/trocket/v20230308/examples.json +14 -0
- tccli/services/tse/v20201207/api.json +188 -120
- tccli/services/tse/v20201207/examples.json +30 -30
- tccli/services/tsf/v20180326/api.json +826 -745
- tccli/services/tsf/v20180326/examples.json +99 -111
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +80 -80
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +42 -41
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -286,9 +286,10 @@
|
|
286
286
|
{
|
287
287
|
"disabled": false,
|
288
288
|
"document": "数据内容检测参数。表中选出用来数据对比的行,占表的总行数的百分比。取值范围是整数[1-100]",
|
289
|
-
"example": "",
|
289
|
+
"example": "10",
|
290
290
|
"member": "int64",
|
291
291
|
"name": "SelectRowsPerTable",
|
292
|
+
"output_required": true,
|
292
293
|
"required": true,
|
293
294
|
"type": "int",
|
294
295
|
"value_allowed_null": false
|
@@ -296,9 +297,10 @@
|
|
296
297
|
{
|
297
298
|
"disabled": false,
|
298
299
|
"document": "数据内容检测参数。迁移库表中,要进行数据内容检测的表,占所有表的百分比。取值范围是整数[1-100]",
|
299
|
-
"example": "",
|
300
|
+
"example": "10",
|
300
301
|
"member": "int64",
|
301
302
|
"name": "TablesSelectAll",
|
303
|
+
"output_required": true,
|
302
304
|
"required": true,
|
303
305
|
"type": "int",
|
304
306
|
"value_allowed_null": false
|
@@ -306,9 +308,10 @@
|
|
306
308
|
{
|
307
309
|
"disabled": false,
|
308
310
|
"document": "数据数量检测,检测表行数是否一致。迁移库表中,要进行数据数量检测的表,占所有表的百分比。取值范围是整数[1-100]",
|
309
|
-
"example": "",
|
311
|
+
"example": "10",
|
310
312
|
"member": "int64",
|
311
313
|
"name": "TablesSelectCount",
|
314
|
+
"output_required": true,
|
312
315
|
"required": true,
|
313
316
|
"type": "int",
|
314
317
|
"value_allowed_null": false
|
@@ -1288,9 +1291,10 @@
|
|
1288
1291
|
{
|
1289
1292
|
"disabled": false,
|
1290
1293
|
"document": "目标实例地域,如ap-guangzhou",
|
1291
|
-
"example": "
|
1294
|
+
"example": "ap-guangzhou",
|
1292
1295
|
"member": "string",
|
1293
1296
|
"name": "Region",
|
1297
|
+
"output_required": true,
|
1294
1298
|
"required": true,
|
1295
1299
|
"type": "string",
|
1296
1300
|
"value_allowed_null": false
|
@@ -1298,9 +1302,10 @@
|
|
1298
1302
|
{
|
1299
1303
|
"disabled": false,
|
1300
1304
|
"document": "目标实例ID,如cdb-jd92ijd8",
|
1301
|
-
"example": "
|
1305
|
+
"example": "cdb-rx7stlmc",
|
1302
1306
|
"member": "string",
|
1303
1307
|
"name": "InstanceId",
|
1308
|
+
"output_required": true,
|
1304
1309
|
"required": false,
|
1305
1310
|
"type": "string",
|
1306
1311
|
"value_allowed_null": false
|
@@ -1308,9 +1313,10 @@
|
|
1308
1313
|
{
|
1309
1314
|
"disabled": false,
|
1310
1315
|
"document": "目标实例vip。已废弃,无需填写",
|
1311
|
-
"example": "
|
1316
|
+
"example": "192.168.0.12",
|
1312
1317
|
"member": "string",
|
1313
1318
|
"name": "Ip",
|
1319
|
+
"output_required": true,
|
1314
1320
|
"required": false,
|
1315
1321
|
"type": "string",
|
1316
1322
|
"value_allowed_null": false
|
@@ -1318,9 +1324,10 @@
|
|
1318
1324
|
{
|
1319
1325
|
"disabled": false,
|
1320
1326
|
"document": "目标实例vport。已废弃,无需填写",
|
1321
|
-
"example": "
|
1327
|
+
"example": "3306",
|
1322
1328
|
"member": "int64",
|
1323
1329
|
"name": "Port",
|
1330
|
+
"output_required": true,
|
1324
1331
|
"required": false,
|
1325
1332
|
"type": "int",
|
1326
1333
|
"value_allowed_null": false
|
@@ -1328,9 +1335,10 @@
|
|
1328
1335
|
{
|
1329
1336
|
"disabled": false,
|
1330
1337
|
"document": "目前只对MySQL有效。当为整实例迁移时,1-只读,0-可读写。",
|
1331
|
-
"example": "
|
1338
|
+
"example": "1",
|
1332
1339
|
"member": "int64",
|
1333
1340
|
"name": "ReadOnly",
|
1341
|
+
"output_required": true,
|
1334
1342
|
"required": false,
|
1335
1343
|
"type": "int",
|
1336
1344
|
"value_allowed_null": false
|
@@ -1338,9 +1346,10 @@
|
|
1338
1346
|
{
|
1339
1347
|
"disabled": false,
|
1340
1348
|
"document": "目标数据库账号",
|
1341
|
-
"example": "
|
1349
|
+
"example": "dts",
|
1342
1350
|
"member": "string",
|
1343
1351
|
"name": "User",
|
1352
|
+
"output_required": true,
|
1344
1353
|
"required": false,
|
1345
1354
|
"type": "string",
|
1346
1355
|
"value_allowed_null": false
|
@@ -1348,9 +1357,10 @@
|
|
1348
1357
|
{
|
1349
1358
|
"disabled": false,
|
1350
1359
|
"document": "目标数据库密码",
|
1351
|
-
"example": "
|
1360
|
+
"example": "dts123456789",
|
1352
1361
|
"member": "string",
|
1353
1362
|
"name": "Password",
|
1363
|
+
"output_required": true,
|
1354
1364
|
"required": false,
|
1355
1365
|
"type": "string",
|
1356
1366
|
"value_allowed_null": false
|
@@ -1364,20 +1374,20 @@
|
|
1364
1374
|
{
|
1365
1375
|
"disabled": false,
|
1366
1376
|
"document": "具体的报错日志, 包含错误码和错误信息",
|
1367
|
-
"example": "",
|
1377
|
+
"example": "invalid connection",
|
1368
1378
|
"member": "string",
|
1369
1379
|
"name": "ErrorLog",
|
1370
|
-
"
|
1380
|
+
"output_required": true,
|
1371
1381
|
"type": "string",
|
1372
1382
|
"value_allowed_null": false
|
1373
1383
|
},
|
1374
1384
|
{
|
1375
1385
|
"disabled": false,
|
1376
1386
|
"document": "报错对应的帮助文档Ur",
|
1377
|
-
"example": "",
|
1387
|
+
"example": "http://api.qcloud.com",
|
1378
1388
|
"member": "string",
|
1379
1389
|
"name": "HelpDoc",
|
1380
|
-
"
|
1390
|
+
"output_required": true,
|
1381
1391
|
"type": "string",
|
1382
1392
|
"value_allowed_null": false
|
1383
1393
|
}
|
@@ -1417,70 +1427,70 @@
|
|
1417
1427
|
{
|
1418
1428
|
"disabled": false,
|
1419
1429
|
"document": "总步骤数",
|
1420
|
-
"example": "",
|
1430
|
+
"example": "3",
|
1421
1431
|
"member": "int64",
|
1422
1432
|
"name": "StepAll",
|
1423
|
-
"
|
1433
|
+
"output_required": true,
|
1424
1434
|
"type": "int",
|
1425
1435
|
"value_allowed_null": false
|
1426
1436
|
},
|
1427
1437
|
{
|
1428
1438
|
"disabled": false,
|
1429
1439
|
"document": "当前步骤",
|
1430
|
-
"example": "",
|
1440
|
+
"example": "3",
|
1431
1441
|
"member": "int64",
|
1432
1442
|
"name": "StepNow",
|
1433
|
-
"
|
1443
|
+
"output_required": true,
|
1434
1444
|
"type": "int",
|
1435
1445
|
"value_allowed_null": false
|
1436
1446
|
},
|
1437
1447
|
{
|
1438
1448
|
"disabled": false,
|
1439
1449
|
"document": "总进度,如:\"10\"",
|
1440
|
-
"example": "",
|
1450
|
+
"example": "30",
|
1441
1451
|
"member": "string",
|
1442
1452
|
"name": "Progress",
|
1443
|
-
"
|
1453
|
+
"output_required": true,
|
1444
1454
|
"type": "string",
|
1445
1455
|
"value_allowed_null": false
|
1446
1456
|
},
|
1447
1457
|
{
|
1448
1458
|
"disabled": false,
|
1449
1459
|
"document": "当前步骤进度,如:\"1\"",
|
1450
|
-
"example": "",
|
1460
|
+
"example": "10",
|
1451
1461
|
"member": "string",
|
1452
1462
|
"name": "CurrentStepProgress",
|
1453
|
-
"
|
1463
|
+
"output_required": true,
|
1454
1464
|
"type": "string",
|
1455
1465
|
"value_allowed_null": false
|
1456
1466
|
},
|
1457
1467
|
{
|
1458
1468
|
"disabled": false,
|
1459
1469
|
"document": "主从差距,MB;在增量同步阶段有效,目前支持产品为:redis和mysql",
|
1460
|
-
"example": "",
|
1470
|
+
"example": "10",
|
1461
1471
|
"member": "int64",
|
1462
1472
|
"name": "MasterSlaveDistance",
|
1463
|
-
"
|
1473
|
+
"output_required": true,
|
1464
1474
|
"type": "int",
|
1465
1475
|
"value_allowed_null": false
|
1466
1476
|
},
|
1467
1477
|
{
|
1468
1478
|
"disabled": false,
|
1469
1479
|
"document": "主从差距,秒;在增量同步阶段有效,目前支持产品为:mysql",
|
1470
|
-
"example": "",
|
1480
|
+
"example": "100",
|
1471
1481
|
"member": "int64",
|
1472
1482
|
"name": "SecondsBehindMaster",
|
1473
|
-
"
|
1483
|
+
"output_required": true,
|
1474
1484
|
"type": "int",
|
1475
1485
|
"value_allowed_null": false
|
1476
1486
|
},
|
1477
1487
|
{
|
1478
1488
|
"disabled": false,
|
1479
1489
|
"document": "步骤信息",
|
1480
|
-
"example": "",
|
1490
|
+
"example": "无",
|
1481
1491
|
"member": "MigrateStepDetailInfo",
|
1482
1492
|
"name": "StepInfo",
|
1483
|
-
"
|
1493
|
+
"output_required": true,
|
1484
1494
|
"type": "list",
|
1485
1495
|
"value_allowed_null": false
|
1486
1496
|
}
|
@@ -1679,9 +1689,10 @@
|
|
1679
1689
|
{
|
1680
1690
|
"disabled": false,
|
1681
1691
|
"document": "任务运行模式,值包括:1-立即执行,2-定时执行",
|
1682
|
-
"example": "",
|
1692
|
+
"example": "1",
|
1683
1693
|
"member": "int64",
|
1684
1694
|
"name": "RunMode",
|
1695
|
+
"output_required": true,
|
1685
1696
|
"required": true,
|
1686
1697
|
"type": "int",
|
1687
1698
|
"value_allowed_null": false
|
@@ -1689,9 +1700,10 @@
|
|
1689
1700
|
{
|
1690
1701
|
"disabled": false,
|
1691
1702
|
"document": "期望执行时间,当runMode=2时,该字段必填,时间格式:yyyy-mm-dd hh:mm:ss",
|
1692
|
-
"example": "",
|
1703
|
+
"example": "2024-12-20 19:02:01",
|
1693
1704
|
"member": "datetime",
|
1694
1705
|
"name": "ExpectTime",
|
1706
|
+
"output_required": true,
|
1695
1707
|
"required": false,
|
1696
1708
|
"type": "string",
|
1697
1709
|
"value_allowed_null": false
|
@@ -1699,9 +1711,10 @@
|
|
1699
1711
|
{
|
1700
1712
|
"disabled": false,
|
1701
1713
|
"document": "数据迁移类型,值包括:1-结构迁移,2-全量迁移,3-全量+增量迁移",
|
1702
|
-
"example": "",
|
1714
|
+
"example": "3",
|
1703
1715
|
"member": "int64",
|
1704
1716
|
"name": "MigrateType",
|
1717
|
+
"output_required": true,
|
1705
1718
|
"required": false,
|
1706
1719
|
"type": "int",
|
1707
1720
|
"value_allowed_null": false
|
@@ -1709,9 +1722,10 @@
|
|
1709
1722
|
{
|
1710
1723
|
"disabled": false,
|
1711
1724
|
"document": "迁移对象,1-整个实例,2-指定库表",
|
1712
|
-
"example": "",
|
1725
|
+
"example": "1",
|
1713
1726
|
"member": "int64",
|
1714
1727
|
"name": "MigrateObject",
|
1728
|
+
"output_required": true,
|
1715
1729
|
"required": false,
|
1716
1730
|
"type": "int",
|
1717
1731
|
"value_allowed_null": false
|
@@ -1719,9 +1733,10 @@
|
|
1719
1733
|
{
|
1720
1734
|
"disabled": false,
|
1721
1735
|
"document": "抽样数据一致性检测参数,1-未配置,2-全量检测,3-抽样检测, 4-仅校验不一致表,5-不检测",
|
1722
|
-
"example": "",
|
1736
|
+
"example": "2",
|
1723
1737
|
"member": "int64",
|
1724
1738
|
"name": "ConsistencyType",
|
1739
|
+
"output_required": true,
|
1725
1740
|
"required": false,
|
1726
1741
|
"type": "int",
|
1727
1742
|
"value_allowed_null": false
|
@@ -1729,9 +1744,10 @@
|
|
1729
1744
|
{
|
1730
1745
|
"disabled": false,
|
1731
1746
|
"document": "是否用源库Root账户覆盖目标库,值包括:0-不覆盖,1-覆盖,选择库表或者结构迁移时应该为0",
|
1732
|
-
"example": "",
|
1747
|
+
"example": "0",
|
1733
1748
|
"member": "int64",
|
1734
1749
|
"name": "IsOverrideRoot",
|
1750
|
+
"output_required": true,
|
1735
1751
|
"required": false,
|
1736
1752
|
"type": "int",
|
1737
1753
|
"value_allowed_null": false
|
@@ -1739,9 +1755,10 @@
|
|
1739
1755
|
{
|
1740
1756
|
"disabled": false,
|
1741
1757
|
"document": "不同数据库用到的额外参数.以JSON格式描述. \nRedis可定义如下的参数: \n{ \n\t\"ClientOutputBufferHardLimit\":512, \t从机缓冲区的硬性容量限制(MB) \n\t\"ClientOutputBufferSoftLimit\":512, \t从机缓冲区的软性容量限制(MB) \n\t\"ClientOutputBufferPersistTime\":60, 从机缓冲区的软性限制持续时间(秒) \n\t\"ReplBacklogSize\":512, \t环形缓冲区容量限制(MB) \n\t\"ReplTimeout\":120,\t\t复制超时时间(秒) \n}\nMongoDB可定义如下的参数: \n{\n\t'SrcAuthDatabase':'admin', \n\t'SrcAuthFlag': \"1\", \n\t'SrcAuthMechanism':\"SCRAM-SHA-1\"\n}\nMySQL暂不支持额外参数设置。",
|
1742
|
-
"example": "",
|
1758
|
+
"example": "{\"ClientOutputBufferHardLimit\":512}",
|
1743
1759
|
"member": "string",
|
1744
1760
|
"name": "ExternParams",
|
1761
|
+
"output_required": true,
|
1745
1762
|
"required": false,
|
1746
1763
|
"type": "string",
|
1747
1764
|
"value_allowed_null": false
|
@@ -1749,9 +1766,10 @@
|
|
1749
1766
|
{
|
1750
1767
|
"disabled": false,
|
1751
1768
|
"document": "仅用于“抽样数据一致性检测”,ConsistencyType配置为抽样检测时,必选",
|
1752
|
-
"example": "",
|
1769
|
+
"example": "无",
|
1753
1770
|
"member": "ConsistencyParams",
|
1754
1771
|
"name": "ConsistencyParams",
|
1772
|
+
"output_required": true,
|
1755
1773
|
"required": false,
|
1756
1774
|
"type": "object",
|
1757
1775
|
"value_allowed_null": false
|
@@ -1765,50 +1783,50 @@
|
|
1765
1783
|
{
|
1766
1784
|
"disabled": false,
|
1767
1785
|
"document": "步骤序列",
|
1768
|
-
"example": "",
|
1786
|
+
"example": "1",
|
1769
1787
|
"member": "int64",
|
1770
1788
|
"name": "StepNo",
|
1771
|
-
"
|
1789
|
+
"output_required": true,
|
1772
1790
|
"type": "int",
|
1773
1791
|
"value_allowed_null": false
|
1774
1792
|
},
|
1775
1793
|
{
|
1776
1794
|
"disabled": false,
|
1777
1795
|
"document": "步骤展现名称",
|
1778
|
-
"example": "",
|
1796
|
+
"example": "全量导出",
|
1779
1797
|
"member": "string",
|
1780
1798
|
"name": "StepName",
|
1781
|
-
"
|
1799
|
+
"output_required": true,
|
1782
1800
|
"type": "string",
|
1783
1801
|
"value_allowed_null": false
|
1784
1802
|
},
|
1785
1803
|
{
|
1786
1804
|
"disabled": false,
|
1787
1805
|
"document": "步骤英文标识",
|
1788
|
-
"example": "",
|
1806
|
+
"example": "dumper",
|
1789
1807
|
"member": "string",
|
1790
1808
|
"name": "StepId",
|
1791
|
-
"
|
1809
|
+
"output_required": true,
|
1792
1810
|
"type": "string",
|
1793
1811
|
"value_allowed_null": false
|
1794
1812
|
},
|
1795
1813
|
{
|
1796
1814
|
"disabled": false,
|
1797
1815
|
"document": "步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行",
|
1798
|
-
"example": "",
|
1816
|
+
"example": "3",
|
1799
1817
|
"member": "int64",
|
1800
1818
|
"name": "Status",
|
1801
|
-
"
|
1819
|
+
"output_required": true,
|
1802
1820
|
"type": "int",
|
1803
1821
|
"value_allowed_null": false
|
1804
1822
|
},
|
1805
1823
|
{
|
1806
1824
|
"disabled": false,
|
1807
1825
|
"document": "当前步骤开始的时间,格式为\"yyyy-mm-dd hh:mm:ss\",该字段不存在或者为空是无意义\n注意:此字段可能返回 null,表示取不到有效值。",
|
1808
|
-
"example": "",
|
1826
|
+
"example": "2024-12-20 19:02:01",
|
1809
1827
|
"member": "string",
|
1810
1828
|
"name": "StartTime",
|
1811
|
-
"
|
1829
|
+
"output_required": true,
|
1812
1830
|
"type": "string",
|
1813
1831
|
"value_allowed_null": true
|
1814
1832
|
}
|
@@ -2200,9 +2218,10 @@
|
|
2200
2218
|
{
|
2201
2219
|
"disabled": false,
|
2202
2220
|
"document": "阿里云AccessKey。源库是阿里云RDS5.6适用",
|
2203
|
-
"example": "",
|
2221
|
+
"example": "aBcD******Z012345",
|
2204
2222
|
"member": "string",
|
2205
2223
|
"name": "AccessKey",
|
2224
|
+
"output_required": true,
|
2206
2225
|
"required": false,
|
2207
2226
|
"type": "string",
|
2208
2227
|
"value_allowed_null": false
|
@@ -2210,9 +2229,10 @@
|
|
2210
2229
|
{
|
2211
2230
|
"disabled": false,
|
2212
2231
|
"document": "实例的IP地址",
|
2213
|
-
"example": "",
|
2232
|
+
"example": "192.168.0.12",
|
2214
2233
|
"member": "string",
|
2215
2234
|
"name": "Ip",
|
2235
|
+
"output_required": true,
|
2216
2236
|
"required": false,
|
2217
2237
|
"type": "string",
|
2218
2238
|
"value_allowed_null": false
|
@@ -2220,9 +2240,10 @@
|
|
2220
2240
|
{
|
2221
2241
|
"disabled": false,
|
2222
2242
|
"document": "实例的端口",
|
2223
|
-
"example": "",
|
2243
|
+
"example": "3306",
|
2224
2244
|
"member": "int64",
|
2225
2245
|
"name": "Port",
|
2246
|
+
"output_required": true,
|
2226
2247
|
"required": false,
|
2227
2248
|
"type": "int",
|
2228
2249
|
"value_allowed_null": false
|
@@ -2230,9 +2251,10 @@
|
|
2230
2251
|
{
|
2231
2252
|
"disabled": false,
|
2232
2253
|
"document": "实例的用户名",
|
2233
|
-
"example": "",
|
2254
|
+
"example": "dts",
|
2234
2255
|
"member": "string",
|
2235
2256
|
"name": "User",
|
2257
|
+
"output_required": true,
|
2236
2258
|
"required": false,
|
2237
2259
|
"type": "string",
|
2238
2260
|
"value_allowed_null": false
|
@@ -2240,9 +2262,10 @@
|
|
2240
2262
|
{
|
2241
2263
|
"disabled": false,
|
2242
2264
|
"document": "实例的密码",
|
2243
|
-
"example": "",
|
2265
|
+
"example": "password123",
|
2244
2266
|
"member": "string",
|
2245
2267
|
"name": "Password",
|
2268
|
+
"output_required": true,
|
2246
2269
|
"required": false,
|
2247
2270
|
"type": "string",
|
2248
2271
|
"value_allowed_null": false
|
@@ -2250,9 +2273,10 @@
|
|
2250
2273
|
{
|
2251
2274
|
"disabled": false,
|
2252
2275
|
"document": "阿里云RDS实例ID。源库是阿里云RDS5.6/5.6适用",
|
2253
|
-
"example": "",
|
2276
|
+
"example": "rds-dgyfhvf",
|
2254
2277
|
"member": "string",
|
2255
2278
|
"name": "RdsInstanceId",
|
2279
|
+
"output_required": true,
|
2256
2280
|
"required": false,
|
2257
2281
|
"type": "string",
|
2258
2282
|
"value_allowed_null": false
|
@@ -2260,9 +2284,10 @@
|
|
2260
2284
|
{
|
2261
2285
|
"disabled": false,
|
2262
2286
|
"document": "CVM实例短ID,格式如:ins-olgl39y8,与云服务器控制台页面显示的实例ID相同。如果是CVM自建实例,需要传递此字段",
|
2263
|
-
"example": "",
|
2287
|
+
"example": "ins-olgl39y8",
|
2264
2288
|
"member": "string",
|
2265
2289
|
"name": "CvmInstanceId",
|
2290
|
+
"output_required": true,
|
2266
2291
|
"required": false,
|
2267
2292
|
"type": "string",
|
2268
2293
|
"value_allowed_null": false
|
@@ -2270,9 +2295,10 @@
|
|
2270
2295
|
{
|
2271
2296
|
"disabled": false,
|
2272
2297
|
"document": "专线网关ID,格式如:dcg-0rxtqqxb",
|
2273
|
-
"example": "",
|
2298
|
+
"example": "dcg-0rxtqqxb",
|
2274
2299
|
"member": "string",
|
2275
2300
|
"name": "UniqDcgId",
|
2301
|
+
"output_required": true,
|
2276
2302
|
"required": false,
|
2277
2303
|
"type": "string",
|
2278
2304
|
"value_allowed_null": false
|
@@ -2280,9 +2306,10 @@
|
|
2280
2306
|
{
|
2281
2307
|
"disabled": false,
|
2282
2308
|
"document": "私有网络ID,格式如:vpc-92jblxto",
|
2283
|
-
"example": "",
|
2309
|
+
"example": "vpc-92jblxto",
|
2284
2310
|
"member": "string",
|
2285
2311
|
"name": "VpcId",
|
2312
|
+
"output_required": true,
|
2286
2313
|
"required": false,
|
2287
2314
|
"type": "string",
|
2288
2315
|
"value_allowed_null": false
|
@@ -2290,9 +2317,10 @@
|
|
2290
2317
|
{
|
2291
2318
|
"disabled": false,
|
2292
2319
|
"document": "私有网络下的子网ID,格式如:subnet-3paxmkdz",
|
2293
|
-
"example": "",
|
2320
|
+
"example": "subnet-3paxmkdz",
|
2294
2321
|
"member": "string",
|
2295
2322
|
"name": "SubnetId",
|
2323
|
+
"output_required": true,
|
2296
2324
|
"required": false,
|
2297
2325
|
"type": "string",
|
2298
2326
|
"value_allowed_null": false
|
@@ -2300,9 +2328,10 @@
|
|
2300
2328
|
{
|
2301
2329
|
"disabled": false,
|
2302
2330
|
"document": "VPN网关ID,格式如:vpngw-9ghexg7q",
|
2303
|
-
"example": "",
|
2331
|
+
"example": "vpngw-9ghexg7q",
|
2304
2332
|
"member": "string",
|
2305
2333
|
"name": "UniqVpnGwId",
|
2334
|
+
"output_required": true,
|
2306
2335
|
"required": false,
|
2307
2336
|
"type": "string",
|
2308
2337
|
"value_allowed_null": false
|
@@ -2310,9 +2339,10 @@
|
|
2310
2339
|
{
|
2311
2340
|
"disabled": false,
|
2312
2341
|
"document": "数据库实例ID,格式如:cdb-powiqx8q",
|
2313
|
-
"example": "",
|
2342
|
+
"example": "cdb-powiqx8q",
|
2314
2343
|
"member": "string",
|
2315
2344
|
"name": "InstanceId",
|
2345
|
+
"output_required": true,
|
2316
2346
|
"required": false,
|
2317
2347
|
"type": "string",
|
2318
2348
|
"value_allowed_null": false
|
@@ -2320,9 +2350,10 @@
|
|
2320
2350
|
{
|
2321
2351
|
"disabled": false,
|
2322
2352
|
"document": "地域英文名,如:ap-guangzhou",
|
2323
|
-
"example": "",
|
2353
|
+
"example": "ap-guangzhou",
|
2324
2354
|
"member": "string",
|
2325
2355
|
"name": "Region",
|
2356
|
+
"output_required": true,
|
2326
2357
|
"required": false,
|
2327
2358
|
"type": "string",
|
2328
2359
|
"value_allowed_null": false
|
@@ -2330,9 +2361,10 @@
|
|
2330
2361
|
{
|
2331
2362
|
"disabled": false,
|
2332
2363
|
"document": "当实例为RDS实例时,填写为aliyun, 其他情况均填写others",
|
2333
|
-
"example": "",
|
2364
|
+
"example": "others",
|
2334
2365
|
"member": "string",
|
2335
2366
|
"name": "Supplier",
|
2367
|
+
"output_required": true,
|
2336
2368
|
"required": false,
|
2337
2369
|
"type": "string",
|
2338
2370
|
"value_allowed_null": false
|
@@ -2340,9 +2372,10 @@
|
|
2340
2372
|
{
|
2341
2373
|
"disabled": false,
|
2342
2374
|
"document": "云联网ID,如:ccn-afp6kltc\n注意:此字段可能返回 null,表示取不到有效值。",
|
2343
|
-
"example": "",
|
2375
|
+
"example": "ccn-afp6kltc",
|
2344
2376
|
"member": "string",
|
2345
2377
|
"name": "CcnId",
|
2378
|
+
"output_required": true,
|
2346
2379
|
"required": false,
|
2347
2380
|
"type": "string",
|
2348
2381
|
"value_allowed_null": true
|
@@ -2350,9 +2383,10 @@
|
|
2350
2383
|
{
|
2351
2384
|
"disabled": false,
|
2352
2385
|
"document": "数据库版本,当实例为RDS实例时才有效,格式如:5.6或者5.7,默认为5.6",
|
2353
|
-
"example": "",
|
2386
|
+
"example": "5.7",
|
2354
2387
|
"member": "string",
|
2355
2388
|
"name": "EngineVersion",
|
2389
|
+
"output_required": true,
|
2356
2390
|
"required": false,
|
2357
2391
|
"type": "string",
|
2358
2392
|
"value_allowed_null": false
|
@@ -2437,7 +2471,7 @@
|
|
2437
2471
|
{
|
2438
2472
|
"disabled": false,
|
2439
2473
|
"document": "数据订阅的实例ID",
|
2440
|
-
"example": "
|
2474
|
+
"example": "subs-9jyki7hniw",
|
2441
2475
|
"member": "string",
|
2442
2476
|
"name": "SubscribeId",
|
2443
2477
|
"output_required": true,
|
@@ -2448,7 +2482,7 @@
|
|
2448
2482
|
{
|
2449
2483
|
"disabled": false,
|
2450
2484
|
"document": "数据订阅实例的名称",
|
2451
|
-
"example": "
|
2485
|
+
"example": "binlog订阅",
|
2452
2486
|
"member": "string",
|
2453
2487
|
"name": "SubscribeName",
|
2454
2488
|
"output_required": true,
|
@@ -2458,8 +2492,8 @@
|
|
2458
2492
|
},
|
2459
2493
|
{
|
2460
2494
|
"disabled": false,
|
2461
|
-
"document": "数据订阅实例绑定的通道ID",
|
2462
|
-
"example": "
|
2495
|
+
"document": "数据订阅实例绑定的通道ID。kafka版订阅就是kafka topic",
|
2496
|
+
"example": "topic-subs-l4d3a7izai-cdb-24ifcx43",
|
2463
2497
|
"member": "string",
|
2464
2498
|
"name": "ChannelId",
|
2465
2499
|
"output_required": true,
|
@@ -2469,8 +2503,8 @@
|
|
2469
2503
|
},
|
2470
2504
|
{
|
2471
2505
|
"disabled": false,
|
2472
|
-
"document": "
|
2473
|
-
"example": "
|
2506
|
+
"document": "订阅实例的类型,目前支持 cynosdbmysql,mariadb,mongodb,mysql,percona,tdpg,tdsqlpercona(tdsqlmysql)",
|
2507
|
+
"example": "mysql",
|
2474
2508
|
"member": "string",
|
2475
2509
|
"name": "Product",
|
2476
2510
|
"output_required": true,
|
@@ -2481,7 +2515,7 @@
|
|
2481
2515
|
{
|
2482
2516
|
"disabled": false,
|
2483
2517
|
"document": "数据订阅实例绑定的数据库实例ID",
|
2484
|
-
"example": "
|
2518
|
+
"example": "cdb-24ifcx43",
|
2485
2519
|
"member": "string",
|
2486
2520
|
"name": "InstanceId",
|
2487
2521
|
"output_required": true,
|
@@ -2491,8 +2525,8 @@
|
|
2491
2525
|
},
|
2492
2526
|
{
|
2493
2527
|
"disabled": false,
|
2494
|
-
"document": "
|
2495
|
-
"example": "
|
2528
|
+
"document": "云数据库状态:running 运行中,isolated 已隔离,offline 已下线。如果不是云上,此值为空",
|
2529
|
+
"example": "running",
|
2496
2530
|
"member": "string",
|
2497
2531
|
"name": "InstanceStatus",
|
2498
2532
|
"output_required": true,
|
@@ -2502,8 +2536,8 @@
|
|
2502
2536
|
},
|
2503
2537
|
{
|
2504
2538
|
"disabled": false,
|
2505
|
-
"document": "
|
2506
|
-
"example": "
|
2539
|
+
"document": "数据订阅状态,可能的值为:未启动 notStarted, 校验中 checking, 校验不通过 checkNotPass, 校验通过 checkPass, 启动中 starting, 运行中 running, 异常出错 error",
|
2540
|
+
"example": "running",
|
2507
2541
|
"member": "string",
|
2508
2542
|
"name": "SubsStatus",
|
2509
2543
|
"output_required": true,
|
@@ -2513,8 +2547,8 @@
|
|
2513
2547
|
},
|
2514
2548
|
{
|
2515
2549
|
"disabled": false,
|
2516
|
-
"document": "
|
2517
|
-
"example": "
|
2550
|
+
"document": "上次修改时间,时间格式如:Y-m-d h:m:s",
|
2551
|
+
"example": "2023-05-15 21:29:05",
|
2518
2552
|
"member": "string",
|
2519
2553
|
"name": "ModifyTime",
|
2520
2554
|
"output_required": true,
|
@@ -2525,7 +2559,7 @@
|
|
2525
2559
|
{
|
2526
2560
|
"disabled": false,
|
2527
2561
|
"document": "创建时间",
|
2528
|
-
"example": "
|
2562
|
+
"example": "2023-05-15 21:29:05",
|
2529
2563
|
"member": "string",
|
2530
2564
|
"name": "CreateTime",
|
2531
2565
|
"output_required": true,
|
@@ -2535,8 +2569,8 @@
|
|
2535
2569
|
},
|
2536
2570
|
{
|
2537
2571
|
"disabled": false,
|
2538
|
-
"document": "
|
2539
|
-
"example": "
|
2572
|
+
"document": "隔离时间,时间格式如:Y-m-d h:m:s",
|
2573
|
+
"example": "2023-05-15 21:29:05",
|
2540
2574
|
"member": "string",
|
2541
2575
|
"name": "IsolateTime",
|
2542
2576
|
"output_required": true,
|
@@ -2546,8 +2580,8 @@
|
|
2546
2580
|
},
|
2547
2581
|
{
|
2548
2582
|
"disabled": false,
|
2549
|
-
"document": "
|
2550
|
-
"example": "
|
2583
|
+
"document": "包年包月任务的到期时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00",
|
2584
|
+
"example": "2023-05-15 21:29:05",
|
2551
2585
|
"member": "string",
|
2552
2586
|
"name": "ExpireTime",
|
2553
2587
|
"output_required": true,
|
@@ -2558,7 +2592,7 @@
|
|
2558
2592
|
{
|
2559
2593
|
"disabled": false,
|
2560
2594
|
"document": "下线时间",
|
2561
|
-
"example": "
|
2595
|
+
"example": "2023-05-15 21:29:05",
|
2562
2596
|
"member": "string",
|
2563
2597
|
"name": "OfflineTime",
|
2564
2598
|
"output_required": true,
|
@@ -2569,7 +2603,7 @@
|
|
2569
2603
|
{
|
2570
2604
|
"disabled": false,
|
2571
2605
|
"document": "最近一次修改的消费时间起点,如果从未修改则为零值",
|
2572
|
-
"example": "
|
2606
|
+
"example": "2023-05-15 21:29:05",
|
2573
2607
|
"member": "string",
|
2574
2608
|
"name": "ConsumeStartTime",
|
2575
2609
|
"output_required": true,
|
@@ -2579,8 +2613,8 @@
|
|
2579
2613
|
},
|
2580
2614
|
{
|
2581
2615
|
"disabled": false,
|
2582
|
-
"document": "
|
2583
|
-
"example": "
|
2616
|
+
"document": "自动续费标识。只有当 PayType=0,该值才有意义。枚举值:0-不自动续费,1-自动续费\n注意:此字段可能返回 null,表示取不到有效值。",
|
2617
|
+
"example": "0",
|
2584
2618
|
"member": "int64",
|
2585
2619
|
"name": "AutoRenewFlag",
|
2586
2620
|
"output_required": true,
|
@@ -2591,7 +2625,7 @@
|
|
2591
2625
|
{
|
2592
2626
|
"disabled": false,
|
2593
2627
|
"document": "数据订阅实例所属地域",
|
2594
|
-
"example": "
|
2628
|
+
"example": "ap-guangzhou",
|
2595
2629
|
"member": "string",
|
2596
2630
|
"name": "Region",
|
2597
2631
|
"output_required": true,
|
@@ -2602,7 +2636,7 @@
|
|
2602
2636
|
{
|
2603
2637
|
"disabled": false,
|
2604
2638
|
"document": "计费方式,0 - 包年包月,1 - 按量计费",
|
2605
|
-
"example": "
|
2639
|
+
"example": "0",
|
2606
2640
|
"member": "int64",
|
2607
2641
|
"name": "PayType",
|
2608
2642
|
"output_required": true,
|
@@ -2612,8 +2646,8 @@
|
|
2612
2646
|
},
|
2613
2647
|
{
|
2614
2648
|
"disabled": false,
|
2615
|
-
"document": "
|
2616
|
-
"example": "
|
2649
|
+
"document": "旧版订阅通道的vip",
|
2650
|
+
"example": "10.0.0.37",
|
2617
2651
|
"member": "string",
|
2618
2652
|
"name": "Vip",
|
2619
2653
|
"output_required": true,
|
@@ -2624,7 +2658,7 @@
|
|
2624
2658
|
{
|
2625
2659
|
"disabled": false,
|
2626
2660
|
"document": "数据订阅实例的Vport",
|
2627
|
-
"example": "
|
2661
|
+
"example": "10086",
|
2628
2662
|
"member": "int64",
|
2629
2663
|
"name": "Vport",
|
2630
2664
|
"output_required": true,
|
@@ -2635,7 +2669,7 @@
|
|
2635
2669
|
{
|
2636
2670
|
"disabled": false,
|
2637
2671
|
"document": "数据订阅实例Vip所在VPC的唯一ID",
|
2638
|
-
"example": "
|
2672
|
+
"example": "vpc-3l4t891i",
|
2639
2673
|
"member": "string",
|
2640
2674
|
"name": "UniqVpcId",
|
2641
2675
|
"output_required": true,
|
@@ -2646,7 +2680,7 @@
|
|
2646
2680
|
{
|
2647
2681
|
"disabled": false,
|
2648
2682
|
"document": "数据订阅实例Vip所在子网的唯一ID",
|
2649
|
-
"example": "
|
2683
|
+
"example": "subnet-njj6i45t",
|
2650
2684
|
"member": "string",
|
2651
2685
|
"name": "UniqSubnetId",
|
2652
2686
|
"output_required": true,
|
@@ -2656,8 +2690,8 @@
|
|
2656
2690
|
},
|
2657
2691
|
{
|
2658
2692
|
"disabled": false,
|
2659
|
-
"document": "
|
2660
|
-
"example": "
|
2693
|
+
"document": "数据订阅生命周期状态,可能的值为:正常 normal, 隔离中 isolating, 已隔离 isolated, 下线中 offlining, 按量转包年包月中 post2PrePayIng",
|
2694
|
+
"example": "normal",
|
2661
2695
|
"member": "string",
|
2662
2696
|
"name": "Status",
|
2663
2697
|
"output_required": true,
|
@@ -2668,7 +2702,7 @@
|
|
2668
2702
|
{
|
2669
2703
|
"disabled": false,
|
2670
2704
|
"document": "SDK最后一条确认消息的时间戳,如果SDK一直消费,也可以作为SDK当前消费时间点",
|
2671
|
-
"example": "
|
2705
|
+
"example": "2023-05-15 21:29:05",
|
2672
2706
|
"member": "string",
|
2673
2707
|
"name": "SdkConsumedTime",
|
2674
2708
|
"output_required": true,
|
@@ -2690,7 +2724,7 @@
|
|
2690
2724
|
{
|
2691
2725
|
"disabled": false,
|
2692
2726
|
"document": "订阅实例版本;txdts-旧版数据订阅,kafka-kafka版本数据订阅\n注意:此字段可能返回 null,表示取不到有效值。",
|
2693
|
-
"example": "
|
2727
|
+
"example": "kafka",
|
2694
2728
|
"member": "string",
|
2695
2729
|
"name": "SubscribeVersion",
|
2696
2730
|
"output_required": true,
|
@@ -2707,9 +2741,10 @@
|
|
2707
2741
|
{
|
2708
2742
|
"disabled": false,
|
2709
2743
|
"document": "数据订阅对象的类型,0-数据库,1-数据库内的表\n注意:此字段可能返回 null,表示取不到有效值。",
|
2710
|
-
"example": "
|
2744
|
+
"example": "1",
|
2711
2745
|
"member": "int64",
|
2712
2746
|
"name": "ObjectsType",
|
2747
|
+
"output_required": true,
|
2713
2748
|
"required": true,
|
2714
2749
|
"type": "int",
|
2715
2750
|
"value_allowed_null": true
|
@@ -2717,9 +2752,10 @@
|
|
2717
2752
|
{
|
2718
2753
|
"disabled": false,
|
2719
2754
|
"document": "订阅数据库的名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2720
|
-
"example": "
|
2755
|
+
"example": "db_1",
|
2721
2756
|
"member": "string",
|
2722
2757
|
"name": "DatabaseName",
|
2758
|
+
"output_required": true,
|
2723
2759
|
"required": true,
|
2724
2760
|
"type": "string",
|
2725
2761
|
"value_allowed_null": true
|
@@ -2727,9 +2763,10 @@
|
|
2727
2763
|
{
|
2728
2764
|
"disabled": false,
|
2729
2765
|
"document": "订阅数据库中表名称数组\n注意:此字段可能返回 null,表示取不到有效值。",
|
2730
|
-
"example": "
|
2766
|
+
"example": "[\"tab_1\"]",
|
2731
2767
|
"member": "string",
|
2732
2768
|
"name": "TableNames",
|
2769
|
+
"output_required": true,
|
2733
2770
|
"required": false,
|
2734
2771
|
"type": "list",
|
2735
2772
|
"value_allowed_null": true
|
@@ -2743,22 +2780,20 @@
|
|
2743
2780
|
{
|
2744
2781
|
"disabled": false,
|
2745
2782
|
"document": "标签键值",
|
2746
|
-
"example": "",
|
2783
|
+
"example": "key",
|
2747
2784
|
"member": "string",
|
2748
2785
|
"name": "TagKey",
|
2749
2786
|
"required": true,
|
2750
|
-
"type": "string"
|
2751
|
-
"value_allowed_null": false
|
2787
|
+
"type": "string"
|
2752
2788
|
},
|
2753
2789
|
{
|
2754
2790
|
"disabled": false,
|
2755
2791
|
"document": "标签值",
|
2756
|
-
"example": "",
|
2792
|
+
"example": "[value1, value2]",
|
2757
2793
|
"member": "string",
|
2758
2794
|
"name": "TagValue",
|
2759
2795
|
"required": false,
|
2760
|
-
"type": "list"
|
2761
|
-
"value_allowed_null": false
|
2796
|
+
"type": "list"
|
2762
2797
|
}
|
2763
2798
|
],
|
2764
2799
|
"usage": "in"
|
@@ -2769,9 +2804,10 @@
|
|
2769
2804
|
{
|
2770
2805
|
"disabled": false,
|
2771
2806
|
"document": "标签键值",
|
2772
|
-
"example": "",
|
2807
|
+
"example": "key",
|
2773
2808
|
"member": "string",
|
2774
2809
|
"name": "TagKey",
|
2810
|
+
"output_required": true,
|
2775
2811
|
"required": true,
|
2776
2812
|
"type": "string",
|
2777
2813
|
"value_allowed_null": false
|
@@ -2779,9 +2815,10 @@
|
|
2779
2815
|
{
|
2780
2816
|
"disabled": false,
|
2781
2817
|
"document": "标签值\n注意:此字段可能返回 null,表示取不到有效值。",
|
2782
|
-
"example": "",
|
2818
|
+
"example": "value",
|
2783
2819
|
"member": "string",
|
2784
2820
|
"name": "TagValue",
|
2821
|
+
"output_required": true,
|
2785
2822
|
"required": false,
|
2786
2823
|
"type": "string",
|
2787
2824
|
"value_allowed_null": true
|