tccli 3.0.1348.1__py2.py3-none-any.whl → 3.0.1350.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +0 -76
- tccli/services/ai3d/v20250513/api.json +1 -1
- tccli/services/aiart/v20221229/api.json +2 -2
- tccli/services/autoscaling/v20180419/api.json +11 -0
- tccli/services/batch/v20170312/api.json +44 -0
- tccli/services/cdb/v20170320/api.json +8 -8
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -5
- tccli/services/cdwch/v20200915/api.json +11 -1
- tccli/services/cdwdoris/v20211228/api.json +145 -7
- tccli/services/cfg/v20210820/api.json +20 -0
- tccli/services/cfs/v20190719/api.json +10 -10
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +272 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +0 -53
- tccli/services/ckafka/v20190819/api.json +0 -215
- tccli/services/ckafka/v20190819/examples.json +0 -8
- tccli/services/csip/csip_client.py +833 -144
- tccli/services/csip/v20221121/api.json +3304 -1436
- tccli/services/csip/v20221121/examples.json +105 -7
- tccli/services/ctem/v20231128/api.json +20 -0
- tccli/services/cvm/v20170312/api.json +3 -3
- tccli/services/cwp/v20180228/api.json +9 -0
- tccli/services/cwp/v20180228/examples.json +6 -0
- tccli/services/dts/v20211206/api.json +21 -1
- tccli/services/emr/v20190103/api.json +219 -4
- tccli/services/es/v20250101/api.json +22 -0
- tccli/services/ess/v20201111/api.json +10 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/faceid/v20180301/api.json +3 -3
- tccli/services/gs/v20191118/api.json +38 -0
- tccli/services/igtm/igtm_client.py +159 -0
- tccli/services/igtm/v20231024/api.json +577 -0
- tccli/services/igtm/v20231024/examples.json +24 -0
- tccli/services/iotexplorer/v20190423/api.json +3 -3
- tccli/services/lcic/lcic_client.py +53 -0
- tccli/services/lcic/v20220817/api.json +53 -0
- tccli/services/lcic/v20220817/examples.json +8 -0
- tccli/services/live/live_client.py +224 -65
- tccli/services/live/v20180801/api.json +275 -1
- tccli/services/live/v20180801/examples.json +25 -1
- tccli/services/lke/v20231130/api.json +248 -2
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +10 -0
- tccli/services/nlp/nlp_client.py +4 -322
- tccli/services/nlp/v20190408/api.json +0 -459
- tccli/services/nlp/v20190408/examples.json +0 -48
- tccli/services/ocr/v20181119/api.json +60 -5
- tccli/services/omics/v20221128/api.json +41 -3
- tccli/services/redis/v20180412/api.json +6 -6
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/ses/v20201002/api.json +100 -5
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +19 -0
- tccli/services/teo/teo_client.py +281 -16
- tccli/services/teo/v20220901/api.json +611 -6
- tccli/services/teo/v20220901/examples.json +48 -2
- tccli/services/tione/v20211111/api.json +16 -0
- tccli/services/tke/tke_client.py +57 -4
- tccli/services/tke/v20180525/api.json +24 -24
- tccli/services/tke/v20220501/api.json +52 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tmt/v20180321/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +4 -4
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vod/v20180717/api.json +5 -5
- tccli/services/vod/v20180717/examples.json +9 -9
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/vrs/v20200824/api.json +1 -1
- {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/RECORD +78 -180
- tccli/services/cis/__init__.py +0 -4
- tccli/services/cis/cis_client.py +0 -525
- tccli/services/cis/v20180408/api.json +0 -737
- tccli/services/cis/v20180408/examples.json +0 -93
- tccli/services/dataintegration/__init__.py +0 -4
- tccli/services/dataintegration/dataintegration_client.py +0 -207
- tccli/services/dataintegration/v20220613/api.json +0 -87
- tccli/services/dataintegration/v20220613/examples.json +0 -13
- tccli/services/dtf/__init__.py +0 -4
- tccli/services/dtf/dtf_client.py +0 -207
- tccli/services/dtf/v20200506/api.json +0 -274
- tccli/services/dtf/v20200506/examples.json +0 -13
- tccli/services/gpm/__init__.py +0 -4
- tccli/services/gpm/gpm_client.py +0 -1108
- tccli/services/gpm/v20200820/api.json +0 -1959
- tccli/services/gpm/v20200820/examples.json +0 -149
- tccli/services/gse/__init__.py +0 -4
- tccli/services/gse/gse_client.py +0 -4076
- tccli/services/gse/v20191112/api.json +0 -7095
- tccli/services/gse/v20191112/examples.json +0 -615
- tccli/services/iecp/__init__.py +0 -4
- tccli/services/iecp/iecp_client.py +0 -4500
- tccli/services/iecp/v20210914/api.json +0 -9770
- tccli/services/iecp/v20210914/examples.json +0 -691
- tccli/services/iir/__init__.py +0 -4
- tccli/services/iir/iir_client.py +0 -207
- tccli/services/iir/v20200417/api.json +0 -204
- tccli/services/iir/v20200417/examples.json +0 -13
- tccli/services/iottid/__init__.py +0 -4
- tccli/services/iottid/iottid_client.py +0 -631
- tccli/services/iottid/v20190411/api.json +0 -553
- tccli/services/iottid/v20190411/examples.json +0 -95
- tccli/services/mgobe/__init__.py +0 -4
- tccli/services/mgobe/mgobe_client.py +0 -530
- tccli/services/mgobe/v20190929/api.json +0 -52
- tccli/services/mgobe/v20190929/examples.json +0 -13
- tccli/services/mgobe/v20201014/api.json +0 -671
- tccli/services/mgobe/v20201014/examples.json +0 -61
- tccli/services/mvj/__init__.py +0 -4
- tccli/services/mvj/mvj_client.py +0 -207
- tccli/services/mvj/v20190926/api.json +0 -123
- tccli/services/mvj/v20190926/examples.json +0 -19
- tccli/services/pds/__init__.py +0 -4
- tccli/services/pds/pds_client.py +0 -260
- tccli/services/pds/v20210701/api.json +0 -193
- tccli/services/pds/v20210701/examples.json +0 -21
- tccli/services/smpn/__init__.py +0 -4
- tccli/services/smpn/smpn_client.py +0 -260
- tccli/services/smpn/v20190822/api.json +0 -191
- tccli/services/smpn/v20190822/examples.json +0 -21
- tccli/services/solar/__init__.py +0 -4
- tccli/services/solar/solar_client.py +0 -1055
- tccli/services/solar/v20181011/api.json +0 -1760
- tccli/services/solar/v20181011/examples.json +0 -125
- tccli/services/tan/__init__.py +0 -4
- tccli/services/tan/tan_client.py +0 -207
- tccli/services/tan/v20220420/api.json +0 -65
- tccli/services/tan/v20220420/examples.json +0 -19
- tccli/services/tav/__init__.py +0 -4
- tccli/services/tav/tav_client.py +0 -366
- tccli/services/tav/v20190118/api.json +0 -262
- tccli/services/tav/v20190118/examples.json +0 -37
- tccli/services/tbm/__init__.py +0 -4
- tccli/services/tbm/tbm_client.py +0 -631
- tccli/services/tbm/v20180129/api.json +0 -1037
- tccli/services/tbm/v20180129/examples.json +0 -77
- tccli/services/tcex/__init__.py +0 -4
- tccli/services/tcex/tcex_client.py +0 -260
- tccli/services/tcex/v20200727/api.json +0 -158
- tccli/services/tcex/v20200727/examples.json +0 -21
- tccli/services/tci/__init__.py +0 -4
- tccli/services/tci/tci_client.py +0 -2327
- tccli/services/tci/v20190318/api.json +0 -4958
- tccli/services/tci/v20190318/examples.json +0 -333
- tccli/services/tic/__init__.py +0 -4
- tccli/services/tic/tic_client.py +0 -843
- tccli/services/tic/v20201117/api.json +0 -1067
- tccli/services/tic/v20201117/examples.json +0 -121
- tccli/services/ticm/__init__.py +0 -4
- tccli/services/ticm/ticm_client.py +0 -313
- tccli/services/ticm/v20181127/api.json +0 -1391
- tccli/services/ticm/v20181127/examples.json +0 -53
- tccli/services/tics/__init__.py +0 -4
- tccli/services/tics/tics_client.py +0 -366
- tccli/services/tics/v20181115/api.json +0 -694
- tccli/services/tics/v20181115/examples.json +0 -37
- tccli/services/tiems/__init__.py +0 -4
- tccli/services/tiems/tiems_client.py +0 -1479
- tccli/services/tiems/v20190416/api.json +0 -3144
- tccli/services/tiems/v20190416/examples.json +0 -217
- tccli/services/trdp/__init__.py +0 -4
- tccli/services/trdp/trdp_client.py +0 -207
- tccli/services/trdp/v20220726/api.json +0 -843
- tccli/services/trdp/v20220726/examples.json +0 -13
- tccli/services/ump/__init__.py +0 -4
- tccli/services/ump/ump_client.py +0 -1055
- tccli/services/ump/v20200918/api.json +0 -2168
- tccli/services/ump/v20200918/examples.json +0 -141
- tccli/services/youmall/__init__.py +0 -4
- tccli/services/youmall/v20180228/api.json +0 -3572
- tccli/services/youmall/v20180228/examples.json +0 -313
- tccli/services/youmall/youmall_client.py +0 -1797
- {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/license_files/LICENSE +0 -0
@@ -190,7 +190,7 @@
|
|
190
190
|
"status": "online"
|
191
191
|
},
|
192
192
|
"GeneralHandwritingOCR": {
|
193
|
-
"document": "本接口支持图片内手写体文字的检测和识别,针对手写字体无规则、字迹潦草、模糊等特点进行了识别能力的增强。\n\n默认接口请求频率限制:10次/秒。",
|
193
|
+
"document": "<b>此接口为通用手写体识别的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href=\"https://cloud.tencent.com/document/product/866/34937\">通用印刷体识别(高精度)识别服务</a>。</b>\n\n本接口支持图片内手写体文字的检测和识别,针对手写字体无规则、字迹潦草、模糊等特点进行了识别能力的增强。\n\n默认接口请求频率限制:10次/秒。",
|
194
194
|
"input": "GeneralHandwritingOCRRequest",
|
195
195
|
"name": "通用手写体识别",
|
196
196
|
"output": "GeneralHandwritingOCRResponse",
|
@@ -1765,6 +1765,15 @@
|
|
1765
1765
|
"name": "EnablePeriodComplete",
|
1766
1766
|
"required": false,
|
1767
1767
|
"type": "bool"
|
1768
|
+
},
|
1769
|
+
{
|
1770
|
+
"disabled": false,
|
1771
|
+
"document": "是否支持营业类证件识别(包括营业执照和非营业执照的其他证件),默认为false",
|
1772
|
+
"example": "false",
|
1773
|
+
"member": "bool",
|
1774
|
+
"name": "EnableBusinessCertificate",
|
1775
|
+
"required": false,
|
1776
|
+
"type": "bool"
|
1768
1777
|
}
|
1769
1778
|
],
|
1770
1779
|
"type": "object"
|
@@ -1875,7 +1884,7 @@
|
|
1875
1884
|
{
|
1876
1885
|
"disabled": false,
|
1877
1886
|
"document": "Code 告警码列表和释义:\n-9102 黑白复印件告警\n-9104 翻拍件告警",
|
1878
|
-
"example": "[]",
|
1887
|
+
"example": "[-9102]",
|
1879
1888
|
"member": "int64",
|
1880
1889
|
"name": "RecognizeWarnCode",
|
1881
1890
|
"output_required": true,
|
@@ -1885,7 +1894,7 @@
|
|
1885
1894
|
{
|
1886
1895
|
"disabled": false,
|
1887
1896
|
"document": "告警码说明:\nWARN_COPY_CARD 黑白复印件告警\nWARN_RESHOOT_CARD翻拍件告警",
|
1888
|
-
"example": "[]",
|
1897
|
+
"example": "[\"WARN_COPY_CARD\"]",
|
1889
1898
|
"member": "string",
|
1890
1899
|
"name": "RecognizeWarnMsg",
|
1891
1900
|
"output_required": true,
|
@@ -1992,6 +2001,16 @@
|
|
1992
2001
|
"type": "bool",
|
1993
2002
|
"value_allowed_null": false
|
1994
2003
|
},
|
2004
|
+
{
|
2005
|
+
"disabled": false,
|
2006
|
+
"document": "非营业执照的营业类证件识别结果,将以结构化形式呈现。",
|
2007
|
+
"example": "无",
|
2008
|
+
"member": "BusinessCertificateInfo",
|
2009
|
+
"name": "BusinessCertificate",
|
2010
|
+
"output_required": false,
|
2011
|
+
"type": "list",
|
2012
|
+
"value_allowed_null": false
|
2013
|
+
},
|
1995
2014
|
{
|
1996
2015
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1997
2016
|
"member": "string",
|
@@ -2438,6 +2457,42 @@
|
|
2438
2457
|
],
|
2439
2458
|
"type": "object"
|
2440
2459
|
},
|
2460
|
+
"BusinessCertificateInfo": {
|
2461
|
+
"document": "非营业执照的营业类证件识别结果,将以结构化形式呈现。",
|
2462
|
+
"members": [
|
2463
|
+
{
|
2464
|
+
"disabled": false,
|
2465
|
+
"document": "识别出的名称",
|
2466
|
+
"example": "日期",
|
2467
|
+
"member": "string",
|
2468
|
+
"name": "Name",
|
2469
|
+
"output_required": true,
|
2470
|
+
"type": "string",
|
2471
|
+
"value_allowed_null": false
|
2472
|
+
},
|
2473
|
+
{
|
2474
|
+
"disabled": false,
|
2475
|
+
"document": "识别出的字段名称对应的值",
|
2476
|
+
"example": "2020年08月24日",
|
2477
|
+
"member": "string",
|
2478
|
+
"name": "Value",
|
2479
|
+
"output_required": true,
|
2480
|
+
"type": "string",
|
2481
|
+
"value_allowed_null": false
|
2482
|
+
},
|
2483
|
+
{
|
2484
|
+
"disabled": false,
|
2485
|
+
"document": "坐标",
|
2486
|
+
"example": "无",
|
2487
|
+
"member": "Rect",
|
2488
|
+
"name": "Rect",
|
2489
|
+
"output_required": true,
|
2490
|
+
"type": "object",
|
2491
|
+
"value_allowed_null": false
|
2492
|
+
}
|
2493
|
+
],
|
2494
|
+
"usage": "out"
|
2495
|
+
},
|
2441
2496
|
"CandWord": {
|
2442
2497
|
"document": "候选字符集(包含候选字Character以及置信度Confidence)",
|
2443
2498
|
"members": [
|
@@ -6752,7 +6807,7 @@
|
|
6752
6807
|
"members": [
|
6753
6808
|
{
|
6754
6809
|
"disabled": false,
|
6755
|
-
"document": "图片的 Base64
|
6810
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
6756
6811
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
6757
6812
|
"member": "string",
|
6758
6813
|
"name": "ImageBase64",
|
@@ -6761,7 +6816,7 @@
|
|
6761
6816
|
},
|
6762
6817
|
{
|
6763
6818
|
"disabled": false,
|
6764
|
-
"document": "图片的 Url
|
6819
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
6765
6820
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/GeneralHandwritingOCR/GeneralHandwritingOCR1.jpg",
|
6766
6821
|
"member": "string",
|
6767
6822
|
"name": "ImageUrl",
|
@@ -373,6 +373,24 @@
|
|
373
373
|
"name": "LimitRange",
|
374
374
|
"required": false,
|
375
375
|
"type": "object"
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"disabled": false,
|
379
|
+
"document": "系统节点池实例规格。",
|
380
|
+
"example": "SA3.MEDIUM4",
|
381
|
+
"member": "string",
|
382
|
+
"name": "SystemNodeInstanceType",
|
383
|
+
"required": false,
|
384
|
+
"type": "string"
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"disabled": false,
|
388
|
+
"document": "系统节点池实例数量。",
|
389
|
+
"example": "2",
|
390
|
+
"member": "uint64",
|
391
|
+
"name": "SystemNodeCount",
|
392
|
+
"required": false,
|
393
|
+
"type": "int"
|
376
394
|
}
|
377
395
|
],
|
378
396
|
"usage": "in"
|
@@ -1924,6 +1942,26 @@
|
|
1924
1942
|
"output_required": false,
|
1925
1943
|
"type": "string",
|
1926
1944
|
"value_allowed_null": false
|
1945
|
+
},
|
1946
|
+
{
|
1947
|
+
"disabled": false,
|
1948
|
+
"document": "TKE容器集群ID。",
|
1949
|
+
"example": "cls-8ceobc28",
|
1950
|
+
"member": "string",
|
1951
|
+
"name": "TKEId",
|
1952
|
+
"output_required": false,
|
1953
|
+
"type": "string",
|
1954
|
+
"value_allowed_null": false
|
1955
|
+
},
|
1956
|
+
{
|
1957
|
+
"disabled": false,
|
1958
|
+
"document": "TKE系统节点池ID。",
|
1959
|
+
"example": "np-2ecoev9q",
|
1960
|
+
"member": "string",
|
1961
|
+
"name": "TKESystemNodePoolId",
|
1962
|
+
"output_required": false,
|
1963
|
+
"type": "string",
|
1964
|
+
"value_allowed_null": false
|
1927
1965
|
}
|
1928
1966
|
],
|
1929
1967
|
"usage": "out"
|
@@ -2444,7 +2482,7 @@
|
|
2444
2482
|
{
|
2445
2483
|
"disabled": false,
|
2446
2484
|
"document": "应用版本。",
|
2447
|
-
"example": "{\"Type\": \"HISTORY\",\"ApplicationVersionId\": \"26\",\"Name\": \"\",\"Description\": \"\",\"Entrypoint\": \"
|
2485
|
+
"example": "{\"Type\": \"HISTORY\",\"ApplicationVersionId\": \"26\",\"Name\": \"\",\"Description\": \"\",\"Entrypoint\": \"main.wdl\",\"CreateTime\": \"2024-06-06 14:49:06\",\"CreatorName\": \"manager\",\"CreatorId\": \"df8c0fbfd4b94490aed913753473ebed\",\"GitSource\": null,\"CosSource\": null}",
|
2448
2486
|
"member": "ApplicationVersion",
|
2449
2487
|
"name": "ApplicationVersion",
|
2450
2488
|
"output_required": false,
|
@@ -2573,7 +2611,7 @@
|
|
2573
2611
|
},
|
2574
2612
|
{
|
2575
2613
|
"disabled": false,
|
2576
|
-
"document": "
|
2614
|
+
"document": "输入模板ID。",
|
2577
2615
|
"example": "in-slim-yellow-coorgi-672677",
|
2578
2616
|
"member": "string",
|
2579
2617
|
"name": "InputTemplateId",
|
@@ -2644,7 +2682,7 @@
|
|
2644
2682
|
{
|
2645
2683
|
"disabled": false,
|
2646
2684
|
"document": "错误信息。",
|
2647
|
-
"example": "[{\"causedBy\": [{\"
|
2685
|
+
"example": "[{\"causedBy\": [{\"message\": \"The compute backend terminated the job.\", \"causedBy\": []}], \"message\": \"Workflow failed\"}]",
|
2648
2686
|
"member": "string",
|
2649
2687
|
"name": "ErrorMessage",
|
2650
2688
|
"output_required": true,
|
@@ -1999,7 +1999,7 @@
|
|
1999
1999
|
"members": [
|
2000
2000
|
{
|
2001
2001
|
"disabled": false,
|
2002
|
-
"document": "实例类型。\n<ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li><li>17:Redis 7.0 内存版(标准架构)。</li><li>18:Redis 7.0 内存版(集群架构)。</li>说明:CKV 版本当前有存量用户使用,暂时保留。</ul>",
|
2002
|
+
"document": "实例类型。\n<ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li><li>17:Redis 7.0 内存版(标准架构)。</li><li>18:Redis 7.0 内存版(集群架构)。</li><li>200:Memcached 1.6 内存版(集群架构)。</li>说明:CKV 版本当前有存量用户使用,暂时保留。</ul>",
|
2003
2003
|
"example": "6",
|
2004
2004
|
"member": "uint64",
|
2005
2005
|
"name": "TypeId",
|
@@ -4829,7 +4829,7 @@
|
|
4829
4829
|
},
|
4830
4830
|
{
|
4831
4831
|
"disabled": false,
|
4832
|
-
"document": "实例类型。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 5:Redis 2.8 内存版(单机)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。",
|
4832
|
+
"document": "实例类型。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 5:Redis 2.8 内存版(单机)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。\n- 200:Memcached 1.6 内存版(集群架构)。",
|
4833
4833
|
"example": "8",
|
4834
4834
|
"member": "int64",
|
4835
4835
|
"name": "Type",
|
@@ -6711,7 +6711,7 @@
|
|
6711
6711
|
"members": [
|
6712
6712
|
{
|
6713
6713
|
"disabled": false,
|
6714
|
-
"document": "实例类型。\n- 2:Redis 2.8 内存版(标准架构)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。",
|
6714
|
+
"document": "实例类型。\n- 2:Redis 2.8 内存版(标准架构)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。\n- 200:Memcached 1.6 内存版(集群架构)。",
|
6715
6715
|
"example": "6",
|
6716
6716
|
"member": "uint64",
|
6717
6717
|
"name": "TypeId",
|
@@ -7888,7 +7888,7 @@
|
|
7888
7888
|
},
|
7889
7889
|
{
|
7890
7890
|
"disabled": false,
|
7891
|
-
"document": "实例类型。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 5:Redis 2.8 内存版(单机)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。",
|
7891
|
+
"document": "实例类型。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 5:Redis 2.8 内存版(单机)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。\n- 200:Memcached 1.6 内存版(集群架构)。",
|
7892
7892
|
"example": "7",
|
7893
7893
|
"member": "int64",
|
7894
7894
|
"name": "Type",
|
@@ -8228,7 +8228,7 @@
|
|
8228
8228
|
},
|
8229
8229
|
{
|
8230
8230
|
"disabled": false,
|
8231
|
-
"document": "
|
8231
|
+
"document": "实例的节点详细信息。\n只有多可用区实例会返回。",
|
8232
8232
|
"example": "无",
|
8233
8233
|
"member": "RedisNodeInfo",
|
8234
8234
|
"name": "NodeSet",
|
@@ -12113,7 +12113,7 @@
|
|
12113
12113
|
},
|
12114
12114
|
{
|
12115
12115
|
"disabled": false,
|
12116
|
-
"document": "任务类型。\n- FLOW_CREATE: \"001\",新建实例\n- FLOW_RESIZE : \"002\",配置变更\n- FLOW_CLOSE:\"003\",关闭实例\n- FLOW_CLEAN: \"004\",清空实例\n- FLOW_STARTUP:\"005\",实例启用。\n- FLOW_DELETE:\"006\",删除实例。\n- FLOW_SETPWD:\"007\",重置密码。\n- FLOW_EXPORTBACKUP:\"009\",导出备份文件。\n- FLOW_RESTOREBACKUP:\"010\",恢复备份。\n- FLOW_BACKUPINSTANCE:\"012\",备份实例。\n- FLOW_MIGRATEINSTANCE:\"013\",迁移实例。\n- FLOW_DELBACKUP:\"014\",删除备份。\n- FLOW_EXCHANGEINSTANCE: \"016\",切换实例流程。\n- FLOW_AUTOBACKUP:\"017\",自动备份实例。\n- FLOW_MIGRATECHECK: \"022\",迁移参数校验。\n- FLOW_MIGRATETASK:\"023\",数据迁移中。\n- FLOW_CLEANDB:\"025\"
|
12116
|
+
"document": "任务类型。\n- FLOW_CREATE: \"001\",新建实例\n- FLOW_RESIZE : \"002\",配置变更\n- FLOW_CLOSE:\"003\",关闭实例\n- FLOW_CLEAN: \"004\",清空实例\n- FLOW_STARTUP:\"005\",实例启用。\n- FLOW_DELETE:\"006\",删除实例。\n- FLOW_SETPWD:\"007\",重置密码。\n- FLOW_EXPORTBACKUP:\"009\",导出备份文件。\n- FLOW_RESTOREBACKUP:\"010\",恢复备份。\n- FLOW_BACKUPINSTANCE:\"012\",备份实例。\n- FLOW_MIGRATEINSTANCE:\"013\",迁移实例。\n- FLOW_DELBACKUP:\"014\",删除备份。\n- FLOW_EXCHANGEINSTANCE: \"016\",切换实例流程。\n- FLOW_AUTOBACKUP:\"017\",自动备份实例。\n- FLOW_MIGRATECHECK: \"022\",迁移参数校验。\n- FLOW_MIGRATETASK:\"023\",数据迁移中。\n- FLOW_CLEANDB:\"025\",清空数据库。\n- FLOW_CLONEBACKUP:\"026\",克隆备份。\n- FLOW_CHANGEVIP: \"027\",改变vip地址。\n- FLOW_EXPORSHR :\"028\",扩缩容。\n- FLOW_ADDNODES:\"029\",加(减)节点。\n- FLOW_CHANGENET:\"031\",改变网络类型。\n- FLOW_MODIFYINSTACEREADONLY:\"033\",只读策略变更。\n- FLOW_MODIFYINSTANCEPARAMS:\"034\",修改实例参数。\n- FLOW_MODIFYINSTANCEPASSWORDFREE:\"035\",设置免密。\n- FLOW_SWITCHINSTANCEVIP:\"036\",实例VIP切换。\n- FLOW_MODIFYINSTANCEACCOUNT:\"037\",实例账号变更。\n- FLOW_MODIFYINSTANCEBANDWIDTH:\"038\",实例带宽变更。\n- FLOW_ENABLEINSTANCE_REPLICATE:\"039\",开启副本只读。\n- FLOW_DISABLEINSTANCE_REPLICATE:\"040\",关闭副本只读。\n- FLOW_UpgradeArch:\"041\",实例架构升级,主从升集群。\n- FLOW_DowngradeArch: \"042\",实例架构降级,集群降主从。\n- FLOW_UpgradeVersion: \"043\",版本升级。\n- FLOW_MODIFYCONNECTIONCONFIG:\"044\",带宽连接数调整。\n- FLOW_CLEARNETWORK:\"045\",更换网络,\n- FLOW_REMOVE_BACKUP_FILE:\"046\",删除备份。\n- FLOW_UPGRADE_SUPPORT_MULTI_AZ:\"047\",升级实例支持多可用区。\n- FLOW_SHUTDOWN_MASTER:\"048\",模拟故障。\n- FLOW_CHANGE_REPLICA_TO_MASTER:\"049\",手动提主。\n- FLOW_CODE_ADD_REPLICATION_INSTANCE:\"050\",新增复制组。\n- FLOW_OPEN_WAN:\"052\",开通外网。\n- FLOW_CLOSE_WAN:\"053\",关闭外网\n- FLOW_CODE_DELETE_REPLICATION_INSTANCE:\"055\",解绑复制组。\n- FLOW_CODE_CHANGE_MASTER_INSTANCE:\"056\",复制组实例切主。\n- FLOW_CODE_CHANGE_INSTANCE_ROLE: \"057\",更改复制组实例角色。\n- FLOW_MIGRATE_NODE:\"058\",迁移节点。\n- FLOW_SWITCH_NODE:\"059\",切换节点。\n- FLOW_UPGRADE_SMALL_VERSION:\"060\",升级 Redis版本。\n- FLOW_UPGRADE_PROXY_VERSION:\"061\",升级 Proxy 版本。\n- FLOW_MODIFY_INSTANCE_NETWORK: \"062\",实例修改网络。\n- FLOW_MIGRATE_PROXY_NODE:\"063\",迁移 proxy节点。\n- FLOW_MIGRATION_INSTANCE_ZONE:\"066\",实例可用区迁移中。\n- FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: \"067\",实例版本升级中。\n- FLOW_MODIFY_PROXY_NUM:\"069\",加(减)Proxy 节点。\n- FLOW_MODIFYBACKUPMOD:\"070\",变更实例备份模式。",
|
12117
12117
|
"example": "037",
|
12118
12118
|
"member": "string",
|
12119
12119
|
"name": "TaskType",
|
@@ -394,7 +394,7 @@
|
|
394
394
|
{
|
395
395
|
"document": "查询Redis实例列表",
|
396
396
|
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Limit\": 2,\n \"Offset\": 0,\n \"OrderBy\": \"createtime \"\n}",
|
397
|
-
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"Appid\": 251223628,\n \"AutoRenewFlag\": 0,\n \"BillingMode\": 1,\n \"ClientLimit\": 10000,\n \"ClientLimitMax\": 40000,\n \"ClientLimitMin\": 10000,\n \"CloseTime\": \"0000-00-00 00:00:00\",\n \"Createtime\": \"2023-04-17 11:32:18\",\n \"CurrentProxyVersion\": \"5.8.0\",\n \"CurrentRedisVersion\": \"6.0.0\",\n \"DeadlineTime\": \"2023-05-17 11:32:18\",\n \"DedicatedClusterId\": \"\",\n \"DiskSize\": 0,\n \"DtsStatus\": 0,\n \"Engine\": \"Redis\",\n \"InstanceId\": \"crs-4nmzc0ul\",\n \"InstanceName\": \"Redis_automation_is_awesome\",\n \"InstanceNode\": [],\n \"InstanceTags\": [],\n \"InstanceTitle\": \"添加实例中\",\n \"MonitorVersion\": \"5s\",\n \"NetLimit\": 24,\n \"NoAuth\": false,\n \"NodeSet\": [\n {\n \"NodeId\": 336948,\n \"NodeType\": 0,\n \"ZoneId\": 100002,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336946,\n \"NodeType\": 1,\n \"ZoneId\": 100003,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336947,\n \"NodeType\": 1,\n \"ZoneId\": 100004,\n \"ZoneName\": \"\"\n }\n ],\n \"OfflineTime\": \"\",\n \"PasswordFree\": 0,\n \"PolarisServer\": \"\",\n \"Port\": 6379,\n \"PriceId\": 1000848,\n \"ProductType\": \"standalone\",\n \"ProductVersion\": \"local\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"ReadOnly\": 0,\n \"RedisClusterId\": \"\",\n \"RedisReplicasNum\": 2,\n \"RedisShardNum\": 1,\n \"RedisShardSize\": 4096,\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"RemainBandwidthDuration\": \"\",\n \"Size\": 4096,\n \"
|
397
|
+
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"Appid\": 251223628,\n \"AutoRenewFlag\": 0,\n \"BillingMode\": 1,\n \"ClientLimit\": 10000,\n \"ClientLimitMax\": 40000,\n \"ClientLimitMin\": 10000,\n \"CloseTime\": \"0000-00-00 00:00:00\",\n \"Createtime\": \"2023-04-17 11:32:18\",\n \"CurrentProxyVersion\": \"5.8.0\",\n \"CurrentRedisVersion\": \"6.0.0\",\n \"DeadlineTime\": \"2023-05-17 11:32:18\",\n \"DedicatedClusterId\": \"\",\n \"DiskSize\": 0,\n \"DtsStatus\": 0,\n \"Engine\": \"Redis\",\n \"InstanceId\": \"crs-4nmzc0ul\",\n \"InstanceName\": \"Redis_automation_is_awesome\",\n \"InstanceNode\": [],\n \"InstanceTags\": [],\n \"InstanceTitle\": \"添加实例中\",\n \"MonitorVersion\": \"5s\",\n \"NetLimit\": 24,\n \"NoAuth\": false,\n \"NodeSet\": [\n {\n \"NodeId\": 336948,\n \"NodeType\": 0,\n \"ZoneId\": 100002,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336946,\n \"NodeType\": 1,\n \"ZoneId\": 100003,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336947,\n \"NodeType\": 1,\n \"ZoneId\": 100004,\n \"ZoneName\": \"\"\n }\n ],\n \"OfflineTime\": \"\",\n \"PasswordFree\": 0,\n \"PolarisServer\": \"\",\n \"Port\": 6379,\n \"PriceId\": 1000848,\n \"ProductType\": \"standalone\",\n \"ProductVersion\": \"local\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"ReadOnly\": 0,\n \"RedisClusterId\": \"\",\n \"RedisReplicasNum\": 2,\n \"RedisShardNum\": 1,\n \"RedisShardSize\": 4096,\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"RemainBandwidthDuration\": \"\",\n \"Size\": 4096,\n \"SlaveReadWeight\": 0,\n \"Status\": 1,\n \"SubStatus\": 37,\n \"SubnetId\": 2282634,\n \"Tags\": [],\n \"Type\": 15,\n \"UniqSubnetId\": \"subnet-1ed4w7to\",\n \"UniqVpcId\": \"vpc-mjwornzj\",\n \"UpgradeProxyVersion\": \"\",\n \"UpgradeRedisVersion\": \"\",\n \"Vip6\": \"\",\n \"VpcId\": 11133673,\n \"WanAddress\": \"\",\n \"WanIp\": \"10.0.1.61\",\n \"ZoneId\": 100002\n },\n {\n \"Appid\": 251223628,\n \"AutoRenewFlag\": 0,\n \"BillingMode\": 1,\n \"ClientLimit\": 10000,\n \"ClientLimitMax\": 40000,\n \"ClientLimitMin\": 10000,\n \"CloseTime\": \"0000-00-00 00:00:00\",\n \"Createtime\": \"2023-04-17 11:47:02\",\n \"CurrentProxyVersion\": \"5.5.0\",\n \"CurrentRedisVersion\": \"92.0.0\",\n \"DeadlineTime\": \"2023-05-17 11:47:01\",\n \"DedicatedClusterId\": \"\",\n \"DiskSize\": 0,\n \"DtsStatus\": 0,\n \"Engine\": \"Redis\",\n \"InstanceId\": \"crs-46njvft9\",\n \"InstanceName\": \"Redis_automation_is_awesome\",\n \"InstanceNode\": [],\n \"InstanceTags\": [],\n \"InstanceTitle\": \"运行中\",\n \"MonitorVersion\": \"5s\",\n \"NetLimit\": 24,\n \"NoAuth\": false,\n \"NodeSet\": [\n {\n \"NodeId\": 336951,\n \"NodeType\": 0,\n \"ZoneId\": 100002,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336949,\n \"NodeType\": 1,\n \"ZoneId\": 100003,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336950,\n \"NodeType\": 1,\n \"ZoneId\": 100004,\n \"ZoneName\": \"\"\n }\n ],\n \"OfflineTime\": \"\",\n \"PasswordFree\": 0,\n \"PolarisServer\": \"\",\n \"Port\": 6379,\n \"PriceId\": 1000848,\n \"ProductType\": \"standalone\",\n \"ProductVersion\": \"local\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"ReadOnly\": 0,\n \"RedisClusterId\": \"\",\n \"RedisReplicasNum\": 2,\n \"RedisShardNum\": 1,\n \"RedisShardSize\": 4096,\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"RemainBandwidthDuration\": \"\",\n \"Size\": 4096,\n \"SizeUsed\": 0,\n \"SlaveReadWeight\": 0,\n \"Status\": 2,\n \"SubStatus\": 19,\n \"SubnetId\": 2282634,\n \"Tags\": [],\n \"Type\": 6,\n \"UniqSubnetId\": \"subnet-1ed4w7to\",\n \"UniqVpcId\": \"vpc-mjwornzj\",\n \"UpgradeProxyVersion\": \"\",\n \"UpgradeRedisVersion\": \"\",\n \"Vip6\": \"\",\n \"VpcId\": 11133673,\n \"WanAddress\": \"\",\n \"WanIp\": \"10.0.1.71\",\n \"ZoneId\": 100002\n }\n ],\n \"RequestId\": \"3fb5a4d2-680c-45a2-aa88-0213b76d1489\",\n \"TotalCount\": 8\n }\n}",
|
398
398
|
"title": "请求示例"
|
399
399
|
}
|
400
400
|
],
|
@@ -740,6 +740,15 @@
|
|
740
740
|
"name": "DKIMOption",
|
741
741
|
"required": false,
|
742
742
|
"type": "int"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"disabled": false,
|
746
|
+
"document": "tag 标签",
|
747
|
+
"example": "无",
|
748
|
+
"member": "TagList",
|
749
|
+
"name": "TagList",
|
750
|
+
"required": false,
|
751
|
+
"type": "list"
|
743
752
|
}
|
744
753
|
],
|
745
754
|
"type": "object"
|
@@ -1396,6 +1405,16 @@
|
|
1396
1405
|
"output_required": false,
|
1397
1406
|
"type": "list",
|
1398
1407
|
"value_allowed_null": false
|
1408
|
+
},
|
1409
|
+
{
|
1410
|
+
"disabled": false,
|
1411
|
+
"document": "tag 标签",
|
1412
|
+
"example": "无",
|
1413
|
+
"member": "TagList",
|
1414
|
+
"name": "TagList",
|
1415
|
+
"output_required": false,
|
1416
|
+
"type": "list",
|
1417
|
+
"value_allowed_null": false
|
1399
1418
|
}
|
1400
1419
|
],
|
1401
1420
|
"usage": "out"
|
@@ -1958,7 +1977,35 @@
|
|
1958
1977
|
},
|
1959
1978
|
"ListEmailIdentitiesRequest": {
|
1960
1979
|
"document": "ListEmailIdentities请求参数结构体",
|
1961
|
-
"members": [
|
1980
|
+
"members": [
|
1981
|
+
{
|
1982
|
+
"disabled": false,
|
1983
|
+
"document": "tag 标签",
|
1984
|
+
"example": "无",
|
1985
|
+
"member": "TagList",
|
1986
|
+
"name": "TagList",
|
1987
|
+
"required": false,
|
1988
|
+
"type": "list"
|
1989
|
+
},
|
1990
|
+
{
|
1991
|
+
"disabled": false,
|
1992
|
+
"document": "分页 limit",
|
1993
|
+
"example": "100",
|
1994
|
+
"member": "uint64",
|
1995
|
+
"name": "Limit",
|
1996
|
+
"required": false,
|
1997
|
+
"type": "int"
|
1998
|
+
},
|
1999
|
+
{
|
2000
|
+
"disabled": false,
|
2001
|
+
"document": "分页 offset",
|
2002
|
+
"example": "10",
|
2003
|
+
"member": "uint64",
|
2004
|
+
"name": "Offset",
|
2005
|
+
"required": false,
|
2006
|
+
"type": "int"
|
2007
|
+
}
|
2008
|
+
],
|
1962
2009
|
"type": "object"
|
1963
2010
|
},
|
1964
2011
|
"ListEmailIdentitiesResponse": {
|
@@ -1970,7 +2017,7 @@
|
|
1970
2017
|
"example": "无",
|
1971
2018
|
"member": "EmailIdentity",
|
1972
2019
|
"name": "EmailIdentities",
|
1973
|
-
"
|
2020
|
+
"output_required": true,
|
1974
2021
|
"type": "list",
|
1975
2022
|
"value_allowed_null": false
|
1976
2023
|
},
|
@@ -1980,7 +2027,7 @@
|
|
1980
2027
|
"example": "10",
|
1981
2028
|
"member": "uint64",
|
1982
2029
|
"name": "MaxReputationLevel",
|
1983
|
-
"
|
2030
|
+
"output_required": true,
|
1984
2031
|
"type": "int",
|
1985
2032
|
"value_allowed_null": false
|
1986
2033
|
},
|
@@ -1990,7 +2037,17 @@
|
|
1990
2037
|
"example": "10000",
|
1991
2038
|
"member": "uint64",
|
1992
2039
|
"name": "MaxDailyQuota",
|
1993
|
-
"
|
2040
|
+
"output_required": true,
|
2041
|
+
"type": "int",
|
2042
|
+
"value_allowed_null": false
|
2043
|
+
},
|
2044
|
+
{
|
2045
|
+
"disabled": false,
|
2046
|
+
"document": "总数",
|
2047
|
+
"example": "100",
|
2048
|
+
"member": "uint64",
|
2049
|
+
"name": "Total",
|
2050
|
+
"output_required": false,
|
1994
2051
|
"type": "int",
|
1995
2052
|
"value_allowed_null": false
|
1996
2053
|
},
|
@@ -2773,7 +2830,7 @@
|
|
2773
2830
|
"value_allowed_null": false
|
2774
2831
|
},
|
2775
2832
|
{
|
2776
|
-
"disabled":
|
2833
|
+
"disabled": true,
|
2777
2834
|
"document": "用户是否举报该发送者",
|
2778
2835
|
"example": "true",
|
2779
2836
|
"member": "bool",
|
@@ -2781,6 +2838,16 @@
|
|
2781
2838
|
"output_required": true,
|
2782
2839
|
"type": "bool",
|
2783
2840
|
"value_allowed_null": false
|
2841
|
+
},
|
2842
|
+
{
|
2843
|
+
"disabled": false,
|
2844
|
+
"document": "用户是否举报该发送者",
|
2845
|
+
"example": "true",
|
2846
|
+
"member": "bool",
|
2847
|
+
"name": "UserComplained",
|
2848
|
+
"output_required": false,
|
2849
|
+
"type": "bool",
|
2850
|
+
"value_allowed_null": false
|
2784
2851
|
}
|
2785
2852
|
],
|
2786
2853
|
"usage": "out"
|
@@ -2975,6 +3042,34 @@
|
|
2975
3042
|
],
|
2976
3043
|
"usage": "in"
|
2977
3044
|
},
|
3045
|
+
"TagList": {
|
3046
|
+
"document": "标签",
|
3047
|
+
"members": [
|
3048
|
+
{
|
3049
|
+
"disabled": false,
|
3050
|
+
"document": "产品",
|
3051
|
+
"example": "tagkey",
|
3052
|
+
"member": "string",
|
3053
|
+
"name": "TagKey",
|
3054
|
+
"output_required": true,
|
3055
|
+
"required": true,
|
3056
|
+
"type": "string",
|
3057
|
+
"value_allowed_null": false
|
3058
|
+
},
|
3059
|
+
{
|
3060
|
+
"disabled": false,
|
3061
|
+
"document": "ses",
|
3062
|
+
"example": "tagvalue",
|
3063
|
+
"member": "string",
|
3064
|
+
"name": "TagValue",
|
3065
|
+
"output_required": true,
|
3066
|
+
"required": true,
|
3067
|
+
"type": "string",
|
3068
|
+
"value_allowed_null": false
|
3069
|
+
}
|
3070
|
+
],
|
3071
|
+
"usage": "both"
|
3072
|
+
},
|
2978
3073
|
"Template": {
|
2979
3074
|
"document": "模板发送相关信息,包含模板ID,模板变量参数等信息",
|
2980
3075
|
"members": [
|
@@ -7512,7 +7512,7 @@
|
|
7512
7512
|
},
|
7513
7513
|
{
|
7514
7514
|
"disabled": false,
|
7515
|
-
"document": "<
|
7515
|
+
"document": "<h4>基础套餐相关指标</h4>\n<ul>\n<li> StorageRead: 存储读请求次数 </li>\n<li> StorageWrite: 存储写请求次数 </li>\n<li> StorageCdnOriginFlux: CDN回源流量, 单位字节 </li>\n<li> CDNFlux: CDN回源流量, 单位字节 </li>\n<li> FunctionInvocation: 云函数调用次数 </li>\n<li> FunctionGBs: 云函数资源使用量, 单位Mb*Ms </li>\n<li> FunctionFlux: 云函数流量, 单位千字节(KB) </li>\n<li> FunctionError: 云函数调用错误次数 </li>\n<li> FunctionDuration: 云函数运行时间, 单位毫秒 </li>\n<li> DbRead: 数据库读请求数 </li>\n<li> DbWrite: 数据库写请求数 </li>\n<li> DbCostTime10ms: 数据库耗时在10ms-50ms请求数 </li>\n<li> DbCostTime50ms: 数据库耗时在50ms-100ms请求数 </li>\n<li> DbCostTime100ms: 数据库耗时在100ms以上请求数 </li>\n<li> TkeInvokeNum: 调用量 </li>\n<li> FunctionConcurrentExecutions: 云函数并发执行个数</li>\n<li> FunctionIdleProvisioned: 云函数预置并发闲置量 </li>\n<li> FunctionConcurrencyMemoryMB: 云函数并发执行内存量 </li>\n<li> FunctionThrottle: 云函数受限次数 </li>\n<li> FunctionProvisionedConcurrency: 云函数预置并发 </li>\n<li>ApiCountSummary: API总调用量(包括:数据库读+写,云存储读+写,云函数调用,CMS调用)</li>\n<li>CapacitySummary: 容量(包括:云存储+数据库)</li>\n<li>DatabaseApiCountSummary:数据库调用次数(包括:数据库读+写)</li>\n<li>StorageApiCountSummary:云存储调用次数(包括:云存储读+写)</li>\n<li>EnvQPSAll:环境总QPS</li>\n</ul>\n\n<h4>云托管相关指标</h4>\n<ul>\n<li>TkeCpuRatio : 容器CPU占用率</li>\n<li>TkeMemRatio : 容器内存占用率</li>\n<li>TkeCpuUsed : 容器CPU使用量</li>\n<li>TkeMemUsed : 容器内存使用量</li>\n<li>TkeResourceCpuVersion : 实际分配CPU规格数 单位:核</li>\n<li>TkeResourceMemVersion : 实际分配内存规格数 单位:MB</li>\n<li>TkeResourceCpuService : CPU 规格量</li>\n<li>TkeResourceMemService : 内存 规格量</li>\n<li>TkeCpuUsedVersion : 版本级别cpu使用量</li>\n<li>TkeMemUsedVersion : 版本级别内存使用量</li>\n<li>TkeCpuRatioVersion : 版本级别cpu使用率</li>\n<li>TkeMemRatioVersion : 版本级别内存使用率</li>\n<li>TkePodNumVersion : 实例个数(版本)</li>\n<li>TkePodUnavailableNumVersion : 实例不可用个数(版本)</li>\n<li>TkeCUUsedVersion : 版本级别内存使用量(CU单位)</li>\n<li>TkeCpuUsedService : 服务级别cpu使用量</li>\n<li>TkeMemUsedService : 服务级别内存使用量</li>\n<li>TkePodNumService : 实例个数(服务)</li>\n<li>TkePodUnavailableNumService : 实例不可用个数(服务)</li>\n<li>TkeCUUsedService : 服务级别内存使用量(CU单位)</li>\n</ul>",
|
7516
7516
|
"example": "StorageRead",
|
7517
7517
|
"member": "string",
|
7518
7518
|
"name": "MetricName",
|
@@ -184,7 +184,7 @@
|
|
184
184
|
{
|
185
185
|
"document": "",
|
186
186
|
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeBillingInfo\r\n&EnvId=tnt-j715s5gda\r\n&<公共请求参数>",
|
187
|
-
"output": "{\n \"Response\": {\n \"EnvBillingInfoList\": [\n {\n \"EnvId\": \"tnt-j715s5gda\",\n \"PackageId\": \"professional\",\n \"IsAutoRenew\": true,\n \"Status\": \"NORMAL\",\n \"PayMode\": \"PREPAYMENT\",\n \"IsolatedTime\": \"2011-5-16 12:15:01\",\n \"ExpireTime\": \"2019-5-25 12:15:01\",\n \"CreateTime\": \"2016-5-25 12:15:01\",\n \"UpdateTime\": \"2019-4-25 12:15:01\",\n \"FreeQuota\": \"\",\n \"PaymentChannel\": \"qcloud\",\n \"ExtPackageType\": \"baas\",\n \"OrderInfo\":
|
187
|
+
"output": "{\n \"Response\": {\n \"EnvBillingInfoList\": [\n {\n \"EnvId\": \"tnt-j715s5gda\",\n \"PackageId\": \"professional\",\n \"IsAutoRenew\": true,\n \"Status\": \"NORMAL\",\n \"PayMode\": \"PREPAYMENT\",\n \"IsolatedTime\": \"2011-5-16 12:15:01\",\n \"ExpireTime\": \"2019-5-25 12:15:01\",\n \"CreateTime\": \"2016-5-25 12:15:01\",\n \"UpdateTime\": \"2019-4-25 12:15:01\",\n \"FreeQuota\": \"\",\n \"PaymentChannel\": \"qcloud\",\n \"ExtPackageType\": \"baas\",\n \"OrderInfo\": {\n \"CreateTime\": \"\",\n \"ExtensionId\": \"\",\n \"Flag\": \"\",\n \"PackageId\": \"\",\n \"PayMode\": \"\",\n \"ReqBody\": \"\",\n \"ResourceReady\": \"\",\n \"TranId\": \"\",\n \"TranStatus\": \"\",\n \"TranType\": \"\",\n \"UpdateTime\": \"\"\n },\n \"IsAlwaysFree\": false,\n \"EnableOverrun\": true\n }\n ],\n \"RequestId\": \"ec5dde6a-6c21-4777-bf4a-99e1f910247e\"\n }\n}",
|
188
188
|
"title": "示例"
|
189
189
|
}
|
190
190
|
],
|
@@ -7447,6 +7447,15 @@
|
|
7447
7447
|
"name": "OwnerBroker",
|
7448
7448
|
"required": false,
|
7449
7449
|
"type": "string"
|
7450
|
+
},
|
7451
|
+
{
|
7452
|
+
"disabled": false,
|
7453
|
+
"document": "租户(如果没有自定义租户名称,和 tenantId 相同;如果有配置自定义租户名称,则为自定义租户名 user_tenant)",
|
7454
|
+
"example": "pulsar-nzw8q5b3g7b2",
|
7455
|
+
"member": "string",
|
7456
|
+
"name": "Tenant",
|
7457
|
+
"required": false,
|
7458
|
+
"type": "string"
|
7450
7459
|
}
|
7451
7460
|
],
|
7452
7461
|
"type": "object"
|
@@ -15363,6 +15372,16 @@
|
|
15363
15372
|
"output_required": false,
|
15364
15373
|
"type": "string",
|
15365
15374
|
"value_allowed_null": false
|
15375
|
+
},
|
15376
|
+
{
|
15377
|
+
"disabled": false,
|
15378
|
+
"document": "删除保护开关标识",
|
15379
|
+
"example": "0",
|
15380
|
+
"member": "int64",
|
15381
|
+
"name": "DeleteProtection",
|
15382
|
+
"output_required": false,
|
15383
|
+
"type": "int",
|
15384
|
+
"value_allowed_null": false
|
15366
15385
|
}
|
15367
15386
|
],
|
15368
15387
|
"usage": "out"
|