tccli 3.0.831.1__py2.py3-none-any.whl → 3.0.832.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 +3 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/ccc/v20200210/examples.json +2 -2
- tccli/services/cdc/v20201214/examples.json +1 -1
- tccli/services/cwp/cwp_client.py +2179 -642
- tccli/services/cwp/v20180228/api.json +3069 -479
- tccli/services/cwp/v20180228/examples.json +247 -3
- tccli/services/dlc/dlc_client.py +341 -23
- tccli/services/dlc/v20210125/api.json +505 -0
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/essbasic/v20210526/api.json +3 -12
- tccli/services/intlpartnersmgt/__init__.py +4 -0
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +724 -0
- tccli/services/intlpartnersmgt/v20220928/api.json +1054 -0
- tccli/services/intlpartnersmgt/v20220928/examples.json +93 -0
- tccli/services/live/v20180801/api.json +10 -10
- tccli/services/live/v20180801/examples.json +3 -3
- tccli/services/tdmq/v20200217/api.json +23 -44
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/tse/v20201207/api.json +42 -1
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/METADATA +2 -2
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/RECORD +27 -23
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/top_level.txt +0 -0
@@ -98,6 +98,13 @@
|
|
98
98
|
"output": "CreateDMSTableResponse",
|
99
99
|
"status": "online"
|
100
100
|
},
|
101
|
+
"CreateDataEngine": {
|
102
|
+
"document": "为用户创建数据引擎",
|
103
|
+
"input": "CreateDataEngineRequest",
|
104
|
+
"name": "数据引擎创建",
|
105
|
+
"output": "CreateDataEngineResponse",
|
106
|
+
"status": "online"
|
107
|
+
},
|
101
108
|
"CreateDatabase": {
|
102
109
|
"document": "本接口(CreateDatabase)用于生成建库SQL语句。",
|
103
110
|
"input": "CreateDatabaseRequest",
|
@@ -308,6 +315,27 @@
|
|
308
315
|
"output": "DescribeDatabasesResponse",
|
309
316
|
"status": "online"
|
310
317
|
},
|
318
|
+
"DescribeEngineUsageInfo": {
|
319
|
+
"document": "本接口根据引擎ID获取数据引擎资源使用情况",
|
320
|
+
"input": "DescribeEngineUsageInfoRequest",
|
321
|
+
"name": "获取数据引擎资源使用情况",
|
322
|
+
"output": "DescribeEngineUsageInfoResponse",
|
323
|
+
"status": "online"
|
324
|
+
},
|
325
|
+
"DescribeLakeFsDirSummary": {
|
326
|
+
"document": "查询托管存储指定目录的Summary",
|
327
|
+
"input": "DescribeLakeFsDirSummaryRequest",
|
328
|
+
"name": "查询托管存储指定目录的Summary",
|
329
|
+
"output": "DescribeLakeFsDirSummaryResponse",
|
330
|
+
"status": "online"
|
331
|
+
},
|
332
|
+
"DescribeLakeFsInfo": {
|
333
|
+
"document": "查询用户的托管存储信息",
|
334
|
+
"input": "DescribeLakeFsInfoRequest",
|
335
|
+
"name": "查询用户的托管存储信息",
|
336
|
+
"output": "DescribeLakeFsInfoResponse",
|
337
|
+
"status": "online"
|
338
|
+
},
|
311
339
|
"DescribeNotebookSession": {
|
312
340
|
"document": "本接口(DescribeNotebookSession)用于获取notebook livy session详情信息",
|
313
341
|
"input": "DescribeNotebookSessionRequest",
|
@@ -539,6 +567,13 @@
|
|
539
567
|
"output": "SuspendResumeDataEngineResponse",
|
540
568
|
"status": "online"
|
541
569
|
},
|
570
|
+
"SwitchDataEngine": {
|
571
|
+
"document": "切换主备集群",
|
572
|
+
"input": "SwitchDataEngineRequest",
|
573
|
+
"name": "切换主备集群",
|
574
|
+
"output": "SwitchDataEngineResponse",
|
575
|
+
"status": "online"
|
576
|
+
},
|
542
577
|
"UnbindWorkGroupsFromUser": {
|
543
578
|
"document": "解绑用户上的用户组",
|
544
579
|
"input": "UnbindWorkGroupsFromUserRequest",
|
@@ -552,6 +587,13 @@
|
|
552
587
|
"name": "元数据解锁",
|
553
588
|
"output": "UnlockMetaDataResponse",
|
554
589
|
"status": "online"
|
590
|
+
},
|
591
|
+
"UpdateRowFilter": {
|
592
|
+
"document": "此接口用于更新行过滤规则。注意只能更新过滤规则,不能更新规格对象catalog,database和table。",
|
593
|
+
"input": "UpdateRowFilterRequest",
|
594
|
+
"name": "更新行过滤规则",
|
595
|
+
"output": "UpdateRowFilterResponse",
|
596
|
+
"status": "online"
|
555
597
|
}
|
556
598
|
},
|
557
599
|
"metadata": {
|
@@ -1739,6 +1781,248 @@
|
|
1739
1781
|
],
|
1740
1782
|
"type": "object"
|
1741
1783
|
},
|
1784
|
+
"CreateDataEngineRequest": {
|
1785
|
+
"document": "CreateDataEngine请求参数结构体",
|
1786
|
+
"members": [
|
1787
|
+
{
|
1788
|
+
"document": "引擎类型spark/presto",
|
1789
|
+
"example": "spark",
|
1790
|
+
"member": "string",
|
1791
|
+
"name": "EngineType",
|
1792
|
+
"required": true,
|
1793
|
+
"type": "string"
|
1794
|
+
},
|
1795
|
+
{
|
1796
|
+
"document": "虚拟集群名称",
|
1797
|
+
"example": "test",
|
1798
|
+
"member": "string",
|
1799
|
+
"name": "DataEngineName",
|
1800
|
+
"required": true,
|
1801
|
+
"type": "string"
|
1802
|
+
},
|
1803
|
+
{
|
1804
|
+
"document": "集群类型 spark_private/presto_private/presto_cu/spark_cu",
|
1805
|
+
"example": "presto_private",
|
1806
|
+
"member": "string",
|
1807
|
+
"name": "ClusterType",
|
1808
|
+
"required": true,
|
1809
|
+
"type": "string"
|
1810
|
+
},
|
1811
|
+
{
|
1812
|
+
"document": "计费模式 0=共享模式 1=按量计费 2=包年包月",
|
1813
|
+
"example": "0",
|
1814
|
+
"member": "int64",
|
1815
|
+
"name": "Mode",
|
1816
|
+
"required": true,
|
1817
|
+
"type": "int"
|
1818
|
+
},
|
1819
|
+
{
|
1820
|
+
"document": "是否自动启动集群",
|
1821
|
+
"example": "true",
|
1822
|
+
"member": "bool",
|
1823
|
+
"name": "AutoResume",
|
1824
|
+
"required": true,
|
1825
|
+
"type": "bool"
|
1826
|
+
},
|
1827
|
+
{
|
1828
|
+
"document": "最小资源",
|
1829
|
+
"example": "1",
|
1830
|
+
"member": "int64",
|
1831
|
+
"name": "MinClusters",
|
1832
|
+
"required": false,
|
1833
|
+
"type": "int"
|
1834
|
+
},
|
1835
|
+
{
|
1836
|
+
"document": "最大资源",
|
1837
|
+
"example": "10",
|
1838
|
+
"member": "int64",
|
1839
|
+
"name": "MaxClusters",
|
1840
|
+
"required": false,
|
1841
|
+
"type": "int"
|
1842
|
+
},
|
1843
|
+
{
|
1844
|
+
"document": "是否为默虚拟集群",
|
1845
|
+
"example": "true",
|
1846
|
+
"member": "bool",
|
1847
|
+
"name": "DefaultDataEngine",
|
1848
|
+
"required": false,
|
1849
|
+
"type": "bool"
|
1850
|
+
},
|
1851
|
+
{
|
1852
|
+
"document": "VPC网段",
|
1853
|
+
"example": "10.10.0.0/16",
|
1854
|
+
"member": "string",
|
1855
|
+
"name": "CidrBlock",
|
1856
|
+
"required": false,
|
1857
|
+
"type": "string"
|
1858
|
+
},
|
1859
|
+
{
|
1860
|
+
"document": "描述信息",
|
1861
|
+
"example": "test",
|
1862
|
+
"member": "string",
|
1863
|
+
"name": "Message",
|
1864
|
+
"required": false,
|
1865
|
+
"type": "string"
|
1866
|
+
},
|
1867
|
+
{
|
1868
|
+
"document": "集群规模",
|
1869
|
+
"example": "1",
|
1870
|
+
"member": "int64",
|
1871
|
+
"name": "Size",
|
1872
|
+
"required": false,
|
1873
|
+
"type": "int"
|
1874
|
+
},
|
1875
|
+
{
|
1876
|
+
"document": "计费类型,后付费:0,预付费:1。当前只支持后付费,不填默认为后付费。",
|
1877
|
+
"example": "0",
|
1878
|
+
"member": "int64",
|
1879
|
+
"name": "PayMode",
|
1880
|
+
"required": false,
|
1881
|
+
"type": "int"
|
1882
|
+
},
|
1883
|
+
{
|
1884
|
+
"document": "资源使用时长,后付费:固定填3600,预付费:最少填1,代表购买资源一个月,最长不超过120。默认3600",
|
1885
|
+
"example": "1",
|
1886
|
+
"member": "int64",
|
1887
|
+
"name": "TimeSpan",
|
1888
|
+
"required": false,
|
1889
|
+
"type": "int"
|
1890
|
+
},
|
1891
|
+
{
|
1892
|
+
"document": "资源使用时长的单位,后付费:s,预付费:m。默认为s",
|
1893
|
+
"example": "s",
|
1894
|
+
"member": "string",
|
1895
|
+
"name": "TimeUnit",
|
1896
|
+
"required": false,
|
1897
|
+
"type": "string"
|
1898
|
+
},
|
1899
|
+
{
|
1900
|
+
"document": "资源的自动续费标志。后付费无需续费,固定填0;预付费下:0表示手动续费、1代表自动续费、2代表不续费,在0下如果是大客户,会自动帮大客户续费。默认为0",
|
1901
|
+
"example": "0",
|
1902
|
+
"member": "int64",
|
1903
|
+
"name": "AutoRenew",
|
1904
|
+
"required": false,
|
1905
|
+
"type": "int"
|
1906
|
+
},
|
1907
|
+
{
|
1908
|
+
"document": "创建资源的时候需要绑定的标签信息",
|
1909
|
+
"example": "无",
|
1910
|
+
"member": "TagInfo",
|
1911
|
+
"name": "Tags",
|
1912
|
+
"required": false,
|
1913
|
+
"type": "list"
|
1914
|
+
},
|
1915
|
+
{
|
1916
|
+
"document": "是否自定挂起集群:false(默认):不自动挂起、true:自动挂起",
|
1917
|
+
"example": "false",
|
1918
|
+
"member": "bool",
|
1919
|
+
"name": "AutoSuspend",
|
1920
|
+
"required": false,
|
1921
|
+
"type": "bool"
|
1922
|
+
},
|
1923
|
+
{
|
1924
|
+
"document": "定时启停集群策略:0(默认):关闭定时策略、1:开启定时策略(注:定时启停策略与自动挂起策略互斥)",
|
1925
|
+
"example": "1",
|
1926
|
+
"member": "int64",
|
1927
|
+
"name": "CrontabResumeSuspend",
|
1928
|
+
"required": false,
|
1929
|
+
"type": "int"
|
1930
|
+
},
|
1931
|
+
{
|
1932
|
+
"document": "定时启停策略,复杂类型:包含启停时间、挂起集群策略",
|
1933
|
+
"example": "无",
|
1934
|
+
"member": "CrontabResumeSuspendStrategy",
|
1935
|
+
"name": "CrontabResumeSuspendStrategy",
|
1936
|
+
"required": false,
|
1937
|
+
"type": "object"
|
1938
|
+
},
|
1939
|
+
{
|
1940
|
+
"document": "引擎执行任务类型,默认为SQL",
|
1941
|
+
"example": "SQL/STREAM/BATCH",
|
1942
|
+
"member": "string",
|
1943
|
+
"name": "EngineExecType",
|
1944
|
+
"required": false,
|
1945
|
+
"type": "string"
|
1946
|
+
},
|
1947
|
+
{
|
1948
|
+
"document": "单个集群最大并发任务数,默认5",
|
1949
|
+
"example": "5",
|
1950
|
+
"member": "int64",
|
1951
|
+
"name": "MaxConcurrency",
|
1952
|
+
"required": false,
|
1953
|
+
"type": "int"
|
1954
|
+
},
|
1955
|
+
{
|
1956
|
+
"document": "可容忍的排队时间,默认0。当任务排队的时间超过可容忍的时间时可能会触发扩容。如果该参数为0,则表示一旦有任务排队就可能立即触发扩容。",
|
1957
|
+
"example": "0",
|
1958
|
+
"member": "int64",
|
1959
|
+
"name": "TolerableQueueTime",
|
1960
|
+
"required": false,
|
1961
|
+
"type": "int"
|
1962
|
+
},
|
1963
|
+
{
|
1964
|
+
"document": "集群自动挂起时间,默认10分钟",
|
1965
|
+
"example": "10",
|
1966
|
+
"member": "int64",
|
1967
|
+
"name": "AutoSuspendTime",
|
1968
|
+
"required": false,
|
1969
|
+
"type": "int"
|
1970
|
+
},
|
1971
|
+
{
|
1972
|
+
"document": "资源类型。Standard_CU:标准型;Memory_CU:内存型",
|
1973
|
+
"example": "Standard_CU",
|
1974
|
+
"member": "string",
|
1975
|
+
"name": "ResourceType",
|
1976
|
+
"required": false,
|
1977
|
+
"type": "string"
|
1978
|
+
},
|
1979
|
+
{
|
1980
|
+
"document": "集群高级配置",
|
1981
|
+
"example": "无",
|
1982
|
+
"member": "DataEngineConfigPair",
|
1983
|
+
"name": "DataEngineConfigPairs",
|
1984
|
+
"required": false,
|
1985
|
+
"type": "list"
|
1986
|
+
},
|
1987
|
+
{
|
1988
|
+
"document": "集群镜像版本名字。如SuperSQL-P 1.1;SuperSQL-S 3.2等,不传,默认创建最新镜像版本的集群",
|
1989
|
+
"example": "SuperSQL-P 1.1",
|
1990
|
+
"member": "string",
|
1991
|
+
"name": "ImageVersionName",
|
1992
|
+
"required": false,
|
1993
|
+
"type": "string"
|
1994
|
+
},
|
1995
|
+
{
|
1996
|
+
"document": "主集群名称",
|
1997
|
+
"example": "test",
|
1998
|
+
"member": "string",
|
1999
|
+
"name": "MainClusterName",
|
2000
|
+
"required": false,
|
2001
|
+
"type": "string"
|
2002
|
+
}
|
2003
|
+
],
|
2004
|
+
"type": "object"
|
2005
|
+
},
|
2006
|
+
"CreateDataEngineResponse": {
|
2007
|
+
"document": "CreateDataEngine返回参数结构体",
|
2008
|
+
"members": [
|
2009
|
+
{
|
2010
|
+
"document": "虚拟引擎id",
|
2011
|
+
"example": "xx",
|
2012
|
+
"member": "string",
|
2013
|
+
"name": "DataEngineId",
|
2014
|
+
"type": "string",
|
2015
|
+
"value_allowed_null": false
|
2016
|
+
},
|
2017
|
+
{
|
2018
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
2019
|
+
"member": "string",
|
2020
|
+
"name": "RequestId",
|
2021
|
+
"type": "string"
|
2022
|
+
}
|
2023
|
+
],
|
2024
|
+
"type": "object"
|
2025
|
+
},
|
1742
2026
|
"CreateDatabaseRequest": {
|
1743
2027
|
"document": "CreateDatabase请求参数结构体",
|
1744
2028
|
"members": [
|
@@ -3649,10 +3933,16 @@
|
|
3649
3933
|
],
|
3650
3934
|
"usage": "out"
|
3651
3935
|
},
|
3936
|
+
"DataEngineConfigPair": {
|
3937
|
+
"document": "引擎配置",
|
3938
|
+
"members": [],
|
3939
|
+
"usage": "both"
|
3940
|
+
},
|
3652
3941
|
"DataEngineInfo": {
|
3653
3942
|
"document": "DataEngine详细信息",
|
3654
3943
|
"members": [
|
3655
3944
|
{
|
3945
|
+
"default": "",
|
3656
3946
|
"document": "DataEngine名称",
|
3657
3947
|
"example": "shared_presto",
|
3658
3948
|
"member": "string",
|
@@ -3662,6 +3952,7 @@
|
|
3662
3952
|
"value_allowed_null": false
|
3663
3953
|
},
|
3664
3954
|
{
|
3955
|
+
"default": "",
|
3665
3956
|
"document": "引擎类型 spark/presto",
|
3666
3957
|
"example": "presto",
|
3667
3958
|
"member": "string",
|
@@ -3671,6 +3962,7 @@
|
|
3671
3962
|
"value_allowed_null": false
|
3672
3963
|
},
|
3673
3964
|
{
|
3965
|
+
"default": "",
|
3674
3966
|
"document": "集群资源类型 spark_private/presto_private/presto_cu/spark_cu",
|
3675
3967
|
"example": "presto_private",
|
3676
3968
|
"member": "string",
|
@@ -3680,6 +3972,7 @@
|
|
3680
3972
|
"value_allowed_null": false
|
3681
3973
|
},
|
3682
3974
|
{
|
3975
|
+
"default": "",
|
3683
3976
|
"document": "引用ID",
|
3684
3977
|
"example": "****",
|
3685
3978
|
"member": "string",
|
@@ -3689,6 +3982,7 @@
|
|
3689
3982
|
"value_allowed_null": false
|
3690
3983
|
},
|
3691
3984
|
{
|
3985
|
+
"default": "",
|
3692
3986
|
"document": "数据引擎状态 -2已删除 -1失败 0初始化中 1挂起 2运行中 3准备删除 4删除中",
|
3693
3987
|
"example": "1",
|
3694
3988
|
"member": "int64",
|
@@ -3698,6 +3992,7 @@
|
|
3698
3992
|
"value_allowed_null": false
|
3699
3993
|
},
|
3700
3994
|
{
|
3995
|
+
"default": "",
|
3701
3996
|
"document": "创建时间",
|
3702
3997
|
"example": "1635320563",
|
3703
3998
|
"member": "int64",
|
@@ -3707,6 +4002,7 @@
|
|
3707
4002
|
"value_allowed_null": false
|
3708
4003
|
},
|
3709
4004
|
{
|
4005
|
+
"default": "",
|
3710
4006
|
"document": "更新时间",
|
3711
4007
|
"example": "1635320563",
|
3712
4008
|
"member": "int64",
|
@@ -3716,6 +4012,7 @@
|
|
3716
4012
|
"value_allowed_null": false
|
3717
4013
|
},
|
3718
4014
|
{
|
4015
|
+
"default": "",
|
3719
4016
|
"document": "集群规格\n注意:此字段可能返回 null,表示取不到有效值。",
|
3720
4017
|
"example": "64",
|
3721
4018
|
"member": "int64",
|
@@ -3725,6 +4022,7 @@
|
|
3725
4022
|
"value_allowed_null": true
|
3726
4023
|
},
|
3727
4024
|
{
|
4025
|
+
"default": "",
|
3728
4026
|
"document": "计费模式 0共享模式 1按量计费 2包年包月",
|
3729
4027
|
"example": "0",
|
3730
4028
|
"member": "int64",
|
@@ -3734,6 +4032,7 @@
|
|
3734
4032
|
"value_allowed_null": false
|
3735
4033
|
},
|
3736
4034
|
{
|
4035
|
+
"default": "",
|
3737
4036
|
"document": "最小集群数\n注意:此字段可能返回 null,表示取不到有效值。",
|
3738
4037
|
"example": "0",
|
3739
4038
|
"member": "int64",
|
@@ -3743,6 +4042,7 @@
|
|
3743
4042
|
"value_allowed_null": true
|
3744
4043
|
},
|
3745
4044
|
{
|
4045
|
+
"default": "",
|
3746
4046
|
"document": "最大集群数\n注意:此字段可能返回 null,表示取不到有效值。",
|
3747
4047
|
"example": "10",
|
3748
4048
|
"member": "int64",
|
@@ -3752,6 +4052,7 @@
|
|
3752
4052
|
"value_allowed_null": true
|
3753
4053
|
},
|
3754
4054
|
{
|
4055
|
+
"default": "",
|
3755
4056
|
"document": "是否自动恢复\n注意:此字段可能返回 null,表示取不到有效值。",
|
3756
4057
|
"example": "true",
|
3757
4058
|
"member": "bool",
|
@@ -3761,6 +4062,7 @@
|
|
3761
4062
|
"value_allowed_null": true
|
3762
4063
|
},
|
3763
4064
|
{
|
4065
|
+
"default": "",
|
3764
4066
|
"document": "自动恢复时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
3765
4067
|
"example": "10",
|
3766
4068
|
"member": "int64",
|
@@ -3770,6 +4072,7 @@
|
|
3770
4072
|
"value_allowed_null": true
|
3771
4073
|
},
|
3772
4074
|
{
|
4075
|
+
"default": "",
|
3773
4076
|
"document": "集群网段\n注意:此字段可能返回 null,表示取不到有效值。",
|
3774
4077
|
"example": "10.255.252.0/22",
|
3775
4078
|
"member": "string",
|
@@ -3779,6 +4082,7 @@
|
|
3779
4082
|
"value_allowed_null": true
|
3780
4083
|
},
|
3781
4084
|
{
|
4085
|
+
"default": "",
|
3782
4086
|
"document": "是否为默认引擎\n注意:此字段可能返回 null,表示取不到有效值。",
|
3783
4087
|
"example": "true",
|
3784
4088
|
"member": "bool",
|
@@ -3788,6 +4092,7 @@
|
|
3788
4092
|
"value_allowed_null": true
|
3789
4093
|
},
|
3790
4094
|
{
|
4095
|
+
"default": "",
|
3791
4096
|
"document": "返回信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
3792
4097
|
"example": "测试资源",
|
3793
4098
|
"member": "string",
|
@@ -3797,6 +4102,7 @@
|
|
3797
4102
|
"value_allowed_null": true
|
3798
4103
|
},
|
3799
4104
|
{
|
4105
|
+
"default": "",
|
3800
4106
|
"document": "引擎id",
|
3801
4107
|
"example": "02345495-cfe0-461c-8c3d-5715d03feda4",
|
3802
4108
|
"member": "string",
|
@@ -3806,6 +4112,7 @@
|
|
3806
4112
|
"value_allowed_null": false
|
3807
4113
|
},
|
3808
4114
|
{
|
4115
|
+
"default": "",
|
3809
4116
|
"document": "操作者",
|
3810
4117
|
"example": "****",
|
3811
4118
|
"member": "string",
|
@@ -3815,6 +4122,7 @@
|
|
3815
4122
|
"value_allowed_null": false
|
3816
4123
|
},
|
3817
4124
|
{
|
4125
|
+
"default": "",
|
3818
4126
|
"document": "到期时间",
|
3819
4127
|
"example": "2022-03-16 10:41:03",
|
3820
4128
|
"member": "string",
|
@@ -3824,6 +4132,7 @@
|
|
3824
4132
|
"value_allowed_null": false
|
3825
4133
|
},
|
3826
4134
|
{
|
4135
|
+
"default": "",
|
3827
4136
|
"document": "隔离时间",
|
3828
4137
|
"example": "2022-03-16 10:41:03",
|
3829
4138
|
"member": "string",
|
@@ -3833,6 +4142,7 @@
|
|
3833
4142
|
"value_allowed_null": false
|
3834
4143
|
},
|
3835
4144
|
{
|
4145
|
+
"default": "",
|
3836
4146
|
"document": "冲正时间",
|
3837
4147
|
"example": "2022-03-16 10:41:03",
|
3838
4148
|
"member": "string",
|
@@ -3842,6 +4152,7 @@
|
|
3842
4152
|
"value_allowed_null": false
|
3843
4153
|
},
|
3844
4154
|
{
|
4155
|
+
"default": "",
|
3845
4156
|
"document": "用户名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
3846
4157
|
"example": "testname",
|
3847
4158
|
"member": "string",
|
@@ -3851,6 +4162,7 @@
|
|
3851
4162
|
"value_allowed_null": true
|
3852
4163
|
},
|
3853
4164
|
{
|
4165
|
+
"default": "",
|
3854
4166
|
"document": "标签对集合\n注意:此字段可能返回 null,表示取不到有效值。",
|
3855
4167
|
"example": "[{\"TagKey\":\"mark002\"}]",
|
3856
4168
|
"member": "TagInfo",
|
@@ -3860,6 +4172,7 @@
|
|
3860
4172
|
"value_allowed_null": true
|
3861
4173
|
},
|
3862
4174
|
{
|
4175
|
+
"default": "",
|
3863
4176
|
"document": "引擎拥有的权限\n注意:此字段可能返回 null,表示取不到有效值。",
|
3864
4177
|
"example": "[USE]",
|
3865
4178
|
"member": "string",
|
@@ -3869,6 +4182,7 @@
|
|
3869
4182
|
"value_allowed_null": true
|
3870
4183
|
},
|
3871
4184
|
{
|
4185
|
+
"default": "",
|
3872
4186
|
"document": "是否自定挂起集群:false(默认):不自动挂起、true:自动挂起\n注意:此字段可能返回 null,表示取不到有效值。",
|
3873
4187
|
"example": "false",
|
3874
4188
|
"member": "bool",
|
@@ -3878,6 +4192,7 @@
|
|
3878
4192
|
"value_allowed_null": true
|
3879
4193
|
},
|
3880
4194
|
{
|
4195
|
+
"default": "",
|
3881
4196
|
"document": "定时启停集群策略:0(默认):关闭定时策略、1:开启定时策略(注:定时启停策略与自动挂起策略互斥)\n注意:此字段可能返回 null,表示取不到有效值。",
|
3882
4197
|
"example": "1",
|
3883
4198
|
"member": "int64",
|
@@ -3887,6 +4202,7 @@
|
|
3887
4202
|
"value_allowed_null": true
|
3888
4203
|
},
|
3889
4204
|
{
|
4205
|
+
"default": "",
|
3890
4206
|
"document": "定时启停策略,复杂类型:包含启停时间、挂起集群策略\n注意:此字段可能返回 null,表示取不到有效值。",
|
3891
4207
|
"example": "无",
|
3892
4208
|
"member": "CrontabResumeSuspendStrategy",
|
@@ -3896,6 +4212,7 @@
|
|
3896
4212
|
"value_allowed_null": true
|
3897
4213
|
},
|
3898
4214
|
{
|
4215
|
+
"default": "",
|
3899
4216
|
"document": "引擎执行任务类型,有效值:SQL/BATCH\n注意:此字段可能返回 null,表示取不到有效值。",
|
3900
4217
|
"example": "无",
|
3901
4218
|
"member": "string",
|
@@ -3905,6 +4222,7 @@
|
|
3905
4222
|
"value_allowed_null": true
|
3906
4223
|
},
|
3907
4224
|
{
|
4225
|
+
"default": "",
|
3908
4226
|
"document": "自动续费标志,0,初始状态,默认不自动续费,若用户有预付费不停服特权,自动续费。1:自动续费。2:明确不自动续费\n注意:此字段可能返回 null,表示取不到有效值。",
|
3909
4227
|
"example": "0",
|
3910
4228
|
"member": "int64",
|
@@ -3914,6 +4232,7 @@
|
|
3914
4232
|
"value_allowed_null": true
|
3915
4233
|
},
|
3916
4234
|
{
|
4235
|
+
"default": "",
|
3917
4236
|
"document": "集群自动挂起时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
3918
4237
|
"example": "10",
|
3919
4238
|
"member": "int64",
|
@@ -3923,6 +4242,7 @@
|
|
3923
4242
|
"value_allowed_null": true
|
3924
4243
|
},
|
3925
4244
|
{
|
4245
|
+
"default": "",
|
3926
4246
|
"document": "网络连接配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
3927
4247
|
"example": "无",
|
3928
4248
|
"member": "NetworkConnection",
|
@@ -3932,6 +4252,7 @@
|
|
3932
4252
|
"value_allowed_null": true
|
3933
4253
|
},
|
3934
4254
|
{
|
4255
|
+
"default": "",
|
3935
4256
|
"document": "ui的跳转地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
3936
4257
|
"example": "dlc-xxx.com",
|
3937
4258
|
"member": "string",
|
@@ -3941,6 +4262,7 @@
|
|
3941
4262
|
"value_allowed_null": true
|
3942
4263
|
},
|
3943
4264
|
{
|
4265
|
+
"default": "",
|
3944
4266
|
"document": "引擎的资源类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
3945
4267
|
"example": "Standard_CU",
|
3946
4268
|
"member": "string",
|
@@ -3950,6 +4272,7 @@
|
|
3950
4272
|
"value_allowed_null": true
|
3951
4273
|
},
|
3952
4274
|
{
|
4275
|
+
"default": "",
|
3953
4276
|
"document": "集群镜像版本ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3954
4277
|
"example": "xxxx",
|
3955
4278
|
"member": "string",
|
@@ -3959,6 +4282,7 @@
|
|
3959
4282
|
"value_allowed_null": true
|
3960
4283
|
},
|
3961
4284
|
{
|
4285
|
+
"default": "",
|
3962
4286
|
"document": "集群镜像小版本ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3963
4287
|
"example": "xxxx",
|
3964
4288
|
"member": "string",
|
@@ -3968,6 +4292,7 @@
|
|
3968
4292
|
"value_allowed_null": true
|
3969
4293
|
},
|
3970
4294
|
{
|
4295
|
+
"default": "",
|
3971
4296
|
"document": "集群镜像版本名字\n注意:此字段可能返回 null,表示取不到有效值。",
|
3972
4297
|
"example": "xxxx",
|
3973
4298
|
"member": "string",
|
@@ -3975,6 +4300,16 @@
|
|
3975
4300
|
"required": false,
|
3976
4301
|
"type": "string",
|
3977
4302
|
"value_allowed_null": true
|
4303
|
+
},
|
4304
|
+
{
|
4305
|
+
"default": "",
|
4306
|
+
"document": "是否开启备集群\n注意:此字段可能返回 null,表示取不到有效值。",
|
4307
|
+
"example": "false",
|
4308
|
+
"member": "bool",
|
4309
|
+
"name": "StartStandbyCluster",
|
4310
|
+
"required": false,
|
4311
|
+
"type": "bool",
|
4312
|
+
"value_allowed_null": true
|
3978
4313
|
}
|
3979
4314
|
],
|
3980
4315
|
"usage": "both"
|
@@ -5206,6 +5541,94 @@
|
|
5206
5541
|
],
|
5207
5542
|
"type": "object"
|
5208
5543
|
},
|
5544
|
+
"DescribeEngineUsageInfoRequest": {
|
5545
|
+
"document": "DescribeEngineUsageInfo请求参数结构体",
|
5546
|
+
"members": [
|
5547
|
+
{
|
5548
|
+
"default": "",
|
5549
|
+
"document": "House Id",
|
5550
|
+
"example": "无",
|
5551
|
+
"member": "string",
|
5552
|
+
"name": "DataEngineId",
|
5553
|
+
"required": true,
|
5554
|
+
"type": "string"
|
5555
|
+
}
|
5556
|
+
],
|
5557
|
+
"type": "object"
|
5558
|
+
},
|
5559
|
+
"DescribeEngineUsageInfoResponse": {
|
5560
|
+
"document": "DescribeEngineUsageInfo返回参数结构体",
|
5561
|
+
"members": [
|
5562
|
+
{
|
5563
|
+
"document": "集群总规格",
|
5564
|
+
"example": "无",
|
5565
|
+
"member": "int64",
|
5566
|
+
"name": "Total",
|
5567
|
+
"required": true,
|
5568
|
+
"type": "int",
|
5569
|
+
"value_allowed_null": false
|
5570
|
+
},
|
5571
|
+
{
|
5572
|
+
"document": "已占用集群规格",
|
5573
|
+
"example": "无",
|
5574
|
+
"member": "int64",
|
5575
|
+
"name": "Used",
|
5576
|
+
"required": true,
|
5577
|
+
"type": "int",
|
5578
|
+
"value_allowed_null": false
|
5579
|
+
},
|
5580
|
+
{
|
5581
|
+
"document": "剩余集群规格",
|
5582
|
+
"example": "无",
|
5583
|
+
"member": "int64",
|
5584
|
+
"name": "Available",
|
5585
|
+
"required": true,
|
5586
|
+
"type": "int",
|
5587
|
+
"value_allowed_null": false
|
5588
|
+
},
|
5589
|
+
{
|
5590
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
5591
|
+
"member": "string",
|
5592
|
+
"name": "RequestId",
|
5593
|
+
"type": "string"
|
5594
|
+
}
|
5595
|
+
],
|
5596
|
+
"type": "object"
|
5597
|
+
},
|
5598
|
+
"DescribeLakeFsDirSummaryRequest": {
|
5599
|
+
"document": "DescribeLakeFsDirSummary请求参数结构体",
|
5600
|
+
"members": [],
|
5601
|
+
"type": "object"
|
5602
|
+
},
|
5603
|
+
"DescribeLakeFsDirSummaryResponse": {
|
5604
|
+
"document": "DescribeLakeFsDirSummary返回参数结构体",
|
5605
|
+
"members": [
|
5606
|
+
{
|
5607
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
5608
|
+
"member": "string",
|
5609
|
+
"name": "RequestId",
|
5610
|
+
"type": "string"
|
5611
|
+
}
|
5612
|
+
],
|
5613
|
+
"type": "object"
|
5614
|
+
},
|
5615
|
+
"DescribeLakeFsInfoRequest": {
|
5616
|
+
"document": "DescribeLakeFsInfo请求参数结构体",
|
5617
|
+
"members": [],
|
5618
|
+
"type": "object"
|
5619
|
+
},
|
5620
|
+
"DescribeLakeFsInfoResponse": {
|
5621
|
+
"document": "DescribeLakeFsInfo返回参数结构体",
|
5622
|
+
"members": [
|
5623
|
+
{
|
5624
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
5625
|
+
"member": "string",
|
5626
|
+
"name": "RequestId",
|
5627
|
+
"type": "string"
|
5628
|
+
}
|
5629
|
+
],
|
5630
|
+
"type": "object"
|
5631
|
+
},
|
5209
5632
|
"DescribeNotebookSessionLogRequest": {
|
5210
5633
|
"document": "DescribeNotebookSessionLog请求参数结构体",
|
5211
5634
|
"members": [
|
@@ -8574,6 +8997,16 @@
|
|
8574
8997
|
"required": false,
|
8575
8998
|
"type": "string",
|
8576
8999
|
"value_allowed_null": true
|
9000
|
+
},
|
9001
|
+
{
|
9002
|
+
"default": "",
|
9003
|
+
"document": "策略ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
9004
|
+
"example": "1",
|
9005
|
+
"member": "int64",
|
9006
|
+
"name": "Id",
|
9007
|
+
"required": false,
|
9008
|
+
"type": "int",
|
9009
|
+
"value_allowed_null": true
|
8577
9010
|
}
|
8578
9011
|
],
|
8579
9012
|
"usage": "both"
|
@@ -9292,6 +9725,42 @@
|
|
9292
9725
|
],
|
9293
9726
|
"type": "object"
|
9294
9727
|
},
|
9728
|
+
"SwitchDataEngineRequest": {
|
9729
|
+
"document": "SwitchDataEngine请求参数结构体",
|
9730
|
+
"members": [
|
9731
|
+
{
|
9732
|
+
"default": "",
|
9733
|
+
"document": "主集群名称",
|
9734
|
+
"example": "test",
|
9735
|
+
"member": "string",
|
9736
|
+
"name": "DataEngineName",
|
9737
|
+
"required": true,
|
9738
|
+
"type": "string"
|
9739
|
+
},
|
9740
|
+
{
|
9741
|
+
"default": "",
|
9742
|
+
"document": "是否开启备集群",
|
9743
|
+
"example": "false",
|
9744
|
+
"member": "bool",
|
9745
|
+
"name": "StartStandbyCluster",
|
9746
|
+
"required": true,
|
9747
|
+
"type": "bool"
|
9748
|
+
}
|
9749
|
+
],
|
9750
|
+
"type": "object"
|
9751
|
+
},
|
9752
|
+
"SwitchDataEngineResponse": {
|
9753
|
+
"document": "SwitchDataEngine返回参数结构体",
|
9754
|
+
"members": [
|
9755
|
+
{
|
9756
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
9757
|
+
"member": "string",
|
9758
|
+
"name": "RequestId",
|
9759
|
+
"type": "string"
|
9760
|
+
}
|
9761
|
+
],
|
9762
|
+
"type": "object"
|
9763
|
+
},
|
9295
9764
|
"TColumn": {
|
9296
9765
|
"document": "表字段描述信息",
|
9297
9766
|
"members": [
|
@@ -10457,6 +10926,42 @@
|
|
10457
10926
|
],
|
10458
10927
|
"type": "object"
|
10459
10928
|
},
|
10929
|
+
"UpdateRowFilterRequest": {
|
10930
|
+
"document": "UpdateRowFilter请求参数结构体",
|
10931
|
+
"members": [
|
10932
|
+
{
|
10933
|
+
"default": "",
|
10934
|
+
"document": "行过滤策略的id,此值可以通过DescribeUserInfo或者DescribeWorkGroupInfo接口获取",
|
10935
|
+
"example": "1",
|
10936
|
+
"member": "int64",
|
10937
|
+
"name": "PolicyId",
|
10938
|
+
"required": true,
|
10939
|
+
"type": "int"
|
10940
|
+
},
|
10941
|
+
{
|
10942
|
+
"default": "",
|
10943
|
+
"document": "新的过滤策略。",
|
10944
|
+
"example": "无",
|
10945
|
+
"member": "Policy",
|
10946
|
+
"name": "Policy",
|
10947
|
+
"required": true,
|
10948
|
+
"type": "object"
|
10949
|
+
}
|
10950
|
+
],
|
10951
|
+
"type": "object"
|
10952
|
+
},
|
10953
|
+
"UpdateRowFilterResponse": {
|
10954
|
+
"document": "UpdateRowFilter返回参数结构体",
|
10955
|
+
"members": [
|
10956
|
+
{
|
10957
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
10958
|
+
"member": "string",
|
10959
|
+
"name": "RequestId",
|
10960
|
+
"type": "string"
|
10961
|
+
}
|
10962
|
+
],
|
10963
|
+
"type": "object"
|
10964
|
+
},
|
10460
10965
|
"UserIdSetOfWorkGroupId": {
|
10461
10966
|
"document": "绑定到同一个工作组的用户Id的集合",
|
10462
10967
|
"members": [
|