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
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
"members": [
|
|
931
931
|
{
|
|
932
932
|
"disabled": false,
|
|
933
|
-
"document": "生成的音频格式,默认pcm
|
|
933
|
+
"document": "生成的音频格式,默认pcm,目前支持的格式列表:流式:[pcm],非流式 [pcm,wav]",
|
|
934
934
|
"example": "pcm",
|
|
935
935
|
"member": "string",
|
|
936
936
|
"name": "Format",
|
|
@@ -938,6 +938,17 @@
|
|
|
938
938
|
"required": false,
|
|
939
939
|
"type": "string",
|
|
940
940
|
"value_allowed_null": false
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"disabled": false,
|
|
944
|
+
"document": "采样率,默认24000, 可选16000, 24000 ",
|
|
945
|
+
"example": "24000",
|
|
946
|
+
"member": "uint64",
|
|
947
|
+
"name": "SampleRate",
|
|
948
|
+
"output_required": false,
|
|
949
|
+
"required": false,
|
|
950
|
+
"type": "int",
|
|
951
|
+
"value_allowed_null": false
|
|
941
952
|
}
|
|
942
953
|
],
|
|
943
954
|
"usage": "both"
|
|
@@ -4801,7 +4812,7 @@
|
|
|
4801
4812
|
{
|
|
4802
4813
|
"disabled": false,
|
|
4803
4814
|
"document": "用户媒体流参数。不填时腾讯云后台按照上行主播的进房顺序自动填充。",
|
|
4804
|
-
"example": "
|
|
4815
|
+
"example": "无",
|
|
4805
4816
|
"member": "UserMediaStream",
|
|
4806
4817
|
"name": "UserMediaStream",
|
|
4807
4818
|
"required": false,
|
|
@@ -4872,7 +4883,7 @@
|
|
|
4872
4883
|
},
|
|
4873
4884
|
{
|
|
4874
4885
|
"disabled": false,
|
|
4875
|
-
"document": "
|
|
4886
|
+
"document": "子画面的占位图片url,填写该参数,当用户关闭摄像头或未进入TRTC房间时,会在布局位置填充为指定图片。若指定图片与布局位置尺寸比例不一致,则会对图片进行拉伸处理,优先级高于BackGroundColor。支持png、jpg、jpeg、bmp、gif、webm格式。图片大小限制不超过5MB。\n注:\n1,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,占位图片将不会生效。\n2,url可支持字符集:【'0-9','a-z','A-Z','-', '.', '_', '~', ':', '/', '?', '#', '[', ']','@', '!', '&', '(', ')', '*', '+', ',', '%', '=', ';', '|'】,您需要确保url字符在可支持字符集内,若存在可支持字符集外的字符,占位图片将不会生效。",
|
|
4876
4887
|
"example": "https://***.png",
|
|
4877
4888
|
"member": "string",
|
|
4878
4889
|
"name": "BackgroundImageUrl",
|
|
@@ -4882,7 +4893,7 @@
|
|
|
4882
4893
|
{
|
|
4883
4894
|
"disabled": false,
|
|
4884
4895
|
"document": "客户自定义裁剪,针对原始输入流裁剪",
|
|
4885
|
-
"example": "
|
|
4896
|
+
"example": "无",
|
|
4886
4897
|
"member": "McuCustomCrop",
|
|
4887
4898
|
"name": "CustomCrop",
|
|
4888
4899
|
"required": false,
|
|
@@ -4899,7 +4910,7 @@
|
|
|
4899
4910
|
},
|
|
4900
4911
|
{
|
|
4901
4912
|
"disabled": false,
|
|
4902
|
-
"document": "子画面的透明模版url,指向一张包含透明通道的模板图片。填写该参数,后台混流时会提取该模板图片的透明通道,将其缩放作为目标画面的透明通道,再和其他画面进行混合。您可以通过透明模版实现目标画面的半透明效果和任意形状裁剪(如圆角、星形、心形等)。 支持png格式。图片大小限制不超过5MB。\n
|
|
4913
|
+
"document": "子画面的透明模版url,指向一张包含透明通道的模板图片。填写该参数,后台混流时会提取该模板图片的透明通道,将其缩放作为目标画面的透明通道,再和其他画面进行混合。您可以通过透明模版实现目标画面的半透明效果和任意形状裁剪(如圆角、星形、心形等)。 支持png格式。图片大小限制不超过5MB。\n注:\n1,模板图片宽高比应接近目标画面宽高比,以避免缩放适配目标画面时出现模板效果变形;2,透明模版只有RenderMode为0(裁剪)时才生效;3,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,透明模版将不会生效。\n2,url可支持字符集:【'0-9','a-z','A-Z','-', '.', '_', '~', ':', '/', '?', '#', '[', ']','@', '!', '&', '(', ')', '*', '+', ',', '%', '=', ';', '|'】,您需要确保url字符在可支持字符集内,若存在可支持字符集外的字符,透明模版将不会生效。",
|
|
4903
4914
|
"example": "https://***.png",
|
|
4904
4915
|
"member": "string",
|
|
4905
4916
|
"name": "TransparentUrl",
|
|
@@ -4909,7 +4920,7 @@
|
|
|
4909
4920
|
{
|
|
4910
4921
|
"disabled": false,
|
|
4911
4922
|
"document": "子背景图的自定义渲染参数,当BackgroundRenderMode为4时必须配置。",
|
|
4912
|
-
"example": "
|
|
4923
|
+
"example": "无",
|
|
4913
4924
|
"member": "McuBackgroundCustomRender",
|
|
4914
4925
|
"name": "BackgroundCustomRender",
|
|
4915
4926
|
"required": false,
|
|
@@ -5320,7 +5331,7 @@
|
|
|
5320
5331
|
{
|
|
5321
5332
|
"disabled": false,
|
|
5322
5333
|
"document": "输出流视频编码参数。",
|
|
5323
|
-
"example": "
|
|
5334
|
+
"example": "无",
|
|
5324
5335
|
"member": "VideoEncode",
|
|
5325
5336
|
"name": "VideoEncode",
|
|
5326
5337
|
"required": false,
|
|
@@ -5329,7 +5340,7 @@
|
|
|
5329
5340
|
{
|
|
5330
5341
|
"disabled": false,
|
|
5331
5342
|
"document": "混流布局参数。",
|
|
5332
|
-
"example": "
|
|
5343
|
+
"example": "无",
|
|
5333
5344
|
"member": "McuLayoutParams",
|
|
5334
5345
|
"name": "LayoutParams",
|
|
5335
5346
|
"required": false,
|
|
@@ -5346,7 +5357,7 @@
|
|
|
5346
5357
|
},
|
|
5347
5358
|
{
|
|
5348
5359
|
"disabled": false,
|
|
5349
|
-
"document": "
|
|
5360
|
+
"document": "整个画布的背景图片url,优先级高于BackGroundColor。支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:\n1,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,背景图片将不会生效。\n2,url可支持字符集:【'0-9','a-z','A-Z','-', '.', '_', '~', ':', '/', '?', '#', '[', ']','@', '!', '&', '(', ')', '*', '+', ',', '%', '=', ';', '|'】,您需要确保url字符在可支持字符集内,若存在可支持字符集外的字符,背景图片将不会生效。",
|
|
5350
5361
|
"example": "https://******.png",
|
|
5351
5362
|
"member": "string",
|
|
5352
5363
|
"name": "BackgroundImageUrl",
|
|
@@ -5356,7 +5367,7 @@
|
|
|
5356
5367
|
{
|
|
5357
5368
|
"disabled": false,
|
|
5358
5369
|
"document": "混流布局的水印参数。",
|
|
5359
|
-
"example": "
|
|
5370
|
+
"example": "无",
|
|
5360
5371
|
"member": "McuWaterMarkParams",
|
|
5361
5372
|
"name": "WaterMarkList",
|
|
5362
5373
|
"required": false,
|
|
@@ -5379,7 +5390,7 @@
|
|
|
5379
5390
|
"members": [
|
|
5380
5391
|
{
|
|
5381
5392
|
"disabled": false,
|
|
5382
|
-
"document": "水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n
|
|
5393
|
+
"document": "水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:\n1,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,水印图片将不会生效。\n2,url可支持字符集:【'0-9','a-z','A-Z','-', '.', '_', '~', ':', '/', '?', '#', '[', ']','@', '!', '&', '(', ')', '*', '+', ',', '%', '=', ';', '|'】,您需要确保url字符在可支持字符集内,若存在可支持字符集外的字符,水印图片将不会生效。",
|
|
5383
5394
|
"example": "xxx.png",
|
|
5384
5395
|
"member": "string",
|
|
5385
5396
|
"name": "WaterMarkUrl",
|
|
@@ -7751,7 +7762,7 @@
|
|
|
7751
7762
|
{
|
|
7752
7763
|
"disabled": false,
|
|
7753
7764
|
"document": "混流输出控制参数。",
|
|
7754
|
-
"example": "
|
|
7765
|
+
"example": "无",
|
|
7755
7766
|
"member": "OutputParams",
|
|
7756
7767
|
"name": "OutputParams",
|
|
7757
7768
|
"required": true,
|
|
@@ -7760,7 +7771,7 @@
|
|
|
7760
7771
|
{
|
|
7761
7772
|
"disabled": false,
|
|
7762
7773
|
"document": "混流输出编码参数。",
|
|
7763
|
-
"example": "
|
|
7774
|
+
"example": "无",
|
|
7764
7775
|
"member": "EncodeParams",
|
|
7765
7776
|
"name": "EncodeParams",
|
|
7766
7777
|
"required": true,
|
|
@@ -7769,7 +7780,7 @@
|
|
|
7769
7780
|
{
|
|
7770
7781
|
"disabled": false,
|
|
7771
7782
|
"document": "混流输出布局参数。",
|
|
7772
|
-
"example": "
|
|
7783
|
+
"example": "无",
|
|
7773
7784
|
"member": "LayoutParams",
|
|
7774
7785
|
"name": "LayoutParams",
|
|
7775
7786
|
"required": true,
|
|
@@ -7778,7 +7789,7 @@
|
|
|
7778
7789
|
{
|
|
7779
7790
|
"disabled": false,
|
|
7780
7791
|
"document": "第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推",
|
|
7781
|
-
"example": "
|
|
7792
|
+
"example": "无",
|
|
7782
7793
|
"member": "PublishCdnParams",
|
|
7783
7794
|
"name": "PublishCdnParams",
|
|
7784
7795
|
"required": false,
|
|
@@ -7823,7 +7834,7 @@
|
|
|
7823
7834
|
{
|
|
7824
7835
|
"disabled": false,
|
|
7825
7836
|
"document": "混流输出控制参数。",
|
|
7826
|
-
"example": "
|
|
7837
|
+
"example": "无",
|
|
7827
7838
|
"member": "OutputParams",
|
|
7828
7839
|
"name": "OutputParams",
|
|
7829
7840
|
"required": true,
|
|
@@ -7832,7 +7843,7 @@
|
|
|
7832
7843
|
{
|
|
7833
7844
|
"disabled": false,
|
|
7834
7845
|
"document": "混流输出编码参数。",
|
|
7835
|
-
"example": "
|
|
7846
|
+
"example": "无",
|
|
7836
7847
|
"member": "EncodeParams",
|
|
7837
7848
|
"name": "EncodeParams",
|
|
7838
7849
|
"required": true,
|
|
@@ -7841,7 +7852,7 @@
|
|
|
7841
7852
|
{
|
|
7842
7853
|
"disabled": false,
|
|
7843
7854
|
"document": "混流输出布局参数。",
|
|
7844
|
-
"example": "
|
|
7855
|
+
"example": "无",
|
|
7845
7856
|
"member": "LayoutParams",
|
|
7846
7857
|
"name": "LayoutParams",
|
|
7847
7858
|
"required": true,
|
|
@@ -7850,7 +7861,7 @@
|
|
|
7850
7861
|
{
|
|
7851
7862
|
"disabled": false,
|
|
7852
7863
|
"document": "第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推",
|
|
7853
|
-
"example": "
|
|
7864
|
+
"example": "无",
|
|
7854
7865
|
"member": "PublishCdnParams",
|
|
7855
7866
|
"name": "PublishCdnParams",
|
|
7856
7867
|
"required": false,
|
|
@@ -8175,38 +8186,20 @@
|
|
|
8175
8186
|
"members": [
|
|
8176
8187
|
{
|
|
8177
8188
|
"disabled": false,
|
|
8178
|
-
"document": "
|
|
8189
|
+
"document": "【必填】需要录制的网页URL",
|
|
8179
8190
|
"example": "https://web-record-xxxx.cos.ap-xxx.xxx.com/test/xxx.mp4",
|
|
8180
8191
|
"member": "string",
|
|
8181
8192
|
"name": "RecordUrl",
|
|
8182
8193
|
"required": true,
|
|
8183
8194
|
"type": "string"
|
|
8184
8195
|
},
|
|
8185
|
-
{
|
|
8186
|
-
"disabled": false,
|
|
8187
|
-
"document": "录制最大时长限制, 单位 s, 合法取值范围[1800, 36000], 默认 36000s(10 小时)\n",
|
|
8188
|
-
"example": "36000",
|
|
8189
|
-
"member": "uint64",
|
|
8190
|
-
"name": "MaxDurationLimit",
|
|
8191
|
-
"required": false,
|
|
8192
|
-
"type": "int"
|
|
8193
|
-
},
|
|
8194
8196
|
{
|
|
8195
8197
|
"disabled": false,
|
|
8196
8198
|
"document": "【必填】云存储相关的参数,目前支持腾讯云对象存储以及腾讯云云点播VOD,不支持第三方云存储;输出文件的存储格式仅支持hls或mp4",
|
|
8197
8199
|
"example": "无",
|
|
8198
8200
|
"member": "StorageParams",
|
|
8199
8201
|
"name": "StorageParams",
|
|
8200
|
-
"required":
|
|
8201
|
-
"type": "object"
|
|
8202
|
-
},
|
|
8203
|
-
{
|
|
8204
|
-
"disabled": false,
|
|
8205
|
-
"document": "页面录制视频参数",
|
|
8206
|
-
"example": "无",
|
|
8207
|
-
"member": "WebRecordVideoParams",
|
|
8208
|
-
"name": "WebRecordVideoParams",
|
|
8209
|
-
"required": false,
|
|
8202
|
+
"required": true,
|
|
8210
8203
|
"type": "object"
|
|
8211
8204
|
},
|
|
8212
8205
|
{
|
|
@@ -8215,9 +8208,27 @@
|
|
|
8215
8208
|
"example": "1600011111",
|
|
8216
8209
|
"member": "int64",
|
|
8217
8210
|
"name": "SdkAppId",
|
|
8211
|
+
"required": true,
|
|
8212
|
+
"type": "int"
|
|
8213
|
+
},
|
|
8214
|
+
{
|
|
8215
|
+
"disabled": false,
|
|
8216
|
+
"document": "录制最大时长限制, 单位 s, 合法取值范围[1800, 86400], 默认 86400s(24 小时)",
|
|
8217
|
+
"example": "86400",
|
|
8218
|
+
"member": "uint64",
|
|
8219
|
+
"name": "MaxDurationLimit",
|
|
8218
8220
|
"required": false,
|
|
8219
8221
|
"type": "int"
|
|
8220
8222
|
},
|
|
8223
|
+
{
|
|
8224
|
+
"disabled": false,
|
|
8225
|
+
"document": "页面录制视频参数",
|
|
8226
|
+
"example": "无",
|
|
8227
|
+
"member": "WebRecordVideoParams",
|
|
8228
|
+
"name": "WebRecordVideoParams",
|
|
8229
|
+
"required": false,
|
|
8230
|
+
"type": "object"
|
|
8231
|
+
},
|
|
8221
8232
|
{
|
|
8222
8233
|
"disabled": false,
|
|
8223
8234
|
"document": "当对重复任务敏感时,请关注此值: 为了避免任务在短时间内重复发起,导致任务重复\n传入录制RecordId来标识此次任务, 小于32字节,若携带RecordId发起两次以上的开始录制请求,任务只会启动一个,第二个报错FailedOperation.TaskExist。注意StartWebRecord调用失败时而非FailedOperation.TaskExist错误,请更换RecordId重新发起。",
|
|
@@ -8770,6 +8781,17 @@
|
|
|
8770
8781
|
"required": true,
|
|
8771
8782
|
"type": "string",
|
|
8772
8783
|
"value_allowed_null": false
|
|
8784
|
+
},
|
|
8785
|
+
{
|
|
8786
|
+
"disabled": false,
|
|
8787
|
+
"document": "TTS 的模型,默认是:flow_01_turbo, 可选: [ flow_01_turbo, flow_01_ex]",
|
|
8788
|
+
"example": "flow_01_turbo",
|
|
8789
|
+
"member": "string",
|
|
8790
|
+
"name": "Model",
|
|
8791
|
+
"output_required": false,
|
|
8792
|
+
"required": false,
|
|
8793
|
+
"type": "string",
|
|
8794
|
+
"value_allowed_null": false
|
|
8773
8795
|
}
|
|
8774
8796
|
],
|
|
8775
8797
|
"usage": "both"
|
|
@@ -8861,6 +8883,34 @@
|
|
|
8861
8883
|
],
|
|
8862
8884
|
"usage": "in"
|
|
8863
8885
|
},
|
|
8886
|
+
"Terminology": {
|
|
8887
|
+
"document": "翻译术语",
|
|
8888
|
+
"members": [
|
|
8889
|
+
{
|
|
8890
|
+
"disabled": false,
|
|
8891
|
+
"document": "源术语",
|
|
8892
|
+
"example": "腾讯云",
|
|
8893
|
+
"member": "string",
|
|
8894
|
+
"name": "Source",
|
|
8895
|
+
"output_required": false,
|
|
8896
|
+
"required": true,
|
|
8897
|
+
"type": "string",
|
|
8898
|
+
"value_allowed_null": false
|
|
8899
|
+
},
|
|
8900
|
+
{
|
|
8901
|
+
"disabled": false,
|
|
8902
|
+
"document": "目标术语翻译结果",
|
|
8903
|
+
"example": "Tencent Cloud",
|
|
8904
|
+
"member": "string",
|
|
8905
|
+
"name": "Target",
|
|
8906
|
+
"output_required": false,
|
|
8907
|
+
"required": true,
|
|
8908
|
+
"type": "string",
|
|
8909
|
+
"value_allowed_null": false
|
|
8910
|
+
}
|
|
8911
|
+
],
|
|
8912
|
+
"usage": "both"
|
|
8913
|
+
},
|
|
8864
8914
|
"TextToSpeechRequest": {
|
|
8865
8915
|
"document": "TextToSpeech请求参数结构体",
|
|
8866
8916
|
"members": [
|
|
@@ -8901,13 +8951,31 @@
|
|
|
8901
8951
|
"type": "object"
|
|
8902
8952
|
},
|
|
8903
8953
|
{
|
|
8904
|
-
"disabled":
|
|
8954
|
+
"disabled": true,
|
|
8905
8955
|
"document": "TTS的API密钥",
|
|
8906
8956
|
"example": "sk-xxxxxx",
|
|
8907
8957
|
"member": "string",
|
|
8908
8958
|
"name": "APIKey",
|
|
8909
8959
|
"required": false,
|
|
8910
8960
|
"type": "string"
|
|
8961
|
+
},
|
|
8962
|
+
{
|
|
8963
|
+
"disabled": false,
|
|
8964
|
+
"document": "TTS的模型:flow_01_turbo,flow_01_ex",
|
|
8965
|
+
"example": "flow_01_turbo",
|
|
8966
|
+
"member": "string",
|
|
8967
|
+
"name": "Model",
|
|
8968
|
+
"required": false,
|
|
8969
|
+
"type": "string"
|
|
8970
|
+
},
|
|
8971
|
+
{
|
|
8972
|
+
"disabled": false,
|
|
8973
|
+
"document": "语言参数,默认为空, 参考: (ISO 639-1) ",
|
|
8974
|
+
"example": "zh",
|
|
8975
|
+
"member": "string",
|
|
8976
|
+
"name": "Language",
|
|
8977
|
+
"required": false,
|
|
8978
|
+
"type": "string"
|
|
8911
8979
|
}
|
|
8912
8980
|
],
|
|
8913
8981
|
"type": "object"
|
|
@@ -8981,6 +9049,24 @@
|
|
|
8981
9049
|
"name": "APIKey",
|
|
8982
9050
|
"required": false,
|
|
8983
9051
|
"type": "string"
|
|
9052
|
+
},
|
|
9053
|
+
{
|
|
9054
|
+
"disabled": false,
|
|
9055
|
+
"document": "TTS的模型:flow_01_turbo,flow_01_ex",
|
|
9056
|
+
"example": "flow_01_turbo",
|
|
9057
|
+
"member": "string",
|
|
9058
|
+
"name": "Model",
|
|
9059
|
+
"required": false,
|
|
9060
|
+
"type": "string"
|
|
9061
|
+
},
|
|
9062
|
+
{
|
|
9063
|
+
"disabled": false,
|
|
9064
|
+
"document": "语言参数,默认为空, 参考: (ISO 639-1) ",
|
|
9065
|
+
"example": "zh",
|
|
9066
|
+
"member": "string",
|
|
9067
|
+
"name": "Language",
|
|
9068
|
+
"required": false,
|
|
9069
|
+
"type": "string"
|
|
8984
9070
|
}
|
|
8985
9071
|
],
|
|
8986
9072
|
"type": "object"
|
|
@@ -9154,6 +9240,17 @@
|
|
|
9154
9240
|
"required": false,
|
|
9155
9241
|
"type": "object",
|
|
9156
9242
|
"value_allowed_null": false
|
|
9243
|
+
},
|
|
9244
|
+
{
|
|
9245
|
+
"disabled": false,
|
|
9246
|
+
"document": "翻译术语集合",
|
|
9247
|
+
"example": "无",
|
|
9248
|
+
"member": "Terminology",
|
|
9249
|
+
"name": "Terminology",
|
|
9250
|
+
"output_required": false,
|
|
9251
|
+
"required": false,
|
|
9252
|
+
"type": "list",
|
|
9253
|
+
"value_allowed_null": false
|
|
9157
9254
|
}
|
|
9158
9255
|
],
|
|
9159
9256
|
"usage": "both"
|
|
@@ -9818,6 +9915,39 @@
|
|
|
9818
9915
|
"required": true,
|
|
9819
9916
|
"type": "string",
|
|
9820
9917
|
"value_allowed_null": false
|
|
9918
|
+
},
|
|
9919
|
+
{
|
|
9920
|
+
"disabled": false,
|
|
9921
|
+
"document": "语速,范围 0.5-2.0,默认 1.0",
|
|
9922
|
+
"example": "1.0",
|
|
9923
|
+
"member": "float",
|
|
9924
|
+
"name": "Speed",
|
|
9925
|
+
"output_required": false,
|
|
9926
|
+
"required": false,
|
|
9927
|
+
"type": "float",
|
|
9928
|
+
"value_allowed_null": false
|
|
9929
|
+
},
|
|
9930
|
+
{
|
|
9931
|
+
"disabled": false,
|
|
9932
|
+
"document": "(0, 10] 默认值1.0 ",
|
|
9933
|
+
"example": "1.0",
|
|
9934
|
+
"member": "float",
|
|
9935
|
+
"name": "Volume",
|
|
9936
|
+
"output_required": false,
|
|
9937
|
+
"required": false,
|
|
9938
|
+
"type": "float",
|
|
9939
|
+
"value_allowed_null": false
|
|
9940
|
+
},
|
|
9941
|
+
{
|
|
9942
|
+
"disabled": false,
|
|
9943
|
+
"document": "取值[-12,12],默认0",
|
|
9944
|
+
"example": "0",
|
|
9945
|
+
"member": "int64",
|
|
9946
|
+
"name": "Pitch",
|
|
9947
|
+
"output_required": false,
|
|
9948
|
+
"required": false,
|
|
9949
|
+
"type": "int",
|
|
9950
|
+
"value_allowed_null": false
|
|
9821
9951
|
}
|
|
9822
9952
|
],
|
|
9823
9953
|
"usage": "both"
|
|
@@ -9834,15 +9964,6 @@
|
|
|
9834
9964
|
"required": true,
|
|
9835
9965
|
"type": "int"
|
|
9836
9966
|
},
|
|
9837
|
-
{
|
|
9838
|
-
"disabled": false,
|
|
9839
|
-
"document": "TTS的API密钥",
|
|
9840
|
-
"example": "sk-xxxxxxx",
|
|
9841
|
-
"member": "string",
|
|
9842
|
-
"name": "APIKey",
|
|
9843
|
-
"required": true,
|
|
9844
|
-
"type": "string"
|
|
9845
|
-
},
|
|
9846
9967
|
{
|
|
9847
9968
|
"disabled": false,
|
|
9848
9969
|
"document": "声音克隆的名称, 只允许使用数字、字母、下划线,不能超过36位",
|
|
@@ -9861,6 +9982,15 @@
|
|
|
9861
9982
|
"required": true,
|
|
9862
9983
|
"type": "string"
|
|
9863
9984
|
},
|
|
9985
|
+
{
|
|
9986
|
+
"disabled": false,
|
|
9987
|
+
"document": "TTS的API密钥",
|
|
9988
|
+
"example": "sk-xxxxxxx",
|
|
9989
|
+
"member": "string",
|
|
9990
|
+
"name": "APIKey",
|
|
9991
|
+
"required": false,
|
|
9992
|
+
"type": "string"
|
|
9993
|
+
},
|
|
9864
9994
|
{
|
|
9865
9995
|
"disabled": false,
|
|
9866
9996
|
"document": "声音克隆的参考文本,为参考音频对应的文字。",
|
|
@@ -9869,6 +9999,24 @@
|
|
|
9869
9999
|
"name": "PromptText",
|
|
9870
10000
|
"required": false,
|
|
9871
10001
|
"type": "string"
|
|
10002
|
+
},
|
|
10003
|
+
{
|
|
10004
|
+
"disabled": false,
|
|
10005
|
+
"document": "TTS的模型:flow_01_turbo,flow_01_ex",
|
|
10006
|
+
"example": "flow_01_turbo",
|
|
10007
|
+
"member": "string",
|
|
10008
|
+
"name": "Model",
|
|
10009
|
+
"required": false,
|
|
10010
|
+
"type": "string"
|
|
10011
|
+
},
|
|
10012
|
+
{
|
|
10013
|
+
"disabled": false,
|
|
10014
|
+
"document": "语言参数,默认为空, 参考: (ISO 639-1) ",
|
|
10015
|
+
"example": "zh",
|
|
10016
|
+
"member": "string",
|
|
10017
|
+
"name": "Language",
|
|
10018
|
+
"required": false,
|
|
10019
|
+
"type": "string"
|
|
9872
10020
|
}
|
|
9873
10021
|
],
|
|
9874
10022
|
"type": "object"
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"StartWebRecord": [
|
|
496
496
|
{
|
|
497
497
|
"document": "",
|
|
498
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartWebRecord\n<公共请求参数>\n\n{\n \"RecordUrl\": \"https://web-record-xxxxx.cos.ap-xxx.myqcloud.com/xxxx/xxx.mp4\",\n \"StorageParams\": {\n \"CloudStorage\": {\n \"Vendor\": 0,\n \"Bucket\": \"webrecord-1234589\",\n \"Region\": \"ap-chengdu\",\n \"AccessKey\": \"AKxxxxxx\",\n \"SecretKey\": \"Idxxxxxx\",\n \"FileNamePrefix\": [\n \"record\",\n \"video\"\n ]\n }\n },\n \"MaxDurationLimit\": 3600,\n \"WebRecordVideoParams\": {\n \"Width\": 1280,\n \"Height\": 720,\n \"Format\": \"mp4\"\n }\n}",
|
|
498
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartWebRecord\n<公共请求参数>\n\n{\n \"RecordUrl\": \"https://web-record-xxxxx.cos.ap-xxx.myqcloud.com/xxxx/xxx.mp4\",\n \"StorageParams\": {\n \"CloudStorage\": {\n \"Vendor\": 0,\n \"Bucket\": \"webrecord-1234589\",\n \"Region\": \"ap-chengdu\",\n \"AccessKey\": \"AKxxxxxx\",\n \"SecretKey\": \"Idxxxxxx\",\n \"FileNamePrefix\": [\n \"record\",\n \"video\"\n ]\n }\n },\n \"SdkAppId\": 1600011111,\n \"MaxDurationLimit\": 3600,\n \"WebRecordVideoParams\": {\n \"Width\": 1280,\n \"Height\": 720,\n \"Format\": \"mp4\"\n }\n}",
|
|
499
499
|
"output": "{\n \"Response\": {\n \"TaskId\": \"HMLm5HWNuUAXSb0gTEOx0z1x+nLMZNjXrY3keyUSvu7uu8mF9O656uNtbUtvaWLkpMY134jTN2Ix4vuqgOJ68nQ8tho3ri\",\n \"RequestId\": \"2a76ee73-6579-42f0-8d57-1f6c9b9d7208\"\n }\n}",
|
|
500
500
|
"title": "启动一个页面录制任务"
|
|
501
501
|
}
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
"TextToSpeech": [
|
|
560
560
|
{
|
|
561
561
|
"document": "",
|
|
562
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextToSpeech\n<公共请求参数>\n\n{\n
|
|
562
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextToSpeech\n<公共请求参数>\n\n{\n \"Text\": \"你好呀\",\n \"SdkAppId\": 1466000000,\n \"Voice\": {\n \"VoiceId\": \"256\"\n }\n}",
|
|
563
563
|
"output": "{\n \"Response\": {\n \"Audio\": \"inxxx\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
564
564
|
"title": "开始一个语音合成"
|
|
565
565
|
}
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
"TextToSpeechSSE": [
|
|
568
568
|
{
|
|
569
569
|
"document": "启动一个SSE流式语音合成,注意在解析时,音频的Type为chunk,其他的Type 非音频",
|
|
570
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextToSpeechSSE\n<公共请求参数>\n\n{\n
|
|
570
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextToSpeechSSE\n<公共请求参数>\n\n{\n \"Text\": \"你好呀\",\n \"SdkAppId\": 14600000000,\n \"Voice\": {\n \"VoiceId\": \"256\"\n }\n}",
|
|
571
571
|
"output": "data: {\"Type\": \"chunk\", \"RequestId\": \"456e7890-e12b-34d5-a678-426614174000\", \"ChunkId\": \"chunk_0\", \"Audio\": \"base64编码的音频数据...\", \"Seq\": 0, \"IsEnd\": false}\n\ndata: {\"Type\": \"chunk\", \"RequestId\": \"456e7890-e12b-34d5-a678-426614174000\", \"ChunkId\": \"chunk_1\", \"Audio\": \"base64编码的音频数据...\", \"Seq\": 1, \"IsEnd\": false}\n\ndata: {\"Type\": \"chunk\", \"RequestId\": \"456e7890-e12b-34d5-a678-426614174000\", \"ChunkId\": \"chunk_2\", \"Audio\": \"base64编码的音频数据...\", \"Seq\": 2, \"IsEnd\": true}",
|
|
572
572
|
"title": "启动一个SSE流式语音合成"
|
|
573
573
|
}
|
|
@@ -613,7 +613,7 @@
|
|
|
613
613
|
"VoiceClone": [
|
|
614
614
|
{
|
|
615
615
|
"document": "",
|
|
616
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VoiceClone\n<公共请求参数>\n\n{\n
|
|
616
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VoiceClone\n<公共请求参数>\n\n{\n \"SdkAppId\": 1466000000,\n \"VoiceName\": \"xiaoming_02\",\n \"PromptAudio\": \"ejxxxxxx\"\n}",
|
|
617
617
|
"output": "{\n \"Response\": {\n \"VoiceId\": \"xiaoming_02_aidniwqndq\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
|
618
618
|
"title": "创建一个声音克隆"
|
|
619
619
|
}
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
"status": "online"
|
|
758
758
|
},
|
|
759
759
|
"ModifyNetworkBasicInfo": {
|
|
760
|
-
"document": "修改云原生API
|
|
760
|
+
"document": "修改云原生API网关实例网络基本信息,例如带宽以及描述、规格升级,只支持修改客户端公网/内网的信息。",
|
|
761
761
|
"input": "ModifyNetworkBasicInfoRequest",
|
|
762
762
|
"name": "修改云原生API网关实例网络基本信息",
|
|
763
763
|
"output": "ModifyNetworkBasicInfoResponse",
|
|
@@ -1818,6 +1818,16 @@
|
|
|
1818
1818
|
"output_required": false,
|
|
1819
1819
|
"type": "bool",
|
|
1820
1820
|
"value_allowed_null": false
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"disabled": false,
|
|
1824
|
+
"document": "负载均衡个性化配置内容",
|
|
1825
|
+
"example": "send_timeout 1800s;\\nproxy_read_timeout 1800s;\\nproxy_send_timeout 1800s;\\nclient_max_body_size 256M;",
|
|
1826
|
+
"member": "string",
|
|
1827
|
+
"name": "CustomizedConfigContent",
|
|
1828
|
+
"output_required": false,
|
|
1829
|
+
"type": "string",
|
|
1830
|
+
"value_allowed_null": false
|
|
1821
1831
|
}
|
|
1822
1832
|
],
|
|
1823
1833
|
"usage": "out"
|
|
@@ -5348,6 +5358,16 @@
|
|
|
5348
5358
|
"type": "bool",
|
|
5349
5359
|
"value_allowed_null": false
|
|
5350
5360
|
},
|
|
5361
|
+
{
|
|
5362
|
+
"disabled": false,
|
|
5363
|
+
"document": "服务来源ID",
|
|
5364
|
+
"example": "cls-koqdd0fq",
|
|
5365
|
+
"member": "string",
|
|
5366
|
+
"name": "SourceID",
|
|
5367
|
+
"output_required": false,
|
|
5368
|
+
"type": "string",
|
|
5369
|
+
"value_allowed_null": false
|
|
5370
|
+
},
|
|
5351
5371
|
{
|
|
5352
5372
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
5353
5373
|
"member": "string",
|
|
@@ -9255,6 +9275,15 @@
|
|
|
9255
9275
|
"name": "SyncToGlobalRegistry",
|
|
9256
9276
|
"required": false,
|
|
9257
9277
|
"type": "string"
|
|
9278
|
+
},
|
|
9279
|
+
{
|
|
9280
|
+
"disabled": false,
|
|
9281
|
+
"document": "过滤筛选条件",
|
|
9282
|
+
"example": "无",
|
|
9283
|
+
"member": "Filter",
|
|
9284
|
+
"name": "StatusFilter",
|
|
9285
|
+
"required": false,
|
|
9286
|
+
"type": "list"
|
|
9258
9287
|
}
|
|
9259
9288
|
],
|
|
9260
9289
|
"type": "object"
|
|
@@ -9684,6 +9713,15 @@
|
|
|
9684
9713
|
"required": true,
|
|
9685
9714
|
"type": "int"
|
|
9686
9715
|
},
|
|
9716
|
+
{
|
|
9717
|
+
"disabled": false,
|
|
9718
|
+
"document": "服务来源ID",
|
|
9719
|
+
"example": "cls-qwertyuw",
|
|
9720
|
+
"member": "string",
|
|
9721
|
+
"name": "SourceID",
|
|
9722
|
+
"required": false,
|
|
9723
|
+
"type": "string"
|
|
9724
|
+
},
|
|
9687
9725
|
{
|
|
9688
9726
|
"disabled": false,
|
|
9689
9727
|
"document": "服务来源实例名称,模糊搜索",
|
|
@@ -12059,7 +12097,7 @@
|
|
|
12059
12097
|
{
|
|
12060
12098
|
"disabled": false,
|
|
12061
12099
|
"document": "该服务对哪些命名空间可见\t",
|
|
12062
|
-
"example": "[
|
|
12100
|
+
"example": "[ \"Namespace-2\"]",
|
|
12063
12101
|
"member": "string",
|
|
12064
12102
|
"name": "ExportTo",
|
|
12065
12103
|
"output_required": false,
|
|
@@ -12085,6 +12123,26 @@
|
|
|
12085
12123
|
"output_required": false,
|
|
12086
12124
|
"type": "bool",
|
|
12087
12125
|
"value_allowed_null": false
|
|
12126
|
+
},
|
|
12127
|
+
{
|
|
12128
|
+
"disabled": false,
|
|
12129
|
+
"document": "隔离实例数",
|
|
12130
|
+
"example": "1",
|
|
12131
|
+
"member": "uint64",
|
|
12132
|
+
"name": "IsolateInstanceCount",
|
|
12133
|
+
"output_required": false,
|
|
12134
|
+
"type": "int",
|
|
12135
|
+
"value_allowed_null": false
|
|
12136
|
+
},
|
|
12137
|
+
{
|
|
12138
|
+
"disabled": false,
|
|
12139
|
+
"document": "服务健康状态",
|
|
12140
|
+
"example": "1",
|
|
12141
|
+
"member": "int64",
|
|
12142
|
+
"name": "ServiceStatus",
|
|
12143
|
+
"output_required": false,
|
|
12144
|
+
"type": "int",
|
|
12145
|
+
"value_allowed_null": false
|
|
12088
12146
|
}
|
|
12089
12147
|
],
|
|
12090
12148
|
"usage": "out"
|
|
@@ -15340,6 +15398,15 @@
|
|
|
15340
15398
|
"name": "Description",
|
|
15341
15399
|
"required": false,
|
|
15342
15400
|
"type": "string"
|
|
15401
|
+
},
|
|
15402
|
+
{
|
|
15403
|
+
"disabled": false,
|
|
15404
|
+
"document": "负载均衡的规格类型,支持:\n- 不传为共享型。\n- clb.c2.medium:标准型规格\n- clb.c3.small:高阶型1规格\n- clb.c3.medium:高阶型2规格\n- clb.c4.small:超强型1规格\n- clb.c4.medium:超强型2规格\n- clb.c4.large:超强型3规格\n- clb.c4.xlarge:超强型4规格",
|
|
15405
|
+
"example": "clb.c3.medium",
|
|
15406
|
+
"member": "string",
|
|
15407
|
+
"name": "SlaType",
|
|
15408
|
+
"required": false,
|
|
15409
|
+
"type": "string"
|
|
15343
15410
|
}
|
|
15344
15411
|
],
|
|
15345
15412
|
"type": "object"
|