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
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
{
|
|
1319
1319
|
"disabled": false,
|
|
1320
1320
|
"document": "镜像关联使用场景Id列表。",
|
|
1321
|
-
"example": "[\"lhsc-
|
|
1321
|
+
"example": "[\"lhsc-3bzsddow\",\"lhsc-h0ug8jtq\"]",
|
|
1322
1322
|
"member": "string",
|
|
1323
1323
|
"name": "SceneIdSet",
|
|
1324
1324
|
"output_required": true,
|
|
@@ -1344,6 +1344,16 @@
|
|
|
1344
1344
|
"output_required": true,
|
|
1345
1345
|
"type": "bool",
|
|
1346
1346
|
"value_allowed_null": false
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"disabled": false,
|
|
1350
|
+
"document": "镜像绑定的标签列表。",
|
|
1351
|
+
"example": "无",
|
|
1352
|
+
"member": "Tag",
|
|
1353
|
+
"name": "Tags",
|
|
1354
|
+
"output_required": false,
|
|
1355
|
+
"type": "list",
|
|
1356
|
+
"value_allowed_null": false
|
|
1347
1357
|
}
|
|
1348
1358
|
],
|
|
1349
1359
|
"usage": "out"
|
|
@@ -1791,11 +1801,20 @@
|
|
|
1791
1801
|
{
|
|
1792
1802
|
"disabled": false,
|
|
1793
1803
|
"document": "是否执行强制关机以制作镜像。\n取值范围:\nTrue:表示关机之后制作镜像\nFalse:表示开机状态制作镜像\n默认取值:True\n开机状态制作镜像,可能导致部分数据未备份,影响数据安全。",
|
|
1794
|
-
"example": "
|
|
1804
|
+
"example": "true",
|
|
1795
1805
|
"member": "bool",
|
|
1796
1806
|
"name": "ForcePowerOff",
|
|
1797
1807
|
"required": false,
|
|
1798
1808
|
"type": "bool"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"disabled": false,
|
|
1812
|
+
"document": "标签键和标签值。 如果指定多个标签,则会为指定资源同时创建并绑定该多个标签。 同一个资源上的同一个标签键只能对应一个标签值。如果您尝试添加已有标签键,则对应的标签值会更新为新值。 如果标签不存在会为您自动创建标签。 数组最多支持10个元素。",
|
|
1813
|
+
"example": "无",
|
|
1814
|
+
"member": "Tag",
|
|
1815
|
+
"name": "Tags",
|
|
1816
|
+
"required": false,
|
|
1817
|
+
"type": "list"
|
|
1799
1818
|
}
|
|
1800
1819
|
],
|
|
1801
1820
|
"type": "object"
|
|
@@ -1842,6 +1861,15 @@
|
|
|
1842
1861
|
"name": "DiskBackupName",
|
|
1843
1862
|
"required": false,
|
|
1844
1863
|
"type": "string"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"disabled": false,
|
|
1867
|
+
"document": "标签键和标签值。 如果指定多个标签,则会为指定资源同时创建并绑定该多个标签。 同一个资源上的同一个标签键只能对应一个标签值。如果您尝试添加已有标签键,则对应的标签值会更新为新值。 如果标签不存在会为您自动创建标签。 数组最多支持10个元素。",
|
|
1868
|
+
"example": "无",
|
|
1869
|
+
"member": "Tag",
|
|
1870
|
+
"name": "Tags",
|
|
1871
|
+
"required": false,
|
|
1872
|
+
"type": "list"
|
|
1845
1873
|
}
|
|
1846
1874
|
],
|
|
1847
1875
|
"type": "object"
|
|
@@ -1951,6 +1979,15 @@
|
|
|
1951
1979
|
"name": "AutoMountConfiguration",
|
|
1952
1980
|
"required": false,
|
|
1953
1981
|
"type": "object"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"disabled": false,
|
|
1985
|
+
"document": "标签键和标签值。 如果指定多个标签,则会为指定资源同时创建并绑定该多个标签。 同一个资源上的同一个标签键只能对应一个标签值。如果您尝试添加已有标签键,则对应的标签值会更新为新值。 如果标签不存在会为您自动创建标签。 数组最多支持10个元素。",
|
|
1986
|
+
"example": "无",
|
|
1987
|
+
"member": "Tag",
|
|
1988
|
+
"name": "Tags",
|
|
1989
|
+
"required": false,
|
|
1990
|
+
"type": "list"
|
|
1954
1991
|
}
|
|
1955
1992
|
],
|
|
1956
1993
|
"type": "object"
|
|
@@ -2134,6 +2171,15 @@
|
|
|
2134
2171
|
"name": "SnapshotName",
|
|
2135
2172
|
"required": false,
|
|
2136
2173
|
"type": "string"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"disabled": false,
|
|
2177
|
+
"document": "标签键和标签值。 如果指定多个标签,则会为指定资源同时创建并绑定该多个标签。 同一个资源上的同一个标签键只能对应一个标签值。如果您尝试添加已有标签键,则对应的标签值会更新为新值。 如果标签不存在会为您自动创建标签。 数组最多支持10个元素。",
|
|
2178
|
+
"example": "无",
|
|
2179
|
+
"member": "Tag",
|
|
2180
|
+
"name": "Tags",
|
|
2181
|
+
"required": false,
|
|
2182
|
+
"type": "list"
|
|
2137
2183
|
}
|
|
2138
2184
|
],
|
|
2139
2185
|
"type": "object"
|
|
@@ -2343,6 +2389,15 @@
|
|
|
2343
2389
|
"name": "KeyName",
|
|
2344
2390
|
"required": true,
|
|
2345
2391
|
"type": "string"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"disabled": false,
|
|
2395
|
+
"document": "标签键和标签值。 如果指定多个标签,则会为指定资源同时创建并绑定该多个标签。 同一个资源上的同一个标签键只能对应一个标签值。如果您尝试添加已有标签键,则对应的标签值会更新为新值。 如果标签不存在会为您自动创建标签。 数组最多支持10个元素。",
|
|
2396
|
+
"example": "无",
|
|
2397
|
+
"member": "Tag",
|
|
2398
|
+
"name": "Tags",
|
|
2399
|
+
"required": false,
|
|
2400
|
+
"type": "list"
|
|
2346
2401
|
}
|
|
2347
2402
|
],
|
|
2348
2403
|
"type": "object"
|
|
@@ -2416,6 +2471,15 @@
|
|
|
2416
2471
|
"name": "Envs",
|
|
2417
2472
|
"required": false,
|
|
2418
2473
|
"type": "list"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"disabled": false,
|
|
2477
|
+
"document": "传输类型。枚举值如下:\n\n<li>STREAMABLE_HTTP:HTTP协议的流式传输方式。未传传输类型字段时,默认创建此类型的MCP Server</li>\n<li>SSE:Server-Sent Events,服务器发送事件</li>",
|
|
2478
|
+
"example": "STREAMABLE_HTTP",
|
|
2479
|
+
"member": "string",
|
|
2480
|
+
"name": "TransportType",
|
|
2481
|
+
"required": false,
|
|
2482
|
+
"type": "string"
|
|
2419
2483
|
}
|
|
2420
2484
|
],
|
|
2421
2485
|
"type": "object"
|
|
@@ -2904,7 +2968,7 @@
|
|
|
2904
2968
|
},
|
|
2905
2969
|
{
|
|
2906
2970
|
"disabled": false,
|
|
2907
|
-
"document": "过滤器列表。\n<li>blueprint-id</li>按照【镜像 ID】进行过滤。\n类型:String\n必选:否\n镜像 ID ,可通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回值字段BlueprintSet获取。\n<li>blueprint-type</li>按照【镜像类型】进行过滤。\n取值:APP_OS(应用镜像 );PURE_OS(系统镜像);DOCKER(Docker容器镜像);PRIVATE(自定义镜像);SHARED(共享镜像)。\n类型:String\n必选:否\n<li>platform-type</li>按照【镜像平台类型】进行过滤。\n取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)。\n类型:String\n必选:否\n<li>blueprint-name</li>按照【镜像名称】进行过滤。\n类型:String\n必选:否\n<li>blueprint-state</li>按照【镜像状态】进行过滤。\n类型:String\n必选:否\n镜像状态,可通过[数据结构Blueprint](https://cloud.tencent.com/document/api/1207/47576#Blueprint)中的BlueprintState来获取。\n<li>scene-id</li>按照【使用场景Id】进行过滤。\n类型:String\n必选:否\n场景Id,可通过[查看使用场景列表](https://cloud.tencent.com/document/product/1207/83512)接口获取。\n
|
|
2971
|
+
"document": "过滤器列表。\n<li>blueprint-id</li>按照【镜像 ID】进行过滤。\n类型:String\n必选:否\n镜像 ID ,可通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回值字段BlueprintSet获取。\n<li>blueprint-type</li>按照【镜像类型】进行过滤。\n取值:APP_OS(应用镜像 );PURE_OS(系统镜像);DOCKER(Docker容器镜像);PRIVATE(自定义镜像);SHARED(共享镜像)。\n类型:String\n必选:否\n<li>platform-type</li>按照【镜像平台类型】进行过滤。\n取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)。\n类型:String\n必选:否\n<li>blueprint-name</li>按照【镜像名称】进行过滤。\n类型:String\n必选:否\n<li>blueprint-state</li>按照【镜像状态】进行过滤。\n类型:String\n必选:否\n镜像状态,可通过[数据结构Blueprint](https://cloud.tencent.com/document/api/1207/47576#Blueprint)中的BlueprintState来获取。\n<li>scene-id</li>按照【使用场景Id】进行过滤。\n类型:String\n必选:否\n场景Id,可通过[查看使用场景列表](https://cloud.tencent.com/document/product/1207/83512)接口获取。\n<li>tag-key</li>\n按照【标签键】进行过滤。 类型:String 必选:否\n<li>tag-value</li>\n按照【标签值】进行过滤。 类型:String 必选:否\n<li>tag:tag-key</li>\n按照【标签键值对】进行过滤。 tag-key使用具体的标签键进行替换。\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为 100。参数不支持同时指定 BlueprintIds (可通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回值字段BlueprintSet获取BlueprintId)和 Filters 。",
|
|
2908
2972
|
"example": "无",
|
|
2909
2973
|
"member": "Filter",
|
|
2910
2974
|
"name": "Filters",
|
|
@@ -3154,7 +3218,7 @@
|
|
|
3154
3218
|
},
|
|
3155
3219
|
{
|
|
3156
3220
|
"disabled": false,
|
|
3157
|
-
"document": "过滤器列表。\n<li>disk-backup-id</li>按照【云硬盘备份点 ID】进行过滤。\n类型:String\n必选:否\n<li>disk-id</li>按照【云硬盘 ID】进行过滤。\n类型:String\n必选:否\n<li>disk-backup-state</li>按照【云硬盘备份点状态】进行过滤。\n类型:String\n必选:否\n取值:参考数据结构 [DiskBackup](https://cloud.tencent.com/document/product/1207/47576#DiskBackup) 下的DiskBackupState取值。\n<li>disk-usage</li>按照【云硬盘类型】进行过滤。\n类型:String\n必选:否\n取值:\n- SYSTEM_DISK - 系统盘\n- DATA_DISK - 数据盘\n
|
|
3221
|
+
"document": "过滤器列表。\n<li>disk-backup-id</li>按照【云硬盘备份点 ID】进行过滤。\n类型:String\n必选:否\n<li>disk-id</li>按照【云硬盘 ID】进行过滤。\n类型:String\n必选:否\n<li>disk-backup-state</li>按照【云硬盘备份点状态】进行过滤。\n类型:String\n必选:否\n取值:参考数据结构 [DiskBackup](https://cloud.tencent.com/document/product/1207/47576#DiskBackup) 下的DiskBackupState取值。\n<li>disk-usage</li>按照【云硬盘类型】进行过滤。\n类型:String\n必选:否\n取值:\n- SYSTEM_DISK - 系统盘\n- DATA_DISK - 数据盘\n<li>tag-key</li>\n按照【标签键】进行过滤。 类型:String 必选:否\n<li>tag-value</li>\n按照【标签值】进行过滤。 类型:String 必选:否\n<li>tag:tag-key</li>\n按照【标签键值对】进行过滤。 tag-key使用具体的标签键进行替换。\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为5。参数不支持同时指定DiskBackupIds 和 Filters。",
|
|
3158
3222
|
"example": "无",
|
|
3159
3223
|
"member": "Filter",
|
|
3160
3224
|
"name": "Filters",
|
|
@@ -3367,7 +3431,7 @@
|
|
|
3367
3431
|
},
|
|
3368
3432
|
{
|
|
3369
3433
|
"disabled": false,
|
|
3370
|
-
"document": "过滤器列表。\ndisk-id\n按照【云硬盘 ID】进行过滤。\n类型:String\n必选:否\ninstance-id\n按照【实例ID】进行过滤。\n类型:String\n必选:否\ndisk-name\n按照【云硬盘名称】进行过滤。\n类型:String\n必选:否\nzone\n按照【可用区】进行过滤。\n类型:String\n必选:否\ndisk-usage\n按照【云硬盘类型】进行过滤。\n类型:String\n必选:否\n取值:SYSTEM_DISK(系统盘)或 DATA_DISK(数据盘)\ndisk-state\n按照【云硬盘状态】进行过滤。\n类型:String\n必选:否\n取值:参考数据结构[Disk](https://cloud.tencent.com/document/api/1207/47576#Disk)中DiskState取值。\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为 100。参数不支持同时指定 DiskIds 和 Filters。",
|
|
3434
|
+
"document": "过滤器列表。\ndisk-id\n按照【云硬盘 ID】进行过滤。\n类型:String\n必选:否\ninstance-id\n按照【实例ID】进行过滤。\n类型:String\n必选:否\ndisk-name\n按照【云硬盘名称】进行过滤。\n类型:String\n必选:否\nzone\n按照【可用区】进行过滤。\n类型:String\n必选:否\ndisk-usage\n按照【云硬盘类型】进行过滤。\n类型:String\n必选:否\n取值:SYSTEM_DISK(系统盘)或 DATA_DISK(数据盘)\ndisk-state\n按照【云硬盘状态】进行过滤。\n类型:String\n必选:否\n取值:参考数据结构[Disk](https://cloud.tencent.com/document/api/1207/47576#Disk)中DiskState取值。\ntag-key\n按照【标签键】进行过滤。 类型:String 必选:否\ntag-value\n按照【标签值】进行过滤。 类型:String 必选:否\ntag:tag-key\n按照【标签键值对】进行过滤。 tag-key使用具体的标签键进行替换。\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为 100。参数不支持同时指定 DiskIds 和 Filters。",
|
|
3371
3435
|
"example": "无",
|
|
3372
3436
|
"member": "Filter",
|
|
3373
3437
|
"name": "Filters",
|
|
@@ -4172,7 +4236,7 @@
|
|
|
4172
4236
|
"members": [
|
|
4173
4237
|
{
|
|
4174
4238
|
"disabled": false,
|
|
4175
|
-
"document": "资源名列表,可取值:\n- GENERAL_BUNDLE_INSTANCE 通用型套餐实例\n- STORAGE_BUNDLE_INSTANCE 存储型套餐实例 \n- ENTERPRISE_BUNDLE_INSTANCE 企业型套餐实例 \n- EXCLUSIVE_BUNDLE_INSTANCE 专属型套餐实例\n- BEFAST_BUNDLE_INSTANCE 蜂驰型套餐实例\n- STARTER_BUNDLE_INSTANCE 入门型套餐实例\n- HK_EXCLUSIVE_BUNDLE_INSTANCE 中国香港专属型套餐实例\n- CAREFREE_BUNDLE_INSTANCE 无忧型套餐实例\n- USER_KEY_PAIR 密钥对\n- SNAPSHOT 快照\n- BLUEPRINT 自定义镜像\n- FREE_BLUEPRINT 免费自定义镜像\n- DATA_DISK 数据盘",
|
|
4239
|
+
"document": "资源名列表,可取值:\n- GENERAL_BUNDLE_INSTANCE 通用型套餐实例\n- STORAGE_BUNDLE_INSTANCE 存储型套餐实例 \n- ENTERPRISE_BUNDLE_INSTANCE 企业型套餐实例 \n- EXCLUSIVE_BUNDLE_INSTANCE 专属型套餐实例\n- BEFAST_BUNDLE_INSTANCE 蜂驰型套餐实例\n- STARTER_BUNDLE_INSTANCE 入门型套餐实例\n- HK_EXCLUSIVE_BUNDLE_INSTANCE 中国香港专属型套餐实例\n- CAREFREE_BUNDLE_INSTANCE 无忧型套餐实例\n- EXCLUSIVE_BUNDLE_02_INSTANCE 境外专属Ⅱ型\n- NEWCOMER_BUNDLE_INSTANCE 新客专享型\n- GAME_PORTAL_BUNDLE_INSTANCE 游戏专区实例\n- ECONOMY_BUNDLE_INSTANCE 经济型套餐实例\n- BUDGET_BUNDLE_INSTANCE 特惠型套餐实例\n- RAZOR_SPEED_BUNDLE_INSTANCE 锐驰套餐实例\n- BANDWIDTH_BUNDLE_INSTANCE 带宽型套餐实例\n- USER_KEY_PAIR 密钥对\n- SNAPSHOT 快照\n- BLUEPRINT 自定义镜像\n- FREE_BLUEPRINT 免费自定义镜像\n- DATA_DISK 数据盘",
|
|
4176
4240
|
"example": "[\"GENERAL_BUNDLE_INSTANCE\"]",
|
|
4177
4241
|
"member": "string",
|
|
4178
4242
|
"name": "ResourceNames",
|
|
@@ -4653,8 +4717,8 @@
|
|
|
4653
4717
|
},
|
|
4654
4718
|
{
|
|
4655
4719
|
"disabled": false,
|
|
4656
|
-
"document": "过滤器列表。\n<li>key-id</li>按照【密钥对ID】进行过滤。\n类型:String\n必选:否\n<li>key-name</li>按照【密钥对名称】进行过滤(支持模糊匹配)。\n类型:String\n必选:否\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 KeyIds 和 Filters。",
|
|
4657
|
-
"example": "
|
|
4720
|
+
"document": "过滤器列表。\n<li>key-id</li>按照【密钥对ID】进行过滤。\n类型:String\n必选:否\n<li>key-name</li>按照【密钥对名称】进行过滤(支持模糊匹配)。\n类型:String\n必选:否\n<li>tag-key</li>\n按照【标签键】进行过滤。 类型:String 必选:否\n<li>tag-value</li>\n按照【标签值】进行过滤。 类型:String 必选:否\n<li>tag:tag-key</li>\n按照【标签键值对】进行过滤。 tag-key使用具体的标签键进行替换。\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 KeyIds 和 Filters。",
|
|
4721
|
+
"example": "无",
|
|
4658
4722
|
"member": "Filter",
|
|
4659
4723
|
"name": "Filters",
|
|
4660
4724
|
"required": false,
|
|
@@ -5155,7 +5219,7 @@
|
|
|
5155
5219
|
},
|
|
5156
5220
|
{
|
|
5157
5221
|
"disabled": false,
|
|
5158
|
-
"document": "过滤器列表。\n<li>snapshot-id</li>按照【快照 ID】进行过滤。\n类型:String\n必选:否\n可通过 <a href=\"https://cloud.tencent.com/document/product/1207/54388\">DescribeSnapshots</a> 接口返回值中的 SnapshotId 获取。\n
|
|
5222
|
+
"document": "过滤器列表。\n<li>snapshot-id</li>按照【快照 ID】进行过滤。\n类型:String\n必选:否\n可通过 <a href=\"https://cloud.tencent.com/document/product/1207/54388\">DescribeSnapshots</a> 接口返回值中的 SnapshotId 获取。\n<li>disk-id</li>按照【磁盘 ID】进行过滤。\n类型:String\n必选:否\n可通过 <a href=\"https://cloud.tencent.com/document/product/1207/66093\">DescribeDisks</a> 接口返回值中的 DiskId 获取。\n<li>snapshot-name</li>按照【快照名称】进行过滤。\n类型:String\n必选:否\n可通过 <a href=\"https://cloud.tencent.com/document/product/1207/54388\">DescribeSnapshots</a> 接口返回值中的 SnapshotName 获取。\n<li>instance-id</li>按照【实例 ID 】进行过滤。\n类型:String\n必选:否\n可通过 <a href=\"https://cloud.tencent.com/document/product/1207/47573\">DescribeInstances</a> 接口返回值中的 InstanceId 获取。\n<li>tag-key</li>\n按照【标签键】进行过滤。 类型:String 必选:否\n<li>tag-value</li>\n按照【标签值】进行过滤。 类型:String 必选:否\n<li>tag:tag-key</li>\n按照【标签键值对】进行过滤。 tag-key使用具体的标签键进行替换。\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 SnapshotIds 和 Filters。",
|
|
5159
5223
|
"example": "无",
|
|
5160
5224
|
"member": "Filter",
|
|
5161
5225
|
"name": "Filters",
|
|
@@ -5271,6 +5335,32 @@
|
|
|
5271
5335
|
],
|
|
5272
5336
|
"type": "object"
|
|
5273
5337
|
},
|
|
5338
|
+
"DestinationRegionBlueprint": {
|
|
5339
|
+
"document": "目标地域镜像信息。",
|
|
5340
|
+
"members": [
|
|
5341
|
+
{
|
|
5342
|
+
"disabled": false,
|
|
5343
|
+
"document": "目标地域。",
|
|
5344
|
+
"example": "ap-guangzhou",
|
|
5345
|
+
"member": "string",
|
|
5346
|
+
"name": "Region",
|
|
5347
|
+
"output_required": true,
|
|
5348
|
+
"type": "string",
|
|
5349
|
+
"value_allowed_null": false
|
|
5350
|
+
},
|
|
5351
|
+
{
|
|
5352
|
+
"disabled": false,
|
|
5353
|
+
"document": "目标地域镜像ID。",
|
|
5354
|
+
"example": "lhbp-lf3gjs2f",
|
|
5355
|
+
"member": "string",
|
|
5356
|
+
"name": "BlueprintId",
|
|
5357
|
+
"output_required": true,
|
|
5358
|
+
"type": "string",
|
|
5359
|
+
"value_allowed_null": false
|
|
5360
|
+
}
|
|
5361
|
+
],
|
|
5362
|
+
"usage": "out"
|
|
5363
|
+
},
|
|
5274
5364
|
"DetachCcnRequest": {
|
|
5275
5365
|
"document": "DetachCcn请求参数结构体",
|
|
5276
5366
|
"members": [
|
|
@@ -5685,6 +5775,16 @@
|
|
|
5685
5775
|
"output_required": true,
|
|
5686
5776
|
"type": "int",
|
|
5687
5777
|
"value_allowed_null": false
|
|
5778
|
+
},
|
|
5779
|
+
{
|
|
5780
|
+
"disabled": false,
|
|
5781
|
+
"document": "云硬盘绑定的标签列表。",
|
|
5782
|
+
"example": "无",
|
|
5783
|
+
"member": "Tag",
|
|
5784
|
+
"name": "Tags",
|
|
5785
|
+
"output_required": false,
|
|
5786
|
+
"type": "list",
|
|
5787
|
+
"value_allowed_null": false
|
|
5688
5788
|
}
|
|
5689
5789
|
],
|
|
5690
5790
|
"usage": "out"
|
|
@@ -5801,6 +5901,16 @@
|
|
|
5801
5901
|
"output_required": true,
|
|
5802
5902
|
"type": "string",
|
|
5803
5903
|
"value_allowed_null": false
|
|
5904
|
+
},
|
|
5905
|
+
{
|
|
5906
|
+
"disabled": false,
|
|
5907
|
+
"document": "云硬盘备份点绑定的标签列表。",
|
|
5908
|
+
"example": "无",
|
|
5909
|
+
"member": "Tag",
|
|
5910
|
+
"name": "Tags",
|
|
5911
|
+
"output_required": false,
|
|
5912
|
+
"type": "list",
|
|
5913
|
+
"value_allowed_null": false
|
|
5804
5914
|
}
|
|
5805
5915
|
],
|
|
5806
5916
|
"usage": "out"
|
|
@@ -6995,6 +7105,15 @@
|
|
|
6995
7105
|
"name": "PublicKey",
|
|
6996
7106
|
"required": true,
|
|
6997
7107
|
"type": "string"
|
|
7108
|
+
},
|
|
7109
|
+
{
|
|
7110
|
+
"disabled": false,
|
|
7111
|
+
"document": "标签键和标签值。 如果指定多个标签,则会为指定资源同时创建并绑定该多个标签。 同一个资源上的同一个标签键只能对应一个标签值。如果您尝试添加已有标签键,则对应的标签值会更新为新值。 如果标签不存在会为您自动创建标签。 数组最多支持10个元素。",
|
|
7112
|
+
"example": "无",
|
|
7113
|
+
"member": "Tag",
|
|
7114
|
+
"name": "Tags",
|
|
7115
|
+
"required": false,
|
|
7116
|
+
"type": "list"
|
|
6998
7117
|
}
|
|
6999
7118
|
],
|
|
7000
7119
|
"type": "object"
|
|
@@ -7008,7 +7127,7 @@
|
|
|
7008
7127
|
"example": "lhkp-2xsmy15f",
|
|
7009
7128
|
"member": "string",
|
|
7010
7129
|
"name": "KeyId",
|
|
7011
|
-
"
|
|
7130
|
+
"output_required": true,
|
|
7012
7131
|
"type": "string",
|
|
7013
7132
|
"value_allowed_null": false
|
|
7014
7133
|
},
|
|
@@ -8120,6 +8239,16 @@
|
|
|
8120
8239
|
"output_required": true,
|
|
8121
8240
|
"type": "string",
|
|
8122
8241
|
"value_allowed_null": true
|
|
8242
|
+
},
|
|
8243
|
+
{
|
|
8244
|
+
"disabled": false,
|
|
8245
|
+
"document": "密钥对绑定的标签列表。",
|
|
8246
|
+
"example": "无",
|
|
8247
|
+
"member": "Tag",
|
|
8248
|
+
"name": "Tags",
|
|
8249
|
+
"output_required": false,
|
|
8250
|
+
"type": "list",
|
|
8251
|
+
"value_allowed_null": false
|
|
8123
8252
|
}
|
|
8124
8253
|
],
|
|
8125
8254
|
"usage": "out"
|
|
@@ -8178,8 +8307,8 @@
|
|
|
8178
8307
|
"members": [
|
|
8179
8308
|
{
|
|
8180
8309
|
"disabled": false,
|
|
8181
|
-
"document": "MCP Server ID
|
|
8182
|
-
"example": "lhms-
|
|
8310
|
+
"document": "MCP Server ID",
|
|
8311
|
+
"example": "lhms-bi8sl6ut",
|
|
8183
8312
|
"member": "string",
|
|
8184
8313
|
"name": "McpServerId",
|
|
8185
8314
|
"output_required": true,
|
|
@@ -8190,7 +8319,7 @@
|
|
|
8190
8319
|
{
|
|
8191
8320
|
"disabled": false,
|
|
8192
8321
|
"document": "MCP Server名称。最大长度:64",
|
|
8193
|
-
"example": "
|
|
8322
|
+
"example": "test-modify",
|
|
8194
8323
|
"member": "string",
|
|
8195
8324
|
"name": "Name",
|
|
8196
8325
|
"output_required": true,
|
|
@@ -8200,7 +8329,7 @@
|
|
|
8200
8329
|
},
|
|
8201
8330
|
{
|
|
8202
8331
|
"disabled": false,
|
|
8203
|
-
"document": "MCP Server
|
|
8332
|
+
"document": "MCP Server类型。枚举值如下:\n\n<li>PUBLIC_PACKAGE:公共包安装</li>\n<li>AGENT_GENERATED:AI生成</li>",
|
|
8204
8333
|
"example": "PUBLIC_PACKAGE",
|
|
8205
8334
|
"member": "string",
|
|
8206
8335
|
"name": "McpServerType",
|
|
@@ -8212,7 +8341,7 @@
|
|
|
8212
8341
|
{
|
|
8213
8342
|
"disabled": false,
|
|
8214
8343
|
"document": "MCP Server图标地址",
|
|
8215
|
-
"example": "
|
|
8344
|
+
"example": "https://cloudcache.tencent-cloud.com",
|
|
8216
8345
|
"member": "string",
|
|
8217
8346
|
"name": "IconUrl",
|
|
8218
8347
|
"output_required": false,
|
|
@@ -8223,7 +8352,7 @@
|
|
|
8223
8352
|
{
|
|
8224
8353
|
"disabled": false,
|
|
8225
8354
|
"document": "Base64编码后的MCP Server启动命令。最大长度:2048",
|
|
8226
|
-
"example": "
|
|
8355
|
+
"example": "bnB4IEBwbGF5d3JpZ2h0L21jcEBsYXRlc3QgLS1oZWFkbGVzcw==",
|
|
8227
8356
|
"member": "string",
|
|
8228
8357
|
"name": "Command",
|
|
8229
8358
|
"output_required": true,
|
|
@@ -8233,7 +8362,7 @@
|
|
|
8233
8362
|
},
|
|
8234
8363
|
{
|
|
8235
8364
|
"disabled": false,
|
|
8236
|
-
"document": "MCP Server状态。枚举值如下:\n\
|
|
8365
|
+
"document": "MCP Server状态。枚举值如下:\n\n<li>PENDING:表示创建中</li>\n<li>LAUNCH_FAILED:表示创建失败</li>\n<li>RUNNING:表示运行中</li>\n<li>STOPPED:表示关闭</li>\n<li>STARTING:表示开启中</li>\n<li>STOPPING:表示关闭中</li>\n<li>RESTARTING:表示重启中</li>\n<li>REMOVING:表示删除中</li>\n<li>UNKNOWN:表示未知</li>\n<li>ENV_ERROR:表示环境错误</li>",
|
|
8237
8366
|
"example": "RUNNING",
|
|
8238
8367
|
"member": "string",
|
|
8239
8368
|
"name": "State",
|
|
@@ -8244,8 +8373,8 @@
|
|
|
8244
8373
|
},
|
|
8245
8374
|
{
|
|
8246
8375
|
"disabled": false,
|
|
8247
|
-
"document": "MCP Server
|
|
8248
|
-
"example": "http://
|
|
8376
|
+
"document": "MCP Server访问地址。传输类型 TransportType 为 STREAMABLE_HTTP 时以 /mcp结尾,为 SSE 时以 /sse结尾。",
|
|
8377
|
+
"example": "http://1.14.54.109/lhms-bi8sl6ut/mcp",
|
|
8249
8378
|
"member": "string",
|
|
8250
8379
|
"name": "ServerUrl",
|
|
8251
8380
|
"output_required": true,
|
|
@@ -8256,7 +8385,7 @@
|
|
|
8256
8385
|
{
|
|
8257
8386
|
"disabled": false,
|
|
8258
8387
|
"document": "MCP Server配置",
|
|
8259
|
-
"example": "{
|
|
8388
|
+
"example": "{\"mcpServers\":{\"test-modify\":{\"url\":\"http://1.14.54.109/lhms-bi8sl6ut/mcp\"}}}",
|
|
8260
8389
|
"member": "string",
|
|
8261
8390
|
"name": "Config",
|
|
8262
8391
|
"output_required": true,
|
|
@@ -8267,7 +8396,7 @@
|
|
|
8267
8396
|
{
|
|
8268
8397
|
"disabled": false,
|
|
8269
8398
|
"document": "MCP Server备注",
|
|
8270
|
-
"example": "
|
|
8399
|
+
"example": "Playwright Mcp",
|
|
8271
8400
|
"member": "string",
|
|
8272
8401
|
"name": "Description",
|
|
8273
8402
|
"output_required": false,
|
|
@@ -8278,7 +8407,7 @@
|
|
|
8278
8407
|
{
|
|
8279
8408
|
"disabled": false,
|
|
8280
8409
|
"document": "MCP Server创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 \n格式为: YYYY-MM-DDThh:mm:ssZ。",
|
|
8281
|
-
"example": "2025-
|
|
8410
|
+
"example": "2025-10-22T10:46:45Z",
|
|
8282
8411
|
"member": "datetime_iso",
|
|
8283
8412
|
"name": "CreatedTime",
|
|
8284
8413
|
"output_required": true,
|
|
@@ -8289,7 +8418,7 @@
|
|
|
8289
8418
|
{
|
|
8290
8419
|
"disabled": false,
|
|
8291
8420
|
"document": "MCP Server修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 \n格式为: YYYY-MM-DDThh:mm:ssZ。",
|
|
8292
|
-
"example": "2025-
|
|
8421
|
+
"example": "2025-10-22T10:49:49Z",
|
|
8293
8422
|
"member": "datetime_iso",
|
|
8294
8423
|
"name": "UpdatedTime",
|
|
8295
8424
|
"output_required": true,
|
|
@@ -8307,6 +8436,17 @@
|
|
|
8307
8436
|
"required": false,
|
|
8308
8437
|
"type": "list",
|
|
8309
8438
|
"value_allowed_null": false
|
|
8439
|
+
},
|
|
8440
|
+
{
|
|
8441
|
+
"disabled": false,
|
|
8442
|
+
"document": "传输类型。枚举值如下:\n\n<li>STREAMABLE_HTTP:HTTP协议的流式传输方式</li>\n<li>SSE:Server-Sent Events,服务器发送事件</li>",
|
|
8443
|
+
"example": "STREAMABLE_HTTP",
|
|
8444
|
+
"member": "string",
|
|
8445
|
+
"name": "TransportType",
|
|
8446
|
+
"output_required": true,
|
|
8447
|
+
"required": false,
|
|
8448
|
+
"type": "string",
|
|
8449
|
+
"value_allowed_null": false
|
|
8310
8450
|
}
|
|
8311
8451
|
],
|
|
8312
8452
|
"usage": "both"
|
|
@@ -9079,7 +9219,7 @@
|
|
|
9079
9219
|
},
|
|
9080
9220
|
{
|
|
9081
9221
|
"disabled": false,
|
|
9082
|
-
"document": "MCP Server ID
|
|
9222
|
+
"document": "MCP Server ID。可以通[DescribeMcpServers](https://cloud.tencent.com/document/product/1207/122837)接口返回值中的McpServerId获取。",
|
|
9083
9223
|
"example": "lhms-p2dophob",
|
|
9084
9224
|
"member": "string",
|
|
9085
9225
|
"name": "McpServerId",
|
|
@@ -9121,6 +9261,15 @@
|
|
|
9121
9261
|
"name": "Envs",
|
|
9122
9262
|
"required": false,
|
|
9123
9263
|
"type": "list"
|
|
9264
|
+
},
|
|
9265
|
+
{
|
|
9266
|
+
"disabled": false,
|
|
9267
|
+
"document": "传输类型。枚举值如下:\n\n<li>STREAMABLE_HTTP:HTTP协议的流式传输方式</li>\n<li>SSE:Server-Sent Events,服务器发送事件</li>",
|
|
9268
|
+
"example": "STREAMABLE_HTTP",
|
|
9269
|
+
"member": "string",
|
|
9270
|
+
"name": "TransportType",
|
|
9271
|
+
"required": false,
|
|
9272
|
+
"type": "string"
|
|
9124
9273
|
}
|
|
9125
9274
|
],
|
|
9126
9275
|
"type": "object"
|
|
@@ -10297,6 +10446,16 @@
|
|
|
10297
10446
|
"output_required": true,
|
|
10298
10447
|
"type": "string",
|
|
10299
10448
|
"value_allowed_null": false
|
|
10449
|
+
},
|
|
10450
|
+
{
|
|
10451
|
+
"disabled": false,
|
|
10452
|
+
"document": "快照绑定的标签列表。",
|
|
10453
|
+
"example": "无",
|
|
10454
|
+
"member": "Tag",
|
|
10455
|
+
"name": "Tags",
|
|
10456
|
+
"output_required": false,
|
|
10457
|
+
"type": "list",
|
|
10458
|
+
"value_allowed_null": false
|
|
10300
10459
|
}
|
|
10301
10460
|
],
|
|
10302
10461
|
"usage": "out"
|
|
@@ -10709,6 +10868,16 @@
|
|
|
10709
10868
|
"SyncBlueprintResponse": {
|
|
10710
10869
|
"document": "SyncBlueprint返回参数结构体",
|
|
10711
10870
|
"members": [
|
|
10871
|
+
{
|
|
10872
|
+
"disabled": false,
|
|
10873
|
+
"document": "目标地域镜像信息。",
|
|
10874
|
+
"example": "无",
|
|
10875
|
+
"member": "DestinationRegionBlueprint",
|
|
10876
|
+
"name": "DestinationRegionBlueprintSet",
|
|
10877
|
+
"output_required": true,
|
|
10878
|
+
"type": "list",
|
|
10879
|
+
"value_allowed_null": false
|
|
10880
|
+
},
|
|
10712
10881
|
{
|
|
10713
10882
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
10714
10883
|
"member": "string",
|
|
@@ -134,6 +134,12 @@
|
|
|
134
134
|
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMcpServer\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-5h3s0lht\",\n \"Name\": \"腾讯云 Lighthouse MCP Server\",\n \"Command\": \"bnB4IC15IGxpZ2h0aG91c2UtbWNwLXNlcnZlcg==\",\n \"Description\": \"基于MCP协议的腾讯云Lighthouse MCP Server,借助大模型即可完成实例防火墙配置、实例检测、监控分析等常用功能。\",\n \"Envs\": [\n {\n \"Key\": \"TENCENTCLOUD_SECRET_KEY\",\n \"Value\": \"YOUR_TENCENT_SECRET_KEY\"\n },\n {\n \"Key\": \"TENCENTCLOUD_SECRET_ID\",\n \"Value\": \"YOUR_TENCENT_SECRET_ID\"\n }\n ]\n}",
|
|
135
135
|
"output": "{\n \"Response\": {\n \"McpServerId\": \"lhms-p2dophob\",\n \"RequestId\": \"54a37c92-9e77-4ba2-a791-925ae44f37f2\"\n }\n}",
|
|
136
136
|
"title": "创建MCP Server"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"document": "演示如何创建一个指定传输类型的MCP Server",
|
|
140
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMcpServer\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-ah48gaor\",\n \"Name\": \"Sequential Thinking\",\n \"Command\": \"bnB4IC15IEBtb2RlbGNvbnRleHRwcm90b2NvbC9zZXJ2ZXItc2VxdWVudGlhbC10aGlua2luZw==\",\n \"Envs\": [\n {\n \"Key\": \"TEST_ENV_KEY\",\n \"Value\": \"TEST_ENV_VALUE\"\n }\n ],\n \"TransportType\": \"STREAMABLE_HTTP\"\n}",
|
|
141
|
+
"output": "{\n \"Response\": {\n \"McpServerId\": \"lhms-9v3z57px\",\n \"RequestId\": \"9b58cd17-6586-404f-ac93-7b2913024080\"\n }\n}",
|
|
142
|
+
"title": "创建MCP Server-指定传输类型"
|
|
137
143
|
}
|
|
138
144
|
],
|
|
139
145
|
"DeleteBlueprints": [
|
|
@@ -212,7 +218,7 @@
|
|
|
212
218
|
{
|
|
213
219
|
"document": "查询镜像信息",
|
|
214
220
|
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBlueprints\n<公共请求参数>\n\n{\n \"BlueprintIds\": [\n \"lhbp-lf6jlx98\"\n ]\n}",
|
|
215
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"BlueprintSet\": [\n {\n \"BlueprintId\": \"lhbp-lf6jlx98\",\n \"DisplayTitle\": \"宝塔Linux面板\",\n \"DisplayVersion\": \"8.1.0 腾讯云专享版\",\n \"BlueprintName\": \"btpanel_exclusive\",\n \"Description\": \"宝塔Linux面板(BT-Panel)是一款简单好用的服务器运维管理面板,支持一键LAMP/LNMP/集群/监控/网站/FTP/数据库/JAVA等100多项服务器管理功能,能够极大提升运维管理效率。宝塔面板腾讯云专享版由腾讯云与堡塔公司联合开发,与普通版相比,专享版默认集成腾讯云COSFS、CDN和DNS解析插件,让用户更便捷的使用宝塔面板对腾讯云产品进行管理和操作。该镜像基于OpenCloudOS 9操作系统。\",\n \"OsName\": \"OpenCloudOS 9\",\n \"Platform\": \"OPENCLOUDOS\",\n \"PlatformType\": \"LINUX_UNIX\",\n \"BlueprintType\": \"APP_OS\",\n \"ImageUrl\": \"https://cloudcache.tencent-cloud.com/open_proj/proj_qcloud_v2/tc-console/tea-static-lighthouse/src/styles/slice/bt-panel.svg\",\n \"RequiredSystemDiskSize\": 20,\n \"RequiredMemorySize\": 1,\n \"BlueprintState\": \"NORMAL\",\n \"SupportAutomationTools\": true,\n \"ImageId\": \"\",\n \"CommunityUrl\": \"https://www.bt.cn\",\n \"GuideUrl\": \"https://cloud.tencent.com/document/product/1207/47425\",\n \"SceneIdSet\": [\n \"lhsc-3bzsddow\"\n ],\n \"DockerVersion\": null,\n \"BlueprintShared\": false,\n \"CreatedTime\": \"2024-05-08T03:43:06Z\"\n }\n ],\n \"RequestId\": \"817c4e56-36fc-47ff-bfb6-c4462816972b\"\n }\n}",
|
|
221
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"BlueprintSet\": [\n {\n \"BlueprintId\": \"lhbp-lf6jlx98\",\n \"DisplayTitle\": \"宝塔Linux面板\",\n \"DisplayVersion\": \"8.1.0 腾讯云专享版\",\n \"BlueprintName\": \"btpanel_exclusive\",\n \"Description\": \"宝塔Linux面板(BT-Panel)是一款简单好用的服务器运维管理面板,支持一键LAMP/LNMP/集群/监控/网站/FTP/数据库/JAVA等100多项服务器管理功能,能够极大提升运维管理效率。宝塔面板腾讯云专享版由腾讯云与堡塔公司联合开发,与普通版相比,专享版默认集成腾讯云COSFS、CDN和DNS解析插件,让用户更便捷的使用宝塔面板对腾讯云产品进行管理和操作。该镜像基于OpenCloudOS 9操作系统。\",\n \"OsName\": \"OpenCloudOS 9\",\n \"Platform\": \"OPENCLOUDOS\",\n \"PlatformType\": \"LINUX_UNIX\",\n \"BlueprintType\": \"APP_OS\",\n \"ImageUrl\": \"https://cloudcache.tencent-cloud.com/open_proj/proj_qcloud_v2/tc-console/tea-static-lighthouse/src/styles/slice/bt-panel.svg\",\n \"RequiredSystemDiskSize\": 20,\n \"RequiredMemorySize\": 1,\n \"BlueprintState\": \"NORMAL\",\n \"SupportAutomationTools\": true,\n \"ImageId\": \"\",\n \"CommunityUrl\": \"https://www.bt.cn\",\n \"GuideUrl\": \"https://cloud.tencent.com/document/product/1207/47425\",\n \"SceneIdSet\": [\n \"lhsc-3bzsddow\"\n ],\n \"DockerVersion\": null,\n \"BlueprintShared\": false,\n \"Tags\": [],\n \"CreatedTime\": \"2024-05-08T03:43:06Z\"\n }\n ],\n \"RequestId\": \"817c4e56-36fc-47ff-bfb6-c4462816972b\"\n }\n}",
|
|
216
222
|
"title": "查询镜像信息"
|
|
217
223
|
}
|
|
218
224
|
],
|
|
@@ -276,7 +282,7 @@
|
|
|
276
282
|
{
|
|
277
283
|
"document": "查询磁盘",
|
|
278
284
|
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDisks\n<公共请求参数>\n\n{\n \"DiskIds\": [\n \"lhdisk-p1zflrif\"\n ]\n}",
|
|
279
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DiskSet\": [\n {\n \"DiskId\": \"lhdisk-p1zflrif\",\n \"InstanceId\": \"lhins-anxwfvxh\",\n \"Zone\": \"ap-guangzhou-3\",\n \"DiskName\": \"lhdisk-p1zflrif-system-disk\",\n \"DiskUsage\": \"DATA_DISK\",\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskChargeType\": \"PREPAID\",\n \"DiskSize\": 30,\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"DiskState\": \"ATTACHED\",\n \"Attached\": true,\n \"DeleteWithInstance\": false,\n \"DiskBackupCount\": 1,\n \"DiskBackupQuota\": 1,\n \"LatestOperation\": \"DetachDisks\",\n \"LatestOperationState\": \"FAILED\",\n \"LatestOperationRequestId\": \"54118bb6-7206-43f7-bf53-b77a394ad51e\",\n \"CreatedTime\": \"2021-08-25T08:50:57Z\",\n \"ExpiredTime\": \"2021-10-28T09:11:37Z\",\n \"IsolatedTime\": null\n }\n ],\n \"RequestId\": \"b362f486-571c-4094-afd5-22a38bd63046\"\n }\n}",
|
|
285
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DiskSet\": [\n {\n \"DiskId\": \"lhdisk-p1zflrif\",\n \"InstanceId\": \"lhins-anxwfvxh\",\n \"Zone\": \"ap-guangzhou-3\",\n \"DiskName\": \"lhdisk-p1zflrif-system-disk\",\n \"DiskUsage\": \"DATA_DISK\",\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"DiskChargeType\": \"PREPAID\",\n \"DiskSize\": 30,\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"DiskState\": \"ATTACHED\",\n \"Attached\": true,\n \"DeleteWithInstance\": false,\n \"DiskBackupCount\": 1,\n \"DiskBackupQuota\": 1,\n \"LatestOperation\": \"DetachDisks\",\n \"LatestOperationState\": \"FAILED\",\n \"LatestOperationRequestId\": \"54118bb6-7206-43f7-bf53-b77a394ad51e\",\n \"CreatedTime\": \"2021-08-25T08:50:57Z\",\n \"ExpiredTime\": \"2021-10-28T09:11:37Z\",\n \"Tags\": [],\n \"IsolatedTime\": null\n }\n ],\n \"RequestId\": \"b362f486-571c-4094-afd5-22a38bd63046\"\n }\n}",
|
|
280
286
|
"title": "查询磁盘"
|
|
281
287
|
}
|
|
282
288
|
],
|
|
@@ -936,7 +942,7 @@
|
|
|
936
942
|
{
|
|
937
943
|
"document": "向两个地域同步自定义镜像。",
|
|
938
944
|
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncBlueprint\n<公共请求参数>\n\n{\n \"BlueprintId\": \"lhbp-ls883feh\",\n \"DestinationRegions\": [\n \"ap-singapore\",\n \"ap-hongkong\"\n ]\n}",
|
|
939
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
945
|
+
"output": "{\n \"Response\": {\n \"DestinationRegionBlueprintSet\": [\n {\n \"Region\": \"ap-singapore\",\n \"BlueprintId\": \"lhbp-lf3gjs2f\"\n },\n {\n \"Region\": \"ap-hongkong\",\n \"BlueprintId\": \"lhbp-lfle246l\"\n }\n ],\n \"RequestId\": \"e35a5b7b-4dfa-49f8-8729-ba5c504807e0\"\n }\n}",
|
|
940
946
|
"title": "跨地域同步自定义镜像"
|
|
941
947
|
}
|
|
942
948
|
],
|
|
@@ -2386,7 +2386,7 @@
|
|
|
2386
2386
|
{
|
|
2387
2387
|
"disabled": false,
|
|
2388
2388
|
"document": "描述信息。",
|
|
2389
|
-
"example": "场景1
|
|
2389
|
+
"example": "场景1回调模板配置",
|
|
2390
2390
|
"member": "string",
|
|
2391
2391
|
"name": "Description",
|
|
2392
2392
|
"output_required": true,
|
|
@@ -2456,7 +2456,7 @@
|
|
|
2456
2456
|
{
|
|
2457
2457
|
"disabled": false,
|
|
2458
2458
|
"document": "回调的鉴权 key。",
|
|
2459
|
-
"example": "
|
|
2459
|
+
"example": "jdkjfaljflals",
|
|
2460
2460
|
"member": "string",
|
|
2461
2461
|
"name": "CallbackKey",
|
|
2462
2462
|
"output_required": true,
|
|
@@ -3085,7 +3085,7 @@
|
|
|
3085
3085
|
},
|
|
3086
3086
|
{
|
|
3087
3087
|
"disabled": false,
|
|
3088
|
-
"document": "布局模板Id。\n有效值[1,20,21,31,32,41]\n
|
|
3088
|
+
"document": "布局模板Id。\n有效值[1,20,21,31,32,41]\n当使用布局模板时,无需LayoutParams参数,导播台将使用模板布局参数。\n",
|
|
3089
3089
|
"example": "21",
|
|
3090
3090
|
"member": "int64",
|
|
3091
3091
|
"name": "LayoutTemplateId",
|
|
@@ -3108,7 +3108,7 @@
|
|
|
3108
3108
|
{
|
|
3109
3109
|
"disabled": false,
|
|
3110
3110
|
"document": "详细的布局参数列表。",
|
|
3111
|
-
"example": "
|
|
3111
|
+
"example": "无",
|
|
3112
3112
|
"member": "CasterLayoutParam",
|
|
3113
3113
|
"name": "LayoutParams",
|
|
3114
3114
|
"output_required": true,
|
|
@@ -16455,7 +16455,7 @@
|
|
|
16455
16455
|
{
|
|
16456
16456
|
"disabled": false,
|
|
16457
16457
|
"document": "回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。\n[事件消息通知](/document/product/267/32744)。",
|
|
16458
|
-
"example": "
|
|
16458
|
+
"example": "ajdjfladla",
|
|
16459
16459
|
"member": "string",
|
|
16460
16460
|
"name": "CallbackKey",
|
|
16461
16461
|
"required": false,
|
|
@@ -19532,7 +19532,7 @@
|
|
|
19532
19532
|
},
|
|
19533
19533
|
{
|
|
19534
19534
|
"disabled": false,
|
|
19535
|
-
"document": "录制存储时长。\n单位秒,取值范围: 0 - 1500天。\n0
|
|
19535
|
+
"document": "录制存储时长。\n单位秒,取值范围: 0 - 1500天。\n0:表示永久存储。\n注:此参数只对录制到VOD有效。",
|
|
19536
19536
|
"example": "800",
|
|
19537
19537
|
"member": "int64",
|
|
19538
19538
|
"name": "StorageTime",
|
|
@@ -14,6 +14,12 @@
|
|
|
14
14
|
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddCasterLayoutInfo\n<公共请求参数>\n\n{\n \"LayoutInfo\": {\n \"LayoutIndex\": \"1\",\n \"InputIndexList\": \"1|2\",\n \"LayoutTemplateId\": \"20\"\n },\n \"CasterId\": 63501\n}",
|
|
15
15
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
16
16
|
"title": "添加布局20,绑定输入1,输入2"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"document": "示例中,代表将输入2进行AI抠图,输入1作为输入2AI抠图后的叠加背景",
|
|
20
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddCasterLayoutInfo\n<公共请求参数>\n\n{\n \"CasterId\": 63501,\n \"LayoutInfo\": {\n \"InputIndexList\": \"1|2\",\n \"LayoutIndex\": 6,\n \"LayoutParams\": [\n {\n \"LayerHeight\": 1,\n \"LayerId\": 1,\n \"LayerLocationX\": 0,\n \"LayerLocationY\": 0,\n \"LayerWidth\": 1,\n \"UsePortraitSegment\": false\n },\n {\n \"LayerHeight\": 0.5,\n \"LayerId\": 2,\n \"LayerLocationX\": 0.5,\n \"LayerLocationY\": 0.5,\n \"LayerWidth\": 0.5,\n \"UsePortraitSegment\": true\n }\n ]\n }\n}",
|
|
21
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
22
|
+
"title": "增加虚拟背景布局"
|
|
17
23
|
}
|
|
18
24
|
],
|
|
19
25
|
"AddCasterMarkPicInfo": [
|
|
@@ -1349,7 +1355,7 @@
|
|
|
1349
1355
|
"document": "",
|
|
1350
1356
|
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCasterLayoutInfo\n<公共请求参数>\n\n{\n \"LayoutInfo\": {\n \"LayoutIndex\": \"1\",\n \"InputIndexList\": \"2|3\",\n \"LayoutTemplateId\": \"20\"\n },\n \"CasterId\": 63501\n}",
|
|
1351
1357
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
1352
|
-
"title": "
|
|
1358
|
+
"title": "修改模板20的布局使用的布局为输入2,输入3"
|
|
1353
1359
|
}
|
|
1354
1360
|
],
|
|
1355
1361
|
"ModifyCasterMarkPicInfo": [
|