tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.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/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -27,7 +27,7 @@
|
|
27
27
|
"CreateConfigData": [
|
28
28
|
{
|
29
29
|
"document": "创建配置",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
30
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"SourceChannel\": 0,\n \"Data\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ]\n}",
|
31
31
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
32
32
|
"title": "创建配置"
|
33
33
|
}
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"CreateLogConfig": [
|
52
52
|
{
|
53
53
|
"document": "创建日志收集配置",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogConfig\n<公共请求参数>\n\n{\n \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ApplicationId\": \"app-xxxxxx\",\n \"Name\": \"abc\",\n \"LogsetId\": \"abc-xxx\",\n \"TopicId\": \"abc-xxxxx\",\n \"InputType\": \"container_stdout\",\n \"LogType\": \"json_log\",\n \"BeginningRegex\": \"abc\",\n \"LogPath\": \"/abc\",\n \"FilePattern\": \"abc\",\n \"ExtractRule\": {\n \"BeginningRegex\": \"abc\",\n \"Keys\": [\n \"abc\"\n ],\n \"FilterKeys\": [\n \"abc\"\n ],\n \"FilterRegex\": [\n \"abc\"\n ],\n \"LogRegex\": \"abc\",\n \"TimeKey\": \"abc\",\n \"TimeFormat\": \"abc\",\n \"UnMatchUpload\": \"abc\",\n \"UnMatchedKey\": \"abc\",\n \"Backtracking\": \"abc\",\n \"Delimiter\": \"abc\"\n }\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
56
56
|
"title": "创建日志收集配置"
|
57
57
|
}
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"CreateResource": [
|
60
60
|
{
|
61
61
|
"document": "绑定云资源",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateResource\n<公共请求参数>\n\n{\n \"ResourceType\": \"
|
62
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateResource\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ResourceType\": \"CFS\",\n \"ResourceId\": \"resource-xxxxxx\",\n \"SourceChannel\": 0,\n \"ResourceFrom\": \"test\",\n \"ResourceConfig\": \"abc\"\n}",
|
63
63
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
64
64
|
"title": "绑定云资源"
|
65
65
|
}
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"DeleteIngress": [
|
92
92
|
{
|
93
93
|
"document": "删除 Ingress 规则",
|
94
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIngress\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
94
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIngress\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ClusterNamespace\": \"default\",\n \"SourceChannel\": 0,\n \"IngressName\": \"ingress-name\"\n}",
|
95
95
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
96
96
|
"title": "删除 Ingress 规则"
|
97
97
|
}
|
@@ -107,8 +107,8 @@
|
|
107
107
|
"DescribeApplicationAutoscalerList": [
|
108
108
|
{
|
109
109
|
"document": "获取应用弹性策略组合",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationAutoscalerList\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"
|
111
|
-
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"MinReplicas\": 0,\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"Metrics\": \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationAutoscalerList\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"Metrics\": \"abc\",\n \"Threshold\": 0,\n \"Enabled\": true,\n \"DoubleThreshold\": 0\n }\n ],\n \"CronHorizontalAutoscaler\": [\n {\n \"Name\": \"abc\",\n \"Period\": \"abc\",\n \"Schedules\": [\n {\n \"StartAt\": \"abc\",\n \"TargetReplicas\": 0\n }\n ],\n \"Enabled\": true,\n \"Priority\": 0\n }\n ],\n \"AutoscalerId\": \"abc\",\n \"AutoscalerName\": \"abc\",\n \"Description\": \"abc\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"EnableDate\": \"abc\",\n \"Enabled\": true\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
112
112
|
"title": "获取应用弹性策略组合"
|
113
113
|
}
|
114
114
|
],
|
@@ -131,8 +131,8 @@
|
|
131
131
|
"DescribeApplicationServiceList": [
|
132
132
|
{
|
133
133
|
"document": "",
|
134
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationServiceList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
135
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
134
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationServiceList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0\n}",
|
135
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Name\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"Yaml\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ClusterIp\": [\n \"abc\"\n ],\n \"ExternalIp\": \"xx-xx-xx-xx\",\n \"Type\": \"abc\",\n \"SubnetId\": \"abc\",\n \"LoadBalanceId\": \"VPC\",\n \"PortMappings\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\",\n \"ServiceName\": \"abc\"\n }\n ],\n \"ServicePortMappingList\": [\n {\n \"Type\": \"abc\",\n \"ServiceName\": \"abc\",\n \"ClusterIp\": \"abc\",\n \"ExternalIp\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"Yaml\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"PortMappingItemList\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\"\n }\n ],\n \"ExternalDomain\": \"abc\"\n }\n ],\n \"FlushAll\": true,\n \"EnableRegistryNextDeploy\": 0,\n \"ApplicationId\": \"abc\",\n \"AllIpDone\": true,\n \"ExternalDomain\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
136
136
|
"title": "查询应用访问方式列表"
|
137
137
|
}
|
138
138
|
],
|
@@ -147,24 +147,24 @@
|
|
147
147
|
"DescribeApplicationsStatus": [
|
148
148
|
{
|
149
149
|
"document": "单环境下所有应用状态查看",
|
150
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationsStatus\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"
|
151
|
-
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"Status\": \"
|
150
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationsStatus\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
151
|
+
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"VersionName\": \"abc\",\n \"Status\": \"abc\",\n \"EnableEs\": 0,\n \"CurrentInstances\": 0,\n \"VersionId\": \"abc\",\n \"LogOutputConf\": {\n \"OutputType\": \"abc\",\n \"ClsLogsetName\": \"abc\",\n \"ClsLogTopicId\": \"abc\",\n \"ClsLogsetId\": \"abc\",\n \"ClsLogTopicName\": \"abc\"\n },\n \"ExpectedInstances\": 0,\n \"DeployMode\": \"abc\",\n \"BuildTaskId\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"UnderDeploying\": true,\n \"BatchDeployStatus\": \"abc\",\n \"Zones\": [\n \"abc\"\n ],\n \"NodeInfos\": [\n {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n }\n ],\n \"PodList\": {\n \"Offset\": 0,\n \"Limit\": 0,\n \"TotalCount\": 0,\n \"RequestId\": \"abc\",\n \"PodList\": [\n {\n \"Webshell\": \"abc\",\n \"PodId\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PodIp\": \"abc\",\n \"Zone\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"RestartCount\": 0,\n \"Ready\": true,\n \"ContainerState\": \"abc\",\n \"NodeInfo\": {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n },\n \"StartTime\": \"abc\",\n \"Unhealthy\": true,\n \"UnhealthyWarningMsg\": \"abc\",\n \"VersionId\": \"abc\",\n \"ApplicationName\": \"abc\"\n }\n ]\n },\n \"WorkloadInfo\": {\n \"ClusterId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ReadyReplicas\": 0,\n \"Replicas\": 0,\n \"UpdatedReplicas\": 0,\n \"UpdatedReadyReplicas\": 0,\n \"UpdateRevision\": \"abc\",\n \"CurrentRevision\": \"abc\"\n },\n \"CreateDate\": \"abc\",\n \"RegionId\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
152
152
|
"title": "单环境下所有应用状态查看"
|
153
153
|
}
|
154
154
|
],
|
155
155
|
"DescribeConfigData": [
|
156
156
|
{
|
157
157
|
"document": "查询配置详情",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
159
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
158
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc-xxxx\",\n \"SourceChannel\": 0\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Name\": \"abc\",\n \"CreateTime\": \"abc\",\n \"RelatedApplications\": [\n {\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"Description\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"CreateDate\": \"2020-09-22 00:00:00\",\n \"ModifyDate\": \"2020-09-22 00:00:00\",\n \"Modifier\": \"abc\",\n \"Creator\": \"abc\",\n \"RepoType\": 0,\n \"InstanceId\": \"abc\",\n \"RepoName\": \"abc\",\n \"CodingLanguage\": \"abc\",\n \"DeployMode\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ActiveVersions\": [\n {\n \"VersionName\": \"abc\",\n \"Status\": \"abc\",\n \"EnableEs\": 0,\n \"CurrentInstances\": 0,\n \"VersionId\": \"abc\",\n \"LogOutputConf\": {\n \"OutputType\": \"abc\",\n \"ClsLogsetName\": \"abc\",\n \"ClsLogTopicId\": \"abc\",\n \"ClsLogsetId\": \"abc\",\n \"ClsLogTopicName\": \"abc\"\n },\n \"ExpectedInstances\": 0,\n \"DeployMode\": \"abc\",\n \"BuildTaskId\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"UnderDeploying\": true,\n \"BatchDeployStatus\": \"abc\",\n \"Zones\": [\n \"abc\"\n ],\n \"NodeInfos\": [\n {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n }\n ],\n \"PodList\": {\n \"Offset\": 0,\n \"Limit\": 0,\n \"TotalCount\": 0,\n \"RequestId\": \"abc\",\n \"PodList\": [\n {\n \"Webshell\": \"abc\",\n \"PodId\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PodIp\": \"abc\",\n \"Zone\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"RestartCount\": 0,\n \"Ready\": true,\n \"ContainerState\": \"abc\",\n \"NodeInfo\": {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n },\n \"StartTime\": \"abc\",\n \"Unhealthy\": true,\n \"UnhealthyWarningMsg\": \"abc\",\n \"VersionId\": \"abc\",\n \"ApplicationName\": \"abc\"\n }\n ]\n },\n \"WorkloadInfo\": {\n \"ClusterId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ReadyReplicas\": 0,\n \"Replicas\": 0,\n \"UpdatedReplicas\": 0,\n \"UpdatedReadyReplicas\": 0,\n \"UpdateRevision\": \"abc\",\n \"CurrentRevision\": \"abc\"\n },\n \"CreateDate\": \"abc\",\n \"RegionId\": \"abc\"\n }\n ],\n \"EnableTracing\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"HasAuthority\": true\n }\n ],\n \"Data\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
|
160
160
|
"title": "查询配置详情"
|
161
161
|
}
|
162
162
|
],
|
163
163
|
"DescribeConfigDataList": [
|
164
164
|
{
|
165
165
|
"document": "查询配置列表",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigDataList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
167
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"Records\": [\n {\n \"
|
166
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigDataList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ContinueToken\": \"token-xxxxxx\",\n \"Limit\": 0,\n \"SourceChannel\": 0\n}",
|
167
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Records\": [\n {\n \"Name\": \"abc\",\n \"CreateTime\": \"abc\",\n \"RelatedApplications\": [\n {\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"Description\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"CreateDate\": \"2020-09-22 00:00:00\",\n \"ModifyDate\": \"2020-09-22 00:00:00\",\n \"Modifier\": \"abc\",\n \"Creator\": \"abc\",\n \"RepoType\": 0,\n \"InstanceId\": \"abc\",\n \"RepoName\": \"abc\",\n \"CodingLanguage\": \"abc\",\n \"DeployMode\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ActiveVersions\": [\n {\n \"VersionName\": \"abc\",\n \"Status\": \"abc\",\n \"EnableEs\": 0,\n \"CurrentInstances\": 0,\n \"VersionId\": \"abc\",\n \"LogOutputConf\": {\n \"OutputType\": \"abc\",\n \"ClsLogsetName\": \"abc\",\n \"ClsLogTopicId\": \"abc\",\n \"ClsLogsetId\": \"abc\",\n \"ClsLogTopicName\": \"abc\"\n },\n \"ExpectedInstances\": 0,\n \"DeployMode\": \"abc\",\n \"BuildTaskId\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"UnderDeploying\": true,\n \"BatchDeployStatus\": \"abc\",\n \"Zones\": [\n \"abc\"\n ],\n \"NodeInfos\": [\n {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n }\n ],\n \"PodList\": {\n \"Offset\": 0,\n \"Limit\": 0,\n \"TotalCount\": 0,\n \"RequestId\": \"abc\",\n \"PodList\": [\n {\n \"Webshell\": \"abc\",\n \"PodId\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PodIp\": \"abc\",\n \"Zone\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"RestartCount\": 0,\n \"Ready\": true,\n \"ContainerState\": \"abc\",\n \"NodeInfo\": {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n },\n \"StartTime\": \"abc\",\n \"Unhealthy\": true,\n \"UnhealthyWarningMsg\": \"abc\",\n \"VersionId\": \"abc\",\n \"ApplicationName\": \"abc\"\n }\n ]\n },\n \"WorkloadInfo\": {\n \"ClusterId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ReadyReplicas\": 0,\n \"Replicas\": 0,\n \"UpdatedReplicas\": 0,\n \"UpdatedReadyReplicas\": 0,\n \"UpdateRevision\": \"abc\",\n \"CurrentRevision\": \"abc\"\n },\n \"CreateDate\": \"abc\",\n \"RegionId\": \"abc\"\n }\n ],\n \"EnableTracing\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"HasAuthority\": true\n }\n ],\n \"Data\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ]\n }\n ],\n \"ContinueToken\": \"abc\",\n \"RemainingCount\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
|
168
168
|
"title": "查询配置列表"
|
169
169
|
}
|
170
170
|
],
|
@@ -219,8 +219,8 @@
|
|
219
219
|
"DescribeLogConfig": [
|
220
220
|
{
|
221
221
|
"document": "查询日志收集配置详情",
|
222
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
223
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
222
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"ApplicationId\": \"app-xxxxxx\"\n}",
|
223
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Name\": \"abc\",\n \"InputType\": \"abc\",\n \"LogsetId\": \"abc\",\n \"TopicId\": \"abc\",\n \"LogType\": \"abc\",\n \"BeginningRegex\": \"abc\",\n \"LogPath\": \"abc\",\n \"FilePattern\": \"abc\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"ExtractRule\": {\n \"BeginningRegex\": \"abc\",\n \"Keys\": [\n \"abc\"\n ],\n \"FilterKeys\": [\n \"abc\"\n ],\n \"FilterRegex\": [\n \"abc\"\n ],\n \"LogRegex\": \"abc\",\n \"TimeKey\": \"abc\",\n \"TimeFormat\": \"abc\",\n \"UnMatchUpload\": \"abc\",\n \"UnMatchedKey\": \"abc\",\n \"Backtracking\": \"abc\",\n \"Delimiter\": \"abc\"\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
|
224
224
|
"title": "查询日志收集配置详情"
|
225
225
|
}
|
226
226
|
],
|
@@ -243,7 +243,7 @@
|
|
243
243
|
"DestroyConfigData": [
|
244
244
|
{
|
245
245
|
"document": "",
|
246
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
246
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc-xx\",\n \"SourceChannel\": 0\n}",
|
247
247
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
248
248
|
"title": "销毁配置"
|
249
249
|
}
|
@@ -283,8 +283,8 @@
|
|
283
283
|
"GenerateApplicationPackageDownloadUrl": [
|
284
284
|
{
|
285
285
|
"document": "生成应用程序包预签名下载链接",
|
286
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateApplicationPackageDownloadUrl\n<公共请求参数>\n\n{\n \"PkgName\": \"
|
287
|
-
"output": "{\
|
286
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateApplicationPackageDownloadUrl\n<公共请求参数>\n\n{\n \"PkgName\": \"test.jar\",\n \"DeployVersion\": \"v1\",\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0\n}",
|
287
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"abc-xxxx\"\n }\n}",
|
288
288
|
"title": "生成应用程序包预签名下载链接"
|
289
289
|
}
|
290
290
|
],
|
@@ -315,15 +315,15 @@
|
|
315
315
|
"ModifyApplicationService": [
|
316
316
|
{
|
317
317
|
"document": "",
|
318
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationService\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"
|
319
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
318
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationService\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Service\": {\n \"Name\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"Yaml\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ClusterIp\": [\n \"abc\"\n ],\n \"ExternalIp\": \"abc\",\n \"Type\": \"abc\",\n \"SubnetId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"PortMappings\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\",\n \"ServiceName\": \"abc\"\n }\n ],\n \"ServicePortMappingList\": [\n {\n \"Type\": \"abc\",\n \"ServiceName\": \"abc\",\n \"ClusterIp\": \"abc\",\n \"ExternalIp\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"Yaml\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"PortMappingItemList\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\"\n }\n ],\n \"ExternalDomain\": \"abc\"\n }\n ],\n \"FlushAll\": true,\n \"EnableRegistryNextDeploy\": 0,\n \"ApplicationId\": \"abc\",\n \"AllIpDone\": true,\n \"ExternalDomain\": \"abc\"\n },\n \"Data\": {\n \"Type\": \"abc\",\n \"ServiceName\": \"abc\",\n \"ClusterIp\": \"abc\",\n \"ExternalIp\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"Yaml\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"PortMappingItemList\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\"\n }\n ],\n \"ExternalDomain\": \"abc\"\n }\n}",
|
319
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xxx\"\n }\n}",
|
320
320
|
"title": "修改服务访问方式列表"
|
321
321
|
}
|
322
322
|
],
|
323
323
|
"ModifyConfigData": [
|
324
324
|
{
|
325
325
|
"document": "编辑配置",
|
326
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
326
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"SourceChannel\": 0,\n \"Data\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ]\n}",
|
327
327
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
328
328
|
"title": "编辑配置"
|
329
329
|
}
|
@@ -347,7 +347,7 @@
|
|
347
347
|
"ModifyLogConfig": [
|
348
348
|
{
|
349
349
|
"document": "编辑日志收集配置",
|
350
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
350
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"Data\": {\n \"Name\": \"abc\",\n \"InputType\": \"abc\",\n \"LogsetId\": \"abc\",\n \"TopicId\": \"abc\",\n \"LogType\": \"abc\",\n \"BeginningRegex\": \"abc\",\n \"LogPath\": \"abc\",\n \"FilePattern\": \"abc\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"ExtractRule\": {\n \"BeginningRegex\": \"abc\",\n \"Keys\": [\n \"abc\"\n ],\n \"FilterKeys\": [\n \"abc\"\n ],\n \"FilterRegex\": [\n \"abc\"\n ],\n \"LogRegex\": \"abc\",\n \"TimeKey\": \"abc\",\n \"TimeFormat\": \"abc\",\n \"UnMatchUpload\": \"abc\",\n \"UnMatchedKey\": \"abc\",\n \"Backtracking\": \"abc\",\n \"Delimiter\": \"abc\"\n }\n },\n \"ApplicationId\": \"app-xxxxxx\"\n}",
|
351
351
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
352
352
|
"title": "编辑日志收集配置"
|
353
353
|
}
|
@@ -371,8 +371,8 @@
|
|
371
371
|
"ResumeDeployApplication": [
|
372
372
|
{
|
373
373
|
"document": "",
|
374
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResumeDeployApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"
|
375
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
|
374
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResumeDeployApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
375
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx-xxx-xxx\"\n }\n}",
|
376
376
|
"title": "开始下一批次发布"
|
377
377
|
}
|
378
378
|
],
|
@@ -387,8 +387,8 @@
|
|
387
387
|
"RollingUpdateApplicationByVersion": [
|
388
388
|
{
|
389
389
|
"document": "应用部署",
|
390
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RollingUpdateApplicationByVersion\n<公共请求参数>\n\n{\n \"ApplicationId\": \"
|
391
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"
|
390
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RollingUpdateApplicationByVersion\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\",\n \"DeployVersion\": \"v1\",\n \"PackageName\": \"test.jar\",\n \"From\": \"test\",\n \"DeployStrategyType\": \"0\",\n \"TotalBatchCount\": 0,\n \"BatchInterval\": 0,\n \"BetaBatchNum\": 0,\n \"MinAvailable\": 0,\n \"Force\": true\n}",
|
391
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"revision-xxx\"\n }\n}",
|
392
392
|
"title": "应用部署"
|
393
393
|
},
|
394
394
|
{
|