tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"status": "online"
|
|
23
23
|
},
|
|
24
24
|
"CreateDomain": {
|
|
25
|
-
"document": "
|
|
25
|
+
"document": "添加域名",
|
|
26
26
|
"input": "CreateDomainRequest",
|
|
27
27
|
"name": "添加域名",
|
|
28
28
|
"output": "CreateDomainResponse",
|
|
@@ -469,6 +469,13 @@
|
|
|
469
469
|
"output": "DownloadSnapshotResponse",
|
|
470
470
|
"status": "online"
|
|
471
471
|
},
|
|
472
|
+
"ModifyDomainCNAMESpeedupStatusBatch": {
|
|
473
|
+
"document": "批量修改域名CNAME加速状态",
|
|
474
|
+
"input": "ModifyDomainCNAMESpeedupStatusBatchRequest",
|
|
475
|
+
"name": "批量修改域名CNAME加速状态",
|
|
476
|
+
"output": "ModifyDomainCNAMESpeedupStatusBatchResponse",
|
|
477
|
+
"status": "online"
|
|
478
|
+
},
|
|
472
479
|
"ModifyDomainCustomLine": {
|
|
473
480
|
"document": "修改域名的自定义线路",
|
|
474
481
|
"input": "ModifyDomainCustomLineRequest",
|
|
@@ -490,6 +497,13 @@
|
|
|
490
497
|
"output": "ModifyDomainOwnerResponse",
|
|
491
498
|
"status": "online"
|
|
492
499
|
},
|
|
500
|
+
"ModifyDomainRecursiveStatusBatch": {
|
|
501
|
+
"document": "批量修改域名递归解析加速状态",
|
|
502
|
+
"input": "ModifyDomainRecursiveStatusBatchRequest",
|
|
503
|
+
"name": "批量修改域名递归解析加速状态",
|
|
504
|
+
"output": "ModifyDomainRecursiveStatusBatchResponse",
|
|
505
|
+
"status": "online"
|
|
506
|
+
},
|
|
493
507
|
"ModifyDomainRemark": {
|
|
494
508
|
"document": "设置域名备注",
|
|
495
509
|
"input": "ModifyDomainRemarkRequest",
|
|
@@ -1708,7 +1722,7 @@
|
|
|
1708
1722
|
},
|
|
1709
1723
|
{
|
|
1710
1724
|
"disabled": false,
|
|
1711
|
-
"document": "
|
|
1725
|
+
"document": "是否星标域名,\"yes\"、\"no\" 分别代表是和否。",
|
|
1712
1726
|
"example": "no",
|
|
1713
1727
|
"member": "string",
|
|
1714
1728
|
"name": "IsMark",
|
|
@@ -6659,7 +6673,7 @@
|
|
|
6659
6673
|
},
|
|
6660
6674
|
{
|
|
6661
6675
|
"disabled": false,
|
|
6662
|
-
"document": "
|
|
6676
|
+
"document": "域名状态,正常:ENABLE,暂停:PAUSE,封禁:SPAM",
|
|
6663
6677
|
"example": "enable",
|
|
6664
6678
|
"member": "string",
|
|
6665
6679
|
"name": "Status",
|
|
@@ -6699,7 +6713,7 @@
|
|
|
6699
6713
|
},
|
|
6700
6714
|
{
|
|
6701
6715
|
"disabled": false,
|
|
6702
|
-
"document": "TTL(DNS记录缓存时间)",
|
|
6716
|
+
"document": "TTL(DNS记录缓存时间),单位:秒",
|
|
6703
6717
|
"example": "600",
|
|
6704
6718
|
"member": "uint64",
|
|
6705
6719
|
"name": "TTL",
|
|
@@ -6739,7 +6753,7 @@
|
|
|
6739
6753
|
},
|
|
6740
6754
|
{
|
|
6741
6755
|
"disabled": false,
|
|
6742
|
-
"document": "域名DNS
|
|
6756
|
+
"document": "域名DNS状态,错误:dnserror,正常:空字符串",
|
|
6743
6757
|
"example": "dnserror",
|
|
6744
6758
|
"member": "string",
|
|
6745
6759
|
"name": "DnsStatus",
|
|
@@ -6750,7 +6764,7 @@
|
|
|
6750
6764
|
{
|
|
6751
6765
|
"disabled": false,
|
|
6752
6766
|
"document": "域名的NS列表",
|
|
6753
|
-
"example": "[ns3.dnsv3.com]",
|
|
6767
|
+
"example": "[\"ns3.dnsv3.com\"]",
|
|
6754
6768
|
"member": "string",
|
|
6755
6769
|
"name": "DnspodNsList",
|
|
6756
6770
|
"output_required": true,
|
|
@@ -6850,7 +6864,7 @@
|
|
|
6850
6864
|
{
|
|
6851
6865
|
"disabled": false,
|
|
6852
6866
|
"document": "域名实际使用的NS列表",
|
|
6853
|
-
"example": "[ns3.dnsv3.com]",
|
|
6867
|
+
"example": "[\"ns3.dnsv3.com\"]",
|
|
6854
6868
|
"member": "string",
|
|
6855
6869
|
"name": "ActualNsList",
|
|
6856
6870
|
"output_required": true,
|
|
@@ -7911,6 +7925,52 @@
|
|
|
7911
7925
|
],
|
|
7912
7926
|
"usage": "out"
|
|
7913
7927
|
},
|
|
7928
|
+
"ModifyDomainCNAMESpeedupStatusBatchRequest": {
|
|
7929
|
+
"document": "ModifyDomainCNAMESpeedupStatusBatch请求参数结构体",
|
|
7930
|
+
"members": [
|
|
7931
|
+
{
|
|
7932
|
+
"disabled": false,
|
|
7933
|
+
"document": "域名列表",
|
|
7934
|
+
"example": "[\"dnspod.com\", \"dnspod.cn\"]",
|
|
7935
|
+
"member": "string",
|
|
7936
|
+
"name": "DomainList",
|
|
7937
|
+
"required": true,
|
|
7938
|
+
"type": "list"
|
|
7939
|
+
},
|
|
7940
|
+
{
|
|
7941
|
+
"disabled": false,
|
|
7942
|
+
"document": "状态。ENABLE-开启;DISABLE-关闭。",
|
|
7943
|
+
"example": "ENABLE",
|
|
7944
|
+
"member": "string",
|
|
7945
|
+
"name": "Status",
|
|
7946
|
+
"required": true,
|
|
7947
|
+
"type": "string"
|
|
7948
|
+
}
|
|
7949
|
+
],
|
|
7950
|
+
"type": "object"
|
|
7951
|
+
},
|
|
7952
|
+
"ModifyDomainCNAMESpeedupStatusBatchResponse": {
|
|
7953
|
+
"document": "ModifyDomainCNAMESpeedupStatusBatch返回参数结构体",
|
|
7954
|
+
"members": [
|
|
7955
|
+
{
|
|
7956
|
+
"disabled": false,
|
|
7957
|
+
"document": "任务 ID",
|
|
7958
|
+
"example": "1817413",
|
|
7959
|
+
"member": "uint64",
|
|
7960
|
+
"name": "JobId",
|
|
7961
|
+
"output_required": true,
|
|
7962
|
+
"type": "int",
|
|
7963
|
+
"value_allowed_null": false
|
|
7964
|
+
},
|
|
7965
|
+
{
|
|
7966
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
7967
|
+
"member": "string",
|
|
7968
|
+
"name": "RequestId",
|
|
7969
|
+
"type": "string"
|
|
7970
|
+
}
|
|
7971
|
+
],
|
|
7972
|
+
"type": "object"
|
|
7973
|
+
},
|
|
7914
7974
|
"ModifyDomainCustomLineRequest": {
|
|
7915
7975
|
"document": "ModifyDomainCustomLine请求参数结构体",
|
|
7916
7976
|
"members": [
|
|
@@ -8074,6 +8134,52 @@
|
|
|
8074
8134
|
],
|
|
8075
8135
|
"type": "object"
|
|
8076
8136
|
},
|
|
8137
|
+
"ModifyDomainRecursiveStatusBatchRequest": {
|
|
8138
|
+
"document": "ModifyDomainRecursiveStatusBatch请求参数结构体",
|
|
8139
|
+
"members": [
|
|
8140
|
+
{
|
|
8141
|
+
"disabled": false,
|
|
8142
|
+
"document": "域名列表",
|
|
8143
|
+
"example": "[\"dnspod.com\", \"dnspod.cn\"]",
|
|
8144
|
+
"member": "string",
|
|
8145
|
+
"name": "DomainList",
|
|
8146
|
+
"required": true,
|
|
8147
|
+
"type": "list"
|
|
8148
|
+
},
|
|
8149
|
+
{
|
|
8150
|
+
"disabled": false,
|
|
8151
|
+
"document": "ENABLE-开启;DISABLE-关闭。",
|
|
8152
|
+
"example": "ENABLE",
|
|
8153
|
+
"member": "string",
|
|
8154
|
+
"name": "Status",
|
|
8155
|
+
"required": true,
|
|
8156
|
+
"type": "string"
|
|
8157
|
+
}
|
|
8158
|
+
],
|
|
8159
|
+
"type": "object"
|
|
8160
|
+
},
|
|
8161
|
+
"ModifyDomainRecursiveStatusBatchResponse": {
|
|
8162
|
+
"document": "ModifyDomainRecursiveStatusBatch返回参数结构体",
|
|
8163
|
+
"members": [
|
|
8164
|
+
{
|
|
8165
|
+
"disabled": false,
|
|
8166
|
+
"document": "任务 ID",
|
|
8167
|
+
"example": "1817425",
|
|
8168
|
+
"member": "uint64",
|
|
8169
|
+
"name": "JobId",
|
|
8170
|
+
"output_required": true,
|
|
8171
|
+
"type": "int",
|
|
8172
|
+
"value_allowed_null": false
|
|
8173
|
+
},
|
|
8174
|
+
{
|
|
8175
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
8176
|
+
"member": "string",
|
|
8177
|
+
"name": "RequestId",
|
|
8178
|
+
"type": "string"
|
|
8179
|
+
}
|
|
8180
|
+
],
|
|
8181
|
+
"type": "object"
|
|
8182
|
+
},
|
|
8077
8183
|
"ModifyDomainRemarkRequest": {
|
|
8078
8184
|
"document": "ModifyDomainRemark请求参数结构体",
|
|
8079
8185
|
"members": [
|
|
@@ -9235,7 +9341,7 @@
|
|
|
9235
9341
|
{
|
|
9236
9342
|
"disabled": false,
|
|
9237
9343
|
"document": "主机记录,如 www,如果不传,默认为 @。",
|
|
9238
|
-
"example": "
|
|
9344
|
+
"example": "m",
|
|
9239
9345
|
"member": "string",
|
|
9240
9346
|
"name": "SubDomain",
|
|
9241
9347
|
"required": false,
|
|
@@ -9243,7 +9349,7 @@
|
|
|
9243
9349
|
},
|
|
9244
9350
|
{
|
|
9245
9351
|
"disabled": false,
|
|
9246
|
-
"document": "线路的 ID,通过 API
|
|
9352
|
+
"document": "线路的 ID,通过 API 记录线路获得,字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。",
|
|
9247
9353
|
"example": "10=1",
|
|
9248
9354
|
"member": "string",
|
|
9249
9355
|
"name": "RecordLineId",
|
|
@@ -9252,7 +9358,7 @@
|
|
|
9252
9358
|
},
|
|
9253
9359
|
{
|
|
9254
9360
|
"disabled": false,
|
|
9255
|
-
"document": "TTL,范围1-604800
|
|
9361
|
+
"document": "TTL,范围1-604800,不同等级域名最小值不同。单位:秒",
|
|
9256
9362
|
"example": "600",
|
|
9257
9363
|
"member": "uint64",
|
|
9258
9364
|
"name": "TTL",
|
|
@@ -10082,7 +10188,7 @@
|
|
|
10082
10188
|
{
|
|
10083
10189
|
"disabled": false,
|
|
10084
10190
|
"document": "主机名",
|
|
10085
|
-
"example": "
|
|
10191
|
+
"example": "m",
|
|
10086
10192
|
"member": "string",
|
|
10087
10193
|
"name": "Name",
|
|
10088
10194
|
"output_required": true,
|
|
@@ -10161,7 +10267,7 @@
|
|
|
10161
10267
|
},
|
|
10162
10268
|
{
|
|
10163
10269
|
"disabled": false,
|
|
10164
|
-
"document": "MX
|
|
10270
|
+
"document": "MX值",
|
|
10165
10271
|
"example": "10",
|
|
10166
10272
|
"member": "uint64",
|
|
10167
10273
|
"name": "MX",
|
|
@@ -10942,7 +11048,7 @@
|
|
|
10942
11048
|
{
|
|
10943
11049
|
"disabled": false,
|
|
10944
11050
|
"document": "用户ID",
|
|
10945
|
-
"example": "
|
|
11051
|
+
"example": "1000",
|
|
10946
11052
|
"member": "int64",
|
|
10947
11053
|
"name": "Id",
|
|
10948
11054
|
"output_required": true,
|
|
@@ -10952,7 +11058,7 @@
|
|
|
10952
11058
|
{
|
|
10953
11059
|
"disabled": false,
|
|
10954
11060
|
"document": "用户账号, 邮箱格式",
|
|
10955
|
-
"example": "
|
|
11061
|
+
"example": "qcloud_uin_1000@qcloud.com",
|
|
10956
11062
|
"member": "string",
|
|
10957
11063
|
"name": "Email",
|
|
10958
11064
|
"output_required": true,
|
|
@@ -10961,7 +11067,7 @@
|
|
|
10961
11067
|
},
|
|
10962
11068
|
{
|
|
10963
11069
|
"disabled": false,
|
|
10964
|
-
"document": "
|
|
11070
|
+
"document": "账号状态: \"enabled\": 正常; \"disabled\": 被封禁",
|
|
10965
11071
|
"example": "enabled",
|
|
10966
11072
|
"member": "string",
|
|
10967
11073
|
"name": "Status",
|
|
@@ -10972,7 +11078,7 @@
|
|
|
10972
11078
|
{
|
|
10973
11079
|
"disabled": false,
|
|
10974
11080
|
"document": "电话号码",
|
|
10975
|
-
"example": "
|
|
11081
|
+
"example": "188****8888",
|
|
10976
11082
|
"member": "string",
|
|
10977
11083
|
"name": "Telephone",
|
|
10978
11084
|
"output_required": true,
|
|
@@ -10981,7 +11087,7 @@
|
|
|
10981
11087
|
},
|
|
10982
11088
|
{
|
|
10983
11089
|
"disabled": false,
|
|
10984
|
-
"document": "
|
|
11090
|
+
"document": "邮箱是否通过验证:\"yes\": 通过; \"no\": 未通过",
|
|
10985
11091
|
"example": "yes",
|
|
10986
11092
|
"member": "string",
|
|
10987
11093
|
"name": "EmailVerified",
|
|
@@ -10991,7 +11097,7 @@
|
|
|
10991
11097
|
},
|
|
10992
11098
|
{
|
|
10993
11099
|
"disabled": false,
|
|
10994
|
-
"document": "
|
|
11100
|
+
"document": "手机是否通过验证:\"yes\": 通过; \"no\": 未通过",
|
|
10995
11101
|
"example": "yes",
|
|
10996
11102
|
"member": "string",
|
|
10997
11103
|
"name": "TelephoneVerified",
|
|
@@ -11021,7 +11127,7 @@
|
|
|
11021
11127
|
},
|
|
11022
11128
|
{
|
|
11023
11129
|
"disabled": false,
|
|
11024
|
-
"document": "
|
|
11130
|
+
"document": "是否绑定微信: \"yes\": 通过; \"no\": 未通过",
|
|
11025
11131
|
"example": "yes",
|
|
11026
11132
|
"member": "string",
|
|
11027
11133
|
"name": "WechatBinded",
|
|
@@ -11032,7 +11138,7 @@
|
|
|
11032
11138
|
{
|
|
11033
11139
|
"disabled": false,
|
|
11034
11140
|
"document": "用户UIN",
|
|
11035
|
-
"example": "
|
|
11141
|
+
"example": "1000",
|
|
11036
11142
|
"member": "int64",
|
|
11037
11143
|
"name": "Uin",
|
|
11038
11144
|
"output_required": true,
|
|
@@ -30,12 +30,6 @@
|
|
|
30
30
|
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDomain\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.com\",\n \"IsMark\": \"no\",\n \"GroupId\": 2\n}",
|
|
31
31
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"DomainInfo\": {\n \"Id\": 62,\n \"Punycode\": \"dnspod.com\",\n \"Domain\": \"dnspod.com\",\n \"GradeNsList\": [\n \"source.dnspod.net\",\n \"low.dnspod.net\"\n ]\n }\n }\n}",
|
|
32
32
|
"title": "添加域名"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"document": " ",
|
|
36
|
-
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDomain\n<公共请求参数>\n\n{\n \"Domain\": \"iceice.club\"\n}",
|
|
37
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"674a208e-4829-4c2d-a519-a85f2f9bb223\",\n \"DomainInfo\": {\n \"GradeNsList\": [\n \"eunice.dnspod.net\",\n \"country.dnspod.net\"\n ],\n \"Id\": 15,\n \"Punycode\": \"iceice.club\",\n \"Domain\": \"iceice.club\"\n }\n }\n}",
|
|
38
|
-
"title": "CreateDomain_success"
|
|
39
33
|
}
|
|
40
34
|
],
|
|
41
35
|
"CreateDomainAlias": [
|
|
@@ -544,7 +538,7 @@
|
|
|
544
538
|
{
|
|
545
539
|
"document": "获取账户信息",
|
|
546
540
|
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserDetail\n<公共请求参数>\n\n{}",
|
|
547
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
541
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8b7a2ed1-0f04-4cf6-b5b1-b77f91572f34\",\n \"UserInfo\": {\n \"AllowTransferIn\": false,\n \"Email\": \"qcloud_uin_123456@qcloud.com\",\n \"EmailVerified\": \"yes\",\n \"FreeNs\": [\n \"v4u4f.dnspod.net\",\n \"c6b8q.dnspod.net\"\n ],\n \"Id\": 123456,\n \"Nick\": \"\",\n \"RealName\": \"\",\n \"Status\": \"enabled\",\n \"Telephone\": \"\",\n \"TelephoneVerified\": \"yes\",\n \"Uin\": 123456,\n \"UserGrade\": \"DP_Free\",\n \"WechatBinded\": \"no\"\n }\n }\n}",
|
|
548
542
|
"title": "获取账户信息"
|
|
549
543
|
}
|
|
550
544
|
],
|
|
@@ -572,6 +566,14 @@
|
|
|
572
566
|
"title": "下载快照"
|
|
573
567
|
}
|
|
574
568
|
],
|
|
569
|
+
"ModifyDomainCNAMESpeedupStatusBatch": [
|
|
570
|
+
{
|
|
571
|
+
"document": "",
|
|
572
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDomainCNAMESpeedupStatusBatch\n<公共请求参数>\n\n{\n \"DomainList\": [\n \"dnspod.com\",\n \"dnspod.cn\"\n ],\n \"Status\": \"enable\"\n}",
|
|
573
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b73e095d-87d8-4a4f-b78b-f1aec07202ff\",\n \"JobId\": 1817401\n }\n}",
|
|
574
|
+
"title": "批量修改域名CNAME加速状态"
|
|
575
|
+
}
|
|
576
|
+
],
|
|
575
577
|
"ModifyDomainCustomLine": [
|
|
576
578
|
{
|
|
577
579
|
"document": "修改域名的自定义线路",
|
|
@@ -596,6 +598,14 @@
|
|
|
596
598
|
"title": "域名过户"
|
|
597
599
|
}
|
|
598
600
|
],
|
|
601
|
+
"ModifyDomainRecursiveStatusBatch": [
|
|
602
|
+
{
|
|
603
|
+
"document": "",
|
|
604
|
+
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDomainRecursiveStatusBatch\n<公共请求参数>\n\n{\n \"DomainList\": [\n \"dnspod.com\",\n \"dnspod.cn\"\n ],\n \"Status\": \"enable\"\n}",
|
|
605
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ff6e1e46-2a6e-4290-bb45-f71379938209\",\n \"JobId\": 1817425\n }\n}",
|
|
606
|
+
"title": "批量修改域名递归解析加速状态"
|
|
607
|
+
}
|
|
608
|
+
],
|
|
599
609
|
"ModifyDomainRemark": [
|
|
600
610
|
{
|
|
601
611
|
"document": " ",
|
|
@@ -5642,7 +5642,7 @@
|
|
|
5642
5642
|
{
|
|
5643
5643
|
"disabled": false,
|
|
5644
5644
|
"document": "绑定的DB列表(已废弃)",
|
|
5645
|
-
"example": "[db1
|
|
5645
|
+
"example": "[\"db1\",\"db2\"]",
|
|
5646
5646
|
"member": "string",
|
|
5647
5647
|
"name": "BindDBList",
|
|
5648
5648
|
"output_required": false,
|
|
@@ -5652,7 +5652,7 @@
|
|
|
5652
5652
|
{
|
|
5653
5653
|
"disabled": false,
|
|
5654
5654
|
"document": "绑定信息",
|
|
5655
|
-
"example": "
|
|
5655
|
+
"example": "无",
|
|
5656
5656
|
"member": "DBInstanceInfo",
|
|
5657
5657
|
"name": "BindList",
|
|
5658
5658
|
"output_required": false,
|
|
@@ -6463,7 +6463,7 @@
|
|
|
6463
6463
|
{
|
|
6464
6464
|
"disabled": false,
|
|
6465
6465
|
"document": "风险值",
|
|
6466
|
-
"example": "
|
|
6466
|
+
"example": "无",
|
|
6467
6467
|
"member": "RiskItem",
|
|
6468
6468
|
"name": "Items",
|
|
6469
6469
|
"output_required": true,
|
|
@@ -10214,7 +10214,7 @@
|
|
|
10214
10214
|
{
|
|
10215
10215
|
"disabled": false,
|
|
10216
10216
|
"document": "数据样本列表,最多10条数据",
|
|
10217
|
-
"example": "
|
|
10217
|
+
"example": "无",
|
|
10218
10218
|
"member": "DspaFieldResultDataSample",
|
|
10219
10219
|
"name": "Items",
|
|
10220
10220
|
"output_required": true,
|
|
@@ -10655,7 +10655,7 @@
|
|
|
10655
10655
|
{
|
|
10656
10656
|
"disabled": false,
|
|
10657
10657
|
"document": "2331",
|
|
10658
|
-
"example": "
|
|
10658
|
+
"example": "1",
|
|
10659
10659
|
"member": "int64",
|
|
10660
10660
|
"name": "ComplianceId",
|
|
10661
10661
|
"required": true,
|
|
@@ -10664,7 +10664,7 @@
|
|
|
10664
10664
|
{
|
|
10665
10665
|
"disabled": false,
|
|
10666
10666
|
"document": "查询的资产信息列表",
|
|
10667
|
-
"example": "
|
|
10667
|
+
"example": "无",
|
|
10668
10668
|
"member": "AssetList",
|
|
10669
10669
|
"name": "AssetList",
|
|
10670
10670
|
"required": true,
|
|
@@ -10679,7 +10679,7 @@
|
|
|
10679
10679
|
{
|
|
10680
10680
|
"disabled": false,
|
|
10681
10681
|
"document": "分级分布",
|
|
10682
|
-
"example": "
|
|
10682
|
+
"example": "无",
|
|
10683
10683
|
"member": "Note",
|
|
10684
10684
|
"name": "LevelDistribution",
|
|
10685
10685
|
"output_required": true,
|
|
@@ -10689,7 +10689,7 @@
|
|
|
10689
10689
|
{
|
|
10690
10690
|
"disabled": false,
|
|
10691
10691
|
"document": "分类分布",
|
|
10692
|
-
"example": "
|
|
10692
|
+
"example": "无",
|
|
10693
10693
|
"member": "Note",
|
|
10694
10694
|
"name": "CategoryDistribution",
|
|
10695
10695
|
"output_required": true,
|
|
@@ -10699,7 +10699,7 @@
|
|
|
10699
10699
|
{
|
|
10700
10700
|
"disabled": false,
|
|
10701
10701
|
"document": "规则分布详情",
|
|
10702
|
-
"example": "
|
|
10702
|
+
"example": "无",
|
|
10703
10703
|
"member": "RuleDistribution",
|
|
10704
10704
|
"name": "RuleDistribution",
|
|
10705
10705
|
"output_required": true,
|
|
@@ -10749,7 +10749,7 @@
|
|
|
10749
10749
|
{
|
|
10750
10750
|
"disabled": false,
|
|
10751
10751
|
"document": "查询的资产信息列表",
|
|
10752
|
-
"example": "
|
|
10752
|
+
"example": "无",
|
|
10753
10753
|
"member": "AssetList",
|
|
10754
10754
|
"name": "AssetList",
|
|
10755
10755
|
"required": true,
|
|
@@ -10764,7 +10764,7 @@
|
|
|
10764
10764
|
{
|
|
10765
10765
|
"disabled": false,
|
|
10766
10766
|
"document": "分级分布",
|
|
10767
|
-
"example": "
|
|
10767
|
+
"example": "无",
|
|
10768
10768
|
"member": "Note",
|
|
10769
10769
|
"name": "LevelDistribution",
|
|
10770
10770
|
"output_required": true,
|
|
@@ -10774,7 +10774,7 @@
|
|
|
10774
10774
|
{
|
|
10775
10775
|
"disabled": false,
|
|
10776
10776
|
"document": "分类分布",
|
|
10777
|
-
"example": "
|
|
10777
|
+
"example": "无",
|
|
10778
10778
|
"member": "Note",
|
|
10779
10779
|
"name": "CategoryDistribution",
|
|
10780
10780
|
"output_required": true,
|
|
@@ -10784,7 +10784,7 @@
|
|
|
10784
10784
|
{
|
|
10785
10785
|
"disabled": false,
|
|
10786
10786
|
"document": "敏感规则分布详情列表",
|
|
10787
|
-
"example": "
|
|
10787
|
+
"example": "无",
|
|
10788
10788
|
"member": "RuleDistribution",
|
|
10789
10789
|
"name": "RuleDistribution",
|
|
10790
10790
|
"output_required": true,
|
|
@@ -13573,6 +13573,16 @@
|
|
|
13573
13573
|
"output_required": false,
|
|
13574
13574
|
"type": "int",
|
|
13575
13575
|
"value_allowed_null": false
|
|
13576
|
+
},
|
|
13577
|
+
{
|
|
13578
|
+
"disabled": false,
|
|
13579
|
+
"document": "标签",
|
|
13580
|
+
"example": "无",
|
|
13581
|
+
"member": "Tag",
|
|
13582
|
+
"name": "Tags",
|
|
13583
|
+
"output_required": false,
|
|
13584
|
+
"type": "list",
|
|
13585
|
+
"value_allowed_null": false
|
|
13576
13586
|
}
|
|
13577
13587
|
],
|
|
13578
13588
|
"usage": "out"
|
|
@@ -15494,12 +15504,21 @@
|
|
|
15494
15504
|
{
|
|
15495
15505
|
"disabled": false,
|
|
15496
15506
|
"document": "过滤项。\n支持的过滤项包括:DspaId、Status、Version、DspaName、Channel。\nDspaId和DspaName支持模糊搜索。\nStatus支持的可选值:enabled、disabled。\nVersion支持的可选值:trial、official。\nChannel支持的可选值:sp_cds_dsgc_pre(代表dsgc实例)、sp_cds_dsgc_wedata_dc(代表wedata实例)",
|
|
15497
|
-
"example": "
|
|
15507
|
+
"example": "无",
|
|
15498
15508
|
"member": "DspaDataSourceMngFilter",
|
|
15499
15509
|
"name": "Filters",
|
|
15500
15510
|
"required": false,
|
|
15501
15511
|
"type": "list"
|
|
15502
15512
|
},
|
|
15513
|
+
{
|
|
15514
|
+
"disabled": false,
|
|
15515
|
+
"document": "Tag键值过滤",
|
|
15516
|
+
"example": "无",
|
|
15517
|
+
"member": "Tag",
|
|
15518
|
+
"name": "TagFilter",
|
|
15519
|
+
"required": false,
|
|
15520
|
+
"type": "list"
|
|
15521
|
+
},
|
|
15503
15522
|
{
|
|
15504
15523
|
"disabled": false,
|
|
15505
15524
|
"document": "展示模式。\n\n目前只有两个值的处理逻辑:\n\n空值:需要查询每个实例的配额信息,因为是串行查询,所以速度很慢,limit最大为100\n\n\"simple\":不需要查询每个实例的配额信息,速度快,limit最大为1000",
|
|
@@ -15528,7 +15547,7 @@
|
|
|
15528
15547
|
{
|
|
15529
15548
|
"disabled": false,
|
|
15530
15549
|
"document": "资源列表。",
|
|
15531
|
-
"example": "
|
|
15550
|
+
"example": "无",
|
|
15532
15551
|
"member": "DspaInstance",
|
|
15533
15552
|
"name": "InstanceList",
|
|
15534
15553
|
"output_required": true,
|
|
@@ -18771,6 +18790,45 @@
|
|
|
18771
18790
|
],
|
|
18772
18791
|
"usage": "out"
|
|
18773
18792
|
},
|
|
18793
|
+
"Tag": {
|
|
18794
|
+
"document": "标签键/值和所属类别",
|
|
18795
|
+
"members": [
|
|
18796
|
+
{
|
|
18797
|
+
"disabled": false,
|
|
18798
|
+
"document": "标签键",
|
|
18799
|
+
"example": "key1",
|
|
18800
|
+
"member": "string",
|
|
18801
|
+
"name": "TagKey",
|
|
18802
|
+
"output_required": true,
|
|
18803
|
+
"required": true,
|
|
18804
|
+
"type": "string",
|
|
18805
|
+
"value_allowed_null": false
|
|
18806
|
+
},
|
|
18807
|
+
{
|
|
18808
|
+
"disabled": false,
|
|
18809
|
+
"document": "标签值",
|
|
18810
|
+
"example": "value1",
|
|
18811
|
+
"member": "string",
|
|
18812
|
+
"name": "TagValue",
|
|
18813
|
+
"output_required": true,
|
|
18814
|
+
"required": true,
|
|
18815
|
+
"type": "string",
|
|
18816
|
+
"value_allowed_null": false
|
|
18817
|
+
},
|
|
18818
|
+
{
|
|
18819
|
+
"disabled": false,
|
|
18820
|
+
"document": "标签所属类别",
|
|
18821
|
+
"example": "category1",
|
|
18822
|
+
"member": "string",
|
|
18823
|
+
"name": "Category",
|
|
18824
|
+
"output_required": false,
|
|
18825
|
+
"required": false,
|
|
18826
|
+
"type": "string",
|
|
18827
|
+
"value_allowed_null": false
|
|
18828
|
+
}
|
|
18829
|
+
],
|
|
18830
|
+
"usage": "both"
|
|
18831
|
+
},
|
|
18774
18832
|
"TemplateInfo": {
|
|
18775
18833
|
"document": "评估模板的详情数据",
|
|
18776
18834
|
"members": [
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"status": "online"
|
|
9
9
|
},
|
|
10
10
|
"CompleteMigrateJob": {
|
|
11
|
-
"document": "本接口(CompleteMigrateJob)用于完成数据迁移任务。\n选择采用增量迁移方式的任务, 需要在迁移进度进入准备完成阶段后, 调用本接口, 停止迁移增量数据。\n通过DescribeMigrateJobs接口查询到任务的状态为准备完成(status=8
|
|
11
|
+
"document": "本接口(CompleteMigrateJob)用于完成数据迁移任务。\n选择采用增量迁移方式的任务, 需要在迁移进度进入准备完成阶段后, 调用本接口, 停止迁移增量数据。\n通过DescribeMigrateJobs接口查询到任务的状态为准备完成(status=8)时,此时可以调用本接口完成迁移任务。",
|
|
12
12
|
"input": "CompleteMigrateJobRequest",
|
|
13
13
|
"name": "完成数据迁移任务",
|
|
14
14
|
"output": "CompleteMigrateJobResponse",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"status": "online"
|
|
142
142
|
},
|
|
143
143
|
"StartMigrateJob": {
|
|
144
|
-
"document": "本接口(
|
|
144
|
+
"document": "本接口(StartMigrateJob)用于启动迁移任务。非定时迁移任务会在调用后立即开始迁移,定时任务则会开始倒计时。\n调用此接口前,请务必先使用CreateMigrateCheckJob校验数据迁移任务,并通过DescribeMigrateJobs接口查询到任务状态为校验通过(status=4)时,才能启动数据迁移任务。",
|
|
145
145
|
"input": "StartMigrateJobRequest",
|
|
146
146
|
"name": "启动数据迁移任务",
|
|
147
147
|
"output": "StartMigrateJobResponse",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"members": [
|
|
250
250
|
{
|
|
251
251
|
"disabled": false,
|
|
252
|
-
"document": "数据迁移任务ID",
|
|
252
|
+
"document": "数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
|
|
253
253
|
"example": "dts-1kl0iy0v",
|
|
254
254
|
"member": "string",
|
|
255
255
|
"name": "JobId",
|
|
@@ -2399,7 +2399,7 @@
|
|
|
2399
2399
|
"members": [
|
|
2400
2400
|
{
|
|
2401
2401
|
"disabled": false,
|
|
2402
|
-
"document": "数据迁移任务ID",
|
|
2402
|
+
"document": "数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
|
|
2403
2403
|
"example": "dts-1kl0iy0v",
|
|
2404
2404
|
"member": "string",
|
|
2405
2405
|
"name": "JobId",
|