tccli 3.0.1107.1__py2.py3-none-any.whl → 3.0.1109.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/examples/bi/v20220105/CreateEmbedToken.md +4 -2
- tccli/examples/cam/v20190116/CreateRole.md +1 -1
- tccli/examples/emr/v20190103/DescribeEmrOverviewMetrics.md +40 -0
- tccli/examples/emr/v20190103/DescribeHBaseTableOverview.md +94 -0
- tccli/examples/ims/v20200713/ImageModeration.md +2 -2
- tccli/examples/ims/v20201229/ImageModeration.md +2 -2
- tccli/examples/vcg/v20240404/DescribeVideoStylizationJob.md +24 -0
- tccli/examples/vcg/v20240404/SubmitVideoStylizationJob.md +22 -0
- tccli/examples/vtc/v20240223/ConfirmVideoTranslateJob.md +33 -0
- tccli/examples/vtc/v20240223/DescribeVideoTranslateJob.md +70 -0
- tccli/examples/vtc/v20240223/SubmitVideoTranslateJob.md +49 -0
- tccli/services/__init__.py +6 -0
- tccli/services/autoscaling/v20180419/api.json +9 -8
- tccli/services/bi/v20220105/api.json +22 -3
- tccli/services/bi/v20220105/examples.json +2 -2
- tccli/services/cam/v20190116/api.json +71 -70
- tccli/services/cam/v20190116/examples.json +1 -1
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +20 -0
- tccli/services/cls/v20201016/api.json +10 -10
- tccli/services/cvm/v20170312/api.json +33 -0
- tccli/services/dbbrain/v20210527/api.json +5 -5
- tccli/services/emr/emr_client.py +114 -8
- tccli/services/emr/v20190103/api.json +493 -0
- tccli/services/emr/v20190103/examples.json +16 -0
- tccli/services/ims/v20200713/api.json +1 -1
- tccli/services/ims/v20200713/examples.json +1 -1
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/ims/v20201229/examples.json +1 -1
- tccli/services/rce/rce_client.py +0 -53
- tccli/services/rce/v20201103/api.json +0 -24
- tccli/services/rce/v20201103/examples.json +0 -8
- tccli/services/tcss/v20201101/api.json +5 -5
- tccli/services/tdmq/v20200217/api.json +7 -7
- tccli/services/trtc/v20190722/api.json +20 -11
- tccli/services/vcg/__init__.py +4 -0
- tccli/services/vcg/v20240404/api.json +140 -0
- tccli/services/vcg/v20240404/examples.json +21 -0
- tccli/services/vcg/vcg_client.py +248 -0
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vtc/__init__.py +4 -0
- tccli/services/vtc/v20240223/api.json +425 -0
- tccli/services/vtc/v20240223/examples.json +41 -0
- tccli/services/vtc/vtc_client.py +301 -0
- {tccli-3.0.1107.1.dist-info → tccli-3.0.1109.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1107.1.dist-info → tccli-3.0.1109.1.dist-info}/RECORD +50 -35
- {tccli-3.0.1107.1.dist-info → tccli-3.0.1109.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1107.1.dist-info → tccli-3.0.1109.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1107.1.dist-info → tccli-3.0.1109.1.dist-info}/license_files/LICENSE +0 -0
@@ -977,110 +977,110 @@
|
|
977
977
|
{
|
978
978
|
"disabled": false,
|
979
979
|
"document": "策略id",
|
980
|
-
"example": "",
|
980
|
+
"example": "无",
|
981
981
|
"member": "uint64",
|
982
982
|
"name": "PolicyId",
|
983
|
-
"
|
983
|
+
"output_required": true,
|
984
984
|
"type": "int",
|
985
985
|
"value_allowed_null": false
|
986
986
|
},
|
987
987
|
{
|
988
988
|
"disabled": false,
|
989
989
|
"document": "策略名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
990
|
-
"example": "",
|
990
|
+
"example": "无",
|
991
991
|
"member": "string",
|
992
992
|
"name": "PolicyName",
|
993
|
-
"
|
993
|
+
"output_required": true,
|
994
994
|
"type": "string",
|
995
995
|
"value_allowed_null": true
|
996
996
|
},
|
997
997
|
{
|
998
998
|
"disabled": false,
|
999
999
|
"document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
1000
|
-
"example": "",
|
1000
|
+
"example": "无",
|
1001
1001
|
"member": "datetime",
|
1002
1002
|
"name": "AddTime",
|
1003
|
-
"
|
1003
|
+
"output_required": true,
|
1004
1004
|
"type": "string",
|
1005
1005
|
"value_allowed_null": true
|
1006
1006
|
},
|
1007
1007
|
{
|
1008
1008
|
"disabled": false,
|
1009
1009
|
"document": "创建来源,1 通过控制台创建, 2 通过策略语法创建。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1010
|
-
"example": "",
|
1010
|
+
"example": "无",
|
1011
1011
|
"member": "uint64",
|
1012
1012
|
"name": "CreateMode",
|
1013
|
-
"
|
1013
|
+
"output_required": true,
|
1014
1014
|
"type": "int",
|
1015
1015
|
"value_allowed_null": true
|
1016
1016
|
},
|
1017
1017
|
{
|
1018
1018
|
"disabled": false,
|
1019
1019
|
"document": "取值为user和QCS\n注意:此字段可能返回 null,表示取不到有效值。",
|
1020
|
-
"example": "",
|
1020
|
+
"example": "无",
|
1021
1021
|
"member": "string",
|
1022
1022
|
"name": "PolicyType",
|
1023
|
-
"
|
1023
|
+
"output_required": true,
|
1024
1024
|
"type": "string",
|
1025
1025
|
"value_allowed_null": true
|
1026
1026
|
},
|
1027
1027
|
{
|
1028
1028
|
"disabled": false,
|
1029
1029
|
"document": "策略备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
1030
|
-
"example": "",
|
1030
|
+
"example": "无",
|
1031
1031
|
"member": "string",
|
1032
1032
|
"name": "Remark",
|
1033
|
-
"
|
1033
|
+
"output_required": true,
|
1034
1034
|
"type": "string",
|
1035
1035
|
"value_allowed_null": true
|
1036
1036
|
},
|
1037
1037
|
{
|
1038
1038
|
"disabled": false,
|
1039
|
-
"document": "
|
1040
|
-
"example": "",
|
1039
|
+
"document": "策略关联操作者主账号\n注意:此字段可能返回 null,表示取不到有效值。",
|
1040
|
+
"example": "无",
|
1041
1041
|
"member": "string",
|
1042
1042
|
"name": "OperateOwnerUin",
|
1043
|
-
"
|
1043
|
+
"output_required": true,
|
1044
1044
|
"type": "string",
|
1045
1045
|
"value_allowed_null": true
|
1046
1046
|
},
|
1047
1047
|
{
|
1048
1048
|
"disabled": false,
|
1049
|
-
"document": "策略关联操作者ID,如果UinType为0
|
1050
|
-
"example": "",
|
1049
|
+
"document": "策略关联操作者ID,如果UinType为0表示子账号Uin,如果UinType为1表示角色ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1050
|
+
"example": "无",
|
1051
1051
|
"member": "string",
|
1052
1052
|
"name": "OperateUin",
|
1053
|
-
"
|
1053
|
+
"output_required": true,
|
1054
1054
|
"type": "string",
|
1055
1055
|
"value_allowed_null": true
|
1056
1056
|
},
|
1057
1057
|
{
|
1058
1058
|
"disabled": false,
|
1059
|
-
"document": "UinType为0表示OperateUin
|
1060
|
-
"example": "",
|
1059
|
+
"document": "UinType为0表示OperateUin字段是子账号Uin,如果UinType为1表示OperateUin字段是角色ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1060
|
+
"example": "无",
|
1061
1061
|
"member": "uint64",
|
1062
1062
|
"name": "OperateUinType",
|
1063
|
-
"
|
1063
|
+
"output_required": true,
|
1064
1064
|
"type": "int",
|
1065
1065
|
"value_allowed_null": true
|
1066
1066
|
},
|
1067
1067
|
{
|
1068
1068
|
"disabled": false,
|
1069
1069
|
"document": "是否已下线\n注意:此字段可能返回 null,表示取不到有效值。",
|
1070
|
-
"example": "",
|
1070
|
+
"example": "无",
|
1071
1071
|
"member": "uint64",
|
1072
1072
|
"name": "Deactived",
|
1073
|
-
"
|
1073
|
+
"output_required": true,
|
1074
1074
|
"type": "int",
|
1075
1075
|
"value_allowed_null": true
|
1076
1076
|
},
|
1077
1077
|
{
|
1078
1078
|
"disabled": false,
|
1079
1079
|
"document": "已下线的产品列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
1080
|
-
"example": "",
|
1080
|
+
"example": "无",
|
1081
1081
|
"member": "string",
|
1082
1082
|
"name": "DeactivedDetail",
|
1083
|
-
"
|
1083
|
+
"output_required": true,
|
1084
1084
|
"type": "list",
|
1085
1085
|
"value_allowed_null": true
|
1086
1086
|
}
|
@@ -1563,21 +1563,12 @@
|
|
1563
1563
|
{
|
1564
1564
|
"disabled": false,
|
1565
1565
|
"document": "身份提供商URL",
|
1566
|
-
"example": "https://
|
1566
|
+
"example": "https://xxx.qq.cn/oidc",
|
1567
1567
|
"member": "string",
|
1568
1568
|
"name": "IdentityUrl",
|
1569
1569
|
"required": true,
|
1570
1570
|
"type": "string"
|
1571
1571
|
},
|
1572
|
-
{
|
1573
|
-
"disabled": false,
|
1574
|
-
"document": "签名公钥,需要base64",
|
1575
|
-
"example": "无",
|
1576
|
-
"member": "string",
|
1577
|
-
"name": "IdentityKey",
|
1578
|
-
"required": true,
|
1579
|
-
"type": "string"
|
1580
|
-
},
|
1581
1572
|
{
|
1582
1573
|
"disabled": false,
|
1583
1574
|
"document": "客户端ID",
|
@@ -1596,6 +1587,15 @@
|
|
1596
1587
|
"required": true,
|
1597
1588
|
"type": "string"
|
1598
1589
|
},
|
1590
|
+
{
|
1591
|
+
"disabled": false,
|
1592
|
+
"document": "签名公钥,需要base64",
|
1593
|
+
"example": "无",
|
1594
|
+
"member": "string",
|
1595
|
+
"name": "IdentityKey",
|
1596
|
+
"required": true,
|
1597
|
+
"type": "string"
|
1598
|
+
},
|
1599
1599
|
{
|
1600
1600
|
"disabled": false,
|
1601
1601
|
"document": "描述",
|
@@ -1799,6 +1799,7 @@
|
|
1799
1799
|
"example": "123456789",
|
1800
1800
|
"member": "string",
|
1801
1801
|
"name": "RoleId",
|
1802
|
+
"output_required": true,
|
1802
1803
|
"type": "string",
|
1803
1804
|
"value_allowed_null": true
|
1804
1805
|
},
|
@@ -1936,21 +1937,12 @@
|
|
1936
1937
|
{
|
1937
1938
|
"disabled": false,
|
1938
1939
|
"document": "身份提供商URL。OpenID Connect身份提供商标识。\n对应企业IdP提供的Openid-configuration中\"issuer\"字段的值。",
|
1939
|
-
"example": "https://
|
1940
|
+
"example": "https://xxx.qq.cn/oidc",
|
1940
1941
|
"member": "string",
|
1941
1942
|
"name": "IdentityUrl",
|
1942
1943
|
"required": true,
|
1943
1944
|
"type": "string"
|
1944
1945
|
},
|
1945
|
-
{
|
1946
|
-
"disabled": false,
|
1947
|
-
"document": "签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的帐号安全,建议您定期轮换签名公钥。",
|
1948
|
-
"example": "无",
|
1949
|
-
"member": "string",
|
1950
|
-
"name": "IdentityKey",
|
1951
|
-
"required": true,
|
1952
|
-
"type": "string"
|
1953
|
-
},
|
1954
1946
|
{
|
1955
1947
|
"disabled": false,
|
1956
1948
|
"document": "客户端ID,在OpenID Connect身份提供商注册的客户端ID。",
|
@@ -1996,6 +1988,15 @@
|
|
1996
1988
|
"required": true,
|
1997
1989
|
"type": "string"
|
1998
1990
|
},
|
1991
|
+
{
|
1992
|
+
"disabled": false,
|
1993
|
+
"document": "签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。",
|
1994
|
+
"example": "无",
|
1995
|
+
"member": "string",
|
1996
|
+
"name": "IdentityKey",
|
1997
|
+
"required": true,
|
1998
|
+
"type": "string"
|
1999
|
+
},
|
1999
2000
|
{
|
2000
2001
|
"disabled": false,
|
2001
2002
|
"document": "授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。",
|
@@ -3204,7 +3205,7 @@
|
|
3204
3205
|
"members": [
|
3205
3206
|
{
|
3206
3207
|
"disabled": false,
|
3207
|
-
"document": "自定义多因子验证Token
|
3208
|
+
"document": "自定义多因子验证Token对应的账号Id",
|
3208
3209
|
"example": "100033287777",
|
3209
3210
|
"member": "uint64",
|
3210
3211
|
"name": "Uin",
|
@@ -5468,7 +5469,7 @@
|
|
5468
5469
|
"members": [
|
5469
5470
|
{
|
5470
5471
|
"disabled": false,
|
5471
|
-
"document": "
|
5472
|
+
"document": "是否设置手机号为登录和敏感操作安全校验方式, 1: 设置,0: 不设置",
|
5472
5473
|
"example": "1",
|
5473
5474
|
"member": "uint64",
|
5474
5475
|
"name": "Phone",
|
@@ -5479,7 +5480,7 @@
|
|
5479
5480
|
},
|
5480
5481
|
{
|
5481
5482
|
"disabled": false,
|
5482
|
-
"document": "是否设置软token
|
5483
|
+
"document": "是否设置软token为登录和敏感操作安全校验方式, 1: 设置,0: 不设置",
|
5483
5484
|
"example": "0",
|
5484
5485
|
"member": "uint64",
|
5485
5486
|
"name": "Stoken",
|
@@ -5490,7 +5491,7 @@
|
|
5490
5491
|
},
|
5491
5492
|
{
|
5492
5493
|
"disabled": false,
|
5493
|
-
"document": "
|
5494
|
+
"document": "是否设置微信为登录和敏感操作安全校验方式, 1: 设置,0: 不设置",
|
5494
5495
|
"example": "0",
|
5495
5496
|
"member": "uint64",
|
5496
5497
|
"name": "Wechat",
|
@@ -6632,21 +6633,12 @@
|
|
6632
6633
|
{
|
6633
6634
|
"disabled": false,
|
6634
6635
|
"document": "身份提供商URL",
|
6635
|
-
"example": "https://
|
6636
|
+
"example": "https://xxx.qq.cn/oidc",
|
6636
6637
|
"member": "string",
|
6637
6638
|
"name": "IdentityUrl",
|
6638
6639
|
"required": true,
|
6639
6640
|
"type": "string"
|
6640
6641
|
},
|
6641
|
-
{
|
6642
|
-
"disabled": false,
|
6643
|
-
"document": "签名公钥,需要base64",
|
6644
|
-
"example": "无",
|
6645
|
-
"member": "string",
|
6646
|
-
"name": "IdentityKey",
|
6647
|
-
"required": true,
|
6648
|
-
"type": "string"
|
6649
|
-
},
|
6650
6642
|
{
|
6651
6643
|
"disabled": false,
|
6652
6644
|
"document": "客户端ID",
|
@@ -6665,6 +6657,15 @@
|
|
6665
6657
|
"required": true,
|
6666
6658
|
"type": "string"
|
6667
6659
|
},
|
6660
|
+
{
|
6661
|
+
"disabled": false,
|
6662
|
+
"document": "签名公钥,需要base64",
|
6663
|
+
"example": "无",
|
6664
|
+
"member": "string",
|
6665
|
+
"name": "IdentityKey",
|
6666
|
+
"required": true,
|
6667
|
+
"type": "string"
|
6668
|
+
},
|
6668
6669
|
{
|
6669
6670
|
"disabled": false,
|
6670
6671
|
"document": "描述",
|
@@ -6903,21 +6904,12 @@
|
|
6903
6904
|
{
|
6904
6905
|
"disabled": false,
|
6905
6906
|
"document": "身份提供商URL。OpenID Connect身份提供商标识。\n对应企业IdP提供的Openid-configuration中\"issuer\"字段的值,该URL必须以https开头,符合标准URL格式,不允许带有query参数(以?标识)、fragment片段(以#标识)和登录信息(以@标识)。",
|
6906
|
-
"example": "https://
|
6907
|
+
"example": "https://xxx.qq.cn/oidc",
|
6907
6908
|
"member": "string",
|
6908
6909
|
"name": "IdentityUrl",
|
6909
6910
|
"required": true,
|
6910
6911
|
"type": "string"
|
6911
6912
|
},
|
6912
|
-
{
|
6913
|
-
"disabled": false,
|
6914
|
-
"document": "RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。",
|
6915
|
-
"example": "ewogICJrZXlzIjogWwogICAgewogICAgICAia3R5IjogIlJTQSIsCiAgICAgICJraWQiOiAibXlrZXkiLAogICAgICAidXNlIjogInNpZyIsCiAgICAgICJhbGciOiAiUlMyNTYiLAogICAgICAibiI6ICJBS2pKWnouLi4vZjEiLAogICAgICAiZSI6ICJBUUFCIgogICAgfQogIF0KfQ==",
|
6916
|
-
"member": "string",
|
6917
|
-
"name": "IdentityKey",
|
6918
|
-
"required": true,
|
6919
|
-
"type": "string"
|
6920
|
-
},
|
6921
6913
|
{
|
6922
6914
|
"disabled": false,
|
6923
6915
|
"document": "客户端ID,在OpenID Connect身份提供商注册的客户端ID,允许英文字母、数字、特殊字符.-_:/,不能以特殊字符.-_:/开头,单个客户端ID最大64个字符。",
|
@@ -6956,13 +6948,22 @@
|
|
6956
6948
|
},
|
6957
6949
|
{
|
6958
6950
|
"disabled": false,
|
6959
|
-
"document": "映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name
|
6951
|
+
"document": "映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段,仅支持英文字母、数字、汉字、符号@、&_[]-的组合,1-255个中文或英文字符",
|
6960
6952
|
"example": "sub",
|
6961
6953
|
"member": "string",
|
6962
6954
|
"name": "MappingFiled",
|
6963
6955
|
"required": true,
|
6964
6956
|
"type": "string"
|
6965
6957
|
},
|
6958
|
+
{
|
6959
|
+
"disabled": false,
|
6960
|
+
"document": "RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。",
|
6961
|
+
"example": "ewogICJrZXlzIjogWwogICAgewogICAgICAia3R5IjogIlJTQSIsCiAgICAgICJraWQiOiAibXlrZXkiLAogICAgICAidXNlIjogInNpZyIsCiAgICAgICJhbGciOiAiUlMyNTYiLAogICAgICAibiI6ICJBS2pKWnouLi4vZjEiLAogICAgICAiZSI6ICJBUUFCIgogICAgfQogIF0KfQ==",
|
6962
|
+
"member": "string",
|
6963
|
+
"name": "IdentityKey",
|
6964
|
+
"required": true,
|
6965
|
+
"type": "string"
|
6966
|
+
},
|
6966
6967
|
{
|
6967
6968
|
"disabled": false,
|
6968
6969
|
"document": "授权请求Scope。有openid; email;profile三种。代表授权请求信息范围openid表示请求访问用户的身份信息,email表示请求访问用户的电子邮件地址,profile表示请求访问用户的基本信息。默认必选openid。",
|
@@ -98,7 +98,7 @@
|
|
98
98
|
],
|
99
99
|
"CreateRole": [
|
100
100
|
{
|
101
|
-
"document": "
|
101
|
+
"document": "以下示例将创建一个以日志服务和操作审计为载体的角色",
|
102
102
|
"input": "https://cam.tencentcloudapi.com/?Action=CreateRole\n&RoleName=test_1234544\n&PolicyDocument=%7B%22version%22%3A%222.0%22%2C%22statement%22%3A%5B%7B%22action%22%3A%22name%2Fsts%3AAssumeRole%22%2C%22effect%22%3A%22allow%22%2C%22principal%22%3A%7B%22service%22%3A%5B%22cloudaudit.cloud.tencent.com%22%2C%22cls.cloud.tencent.com%22%5D%7D%7D%5D%7D\n&Description=abc\n&<公共请求参数>",
|
103
103
|
"output": "{\n \"Response\": {\n \"RoleId\": \"123456789000\",\n \"RequestId\": \"0bac591a-6cc7-4e9d-8d01-74618f1a9611\"\n }\n}",
|
104
104
|
"title": "创建一个角色"
|
@@ -3063,6 +3063,15 @@
|
|
3063
3063
|
"name": "KafkaConnectParam",
|
3064
3064
|
"required": false,
|
3065
3065
|
"type": "object"
|
3066
|
+
},
|
3067
|
+
{
|
3068
|
+
"disabled": false,
|
3069
|
+
"document": "MQTT配置,Type为 MQTT 时必填",
|
3070
|
+
"example": "xxx",
|
3071
|
+
"member": "MqttConnectParam",
|
3072
|
+
"name": "MqttConnectParam",
|
3073
|
+
"required": false,
|
3074
|
+
"type": "object"
|
3066
3075
|
}
|
3067
3076
|
],
|
3068
3077
|
"type": "object"
|
@@ -3076,6 +3085,7 @@
|
|
3076
3085
|
"example": "xxx",
|
3077
3086
|
"member": "ConnectResourceResourceIdResp",
|
3078
3087
|
"name": "Result",
|
3088
|
+
"output_required": true,
|
3079
3089
|
"type": "object",
|
3080
3090
|
"value_allowed_null": false
|
3081
3091
|
},
|
@@ -12890,6 +12900,15 @@
|
|
12890
12900
|
"name": "KafkaConnectParam",
|
12891
12901
|
"required": false,
|
12892
12902
|
"type": "object"
|
12903
|
+
},
|
12904
|
+
{
|
12905
|
+
"disabled": false,
|
12906
|
+
"document": "MQTT配置,Type为 MQTT 时必填",
|
12907
|
+
"example": "xxx",
|
12908
|
+
"member": "MqttConnectParam",
|
12909
|
+
"name": "MqttConnectParam",
|
12910
|
+
"required": false,
|
12911
|
+
"type": "object"
|
12893
12912
|
}
|
12894
12913
|
],
|
12895
12914
|
"type": "object"
|
@@ -12903,6 +12922,7 @@
|
|
12903
12922
|
"example": "xxx",
|
12904
12923
|
"member": "ConnectResourceResourceIdResp",
|
12905
12924
|
"name": "Result",
|
12925
|
+
"output_required": true,
|
12906
12926
|
"type": "object",
|
12907
12927
|
"value_allowed_null": false
|
12908
12928
|
},
|
@@ -3631,20 +3631,20 @@
|
|
3631
3631
|
},
|
3632
3632
|
{
|
3633
3633
|
"disabled": false,
|
3634
|
-
"document": "
|
3635
|
-
"example": "
|
3634
|
+
"document": "采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文;\n默认为minimalist_log",
|
3635
|
+
"example": "minimalist_log",
|
3636
3636
|
"member": "string",
|
3637
|
-
"name": "
|
3637
|
+
"name": "LogType",
|
3638
3638
|
"required": true,
|
3639
3639
|
"type": "string"
|
3640
3640
|
},
|
3641
3641
|
{
|
3642
3642
|
"disabled": false,
|
3643
|
-
"document": "
|
3644
|
-
"example": "
|
3643
|
+
"document": "COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。",
|
3644
|
+
"example": "var/xxx",
|
3645
3645
|
"member": "string",
|
3646
|
-
"name": "
|
3647
|
-
"required":
|
3646
|
+
"name": "Prefix",
|
3647
|
+
"required": false,
|
3648
3648
|
"type": "string"
|
3649
3649
|
},
|
3650
3650
|
{
|
@@ -10449,7 +10449,7 @@
|
|
10449
10449
|
},
|
10450
10450
|
{
|
10451
10451
|
"disabled": false,
|
10452
|
-
"document": "COS
|
10452
|
+
"document": "COS文件所在文件夹的前缀。为空串时投递存储桶下所有的文件。",
|
10453
10453
|
"example": "var/xxx",
|
10454
10454
|
"member": "string",
|
10455
10455
|
"name": "Prefix",
|
@@ -12544,11 +12544,11 @@
|
|
12544
12544
|
},
|
12545
12545
|
{
|
12546
12546
|
"disabled": false,
|
12547
|
-
"document": "
|
12547
|
+
"document": "COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。",
|
12548
12548
|
"example": "var/xxx",
|
12549
12549
|
"member": "string",
|
12550
12550
|
"name": "Prefix",
|
12551
|
-
"required":
|
12551
|
+
"required": false,
|
12552
12552
|
"type": "string"
|
12553
12553
|
},
|
12554
12554
|
{
|
@@ -1376,6 +1376,30 @@
|
|
1376
1376
|
],
|
1377
1377
|
"type": "object"
|
1378
1378
|
},
|
1379
|
+
"CpuTopology": {
|
1380
|
+
"document": "描述了实例CPU拓扑结构的相关信息。",
|
1381
|
+
"members": [
|
1382
|
+
{
|
1383
|
+
"disabled": false,
|
1384
|
+
"document": "决定启用的CPU物理核心数。",
|
1385
|
+
"example": "4",
|
1386
|
+
"member": "int64",
|
1387
|
+
"name": "CoreCount",
|
1388
|
+
"required": false,
|
1389
|
+
"type": "int"
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
"disabled": false,
|
1393
|
+
"document": "每核心线程数。该参数决定是否开启或关闭超线程。<br><li>1 表示关闭超线程 </li><br><li>2 表示开启超线程</li>\n 不设置时,实例使用默认的超线程策略。开关超线程请参考文档:[开启与关闭超线程](https://cloud.tencent.com/document/product/213/103798)。",
|
1394
|
+
"example": "2",
|
1395
|
+
"member": "int64",
|
1396
|
+
"name": "ThreadPerCore",
|
1397
|
+
"required": false,
|
1398
|
+
"type": "int"
|
1399
|
+
}
|
1400
|
+
],
|
1401
|
+
"usage": "in"
|
1402
|
+
},
|
1379
1403
|
"CreateDisasterRecoverGroupRequest": {
|
1380
1404
|
"document": "CreateDisasterRecoverGroup请求参数结构体",
|
1381
1405
|
"members": [
|
@@ -11015,6 +11039,15 @@
|
|
11015
11039
|
"required": false,
|
11016
11040
|
"type": "bool"
|
11017
11041
|
},
|
11042
|
+
{
|
11043
|
+
"disabled": false,
|
11044
|
+
"document": "描述了实例CPU拓扑结构的相关信息。若不指定该参数,则按系统资源情况决定。",
|
11045
|
+
"example": "无",
|
11046
|
+
"member": "CpuTopology",
|
11047
|
+
"name": "CpuTopology",
|
11048
|
+
"required": false,
|
11049
|
+
"type": "object"
|
11050
|
+
},
|
11018
11051
|
{
|
11019
11052
|
"disabled": false,
|
11020
11053
|
"document": "CAM角色名称。可通过[`DescribeRoleList`](https://cloud.tencent.com/document/product/598/13887)接口返回值中的`roleName`获取。",
|
@@ -3040,7 +3040,7 @@
|
|
3040
3040
|
},
|
3041
3041
|
{
|
3042
3042
|
"disabled": false,
|
3043
|
-
"document": "服务产品类型,支持值包括: \"mysql\" - 云数据库 MySQL, \"cynosdb\" - 云数据库 CynosDB for MySQL,默认为\"mysql\"。",
|
3043
|
+
"document": "服务产品类型,支持值包括: \"mysql\" - 云数据库 MySQL, \"cynosdb\" - 云数据库 CynosDB for MySQL,\"mongodb\" - 云数据库 MongoDB,默认为\"mysql\"。",
|
3044
3044
|
"example": "mysql",
|
3045
3045
|
"member": "string",
|
3046
3046
|
"name": "Product",
|
@@ -3059,7 +3059,7 @@
|
|
3059
3059
|
"example": "231",
|
3060
3060
|
"member": "int64",
|
3061
3061
|
"name": "Growth",
|
3062
|
-
"
|
3062
|
+
"output_required": true,
|
3063
3063
|
"type": "int",
|
3064
3064
|
"value_allowed_null": false
|
3065
3065
|
},
|
@@ -3069,7 +3069,7 @@
|
|
3069
3069
|
"example": "23224",
|
3070
3070
|
"member": "int64",
|
3071
3071
|
"name": "Remain",
|
3072
|
-
"
|
3072
|
+
"output_required": true,
|
3073
3073
|
"type": "int",
|
3074
3074
|
"value_allowed_null": false
|
3075
3075
|
},
|
@@ -3079,7 +3079,7 @@
|
|
3079
3079
|
"example": "50000",
|
3080
3080
|
"member": "int64",
|
3081
3081
|
"name": "Total",
|
3082
|
-
"
|
3082
|
+
"output_required": true,
|
3083
3083
|
"type": "int",
|
3084
3084
|
"value_allowed_null": false
|
3085
3085
|
},
|
@@ -3089,7 +3089,7 @@
|
|
3089
3089
|
"example": "35",
|
3090
3090
|
"member": "int64",
|
3091
3091
|
"name": "AvailableDays",
|
3092
|
-
"
|
3092
|
+
"output_required": true,
|
3093
3093
|
"type": "int",
|
3094
3094
|
"value_allowed_null": false
|
3095
3095
|
},
|