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
|
@@ -595,6 +595,13 @@
|
|
|
595
595
|
"output": "ModifyTopicAttributesResponse",
|
|
596
596
|
"status": "online"
|
|
597
597
|
},
|
|
598
|
+
"PauseDatahubTask": {
|
|
599
|
+
"document": "暂停Dip任务",
|
|
600
|
+
"input": "PauseDatahubTaskRequest",
|
|
601
|
+
"name": "暂停Dip任务",
|
|
602
|
+
"output": "PauseDatahubTaskResponse",
|
|
603
|
+
"status": "online"
|
|
604
|
+
},
|
|
598
605
|
"RenewCkafkaInstance": {
|
|
599
606
|
"document": "续费Ckafka实例, 目前只支持国内站包年包月实例续费",
|
|
600
607
|
"input": "RenewCkafkaInstanceRequest",
|
|
@@ -602,6 +609,20 @@
|
|
|
602
609
|
"output": "RenewCkafkaInstanceResponse",
|
|
603
610
|
"status": "online"
|
|
604
611
|
},
|
|
612
|
+
"RestartDatahubTask": {
|
|
613
|
+
"document": "Datahub任务异常时,重启Datahub任务",
|
|
614
|
+
"input": "RestartDatahubTaskRequest",
|
|
615
|
+
"name": "重启Datahub任务",
|
|
616
|
+
"output": "RestartDatahubTaskResponse",
|
|
617
|
+
"status": "online"
|
|
618
|
+
},
|
|
619
|
+
"ResumeDatahubTask": {
|
|
620
|
+
"document": "恢复Dip任务",
|
|
621
|
+
"input": "ResumeDatahubTaskRequest",
|
|
622
|
+
"name": "恢复Dip任务",
|
|
623
|
+
"output": "ResumeDatahubTaskResponse",
|
|
624
|
+
"status": "online"
|
|
625
|
+
},
|
|
605
626
|
"SendMessage": {
|
|
606
627
|
"document": "通过HTTP接入层发送消息",
|
|
607
628
|
"input": "SendMessageRequest",
|
|
@@ -11880,6 +11901,26 @@
|
|
|
11880
11901
|
"type": "string",
|
|
11881
11902
|
"value_allowed_null": false
|
|
11882
11903
|
},
|
|
11904
|
+
{
|
|
11905
|
+
"disabled": false,
|
|
11906
|
+
"document": "是否开启弹性带宽白名单 \n1:已开启弹性带宽白名单;\n0:未开启弹性带宽白名单;",
|
|
11907
|
+
"example": "1",
|
|
11908
|
+
"member": "int64",
|
|
11909
|
+
"name": "ElasticBandwidthSwitch",
|
|
11910
|
+
"output_required": false,
|
|
11911
|
+
"type": "int",
|
|
11912
|
+
"value_allowed_null": false
|
|
11913
|
+
},
|
|
11914
|
+
{
|
|
11915
|
+
"disabled": false,
|
|
11916
|
+
"document": "弹性带宽开通状态\n1:未开启弹性带宽;\n16: 开启弹性带宽中;\n32:开启弹性带宽成功;\n33:关闭弹性带宽中;\n34:关闭弹性带宽成功;\n64:开启弹性带宽失败;\n65:关闭弹性带宽失败;",
|
|
11917
|
+
"example": "1",
|
|
11918
|
+
"member": "int64",
|
|
11919
|
+
"name": "ElasticBandwidthOpenStatus",
|
|
11920
|
+
"output_required": false,
|
|
11921
|
+
"type": "int",
|
|
11922
|
+
"value_allowed_null": false
|
|
11923
|
+
},
|
|
11883
11924
|
{
|
|
11884
11925
|
"disabled": false,
|
|
11885
11926
|
"document": "集群类型 \nCLOUD_IDC IDC集群\nCLOUD_CVM_SHARE CVM共享集群\nCLOUD_CVM_YUNTI 云梯CVM集群\nCLOUD_CVM CVM集群\nCLOUD_CDC CDC集群\nCLOUD_EKS_TSE EKS集群",
|
|
@@ -12684,6 +12725,72 @@
|
|
|
12684
12725
|
"required": false,
|
|
12685
12726
|
"type": "string",
|
|
12686
12727
|
"value_allowed_null": false
|
|
12728
|
+
},
|
|
12729
|
+
{
|
|
12730
|
+
"disabled": false,
|
|
12731
|
+
"document": "网络类型:PUBLIC公网;VPC",
|
|
12732
|
+
"example": "PUBLIC",
|
|
12733
|
+
"member": "string",
|
|
12734
|
+
"name": "NetworkType",
|
|
12735
|
+
"output_required": false,
|
|
12736
|
+
"required": false,
|
|
12737
|
+
"type": "string",
|
|
12738
|
+
"value_allowed_null": false
|
|
12739
|
+
},
|
|
12740
|
+
{
|
|
12741
|
+
"disabled": false,
|
|
12742
|
+
"document": "vpcId,NetworkType=VPC时必传",
|
|
12743
|
+
"example": "vpc-test",
|
|
12744
|
+
"member": "string",
|
|
12745
|
+
"name": "UniqVpcId",
|
|
12746
|
+
"output_required": false,
|
|
12747
|
+
"required": false,
|
|
12748
|
+
"type": "string",
|
|
12749
|
+
"value_allowed_null": false
|
|
12750
|
+
},
|
|
12751
|
+
{
|
|
12752
|
+
"disabled": false,
|
|
12753
|
+
"document": "vip,NetworkType=VPC时必传",
|
|
12754
|
+
"example": "10.0.0.5",
|
|
12755
|
+
"member": "string",
|
|
12756
|
+
"name": "ServiceVip",
|
|
12757
|
+
"output_required": false,
|
|
12758
|
+
"required": false,
|
|
12759
|
+
"type": "string",
|
|
12760
|
+
"value_allowed_null": false
|
|
12761
|
+
},
|
|
12762
|
+
{
|
|
12763
|
+
"disabled": false,
|
|
12764
|
+
"document": "端口,NetworkType=VPC时必传",
|
|
12765
|
+
"example": "9092",
|
|
12766
|
+
"member": "int64",
|
|
12767
|
+
"name": "Port",
|
|
12768
|
+
"output_required": false,
|
|
12769
|
+
"required": false,
|
|
12770
|
+
"type": "int",
|
|
12771
|
+
"value_allowed_null": false
|
|
12772
|
+
},
|
|
12773
|
+
{
|
|
12774
|
+
"disabled": false,
|
|
12775
|
+
"document": "跨云同步下需要客户传递唯一Id标志一组资源",
|
|
12776
|
+
"example": "id-test",
|
|
12777
|
+
"member": "string",
|
|
12778
|
+
"name": "CrossNetResourceUniqueId",
|
|
12779
|
+
"output_required": false,
|
|
12780
|
+
"required": false,
|
|
12781
|
+
"type": "string",
|
|
12782
|
+
"value_allowed_null": false
|
|
12783
|
+
},
|
|
12784
|
+
{
|
|
12785
|
+
"disabled": false,
|
|
12786
|
+
"document": "跨云子网ID",
|
|
12787
|
+
"example": "subnet-test",
|
|
12788
|
+
"member": "string",
|
|
12789
|
+
"name": "CrossNetVpcSubNetId",
|
|
12790
|
+
"output_required": false,
|
|
12791
|
+
"required": false,
|
|
12792
|
+
"type": "string",
|
|
12793
|
+
"value_allowed_null": false
|
|
12687
12794
|
}
|
|
12688
12795
|
],
|
|
12689
12796
|
"usage": "both"
|
|
@@ -12899,6 +13006,28 @@
|
|
|
12899
13006
|
"required": false,
|
|
12900
13007
|
"type": "string",
|
|
12901
13008
|
"value_allowed_null": false
|
|
13009
|
+
},
|
|
13010
|
+
{
|
|
13011
|
+
"disabled": false,
|
|
13012
|
+
"document": "Topic 前缀",
|
|
13013
|
+
"example": "",
|
|
13014
|
+
"member": "string",
|
|
13015
|
+
"name": "Prefix",
|
|
13016
|
+
"output_required": false,
|
|
13017
|
+
"required": false,
|
|
13018
|
+
"type": "string",
|
|
13019
|
+
"value_allowed_null": false
|
|
13020
|
+
},
|
|
13021
|
+
{
|
|
13022
|
+
"disabled": false,
|
|
13023
|
+
"document": "Topic前缀分隔符",
|
|
13024
|
+
"example": "",
|
|
13025
|
+
"member": "string",
|
|
13026
|
+
"name": "Separator",
|
|
13027
|
+
"output_required": false,
|
|
13028
|
+
"required": false,
|
|
13029
|
+
"type": "string",
|
|
13030
|
+
"value_allowed_null": false
|
|
12902
13031
|
}
|
|
12903
13032
|
],
|
|
12904
13033
|
"usage": "both"
|
|
@@ -14635,6 +14764,17 @@
|
|
|
14635
14764
|
"MqttConnectParam": {
|
|
14636
14765
|
"document": "MQTT连接源参数",
|
|
14637
14766
|
"members": [
|
|
14767
|
+
{
|
|
14768
|
+
"disabled": false,
|
|
14769
|
+
"document": "MQTT的连接port",
|
|
14770
|
+
"example": "9092",
|
|
14771
|
+
"member": "int64",
|
|
14772
|
+
"name": "Port",
|
|
14773
|
+
"output_required": false,
|
|
14774
|
+
"required": true,
|
|
14775
|
+
"type": "int",
|
|
14776
|
+
"value_allowed_null": false
|
|
14777
|
+
},
|
|
14638
14778
|
{
|
|
14639
14779
|
"disabled": false,
|
|
14640
14780
|
"document": "MQTT连接源的用户名",
|
|
@@ -14668,6 +14808,17 @@
|
|
|
14668
14808
|
"type": "string",
|
|
14669
14809
|
"value_allowed_null": false
|
|
14670
14810
|
},
|
|
14811
|
+
{
|
|
14812
|
+
"disabled": false,
|
|
14813
|
+
"document": "MQTT的连接ip",
|
|
14814
|
+
"example": "10.0.0.30",
|
|
14815
|
+
"member": "string",
|
|
14816
|
+
"name": "ServiceVip",
|
|
14817
|
+
"output_required": false,
|
|
14818
|
+
"required": true,
|
|
14819
|
+
"type": "string",
|
|
14820
|
+
"value_allowed_null": false
|
|
14821
|
+
},
|
|
14671
14822
|
{
|
|
14672
14823
|
"disabled": false,
|
|
14673
14824
|
"document": "MQTT Instance vpc-id",
|
|
@@ -14692,14 +14843,14 @@
|
|
|
14692
14843
|
},
|
|
14693
14844
|
{
|
|
14694
14845
|
"disabled": false,
|
|
14695
|
-
"document": "是否更新到关联的Dip
|
|
14846
|
+
"document": "是否更新到关联的Dip任务\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
14696
14847
|
"example": "true",
|
|
14697
14848
|
"member": "bool",
|
|
14698
14849
|
"name": "IsUpdate",
|
|
14699
14850
|
"output_required": false,
|
|
14700
14851
|
"required": false,
|
|
14701
14852
|
"type": "bool",
|
|
14702
|
-
"value_allowed_null":
|
|
14853
|
+
"value_allowed_null": true
|
|
14703
14854
|
},
|
|
14704
14855
|
{
|
|
14705
14856
|
"disabled": false,
|
|
@@ -14711,6 +14862,17 @@
|
|
|
14711
14862
|
"required": false,
|
|
14712
14863
|
"type": "string",
|
|
14713
14864
|
"value_allowed_null": false
|
|
14865
|
+
},
|
|
14866
|
+
{
|
|
14867
|
+
"disabled": false,
|
|
14868
|
+
"document": "IP",
|
|
14869
|
+
"example": "10.0.0.30",
|
|
14870
|
+
"member": "string",
|
|
14871
|
+
"name": "Ip",
|
|
14872
|
+
"output_required": false,
|
|
14873
|
+
"required": false,
|
|
14874
|
+
"type": "string",
|
|
14875
|
+
"value_allowed_null": false
|
|
14714
14876
|
}
|
|
14715
14877
|
],
|
|
14716
14878
|
"usage": "both"
|
|
@@ -15471,6 +15633,43 @@
|
|
|
15471
15633
|
],
|
|
15472
15634
|
"usage": "in"
|
|
15473
15635
|
},
|
|
15636
|
+
"PauseDatahubTaskRequest": {
|
|
15637
|
+
"document": "PauseDatahubTask请求参数结构体",
|
|
15638
|
+
"members": [
|
|
15639
|
+
{
|
|
15640
|
+
"disabled": false,
|
|
15641
|
+
"document": "任务id",
|
|
15642
|
+
"example": "task-test",
|
|
15643
|
+
"member": "string",
|
|
15644
|
+
"name": "TaskId",
|
|
15645
|
+
"required": true,
|
|
15646
|
+
"type": "string"
|
|
15647
|
+
}
|
|
15648
|
+
],
|
|
15649
|
+
"type": "object"
|
|
15650
|
+
},
|
|
15651
|
+
"PauseDatahubTaskResponse": {
|
|
15652
|
+
"document": "PauseDatahubTask返回参数结构体",
|
|
15653
|
+
"members": [
|
|
15654
|
+
{
|
|
15655
|
+
"disabled": false,
|
|
15656
|
+
"document": "任务id\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
15657
|
+
"example": "{\"TaskId\":\"1\"}",
|
|
15658
|
+
"member": "DatahubTaskIdRes",
|
|
15659
|
+
"name": "Result",
|
|
15660
|
+
"output_required": true,
|
|
15661
|
+
"type": "object",
|
|
15662
|
+
"value_allowed_null": true
|
|
15663
|
+
},
|
|
15664
|
+
{
|
|
15665
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
15666
|
+
"member": "string",
|
|
15667
|
+
"name": "RequestId",
|
|
15668
|
+
"type": "string"
|
|
15669
|
+
}
|
|
15670
|
+
],
|
|
15671
|
+
"type": "object"
|
|
15672
|
+
},
|
|
15474
15673
|
"PostgreSQLConnectParam": {
|
|
15475
15674
|
"document": "PostgreSQL连接源参数",
|
|
15476
15675
|
"members": [
|
|
@@ -16301,6 +16500,80 @@
|
|
|
16301
16500
|
],
|
|
16302
16501
|
"usage": "both"
|
|
16303
16502
|
},
|
|
16503
|
+
"RestartDatahubTaskRequest": {
|
|
16504
|
+
"document": "RestartDatahubTask请求参数结构体",
|
|
16505
|
+
"members": [
|
|
16506
|
+
{
|
|
16507
|
+
"disabled": false,
|
|
16508
|
+
"document": "任务id",
|
|
16509
|
+
"example": "task-test",
|
|
16510
|
+
"member": "string",
|
|
16511
|
+
"name": "TaskId",
|
|
16512
|
+
"required": true,
|
|
16513
|
+
"type": "string"
|
|
16514
|
+
}
|
|
16515
|
+
],
|
|
16516
|
+
"type": "object"
|
|
16517
|
+
},
|
|
16518
|
+
"RestartDatahubTaskResponse": {
|
|
16519
|
+
"document": "RestartDatahubTask返回参数结构体",
|
|
16520
|
+
"members": [
|
|
16521
|
+
{
|
|
16522
|
+
"disabled": false,
|
|
16523
|
+
"document": "任务id\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
16524
|
+
"example": "{\"taskId\":\"task-test\"}",
|
|
16525
|
+
"member": "DatahubTaskIdRes",
|
|
16526
|
+
"name": "Result",
|
|
16527
|
+
"output_required": true,
|
|
16528
|
+
"type": "object",
|
|
16529
|
+
"value_allowed_null": true
|
|
16530
|
+
},
|
|
16531
|
+
{
|
|
16532
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
16533
|
+
"member": "string",
|
|
16534
|
+
"name": "RequestId",
|
|
16535
|
+
"type": "string"
|
|
16536
|
+
}
|
|
16537
|
+
],
|
|
16538
|
+
"type": "object"
|
|
16539
|
+
},
|
|
16540
|
+
"ResumeDatahubTaskRequest": {
|
|
16541
|
+
"document": "ResumeDatahubTask请求参数结构体",
|
|
16542
|
+
"members": [
|
|
16543
|
+
{
|
|
16544
|
+
"disabled": false,
|
|
16545
|
+
"document": "任务id",
|
|
16546
|
+
"example": "task-test",
|
|
16547
|
+
"member": "string",
|
|
16548
|
+
"name": "TaskId",
|
|
16549
|
+
"required": true,
|
|
16550
|
+
"type": "string"
|
|
16551
|
+
}
|
|
16552
|
+
],
|
|
16553
|
+
"type": "object"
|
|
16554
|
+
},
|
|
16555
|
+
"ResumeDatahubTaskResponse": {
|
|
16556
|
+
"document": "ResumeDatahubTask返回参数结构体",
|
|
16557
|
+
"members": [
|
|
16558
|
+
{
|
|
16559
|
+
"disabled": false,
|
|
16560
|
+
"document": "任务id\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
16561
|
+
"example": "{\"TaskId\":\"task-test\"}",
|
|
16562
|
+
"member": "DatahubTaskIdRes",
|
|
16563
|
+
"name": "Result",
|
|
16564
|
+
"output_required": true,
|
|
16565
|
+
"type": "object",
|
|
16566
|
+
"value_allowed_null": true
|
|
16567
|
+
},
|
|
16568
|
+
{
|
|
16569
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
16570
|
+
"member": "string",
|
|
16571
|
+
"name": "RequestId",
|
|
16572
|
+
"type": "string"
|
|
16573
|
+
}
|
|
16574
|
+
],
|
|
16575
|
+
"type": "object"
|
|
16576
|
+
},
|
|
16304
16577
|
"Route": {
|
|
16305
16578
|
"document": "路由实体对象",
|
|
16306
16579
|
"members": [
|
|
@@ -16326,7 +16599,7 @@
|
|
|
16326
16599
|
},
|
|
16327
16600
|
{
|
|
16328
16601
|
"disabled": false,
|
|
16329
|
-
"document": "
|
|
16602
|
+
"document": "路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)",
|
|
16330
16603
|
"example": "1",
|
|
16331
16604
|
"member": "int64",
|
|
16332
16605
|
"name": "VipType",
|
|
@@ -17077,7 +17350,7 @@
|
|
|
17077
17350
|
{
|
|
17078
17351
|
"disabled": false,
|
|
17079
17352
|
"document": "发送消息内容(单次请求最多500条)",
|
|
17080
|
-
"example": "
|
|
17353
|
+
"example": "无",
|
|
17081
17354
|
"member": "BatchContent",
|
|
17082
17355
|
"name": "Message",
|
|
17083
17356
|
"required": true,
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
{
|
|
369
369
|
"document": " ",
|
|
370
370
|
"input": "https://ckafka.tencentcloudapi.com/?Action=DescribeConsumerGroup\n&InstanceId=ckafka-test\n&<公共请求参数>",
|
|
371
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
|
371
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e59b15f1-8c26-4f28-8d7a-31fdbb5d2e90\",\n \"Result\": {\n \"GroupList\": [\n {\n \"ConsumerGroupName\": \"hh\",\n \"SubscribedInfo\": [\n {\n \"Partition\": [\n 0,\n 1,\n 2\n ],\n \"PartitionOffset\": [\n {\n \"Offset\": 3395,\n \"Partition\": \"0\"\n },\n {\n \"Offset\": 3269,\n \"Partition\": \"1\"\n },\n {\n \"Offset\": 3336,\n \"Partition\": \"2\"\n }\n ],\n \"TopicId\": \"topic-brany0f0\",\n \"TopicName\": \"dev\"\n },\n {\n \"Partition\": [\n 0,\n 1,\n 2\n ],\n \"PartitionOffset\": [\n {\n \"Offset\": 2110,\n \"Partition\": \"0\"\n },\n {\n \"Offset\": 2239,\n \"Partition\": \"1\"\n },\n {\n \"Offset\": 2197,\n \"Partition\": \"2\"\n }\n ],\n \"TopicId\": \"topic-4f78nggi\",\n \"TopicName\": \"te\"\n }\n ]\n },\n {\n \"ConsumerGroupName\": \"tes\",\n \"SubscribedInfo\": [\n {\n \"Partition\": [\n 0,\n 1,\n 2\n ],\n \"PartitionOffset\": [\n {\n \"Offset\": 3395,\n \"Partition\": \"0\"\n },\n {\n \"Offset\": 3269,\n \"Partition\": \"1\"\n },\n {\n \"Offset\": 3336,\n \"Partition\": \"2\"\n }\n ],\n \"TopicId\": \"topic-brany0f0\",\n \"TopicName\": \"dev\"\n },\n {\n \"Partition\": [\n 0,\n 1,\n 2\n ],\n \"PartitionOffset\": [\n {\n \"Offset\": 1409,\n \"Partition\": \"0\"\n },\n {\n \"Offset\": 1474,\n \"Partition\": \"1\"\n },\n {\n \"Offset\": 1453,\n \"Partition\": \"2\"\n }\n ],\n \"TopicId\": \"topic-4f78nggi\",\n \"TopicName\": \"te\"\n }\n ]\n },\n {\n \"ConsumerGroupName\": \"vv\",\n \"SubscribedInfo\": [\n {\n \"Partition\": [\n 0,\n 1,\n 2\n ],\n \"PartitionOffset\": [\n {\n \"Offset\": 3395,\n \"Partition\": \"0\"\n },\n {\n \"Offset\": 3269,\n \"Partition\": \"1\"\n },\n {\n \"Offset\": 3336,\n \"Partition\": \"2\"\n }\n ],\n \"TopicId\": \"topic-brany0f0\",\n \"TopicName\": \"dev\"\n }\n ]\n }\n ],\n \"GroupListForMonitor\": [\n {\n \"GroupName\": \"hh\"\n },\n {\n \"GroupName\": \"tes\"\n },\n {\n \"GroupName\": \"vv\"\n }\n ],\n \"PartitionListForMonitor\": [],\n \"TopicList\": [\n {\n \"TopicId\": \"topic-brany0f0\",\n \"TopicName\": \"dev\"\n },\n {\n \"TopicId\": \"topic-4f78nggi\",\n \"TopicName\": \"te\"\n }\n ],\n \"TopicListForMonitor\": [\n {\n \"TopicId\": \"topic-brany0f0\",\n \"TopicName\": \"dev\"\n },\n {\n \"TopicId\": \"topic-4f78nggi\",\n \"TopicName\": \"te\"\n }\n ],\n \"TotalCount\": 3,\n \"TotalPartition\": 0,\n \"TotalTopic\": 2\n }\n }\n}",
|
|
372
372
|
"title": "列出消费分组"
|
|
373
373
|
}
|
|
374
374
|
],
|
|
@@ -716,6 +716,14 @@
|
|
|
716
716
|
"title": "设置主题属性"
|
|
717
717
|
}
|
|
718
718
|
],
|
|
719
|
+
"PauseDatahubTask": [
|
|
720
|
+
{
|
|
721
|
+
"document": "",
|
|
722
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PauseDatahubTask\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\"\n}",
|
|
723
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
|
724
|
+
"title": "暂停Datahub任务"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
719
727
|
"RenewCkafkaInstance": [
|
|
720
728
|
{
|
|
721
729
|
"document": "续费实例",
|
|
@@ -724,6 +732,22 @@
|
|
|
724
732
|
"title": "续费实例"
|
|
725
733
|
}
|
|
726
734
|
],
|
|
735
|
+
"RestartDatahubTask": [
|
|
736
|
+
{
|
|
737
|
+
"document": "",
|
|
738
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestartDatahubTask\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\"\n}",
|
|
739
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
|
740
|
+
"title": "重启Datahub任务"
|
|
741
|
+
}
|
|
742
|
+
],
|
|
743
|
+
"ResumeDatahubTask": [
|
|
744
|
+
{
|
|
745
|
+
"document": "",
|
|
746
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResumeDatahubTask\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\"\n}",
|
|
747
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
|
748
|
+
"title": "恢复Datahub任务"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
727
751
|
"SendMessage": [
|
|
728
752
|
{
|
|
729
753
|
"document": "HTTP协议接入点",
|