tccli 3.0.1100.1__py2.py3-none-any.whl → 3.0.1101.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cdb/v20170320/CloseSSL.md +21 -0
- tccli/examples/cdb/v20170320/DescribeSSLStatus.md +22 -0
- tccli/examples/cdb/v20170320/OpenSSL.md +21 -0
- tccli/examples/cls/v20201016/DeleteConfigExtra.md +1 -1
- tccli/examples/csip/v20221121/CreateRiskCenterScanTask.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewCFGRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewPortRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewVULRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewWeakPasswordRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterPortViewPortRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterServerRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterVULViewVULRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeRiskCenterWebsiteRiskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeScanTaskList.md +1 -0
- tccli/examples/csip/v20221121/DescribeTaskLogURL.md +1 -0
- tccli/examples/csip/v20221121/ModifyRiskCenterRiskStatus.md +1 -0
- tccli/examples/csip/v20221121/ModifyRiskCenterScanTask.md +1 -0
- tccli/examples/postgres/v20170312/ModifyAccountRemark.md +1 -1
- tccli/examples/teo/v20220901/DescribeRulesSetting.md +6 -159
- tccli/examples/tsf/v20180326/CreateCluster.md +2 -2
- tccli/examples/vpc/v20170312/DeleteVpnGateway.md +1 -2
- tccli/examples/vpc/v20170312/DescribeVpnGatewaySslServers.md +23 -33
- tccli/examples/vpc/v20170312/InquiryPriceCreateVpnGateway.md +11 -3
- tccli/examples/vpc/v20170312/InquiryPriceResetVpnGatewayInternetMaxBandwidth.md +14 -7
- tccli/examples/vpc/v20170312/ModifyVpnGatewayCcnRoutes.md +1 -1
- tccli/examples/wedata/v20210820/DescribeProject.md +58 -1
- tccli/services/cdb/cdb_client.py +163 -4
- tccli/services/cdb/v20170320/api.json +169 -0
- tccli/services/cdb/v20170320/examples.json +24 -0
- tccli/services/clb/v20180317/api.json +18 -0
- tccli/services/cls/v20201016/api.json +28 -28
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/csip/v20221121/api.json +157 -4
- tccli/services/csip/v20221121/examples.json +13 -13
- tccli/services/cvm/v20170312/api.json +3 -3
- tccli/services/cwp/cwp_client.py +0 -53
- tccli/services/cwp/v20180228/api.json +0 -194
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +1 -1
- tccli/services/nlp/v20190408/api.json +13 -0
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/postgres/v20170312/examples.json +1 -1
- tccli/services/rum/v20210622/api.json +8 -8
- tccli/services/ssl/v20191205/api.json +2 -2
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tsf/v20180326/api.json +80 -42
- tccli/services/tsf/v20180326/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +36 -23
- tccli/services/vpc/v20170312/examples.json +11 -11
- tccli/services/wedata/v20210820/api.json +465 -0
- tccli/services/wedata/v20210820/examples.json +1 -1
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1101.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1101.1.dist-info}/RECORD +58 -55
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1101.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1101.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1100.1.dist-info → tccli-3.0.1101.1.dist-info}/license_files/LICENSE +0 -0
@@ -549,7 +549,7 @@
|
|
549
549
|
"document": "",
|
550
550
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountRemark\n<公共请求参数>\n\n{\n \"UserName\": \"test\",\n \"Remark\": \"testModifyRemark\",\n \"DBInstanceId\": \"postgres-6bwgamo3\"\n}",
|
551
551
|
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
552
|
-
"title": "
|
552
|
+
"title": "修改账号备注"
|
553
553
|
}
|
554
554
|
],
|
555
555
|
"ModifyBackupDownloadRestriction": [
|
@@ -1916,7 +1916,7 @@
|
|
1916
1916
|
"members": [
|
1917
1917
|
{
|
1918
1918
|
"disabled": false,
|
1919
|
-
"document": "
|
1919
|
+
"document": "开始时间,示例值:1625454840",
|
1920
1920
|
"example": "1625444040",
|
1921
1921
|
"member": "int64",
|
1922
1922
|
"name": "StartTime",
|
@@ -1934,7 +1934,7 @@
|
|
1934
1934
|
},
|
1935
1935
|
{
|
1936
1936
|
"disabled": false,
|
1937
|
-
"document": "
|
1937
|
+
"document": "结束时间,示例值:1625454840",
|
1938
1938
|
"example": "1625454840",
|
1939
1939
|
"member": "int64",
|
1940
1940
|
"name": "EndTime",
|
@@ -1988,7 +1988,7 @@
|
|
1988
1988
|
},
|
1989
1989
|
{
|
1990
1990
|
"disabled": false,
|
1991
|
-
"document": "
|
1991
|
+
"document": "日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)",
|
1992
1992
|
"example": "1",
|
1993
1993
|
"member": "string",
|
1994
1994
|
"name": "Level",
|
@@ -2051,7 +2051,7 @@
|
|
2051
2051
|
},
|
2052
2052
|
{
|
2053
2053
|
"disabled": false,
|
2054
|
-
"document": "
|
2054
|
+
"document": "网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。",
|
2055
2055
|
"example": "2",
|
2056
2056
|
"member": "string",
|
2057
2057
|
"name": "NetType",
|
@@ -3652,7 +3652,7 @@
|
|
3652
3652
|
},
|
3653
3653
|
{
|
3654
3654
|
"disabled": false,
|
3655
|
-
"document": "
|
3655
|
+
"document": "上报类型(custom,event,log,miniProgramData,performance,pv,speed,webvitals)",
|
3656
3656
|
"example": "custom",
|
3657
3657
|
"member": "string",
|
3658
3658
|
"name": "ReportType",
|
@@ -3680,7 +3680,7 @@
|
|
3680
3680
|
"example": "无",
|
3681
3681
|
"member": "string",
|
3682
3682
|
"name": "Result",
|
3683
|
-
"
|
3683
|
+
"output_required": true,
|
3684
3684
|
"type": "string",
|
3685
3685
|
"value_allowed_null": false
|
3686
3686
|
},
|
@@ -4051,7 +4051,7 @@
|
|
4051
4051
|
},
|
4052
4052
|
{
|
4053
4053
|
"disabled": false,
|
4054
|
-
"document": "
|
4054
|
+
"document": "日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)",
|
4055
4055
|
"example": "1",
|
4056
4056
|
"member": "string",
|
4057
4057
|
"name": "Level",
|
@@ -4114,7 +4114,7 @@
|
|
4114
4114
|
},
|
4115
4115
|
{
|
4116
4116
|
"disabled": false,
|
4117
|
-
"document": "
|
4117
|
+
"document": "网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。",
|
4118
4118
|
"example": "2",
|
4119
4119
|
"member": "string",
|
4120
4120
|
"name": "NetType",
|
@@ -531,7 +531,7 @@
|
|
531
531
|
},
|
532
532
|
{
|
533
533
|
"disabled": false,
|
534
|
-
"document": "证书类型,目前仅支持类型
|
534
|
+
"document": "证书类型,目前仅支持类型83。83 = TrustAsia C1 DV Free。",
|
535
535
|
"example": "无",
|
536
536
|
"member": "string",
|
537
537
|
"name": "PackageType",
|
@@ -558,7 +558,7 @@
|
|
558
558
|
},
|
559
559
|
{
|
560
560
|
"disabled": false,
|
561
|
-
"document": "有效期,默认
|
561
|
+
"document": "有效期,默认3个月,目前仅支持3个月。",
|
562
562
|
"example": "无",
|
563
563
|
"member": "string",
|
564
564
|
"name": "ValidityPeriod",
|
@@ -612,7 +612,7 @@
|
|
612
612
|
{
|
613
613
|
"document": "",
|
614
614
|
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRulesSetting\n<公共请求参数>\n\n{}",
|
615
|
-
"output": "{\n \"Response\": {\n \"
|
615
|
+
"output": "{\n \"Response\": {\n \"Actions\": [\n {\n \"Action\": \"StatusCodeCache\",\n \"Properties\": [\n {\n \"Name\": \"CacheTime\",\n \"Type\": \"CUSTOM_NUM\",\n \"Min\": 0,\n \"Max\": 0,\n \"ChoicesValue\": [],\n \"IsMultiple\": false,\n \"IsAllowEmpty\": false,\n \"ChoiceProperties\": [],\n \"ExtraParameter\": {\n \"Choices\": [\n \"403\",\n \"404\",\n \"404\",\n \"405\",\n \"414\",\n \"416\",\n \"451\",\n \"500\",\n \"501\",\n \"502\",\n \"503\",\n \"504\"\n ],\n \"Id\": \"StatusCode\",\n \"Type\": \"CHOICE\"\n }\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
616
616
|
"title": "DescribeRulesSetting"
|
617
617
|
}
|
618
618
|
],
|
@@ -4007,7 +4007,7 @@
|
|
4007
4007
|
"example": "1",
|
4008
4008
|
"member": "string",
|
4009
4009
|
"name": "ClusterId",
|
4010
|
-
"
|
4010
|
+
"output_required": true,
|
4011
4011
|
"type": "string",
|
4012
4012
|
"value_allowed_null": true
|
4013
4013
|
},
|
@@ -4017,7 +4017,7 @@
|
|
4017
4017
|
"example": "1",
|
4018
4018
|
"member": "string",
|
4019
4019
|
"name": "ClusterName",
|
4020
|
-
"
|
4020
|
+
"output_required": true,
|
4021
4021
|
"type": "string",
|
4022
4022
|
"value_allowed_null": true
|
4023
4023
|
},
|
@@ -4027,7 +4027,7 @@
|
|
4027
4027
|
"example": "1",
|
4028
4028
|
"member": "string",
|
4029
4029
|
"name": "ClusterDesc",
|
4030
|
-
"
|
4030
|
+
"output_required": true,
|
4031
4031
|
"type": "string",
|
4032
4032
|
"value_allowed_null": true
|
4033
4033
|
},
|
@@ -4037,7 +4037,7 @@
|
|
4037
4037
|
"example": "1",
|
4038
4038
|
"member": "string",
|
4039
4039
|
"name": "ClusterType",
|
4040
|
-
"
|
4040
|
+
"output_required": true,
|
4041
4041
|
"type": "string",
|
4042
4042
|
"value_allowed_null": true
|
4043
4043
|
},
|
@@ -4047,7 +4047,7 @@
|
|
4047
4047
|
"example": "1",
|
4048
4048
|
"member": "string",
|
4049
4049
|
"name": "VpcId",
|
4050
|
-
"
|
4050
|
+
"output_required": true,
|
4051
4051
|
"type": "string",
|
4052
4052
|
"value_allowed_null": true
|
4053
4053
|
},
|
@@ -4057,7 +4057,7 @@
|
|
4057
4057
|
"example": "1",
|
4058
4058
|
"member": "string",
|
4059
4059
|
"name": "ClusterStatus",
|
4060
|
-
"
|
4060
|
+
"output_required": true,
|
4061
4061
|
"type": "string",
|
4062
4062
|
"value_allowed_null": true
|
4063
4063
|
},
|
@@ -4067,7 +4067,7 @@
|
|
4067
4067
|
"example": "1",
|
4068
4068
|
"member": "string",
|
4069
4069
|
"name": "ClusterCIDR",
|
4070
|
-
"
|
4070
|
+
"output_required": true,
|
4071
4071
|
"type": "string",
|
4072
4072
|
"value_allowed_null": true
|
4073
4073
|
},
|
@@ -4077,7 +4077,7 @@
|
|
4077
4077
|
"example": "1",
|
4078
4078
|
"member": "float",
|
4079
4079
|
"name": "ClusterTotalCpu",
|
4080
|
-
"
|
4080
|
+
"output_required": true,
|
4081
4081
|
"type": "float",
|
4082
4082
|
"value_allowed_null": true
|
4083
4083
|
},
|
@@ -4087,7 +4087,7 @@
|
|
4087
4087
|
"example": "1",
|
4088
4088
|
"member": "float",
|
4089
4089
|
"name": "ClusterTotalMem",
|
4090
|
-
"
|
4090
|
+
"output_required": true,
|
4091
4091
|
"type": "float",
|
4092
4092
|
"value_allowed_null": true
|
4093
4093
|
},
|
@@ -4097,7 +4097,7 @@
|
|
4097
4097
|
"example": "1",
|
4098
4098
|
"member": "float",
|
4099
4099
|
"name": "ClusterUsedCpu",
|
4100
|
-
"
|
4100
|
+
"output_required": true,
|
4101
4101
|
"type": "float",
|
4102
4102
|
"value_allowed_null": true
|
4103
4103
|
},
|
@@ -4107,7 +4107,7 @@
|
|
4107
4107
|
"example": "1",
|
4108
4108
|
"member": "float",
|
4109
4109
|
"name": "ClusterUsedMem",
|
4110
|
-
"
|
4110
|
+
"output_required": true,
|
4111
4111
|
"type": "float",
|
4112
4112
|
"value_allowed_null": true
|
4113
4113
|
},
|
@@ -4117,7 +4117,7 @@
|
|
4117
4117
|
"example": "1",
|
4118
4118
|
"member": "int64",
|
4119
4119
|
"name": "InstanceCount",
|
4120
|
-
"
|
4120
|
+
"output_required": true,
|
4121
4121
|
"type": "int",
|
4122
4122
|
"value_allowed_null": true
|
4123
4123
|
},
|
@@ -4127,7 +4127,7 @@
|
|
4127
4127
|
"example": "1",
|
4128
4128
|
"member": "int64",
|
4129
4129
|
"name": "RunInstanceCount",
|
4130
|
-
"
|
4130
|
+
"output_required": true,
|
4131
4131
|
"type": "int",
|
4132
4132
|
"value_allowed_null": true
|
4133
4133
|
},
|
@@ -4137,7 +4137,7 @@
|
|
4137
4137
|
"example": "1",
|
4138
4138
|
"member": "int64",
|
4139
4139
|
"name": "NormalInstanceCount",
|
4140
|
-
"
|
4140
|
+
"output_required": true,
|
4141
4141
|
"type": "int",
|
4142
4142
|
"value_allowed_null": true
|
4143
4143
|
},
|
@@ -4147,7 +4147,7 @@
|
|
4147
4147
|
"example": "false",
|
4148
4148
|
"member": "bool",
|
4149
4149
|
"name": "DeleteFlag",
|
4150
|
-
"
|
4150
|
+
"output_required": true,
|
4151
4151
|
"type": "bool",
|
4152
4152
|
"value_allowed_null": true
|
4153
4153
|
},
|
@@ -4157,7 +4157,7 @@
|
|
4157
4157
|
"example": "1",
|
4158
4158
|
"member": "string",
|
4159
4159
|
"name": "CreateTime",
|
4160
|
-
"
|
4160
|
+
"output_required": true,
|
4161
4161
|
"type": "string",
|
4162
4162
|
"value_allowed_null": true
|
4163
4163
|
},
|
@@ -4167,7 +4167,7 @@
|
|
4167
4167
|
"example": "1",
|
4168
4168
|
"member": "string",
|
4169
4169
|
"name": "UpdateTime",
|
4170
|
-
"
|
4170
|
+
"output_required": true,
|
4171
4171
|
"type": "string",
|
4172
4172
|
"value_allowed_null": true
|
4173
4173
|
},
|
@@ -4177,7 +4177,7 @@
|
|
4177
4177
|
"example": "1",
|
4178
4178
|
"member": "string",
|
4179
4179
|
"name": "TsfRegionId",
|
4180
|
-
"
|
4180
|
+
"output_required": true,
|
4181
4181
|
"type": "string",
|
4182
4182
|
"value_allowed_null": true
|
4183
4183
|
},
|
@@ -4187,7 +4187,7 @@
|
|
4187
4187
|
"example": "1",
|
4188
4188
|
"member": "string",
|
4189
4189
|
"name": "TsfRegionName",
|
4190
|
-
"
|
4190
|
+
"output_required": true,
|
4191
4191
|
"type": "string",
|
4192
4192
|
"value_allowed_null": true
|
4193
4193
|
},
|
@@ -4197,7 +4197,7 @@
|
|
4197
4197
|
"example": "1",
|
4198
4198
|
"member": "string",
|
4199
4199
|
"name": "TsfZoneId",
|
4200
|
-
"
|
4200
|
+
"output_required": true,
|
4201
4201
|
"type": "string",
|
4202
4202
|
"value_allowed_null": true
|
4203
4203
|
},
|
@@ -4207,7 +4207,7 @@
|
|
4207
4207
|
"example": "1",
|
4208
4208
|
"member": "string",
|
4209
4209
|
"name": "TsfZoneName",
|
4210
|
-
"
|
4210
|
+
"output_required": true,
|
4211
4211
|
"type": "string",
|
4212
4212
|
"value_allowed_null": true
|
4213
4213
|
},
|
@@ -4217,7 +4217,7 @@
|
|
4217
4217
|
"example": "1",
|
4218
4218
|
"member": "string",
|
4219
4219
|
"name": "DeleteFlagReason",
|
4220
|
-
"
|
4220
|
+
"output_required": true,
|
4221
4221
|
"type": "string",
|
4222
4222
|
"value_allowed_null": true
|
4223
4223
|
},
|
@@ -4227,7 +4227,7 @@
|
|
4227
4227
|
"example": "1",
|
4228
4228
|
"member": "string",
|
4229
4229
|
"name": "SubnetId",
|
4230
|
-
"
|
4230
|
+
"output_required": true,
|
4231
4231
|
"type": "string",
|
4232
4232
|
"value_allowed_null": true
|
4233
4233
|
},
|
@@ -4237,7 +4237,7 @@
|
|
4237
4237
|
"example": "1",
|
4238
4238
|
"member": "string",
|
4239
4239
|
"name": "ClusterLimitCpu",
|
4240
|
-
"
|
4240
|
+
"output_required": true,
|
4241
4241
|
"type": "string",
|
4242
4242
|
"value_allowed_null": true
|
4243
4243
|
},
|
@@ -4247,7 +4247,7 @@
|
|
4247
4247
|
"example": "1",
|
4248
4248
|
"member": "string",
|
4249
4249
|
"name": "ClusterLimitMem",
|
4250
|
-
"
|
4250
|
+
"output_required": true,
|
4251
4251
|
"type": "string",
|
4252
4252
|
"value_allowed_null": true
|
4253
4253
|
},
|
@@ -4257,7 +4257,7 @@
|
|
4257
4257
|
"example": "1",
|
4258
4258
|
"member": "int64",
|
4259
4259
|
"name": "RunServiceInstanceCount",
|
4260
|
-
"
|
4260
|
+
"output_required": true,
|
4261
4261
|
"type": "int",
|
4262
4262
|
"value_allowed_null": true
|
4263
4263
|
},
|
@@ -4267,7 +4267,7 @@
|
|
4267
4267
|
"example": "无",
|
4268
4268
|
"member": "OperationInfo",
|
4269
4269
|
"name": "OperationInfo",
|
4270
|
-
"
|
4270
|
+
"output_required": true,
|
4271
4271
|
"type": "object",
|
4272
4272
|
"value_allowed_null": true
|
4273
4273
|
},
|
@@ -4277,7 +4277,7 @@
|
|
4277
4277
|
"example": "1",
|
4278
4278
|
"member": "string",
|
4279
4279
|
"name": "ClusterVersion",
|
4280
|
-
"
|
4280
|
+
"output_required": true,
|
4281
4281
|
"type": "string",
|
4282
4282
|
"value_allowed_null": true
|
4283
4283
|
},
|
@@ -4287,7 +4287,7 @@
|
|
4287
4287
|
"example": "1",
|
4288
4288
|
"member": "uint64",
|
4289
4289
|
"name": "GroupCount",
|
4290
|
-
"
|
4290
|
+
"output_required": true,
|
4291
4291
|
"type": "int",
|
4292
4292
|
"value_allowed_null": true
|
4293
4293
|
},
|
@@ -4297,7 +4297,7 @@
|
|
4297
4297
|
"example": "1",
|
4298
4298
|
"member": "uint64",
|
4299
4299
|
"name": "RunGroupCount",
|
4300
|
-
"
|
4300
|
+
"output_required": true,
|
4301
4301
|
"type": "int",
|
4302
4302
|
"value_allowed_null": true
|
4303
4303
|
},
|
@@ -4307,7 +4307,7 @@
|
|
4307
4307
|
"example": "1",
|
4308
4308
|
"member": "uint64",
|
4309
4309
|
"name": "StopGroupCount",
|
4310
|
-
"
|
4310
|
+
"output_required": true,
|
4311
4311
|
"type": "int",
|
4312
4312
|
"value_allowed_null": true
|
4313
4313
|
},
|
@@ -4317,7 +4317,7 @@
|
|
4317
4317
|
"example": "1",
|
4318
4318
|
"member": "uint64",
|
4319
4319
|
"name": "AbnormalGroupCount",
|
4320
|
-
"
|
4320
|
+
"output_required": true,
|
4321
4321
|
"type": "int",
|
4322
4322
|
"value_allowed_null": true
|
4323
4323
|
},
|
@@ -4327,7 +4327,7 @@
|
|
4327
4327
|
"example": "1",
|
4328
4328
|
"member": "string",
|
4329
4329
|
"name": "ClusterRemarkName",
|
4330
|
-
"
|
4330
|
+
"output_required": true,
|
4331
4331
|
"type": "string",
|
4332
4332
|
"value_allowed_null": true
|
4333
4333
|
},
|
@@ -4337,7 +4337,7 @@
|
|
4337
4337
|
"example": "1",
|
4338
4338
|
"member": "string",
|
4339
4339
|
"name": "KuberneteApiServer",
|
4340
|
-
"
|
4340
|
+
"output_required": true,
|
4341
4341
|
"type": "string",
|
4342
4342
|
"value_allowed_null": true
|
4343
4343
|
},
|
@@ -4347,7 +4347,7 @@
|
|
4347
4347
|
"example": "1",
|
4348
4348
|
"member": "string",
|
4349
4349
|
"name": "KuberneteNativeType",
|
4350
|
-
"
|
4350
|
+
"output_required": true,
|
4351
4351
|
"type": "string",
|
4352
4352
|
"value_allowed_null": true
|
4353
4353
|
},
|
@@ -4357,9 +4357,19 @@
|
|
4357
4357
|
"example": "1",
|
4358
4358
|
"member": "string",
|
4359
4359
|
"name": "KuberneteNativeSecret",
|
4360
|
-
"
|
4360
|
+
"output_required": true,
|
4361
4361
|
"type": "string",
|
4362
4362
|
"value_allowed_null": true
|
4363
|
+
},
|
4364
|
+
{
|
4365
|
+
"disabled": false,
|
4366
|
+
"document": "是否开启cls日志功能\n注意:此字段可能返回 null,表示取不到有效值。",
|
4367
|
+
"example": "false",
|
4368
|
+
"member": "bool",
|
4369
|
+
"name": "EnableLogCollection",
|
4370
|
+
"output_required": false,
|
4371
|
+
"type": "bool",
|
4372
|
+
"value_allowed_null": true
|
4363
4373
|
}
|
4364
4374
|
],
|
4365
4375
|
"usage": "out"
|
@@ -6893,6 +6903,15 @@
|
|
6893
6903
|
"name": "ProgramIdList",
|
6894
6904
|
"required": false,
|
6895
6905
|
"type": "list"
|
6906
|
+
},
|
6907
|
+
{
|
6908
|
+
"disabled": false,
|
6909
|
+
"document": "是否开启cls日志功能",
|
6910
|
+
"example": "false",
|
6911
|
+
"member": "bool",
|
6912
|
+
"name": "EnableLogCollection",
|
6913
|
+
"required": false,
|
6914
|
+
"type": "bool"
|
6896
6915
|
}
|
6897
6916
|
],
|
6898
6917
|
"type": "object"
|
@@ -6906,7 +6925,7 @@
|
|
6906
6925
|
"example": "1",
|
6907
6926
|
"member": "string",
|
6908
6927
|
"name": "Result",
|
6909
|
-
"
|
6928
|
+
"output_required": false,
|
6910
6929
|
"type": "string",
|
6911
6930
|
"value_allowed_null": true
|
6912
6931
|
},
|
@@ -21781,7 +21800,7 @@
|
|
21781
21800
|
{
|
21782
21801
|
"disabled": false,
|
21783
21802
|
"document": "集群ID",
|
21784
|
-
"example": "",
|
21803
|
+
"example": "1",
|
21785
21804
|
"member": "string",
|
21786
21805
|
"name": "ClusterId",
|
21787
21806
|
"required": true,
|
@@ -21790,7 +21809,7 @@
|
|
21790
21809
|
{
|
21791
21810
|
"disabled": false,
|
21792
21811
|
"document": "集群名称",
|
21793
|
-
"example": "",
|
21812
|
+
"example": "1",
|
21794
21813
|
"member": "string",
|
21795
21814
|
"name": "ClusterName",
|
21796
21815
|
"required": false,
|
@@ -21799,7 +21818,7 @@
|
|
21799
21818
|
{
|
21800
21819
|
"disabled": false,
|
21801
21820
|
"document": "集群描述信息",
|
21802
|
-
"example": "",
|
21821
|
+
"example": "1",
|
21803
21822
|
"member": "string",
|
21804
21823
|
"name": "ClusterDesc",
|
21805
21824
|
"required": false,
|
@@ -21808,11 +21827,29 @@
|
|
21808
21827
|
{
|
21809
21828
|
"disabled": false,
|
21810
21829
|
"document": "备注名",
|
21811
|
-
"example": "",
|
21830
|
+
"example": "1",
|
21812
21831
|
"member": "string",
|
21813
21832
|
"name": "ClusterRemarkName",
|
21814
21833
|
"required": false,
|
21815
21834
|
"type": "string"
|
21835
|
+
},
|
21836
|
+
{
|
21837
|
+
"disabled": false,
|
21838
|
+
"document": "是否开启cls日志功能",
|
21839
|
+
"example": "false",
|
21840
|
+
"member": "bool",
|
21841
|
+
"name": "EnableLogCollection",
|
21842
|
+
"required": false,
|
21843
|
+
"type": "bool"
|
21844
|
+
},
|
21845
|
+
{
|
21846
|
+
"disabled": false,
|
21847
|
+
"document": "是否修复cls日志功能",
|
21848
|
+
"example": "false",
|
21849
|
+
"member": "bool",
|
21850
|
+
"name": "RepairLog",
|
21851
|
+
"required": false,
|
21852
|
+
"type": "bool"
|
21816
21853
|
}
|
21817
21854
|
],
|
21818
21855
|
"type": "object"
|
@@ -21823,9 +21860,10 @@
|
|
21823
21860
|
{
|
21824
21861
|
"disabled": false,
|
21825
21862
|
"document": "更新集群详情操作是否成功。\ntrue: 操作成功。\nfalse:操作失败。",
|
21826
|
-
"example": "",
|
21863
|
+
"example": "1",
|
21827
21864
|
"member": "bool",
|
21828
21865
|
"name": "Result",
|
21866
|
+
"output_required": true,
|
21829
21867
|
"type": "bool",
|
21830
21868
|
"value_allowed_null": false
|
21831
21869
|
},
|
@@ -108,7 +108,7 @@
|
|
108
108
|
{
|
109
109
|
"document": "创建集群",
|
110
110
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCluster\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-xxxxxxx\",\n \"ClusterName\": \"DEMO-DOCKER\",\n \"TsfZoneId\": \"100004\",\n \"ClusterType\": \"C\",\n \"ClusterCIDR\": \"172.16.0.0/16\",\n \"TsfRegionId\": \"ap-guangzhou\"\n}",
|
111
|
-
"output": "{\n \"Response\": {\n \"
|
111
|
+
"output": "{\n \"Response\": {\n \"Result\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
112
112
|
"title": "创建集群"
|
113
113
|
}
|
114
114
|
],
|