tccli 3.0.1312.1__py2.py3-none-any.whl → 3.0.1314.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/autoscaling/v20180419/api.json +164 -161
- tccli/services/autoscaling/v20180419/examples.json +13 -13
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bh/v20230418/api.json +152 -1
- tccli/services/bi/v20220105/api.json +19 -0
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +30 -9
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +92 -91
- tccli/services/cfs/v20190719/examples.json +7 -7
- tccli/services/cfw/v20190904/api.json +5 -7
- tccli/services/clb/v20180317/api.json +5 -5
- tccli/services/cvm/v20170312/api.json +9 -9
- tccli/services/cynosdb/v20190107/api.json +14 -4
- tccli/services/emr/v20190103/api.json +20 -0
- tccli/services/ess/v20201111/api.json +9 -0
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/essbasic/v20210526/examples.json +6 -0
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/mps/v20190612/api.json +1 -1
- tccli/services/postgres/postgres_client.py +0 -53
- tccli/services/postgres/v20170312/api.json +8 -51
- tccli/services/postgres/v20170312/examples.json +0 -14
- tccli/services/tbaas/tbaas_client.py +0 -53
- tccli/services/tbaas/v20180416/api.json +0 -133
- tccli/services/tbaas/v20180416/examples.json +0 -8
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +496 -104
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +109 -85
- tccli/services/tms/v20201229/api.json +47 -59
- tccli/services/tmt/v20180321/api.json +68 -0
- tccli/services/tmt/v20180321/examples.json +2 -8
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +52 -52
- tccli/services/vpc/v20170312/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +305 -1
- tccli/services/wedata/v20210820/examples.json +24 -0
- tccli/services/wedata/wedata_client.py +171 -12
- {tccli-3.0.1312.1.dist-info → tccli-3.0.1314.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1312.1.dist-info → tccli-3.0.1314.1.dist-info}/RECORD +45 -45
- {tccli-3.0.1312.1.dist-info → tccli-3.0.1314.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1312.1.dist-info → tccli-3.0.1314.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1312.1.dist-info → tccli-3.0.1314.1.dist-info}/license_files/LICENSE +0 -0
@@ -55,7 +55,7 @@
|
|
55
55
|
"CreateAutoScalingGroup": [
|
56
56
|
{
|
57
57
|
"document": "创建伸缩组,VPC网络,配置7层负载均衡器",
|
58
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAutoScalingGroup\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-hy436tmc\",\n \"DesiredCapacity\":
|
58
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAutoScalingGroup\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-hy436tmc\",\n \"DesiredCapacity\": 0,\n \"LaunchConfigurationId\": \"asc-7vucy6ae\",\n \"ProjectId\": 0,\n \"SubnetIds\": [\n \"subnet-b0vxjhot\",\n \"subnet-3tmerl37\"\n ],\n \"AutoScalingGroupName\": \"asg-vpc-7layer-lb\",\n \"DefaultCooldown\": 300,\n \"MinSize\": 0,\n \"MaxSize\": 10,\n \"TerminationPolicies\": [\n \"OLDEST_INSTANCE\"\n ],\n \"ForwardLoadBalancers\": [\n {\n \"TargetAttributes\": [\n {\n \"Port\": 8080,\n \"Weight\": 10\n }\n ],\n \"Region\": \"ap-guangzhou\",\n \"LocationId\": \"loc-l3hmaev9\",\n \"ListenerId\": \"lbl-ncw704sn\",\n \"LoadBalancerId\": \"lb-23aejgcv\"\n }\n ]\n}",
|
59
59
|
"output": "{\n \"Response\": {\n \"AutoScalingGroupId\": \"asg-nkdwoui0\",\n \"RequestId\": \"a5d66fed-85b9-4f43-8243-597337ba896e\"\n }\n}",
|
60
60
|
"title": "创建伸缩组"
|
61
61
|
}
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"CreateLifecycleHook": [
|
98
98
|
{
|
99
99
|
"document": "创建生命周期挂钩,在实例创建场景下生效,DefaultResult设置为ABANDON,HeartbeatTimeout设置为360秒。",
|
100
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLifecycleHook\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-8fbozqja\",\n \"DefaultResult\": \"ABANDON\",\n \"LifecycleHookName\": \"one-hook\",\n \"LifecycleTransition\": \"INSTANCE_LAUNCHING\",\n \"HeartbeatTimeout\":
|
100
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLifecycleHook\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-8fbozqja\",\n \"DefaultResult\": \"ABANDON\",\n \"LifecycleHookName\": \"one-hook\",\n \"LifecycleTransition\": \"INSTANCE_LAUNCHING\",\n \"HeartbeatTimeout\": 360\n}",
|
101
101
|
"output": "{\n \"Response\": {\n \"LifecycleHookId\": \"ash-heyubibl\",\n \"RequestId\": \"5e414011-3359-45bd-8ba4-5b503d3fd3f6\"\n }\n}",
|
102
102
|
"title": "创建生命周期挂钩"
|
103
103
|
},
|
@@ -109,19 +109,19 @@
|
|
109
109
|
},
|
110
110
|
{
|
111
111
|
"document": "创建生命周期挂钩,在实例销毁场景下生效,DefaultResult设置为ABANDON,HeartbeatTimeout设置为120秒,通知名为“one-topic”的TDMQ主题模型。",
|
112
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLifecycleHook\n<公共请求参数>\n\n{\n \"HeartbeatTimeout\":
|
112
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLifecycleHook\n<公共请求参数>\n\n{\n \"HeartbeatTimeout\": 120,\n \"AutoScalingGroupId\": \"asg-8fbozqja\",\n \"LifecycleHookName\": \"terminate-topic\",\n \"NotificationMetadata\": \"topic\",\n \"NotificationTarget\": {\n \"TargetType\": \"TDMQ_TOPIC\",\n \"TopicName\": \"one-topic\"\n },\n \"DefaultResult\": \"ABANDON\",\n \"LifecycleTransition\": \"INSTANCE_TERMINATING\"\n}",
|
113
113
|
"output": "{\n \"Response\": {\n \"LifecycleHookId\": \"ash-oq76wsrx\",\n \"RequestId\": \"cdb7670b-0412-444f-9d2f-0da9cd07c410\"\n }\n}",
|
114
114
|
"title": "创建生命周期挂钩,通知TDMQ主题模型"
|
115
115
|
},
|
116
116
|
{
|
117
117
|
"document": "创建生命周期挂钩,在实例创建场景下生效,DefaultResult设置为CONTINUE,HeartbeatTimeout设置为120秒,通知名为“one-queue”的TDMQ队列模型。",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLifecycleHook\n<公共请求参数>\n\n{\n \"HeartbeatTimeout\":
|
118
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLifecycleHook\n<公共请求参数>\n\n{\n \"HeartbeatTimeout\": 120,\n \"AutoScalingGroupId\": \"asg-8fbozqja\",\n \"LifecycleHookName\": \"launch-queue\",\n \"NotificationMetadata\": \"queue\",\n \"NotificationTarget\": {\n \"TargetType\": \"TDMQ_QUEUE\",\n \"QueueName\": \"one-queue\"\n },\n \"DefaultResult\": \"CONTINUE\",\n \"LifecycleTransition\": \"INSTANCE_LAUNCHING\"\n}",
|
119
119
|
"output": "{\n \"Response\": {\n \"LifecycleHookId\": \"ash-fbjiexz7\",\n \"RequestId\": \"d3cf27b7-3090-4317-9107-d2eac986a446\"\n }\n}",
|
120
120
|
"title": "创建生命周期挂钩,通知TDMQ队列模型"
|
121
121
|
},
|
122
122
|
{
|
123
123
|
"document": "",
|
124
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLifecycleHook\n<公共请求参数>\n\n{\n \"HeartbeatTimeout\":
|
124
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLifecycleHook\n<公共请求参数>\n\n{\n \"HeartbeatTimeout\": 300,\n \"AutoScalingGroupId\": \"asg-mp5ydedh\",\n \"LifecycleCommand\": {\n \"CommandId\": \"cmd-id9u919l\",\n \"Parameters\": \"{\\\"var1\\\":\\\"ck\\\"}\"\n },\n \"LifecycleHookName\": \"demo2\",\n \"DefaultResult\": \"CONTINUE\",\n \"LifecycleTransition\": \"INSTANCE_LAUNCHING\"\n}",
|
125
125
|
"output": "{\n \"Response\": {\n \"LifecycleHookId\": \"ash-kjurq12y\",\n \"RequestId\": \"08f7bea5-3e0a-4280-9970-5d959a922b0b\"\n }\n}",
|
126
126
|
"title": "创建执行自动化助手命令的生命周期挂钩"
|
127
127
|
}
|
@@ -143,13 +143,13 @@
|
|
143
143
|
"CreateScalingPolicy": [
|
144
144
|
{
|
145
145
|
"document": "1分钟内,CPU平均利用率大于50%,连续发生5次,期望实例数增加1。",
|
146
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScalingPolicy\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-12wjuh0s\",\n \"Cooldown\":
|
146
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScalingPolicy\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-12wjuh0s\",\n \"Cooldown\": 60,\n \"ScalingPolicyType\": \"SIMPLE\",\n \"ScalingPolicyName\": \"cpu_policy_test\",\n \"AdjustmentType\": \" CHANGE_IN_CAPACITY\",\n \"MetricAlarm\": {\n \"Period\": 60,\n \"ContinuousTime\": 5,\n \"ComparisonOperator\": \"GREATER_THAN\",\n \"Statistic\": \"AVERAGE\",\n \"Threshold\": 50,\n \"MetricName\": \"CPU_UTILIZATION\"\n },\n \"AdjustmentValue\": 1\n}",
|
147
147
|
"output": "{\n \"Response\": {\n \"AutoScalingPolicyId\": \"asp-iir70sxv\",\n \"RequestId\": \"fb02c8bd-5f38-4786-91b6-0c6e06a88832\"\n }\n}",
|
148
148
|
"title": "创建简单策略: CPU 平均利用率"
|
149
149
|
},
|
150
150
|
{
|
151
151
|
"document": "1分钟内,内存平均利用率小于35%,连续发生5次,减少50%实例。",
|
152
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScalingPolicy\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-12wjuh0s\",\n \"Cooldown\":
|
152
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScalingPolicy\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-12wjuh0s\",\n \"Cooldown\": 300,\n \"ScalingPolicyType\": \"SIMPLE\",\n \"ScalingPolicyName\": \"mem_policy_test\",\n \"AdjustmentType\": \" PERCENT_CHANGE_IN_CAPACITY\",\n \"MetricAlarm\": {\n \"Period\": 60,\n \"ContinuousTime\": 5,\n \"ComparisonOperator\": \"LESS_THAN\",\n \"Statistic\": \"AVERAGE\",\n \"Threshold\": 50,\n \"MetricName\": \"MEM_UTILIZATION\"\n },\n \"AdjustmentValue\": -50\n}",
|
153
153
|
"output": "{\n \"Response\": {\n \"AutoScalingPolicyId\": \"asp-f59pppuh\",\n \"RequestId\": \"116213d6-2269-44cc-af76-c4a8dc7dbdf9\"\n }\n}",
|
154
154
|
"title": "创建简单策略:内存平均利用率"
|
155
155
|
},
|
@@ -264,13 +264,13 @@
|
|
264
264
|
{
|
265
265
|
"document": "指定伸缩组ID查询伸缩组",
|
266
266
|
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAutoScalingGroups\n<公共请求参数>\n\n{\n \"AutoScalingGroupIds\": [\n \"asg-pts6qcgp\"\n ]\n}",
|
267
|
-
"output": "{\n \"Response\": {\n \"AutoScalingGroupSet\": [\n {\n \"InActivityStatus\": \"NOT_IN_ACTIVITY\",\n \"LoadBalancerIdSet\": [],\n \"InstanceNameIndexSettings\": {\n \"BeginIndex\": 0,\n \"Enabled\": true\n },\n \"RetryPolicy\": \"IMMEDIATE_RETRY\",\n \"InServiceInstanceCount\": 0,\n \"CreatedTime\": \"2022-04-21T03:21:14Z\",\n \"SpotMixedAllocationPolicy\": {\n \"CompensateWithBaseInstance\": null,\n \"SpotAllocationStrategy\": null,\n \"OnDemandPercentageAboveBaseCapacity\": null,\n \"BaseCapacity\": null\n },\n \"VpcId\": \"vpc-lceuvai4\",\n \"InstanceAllocationPolicy\": \"LAUNCH_CONFIGURATION\",\n \"Tags\": [],\n \"LaunchConfigurationId\": \"asc-mo1woym9\",\n \"MaxSize\": 1,\n \"MultiZoneSubnetPolicy\": \"PRIORITY\",\n \"SubnetIdSet\": [\n \"subnet-6qqolfi7\"\n ],\n \"HealthCheckType\": \"CLB\",\n \"LoadBalancerHealthCheckGracePeriod\": 0,\n \"ForwardLoadBalancerSet\": [\n {\n \"TargetAttributes\": [\n {\n \"Port\": 8080,\n \"Weight\": 10\n }\n ],\n \"Region\": \"ap-shanghai\",\n \"LocationId\": \"loc-5dovrfov\",\n \"ListenerId\": \"lbl-i4p05pmv\",\n \"LoadBalancerId\": \"lb-pbx8nq2p\"\n }\n ],\n \"ProjectId\": 0,\n \"AutoScalingGroupName\": \"product-asg-001\",\n \"MinSize\": 0,\n \"ServiceSettings\": {\n \"ReplaceMonitorUnhealthy\": false,\n \"ReplaceLoadBalancerUnhealthy\": false,\n \"ScalingMode\": \"CLASSIC_SCALING\",\n \"ReplaceMode\": \"RECREATE\"\n },\n \"LaunchConfigurationName\": \"product-asc-001\",\n \"CapacityRebalance\": false,\n \"TerminationPolicySet\": [\n \"OLDEST_INSTANCE\"\n ],\n \"AutoScalingGroupStatus\": \"NORMAL\",\n \"InstanceCount\": 0,\n \"DesiredCapacity\": 0,\n \"AutoScalingGroupId\": \"asg-pts6qcgp\",\n \"Ipv6AddressCount\": 0,\n \"DefaultCooldown\": 300,\n \"EnabledStatus\": \"ENABLED\",\n \"ZoneSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"53a76c96-a88c-4972-8488-66d6c15a080f\"\n }\n}",
|
267
|
+
"output": "{\n \"Response\": {\n \"AutoScalingGroupSet\": [\n {\n \"InActivityStatus\": \"NOT_IN_ACTIVITY\",\n \"LoadBalancerIdSet\": [],\n \"InstanceNameIndexSettings\": {\n \"BeginIndex\": 0,\n \"Enabled\": true\n },\n \"RetryPolicy\": \"IMMEDIATE_RETRY\",\n \"InServiceInstanceCount\": 0,\n \"CreatedTime\": \"2022-04-21T03:21:14Z\",\n \"SpotMixedAllocationPolicy\": {\n \"CompensateWithBaseInstance\": null,\n \"SpotAllocationStrategy\": null,\n \"OnDemandPercentageAboveBaseCapacity\": null,\n \"BaseCapacity\": null\n },\n \"VpcId\": \"vpc-lceuvai4\",\n \"InstanceAllocationPolicy\": \"LAUNCH_CONFIGURATION\",\n \"Tags\": [],\n \"LaunchConfigurationId\": \"asc-mo1woym9\",\n \"MaxSize\": 1,\n \"MultiZoneSubnetPolicy\": \"PRIORITY\",\n \"SubnetIdSet\": [\n \"subnet-6qqolfi7\"\n ],\n \"HealthCheckType\": \"CLB\",\n \"LoadBalancerHealthCheckGracePeriod\": 0,\n \"ForwardLoadBalancerSet\": [\n {\n \"TargetAttributes\": [\n {\n \"Port\": 8080,\n \"Weight\": 10\n }\n ],\n \"Region\": \"ap-shanghai\",\n \"LocationId\": \"loc-5dovrfov\",\n \"ListenerId\": \"lbl-i4p05pmv\",\n \"LoadBalancerId\": \"lb-pbx8nq2p\"\n }\n ],\n \"ProjectId\": 0,\n \"AutoScalingGroupName\": \"product-asg-001\",\n \"MinSize\": 0,\n \"ServiceSettings\": {\n \"ReplaceMonitorUnhealthy\": false,\n \"ReplaceLoadBalancerUnhealthy\": false,\n \"ScalingMode\": \"CLASSIC_SCALING\",\n \"DesiredCapacitySyncWithMaxMinSize\": false,\n \"ReplaceMode\": \"RECREATE\"\n },\n \"LaunchConfigurationName\": \"product-asc-001\",\n \"CapacityRebalance\": false,\n \"TerminationPolicySet\": [\n \"OLDEST_INSTANCE\"\n ],\n \"AutoScalingGroupStatus\": \"NORMAL\",\n \"InstanceCount\": 0,\n \"DesiredCapacity\": 0,\n \"AutoScalingGroupId\": \"asg-pts6qcgp\",\n \"Ipv6AddressCount\": 0,\n \"DefaultCooldown\": 300,\n \"EnabledStatus\": \"ENABLED\",\n \"ZoneSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"53a76c96-a88c-4972-8488-66d6c15a080f\"\n }\n}",
|
268
268
|
"title": "查询伸缩组"
|
269
269
|
},
|
270
270
|
{
|
271
271
|
"document": "查询绑定了标签键值对(city:shenzhen)的伸缩组。",
|
272
272
|
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAutoScalingGroups\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"shenzhen\"\n ],\n \"Name\": \"tag:city\"\n }\n ],\n \"Offset\": 0\n}",
|
273
|
-
"output": "{\n \"Response\": {\n \"AutoScalingGroupSet\": [\n {\n \"InActivityStatus\": \"NOT_IN_ACTIVITY\",\n \"LoadBalancerIdSet\": [],\n \"InstanceNameIndexSettings\": {\n \"BeginIndex\": 0,\n \"Enabled\": true\n },\n \"RetryPolicy\": \"IMMEDIATE_RETRY\",\n \"InServiceInstanceCount\": 0,\n \"CreatedTime\": \"2019-10-29T02:21:26Z\",\n \"SpotMixedAllocationPolicy\": {\n \"CompensateWithBaseInstance\": null,\n \"SpotAllocationStrategy\": null,\n \"OnDemandPercentageAboveBaseCapacity\": null,\n \"BaseCapacity\": null\n },\n \"VpcId\": \"vpc-qmjyqjnk\",\n \"InstanceAllocationPolicy\": \"LAUNCH_CONFIGURATION\",\n \"Tags\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shenzhen\"\n }\n ],\n \"LaunchConfigurationId\": \"asc-3d9e2zfx\",\n \"MaxSize\": 10,\n \"MultiZoneSubnetPolicy\": \"PRIORITY\",\n \"SubnetIdSet\": [\n \"subnet-3cpb9yfp\",\n \"subnet-c98udmmr\",\n \"subnet-1xsr551x\",\n \"subnet-o3ibshdr\",\n \"subnet-6c7q2jhz\"\n ],\n \"HealthCheckType\": \"CVM\",\n \"LoadBalancerHealthCheckGracePeriod\": 0,\n \"ForwardLoadBalancerSet\": [\n {\n \"TargetAttributes\": [\n {\n \"Port\": 8080,\n \"Weight\": 10\n }\n ],\n \"Region\": \"ap-shanghai\",\n \"LocationId\": \"loc-y6t5rew2\",\n \"ListenerId\": \"lbl-aiwdu9bd\",\n \"LoadBalancerId\": \"lb-k264wzwj\"\n },\n {\n \"TargetAttributes\": [\n {\n \"Port\": 80,\n \"Weight\": 10\n }\n ],\n \"Region\": \"ap-shanghai\",\n \"LocationId\": \"loc-qmxmx085\",\n \"ListenerId\": \"lbl-ldjbrn65\",\n \"LoadBalancerId\": \"lb-k264wzwj\"\n }\n ],\n \"ProjectId\": 0,\n \"AutoScalingGroupName\": \"sz-asg\",\n \"MinSize\": 0,\n \"ServiceSettings\": {\n \"ReplaceMonitorUnhealthy\": false,\n \"ReplaceLoadBalancerUnhealthy\": false,\n \"ReplaceMode\": \"RECREATE\",\n \"ScalingMode\": \"CLASSIC_SCALING\"\n },\n \"LaunchConfigurationName\": \"sz-asc\",\n \"CapacityRebalance\": false,\n \"TerminationPolicySet\": [\n \"OLDEST_INSTANCE\"\n ],\n \"AutoScalingGroupStatus\": \"NORMAL\",\n \"InstanceCount\": 0,\n \"DesiredCapacity\": 0,\n \"AutoScalingGroupId\": \"asg-h71x7a3f\",\n \"Ipv6AddressCount\": 0,\n \"DefaultCooldown\": 300,\n \"EnabledStatus\": \"ENABLED\",\n \"ZoneSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"53a76c96-a88c-4972-8488-66d6c15a080f\"\n }\n}",
|
273
|
+
"output": "{\n \"Response\": {\n \"AutoScalingGroupSet\": [\n {\n \"InActivityStatus\": \"NOT_IN_ACTIVITY\",\n \"LoadBalancerIdSet\": [],\n \"InstanceNameIndexSettings\": {\n \"BeginIndex\": 0,\n \"Enabled\": true\n },\n \"RetryPolicy\": \"IMMEDIATE_RETRY\",\n \"InServiceInstanceCount\": 0,\n \"CreatedTime\": \"2019-10-29T02:21:26Z\",\n \"SpotMixedAllocationPolicy\": {\n \"CompensateWithBaseInstance\": null,\n \"SpotAllocationStrategy\": null,\n \"OnDemandPercentageAboveBaseCapacity\": null,\n \"BaseCapacity\": null\n },\n \"VpcId\": \"vpc-qmjyqjnk\",\n \"InstanceAllocationPolicy\": \"LAUNCH_CONFIGURATION\",\n \"Tags\": [\n {\n \"Key\": \"city\",\n \"ResourceType\": \"auto-scaling-group\",\n \"Value\": \"shenzhen\"\n }\n ],\n \"LaunchConfigurationId\": \"asc-3d9e2zfx\",\n \"MaxSize\": 10,\n \"MultiZoneSubnetPolicy\": \"PRIORITY\",\n \"SubnetIdSet\": [\n \"subnet-3cpb9yfp\",\n \"subnet-c98udmmr\",\n \"subnet-1xsr551x\",\n \"subnet-o3ibshdr\",\n \"subnet-6c7q2jhz\"\n ],\n \"HealthCheckType\": \"CVM\",\n \"LoadBalancerHealthCheckGracePeriod\": 0,\n \"ForwardLoadBalancerSet\": [\n {\n \"TargetAttributes\": [\n {\n \"Port\": 8080,\n \"Weight\": 10\n }\n ],\n \"Region\": \"ap-shanghai\",\n \"LocationId\": \"loc-y6t5rew2\",\n \"ListenerId\": \"lbl-aiwdu9bd\",\n \"LoadBalancerId\": \"lb-k264wzwj\"\n },\n {\n \"TargetAttributes\": [\n {\n \"Port\": 80,\n \"Weight\": 10\n }\n ],\n \"Region\": \"ap-shanghai\",\n \"LocationId\": \"loc-qmxmx085\",\n \"ListenerId\": \"lbl-ldjbrn65\",\n \"LoadBalancerId\": \"lb-k264wzwj\"\n }\n ],\n \"ProjectId\": 0,\n \"AutoScalingGroupName\": \"sz-asg\",\n \"MinSize\": 0,\n \"ServiceSettings\": {\n \"ReplaceMonitorUnhealthy\": false,\n \"ReplaceLoadBalancerUnhealthy\": false,\n \"ReplaceMode\": \"RECREATE\",\n \"DesiredCapacitySyncWithMaxMinSize\": false,\n \"ScalingMode\": \"CLASSIC_SCALING\"\n },\n \"LaunchConfigurationName\": \"sz-asc\",\n \"CapacityRebalance\": false,\n \"TerminationPolicySet\": [\n \"OLDEST_INSTANCE\"\n ],\n \"AutoScalingGroupStatus\": \"NORMAL\",\n \"InstanceCount\": 0,\n \"DesiredCapacity\": 0,\n \"AutoScalingGroupId\": \"asg-h71x7a3f\",\n \"Ipv6AddressCount\": 0,\n \"DefaultCooldown\": 300,\n \"EnabledStatus\": \"ENABLED\",\n \"ZoneSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"53a76c96-a88c-4972-8488-66d6c15a080f\"\n }\n}",
|
274
274
|
"title": "查询绑定了标签的伸缩组"
|
275
275
|
}
|
276
276
|
],
|
@@ -427,7 +427,7 @@
|
|
427
427
|
"ModifyDesiredCapacity": [
|
428
428
|
{
|
429
429
|
"document": "",
|
430
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDesiredCapacity\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-nvnlpbb8\",\n \"DesiredCapacity\":
|
430
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDesiredCapacity\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-nvnlpbb8\",\n \"DesiredCapacity\": 2\n}",
|
431
431
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2f7c0f11-edfd-4598-a5f6-fb5c10cc9d8e\"\n }\n}",
|
432
432
|
"title": "修改伸缩组期望实例数"
|
433
433
|
}
|
@@ -457,7 +457,7 @@
|
|
457
457
|
"ModifyLoadBalancerTargetAttributes": [
|
458
458
|
{
|
459
459
|
"document": "",
|
460
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLoadBalancerTargetAttributes\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-12wjuh0s\",\n \"ForwardLoadBalancers\": [\n {\n \"TargetAttributes\": [\n {\n \"Port\":
|
460
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLoadBalancerTargetAttributes\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-12wjuh0s\",\n \"ForwardLoadBalancers\": [\n {\n \"TargetAttributes\": [\n {\n \"Port\": 8080,\n \"Weight\": 20\n }\n ],\n \"Region\": \"ap-guangzhou\",\n \"LocationId\": \"loc-l3hmaev9\",\n \"ListenerId\": \"lbl-ncw704sn\",\n \"LoadBalancerId\": \"lb-23aejgcv\"\n }\n ]\n}",
|
461
461
|
"output": "{\n \"Response\": {\n \"ActivityId\": \"asa-9asddelc\",\n \"RequestId\": \"8d78668d-61eb-456d-855b-f34f91371089\"\n }\n}",
|
462
462
|
"title": "修改应用型负载均衡器lb-23aejgcv(监听器为lbl-ncw704sn,转发路径为loc-l3hmaev9)的目标规则属性,将端口修改为8080,权重修改为20。"
|
463
463
|
}
|
@@ -477,7 +477,7 @@
|
|
477
477
|
},
|
478
478
|
{
|
479
479
|
"document": "",
|
480
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLoadBalancers\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-12wjuh0s\",\n \"ForwardLoadBalancers\": [\n {\n \"TargetAttributes\": [\n {\n \"Port\":
|
480
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLoadBalancers\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-12wjuh0s\",\n \"ForwardLoadBalancers\": [\n {\n \"TargetAttributes\": [\n {\n \"Port\": 8080,\n \"Weight\": 10\n }\n ],\n \"Region\": \"ap-guangzhou\",\n \"LocationId\": \"loc-l3hmaev9\",\n \"ListenerId\": \"lbl-ncw704sn\",\n \"LoadBalancerId\": \"lb-23aejgcv\"\n }\n ]\n}",
|
481
481
|
"output": "{\n \"Response\": {\n \"ActivityId\": \"asa-9asddelc\",\n \"RequestId\": \"8d78668d-61eb-456d-855b-f34f91371089\"\n }\n}",
|
482
482
|
"title": "将伸缩组的负载均衡器修改为应用型负载均衡器lb-23aejgcv,监听器为lbl-ncw704sn"
|
483
483
|
}
|
@@ -493,7 +493,7 @@
|
|
493
493
|
"ModifyScalingPolicy": [
|
494
494
|
{
|
495
495
|
"document": "指定策略ID,修改简单策略相关属性。",
|
496
|
-
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyScalingPolicy\n<公共请求参数>\n\n{\n \"AutoScalingPolicyId\": \"asp-iir70sxv\",\n \"Cooldown\":
|
496
|
+
"input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyScalingPolicy\n<公共请求参数>\n\n{\n \"AutoScalingPolicyId\": \"asp-iir70sxv\",\n \"Cooldown\": 60,\n \"ScalingPolicyName\": \"cpu_policy_test\",\n \"AdjustmentType\": \"CHANGE_IN_CAPACITY\",\n \"MetricAlarm\": {\n \"Period\": 60,\n \"ContinuousTime\": 5,\n \"ComparisonOperator\": \"GREATER_THAN\",\n \"Statistic\": \"AVERAGE\",\n \"Threshold\": 50,\n \"MetricName\": \"CPU_UTILIZATION\"\n },\n \"AdjustmentValue\": \"1\"\n}",
|
497
497
|
"output": "{\n \"Response\": {\n \"RequestId\": \"91413a64-9587-486b-aef4-9aba5e8a0068\"\n }\n}",
|
498
498
|
"title": "修改简单类型告警触发策略"
|
499
499
|
},
|
@@ -1440,6 +1440,16 @@
|
|
1440
1440
|
"output_required": true,
|
1441
1441
|
"type": "bool",
|
1442
1442
|
"value_allowed_null": false
|
1443
|
+
},
|
1444
|
+
{
|
1445
|
+
"disabled": false,
|
1446
|
+
"document": "任务错误消息",
|
1447
|
+
"example": "超出配额限制",
|
1448
|
+
"member": "string",
|
1449
|
+
"name": "ErrMsg",
|
1450
|
+
"output_required": false,
|
1451
|
+
"type": "string",
|
1452
|
+
"value_allowed_null": false
|
1443
1453
|
}
|
1444
1454
|
],
|
1445
1455
|
"usage": "out"
|
@@ -5261,7 +5271,7 @@
|
|
5261
5271
|
},
|
5262
5272
|
{
|
5263
5273
|
"disabled": false,
|
5264
|
-
"document": "认证方式,0 - 本地, 1 - LDAP, 2 - OAuth, 不传为全部",
|
5274
|
+
"document": "认证方式,0 - 本地, 1 - LDAP, 2 - OAuth, 3-ioa 不传为全部",
|
5265
5275
|
"example": "[0,1]",
|
5266
5276
|
"member": "uint64",
|
5267
5277
|
"name": "AuthTypeSet",
|
@@ -5285,6 +5295,24 @@
|
|
5285
5295
|
"name": "Filters",
|
5286
5296
|
"required": false,
|
5287
5297
|
"type": "list"
|
5298
|
+
},
|
5299
|
+
{
|
5300
|
+
"disabled": false,
|
5301
|
+
"document": "是否获取cam用户, 0-否,1-是",
|
5302
|
+
"example": "1",
|
5303
|
+
"member": "uint64",
|
5304
|
+
"name": "IsCamUser",
|
5305
|
+
"required": false,
|
5306
|
+
"type": "int"
|
5307
|
+
},
|
5308
|
+
{
|
5309
|
+
"disabled": false,
|
5310
|
+
"document": "用户来源,0-bh,1-ioa,不传为全部",
|
5311
|
+
"example": "[1]",
|
5312
|
+
"member": "uint64",
|
5313
|
+
"name": "UserFromSet",
|
5314
|
+
"required": false,
|
5315
|
+
"type": "list"
|
5288
5316
|
}
|
5289
5317
|
],
|
5290
5318
|
"type": "object"
|
@@ -5523,6 +5551,16 @@
|
|
5523
5551
|
"output_required": false,
|
5524
5552
|
"type": "string",
|
5525
5553
|
"value_allowed_null": false
|
5554
|
+
},
|
5555
|
+
{
|
5556
|
+
"disabled": false,
|
5557
|
+
"document": "IOA侧的资源ID",
|
5558
|
+
"example": "10034",
|
5559
|
+
"member": "int64",
|
5560
|
+
"name": "IOAId",
|
5561
|
+
"output_required": false,
|
5562
|
+
"type": "int",
|
5563
|
+
"value_allowed_null": false
|
5526
5564
|
}
|
5527
5565
|
],
|
5528
5566
|
"usage": "out"
|
@@ -5840,6 +5878,67 @@
|
|
5840
5878
|
],
|
5841
5879
|
"usage": "both"
|
5842
5880
|
},
|
5881
|
+
"IOAUserGroup": {
|
5882
|
+
"document": "同步过来的ioa用户分组信息",
|
5883
|
+
"members": [
|
5884
|
+
{
|
5885
|
+
"disabled": false,
|
5886
|
+
"document": "ioa用户组织id",
|
5887
|
+
"example": "85232",
|
5888
|
+
"member": "uint64",
|
5889
|
+
"name": "OrgId",
|
5890
|
+
"output_required": true,
|
5891
|
+
"required": false,
|
5892
|
+
"type": "int",
|
5893
|
+
"value_allowed_null": false
|
5894
|
+
},
|
5895
|
+
{
|
5896
|
+
"disabled": false,
|
5897
|
+
"document": "ioa用户组织名称",
|
5898
|
+
"example": "测试",
|
5899
|
+
"member": "string",
|
5900
|
+
"name": "OrgName",
|
5901
|
+
"output_required": true,
|
5902
|
+
"required": false,
|
5903
|
+
"type": "string",
|
5904
|
+
"value_allowed_null": false
|
5905
|
+
},
|
5906
|
+
{
|
5907
|
+
"disabled": false,
|
5908
|
+
"document": "ioa用户组织id路径\t",
|
5909
|
+
"example": "2321.23341.2334",
|
5910
|
+
"member": "string",
|
5911
|
+
"name": "OrgIdPath",
|
5912
|
+
"output_required": true,
|
5913
|
+
"required": false,
|
5914
|
+
"type": "string",
|
5915
|
+
"value_allowed_null": false
|
5916
|
+
},
|
5917
|
+
{
|
5918
|
+
"disabled": false,
|
5919
|
+
"document": "ioa用户组织名称路径\t",
|
5920
|
+
"example": "全网账户.钉钉.测试",
|
5921
|
+
"member": "string",
|
5922
|
+
"name": "OrgNamePath",
|
5923
|
+
"output_required": true,
|
5924
|
+
"required": false,
|
5925
|
+
"type": "string",
|
5926
|
+
"value_allowed_null": false
|
5927
|
+
},
|
5928
|
+
{
|
5929
|
+
"disabled": false,
|
5930
|
+
"document": "ioa关联用户源类型",
|
5931
|
+
"example": "0",
|
5932
|
+
"member": "uint64",
|
5933
|
+
"name": "Source",
|
5934
|
+
"output_required": true,
|
5935
|
+
"required": false,
|
5936
|
+
"type": "int",
|
5937
|
+
"value_allowed_null": false
|
5938
|
+
}
|
5939
|
+
],
|
5940
|
+
"usage": "both"
|
5941
|
+
},
|
5843
5942
|
"ImportExternalDeviceRequest": {
|
5844
5943
|
"document": "ImportExternalDevice请求参数结构体",
|
5845
5944
|
"members": [
|
@@ -7795,6 +7894,36 @@
|
|
7795
7894
|
"output_required": false,
|
7796
7895
|
"type": "int",
|
7797
7896
|
"value_allowed_null": false
|
7897
|
+
},
|
7898
|
+
{
|
7899
|
+
"disabled": false,
|
7900
|
+
"document": "0默认值。0-免费版(试用版)ioa,1-付费版ioa",
|
7901
|
+
"example": "0",
|
7902
|
+
"member": "uint64",
|
7903
|
+
"name": "IOAResource",
|
7904
|
+
"output_required": false,
|
7905
|
+
"type": "int",
|
7906
|
+
"value_allowed_null": false
|
7907
|
+
},
|
7908
|
+
{
|
7909
|
+
"disabled": false,
|
7910
|
+
"document": "零信任堡垒机用户扩展包个数。1个扩展包对应20个用户数",
|
7911
|
+
"example": "1",
|
7912
|
+
"member": "uint64",
|
7913
|
+
"name": "PackageIOAUserCount",
|
7914
|
+
"output_required": false,
|
7915
|
+
"type": "int",
|
7916
|
+
"value_allowed_null": false
|
7917
|
+
},
|
7918
|
+
{
|
7919
|
+
"disabled": false,
|
7920
|
+
"document": " 零信任堡垒机带宽扩展包个数。一个扩展包表示4M带宽",
|
7921
|
+
"example": "1",
|
7922
|
+
"member": "uint64",
|
7923
|
+
"name": "PackageIOABandwidth",
|
7924
|
+
"output_required": false,
|
7925
|
+
"type": "int",
|
7926
|
+
"value_allowed_null": false
|
7798
7927
|
}
|
7799
7928
|
],
|
7800
7929
|
"usage": "out"
|
@@ -10095,6 +10224,28 @@
|
|
10095
10224
|
"required": false,
|
10096
10225
|
"type": "int",
|
10097
10226
|
"value_allowed_null": false
|
10227
|
+
},
|
10228
|
+
{
|
10229
|
+
"disabled": false,
|
10230
|
+
"document": "用户来源,0-bh,1-ioa",
|
10231
|
+
"example": "0",
|
10232
|
+
"member": "uint64",
|
10233
|
+
"name": "UserFrom",
|
10234
|
+
"output_required": false,
|
10235
|
+
"required": false,
|
10236
|
+
"type": "int",
|
10237
|
+
"value_allowed_null": false
|
10238
|
+
},
|
10239
|
+
{
|
10240
|
+
"disabled": false,
|
10241
|
+
"document": "ioa同步过来的用户相关信息",
|
10242
|
+
"example": "{\"Orgid\":4234,\"OrgName\":\"测试\"}",
|
10243
|
+
"member": "IOAUserGroup",
|
10244
|
+
"name": "IOAUserGroup",
|
10245
|
+
"output_required": false,
|
10246
|
+
"required": false,
|
10247
|
+
"type": "object",
|
10248
|
+
"value_allowed_null": false
|
10098
10249
|
}
|
10099
10250
|
],
|
10100
10251
|
"usage": "both"
|
@@ -1071,6 +1071,15 @@
|
|
1071
1071
|
"name": "TokenNum",
|
1072
1072
|
"required": false,
|
1073
1073
|
"type": "int"
|
1074
|
+
},
|
1075
|
+
{
|
1076
|
+
"disabled": false,
|
1077
|
+
"document": "嵌出显示配置,目前为ChatBI嵌出场景用,TableFilter表示数据表列表过滤,SqlView表示sql查看功能",
|
1078
|
+
"example": "{\"ChatBIConfigList\":[{\"ConfigType\":\"TableFilter\",\"ConfigDetails\":{\"Values\":[\"123\",\"456\"]}},{\"ConfigType\":\"SqlView\",\"ConfigDetails\":{\"Enabled\":false}}]}",
|
1079
|
+
"member": "string",
|
1080
|
+
"name": "ConfigParam",
|
1081
|
+
"required": false,
|
1082
|
+
"type": "string"
|
1074
1083
|
}
|
1075
1084
|
],
|
1076
1085
|
"type": "object"
|
@@ -3126,6 +3135,16 @@
|
|
3126
3135
|
"output_required": false,
|
3127
3136
|
"type": "bool",
|
3128
3137
|
"value_allowed_null": true
|
3138
|
+
},
|
3139
|
+
{
|
3140
|
+
"disabled": false,
|
3141
|
+
"document": "嵌出显示配置,目前为ChatBI嵌出场景用,TableFilter表示数据表列表过滤,SqlView表示sql查看功能\n注意:此字段可能返回 null,表示取不到有效值。",
|
3142
|
+
"example": "{\"ChatBIConfigList\":[{\"ConfigType\":\"TableFilter\",\"ConfigDetails\":{\"Values\":[\"26513\"]}},{\"ConfigType\":\"SqlView\",\"ConfigDetails\":{\"Enabled\":false}}]}",
|
3143
|
+
"member": "string",
|
3144
|
+
"name": "ConfigParam",
|
3145
|
+
"output_required": false,
|
3146
|
+
"type": "string",
|
3147
|
+
"value_allowed_null": true
|
3129
3148
|
}
|
3130
3149
|
],
|
3131
3150
|
"usage": "out"
|
@@ -225,6 +225,15 @@
|
|
225
225
|
"name": "SubSyncFlag",
|
226
226
|
"required": false,
|
227
227
|
"type": "int"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"disabled": false,
|
231
|
+
"document": "创建者名称",
|
232
|
+
"example": "weizhang",
|
233
|
+
"member": "string",
|
234
|
+
"name": "RtxName",
|
235
|
+
"required": false,
|
236
|
+
"type": "string"
|
228
237
|
}
|
229
238
|
],
|
230
239
|
"type": "object"
|
@@ -13817,7 +13817,7 @@
|
|
13817
13817
|
"example": "ACCEPT",
|
13818
13818
|
"member": "string",
|
13819
13819
|
"name": "Action",
|
13820
|
-
"
|
13820
|
+
"output_required": true,
|
13821
13821
|
"type": "string",
|
13822
13822
|
"value_allowed_null": false
|
13823
13823
|
},
|
@@ -13827,7 +13827,7 @@
|
|
13827
13827
|
"example": "192.168.0.0/16",
|
13828
13828
|
"member": "string",
|
13829
13829
|
"name": "CidrIp",
|
13830
|
-
"
|
13830
|
+
"output_required": true,
|
13831
13831
|
"type": "string",
|
13832
13832
|
"value_allowed_null": false
|
13833
13833
|
},
|
@@ -13837,7 +13837,7 @@
|
|
13837
13837
|
"example": "ALL",
|
13838
13838
|
"member": "string",
|
13839
13839
|
"name": "PortRange",
|
13840
|
-
"
|
13840
|
+
"output_required": true,
|
13841
13841
|
"type": "string",
|
13842
13842
|
"value_allowed_null": false
|
13843
13843
|
},
|
@@ -13847,7 +13847,7 @@
|
|
13847
13847
|
"example": "ALL",
|
13848
13848
|
"member": "string",
|
13849
13849
|
"name": "IpProtocol",
|
13850
|
-
"
|
13850
|
+
"output_required": true,
|
13851
13851
|
"type": "string",
|
13852
13852
|
"value_allowed_null": false
|
13853
13853
|
},
|
@@ -13857,7 +13857,7 @@
|
|
13857
13857
|
"example": "‘’",
|
13858
13858
|
"member": "string",
|
13859
13859
|
"name": "Dir",
|
13860
|
-
"
|
13860
|
+
"output_required": true,
|
13861
13861
|
"type": "string",
|
13862
13862
|
"value_allowed_null": false
|
13863
13863
|
},
|
@@ -13867,7 +13867,17 @@
|
|
13867
13867
|
"example": "‘’",
|
13868
13868
|
"member": "string",
|
13869
13869
|
"name": "AddressModule",
|
13870
|
-
"
|
13870
|
+
"output_required": true,
|
13871
|
+
"type": "string",
|
13872
|
+
"value_allowed_null": false
|
13873
|
+
},
|
13874
|
+
{
|
13875
|
+
"disabled": false,
|
13876
|
+
"document": "规则ID,嵌套安全组的规则ID",
|
13877
|
+
"example": "\"sg-g9hazxxx\"",
|
13878
|
+
"member": "string",
|
13879
|
+
"name": "Id",
|
13880
|
+
"output_required": true,
|
13871
13881
|
"type": "string",
|
13872
13882
|
"value_allowed_null": false
|
13873
13883
|
},
|
@@ -13877,7 +13887,7 @@
|
|
13877
13887
|
"example": "放通内网",
|
13878
13888
|
"member": "string",
|
13879
13889
|
"name": "Desc",
|
13880
|
-
"
|
13890
|
+
"output_required": true,
|
13881
13891
|
"type": "string",
|
13882
13892
|
"value_allowed_null": false
|
13883
13893
|
}
|
@@ -17326,8 +17336,8 @@
|
|
17326
17336
|
},
|
17327
17337
|
{
|
17328
17338
|
"disabled": false,
|
17329
|
-
"document": "
|
17330
|
-
"example": "
|
17339
|
+
"document": "审计规则(该参数已废弃,不再生效)。",
|
17340
|
+
"example": "[{\"RuleFilters\": [{\"Compare\": \"NEQ\",\"Type\": \"host\",\"Value\": [\"127.0.0.1\"]}]}]",
|
17331
17341
|
"member": "AuditRuleFilters",
|
17332
17342
|
"name": "AuditRuleFilters",
|
17333
17343
|
"required": false,
|
@@ -19408,6 +19418,17 @@
|
|
19408
19418
|
"required": false,
|
19409
19419
|
"type": "int",
|
19410
19420
|
"value_allowed_null": false
|
19421
|
+
},
|
19422
|
+
{
|
19423
|
+
"disabled": false,
|
19424
|
+
"document": "RO延迟复制状态。",
|
19425
|
+
"example": "RUNNING",
|
19426
|
+
"member": "string",
|
19427
|
+
"name": "ReplicationStatus",
|
19428
|
+
"output_required": true,
|
19429
|
+
"required": false,
|
19430
|
+
"type": "string",
|
19431
|
+
"value_allowed_null": false
|
19411
19432
|
}
|
19412
19433
|
],
|
19413
19434
|
"usage": "both"
|
@@ -624,7 +624,7 @@
|
|
624
624
|
{
|
625
625
|
"document": "查询实例列表",
|
626
626
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstances\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"cdb-70zdmgg1\"\n ]\n}",
|
627
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"97939db3-ef94-4a60-9b64-2a1f4e2f1ea3\",\n \"Items\": [\n {\n \"WanStatus\": 0,\n \"Zone\": \"100001\",\n \"WanPort\": 0,\n \"DiskType\": \"CLOUD_SSD\",\n \"RoVipInfo\": {\n \"RoVport\": 0,\n \"RoVpcId\": 0,\n \"RoVipStatus\": 0,\n \"RoVip\": \"192.168.1.1\",\n \"RoSubnetId\": 0\n },\n \"Memory\": 1000,\n \"EngineType\": \"InnoDB\",\n \"Status\": 1,\n \"VpcId\": 511512,\n \"SlaveInfo\": {\n \"Second\": {\n \"Vport\": 0,\n \"Vip\": \"172.1.1.1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n },\n \"First\": {\n \"Vport\": 0,\n \"Vip\": \"17.1.1.1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n }\n },\n \"InstanceId\": \"cdn-ahend\",\n \"PhysicalId\": \"136527\",\n \"Volume\": 50,\n \"AutoRenew\": 0,\n \"ProtectMode\": 0,\n \"CdbError\": 0,\n \"DeviceClass\": \"20\",\n \"MasterInfo\": {\n \"Status\": 1,\n \"VpcId\": 0,\n \"Zone\": \"100001\",\n \"ExClusterName\": \"andy\",\n \"InstanceId\": \"cdb-hsyhend\",\n \"ResourceId\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 0,\n \"ZoneId\": 0,\n \"Volume\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"Memory\": 0,\n \"SubnetId\": 0,\n \"Qps\": 0,\n \"TaskStatus\": 0,\n \"InstanceName\": \"cdb342\",\n \"InstanceType\": 0,\n \"ExClusterId\": \"cdb-3ho6jddd\"\n },\n \"DeployGroupId\": \"ps-7t11vrwf\",\n \"InstanceNodes\": 2,\n \"RoGroups\": [\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"alone\",\n \"RoGroupZone\": \"800003\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"cdbrg-92zkeaq2\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"cdbro2\",\n \"Weight\": 0,\n \"UniqVpcId\": \"vpc-ja6ts123\",\n \"RoInstances\": [\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"MasterInstanceId\": \"cdb-fapcrp1q\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"cdb-hendhs\",\n \"Volume\": 50,\n \"OfflineTime\": \"2024-09-09 16:40:31\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"online\",\n \"Region\": \"ap-guangzhou\",\n \"DeadlineTime\": \"2024-12-29 08:37:33\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"EngineVersion\": \"5.7\",\n \"InstanceName\": \"cdbro732\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"127.0.0.1\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"10.89.90.66\",\n \"UniqSubnetId\": \"subnet-njh2bc99\",\n \"RoGroupRegion\": \"ap-guangzhou\",\n \"Vport\": 3306,\n \"WeightMode\": \"system\"\n },\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"alone\",\n \"RoGroupZone\": \"ap-guangzhou\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"cdbrg-92zkeaq4\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"andy6\",\n \"UniqVpcId\": \"vpc-ja6ts453\",\n \"Weight\": 0,\n \"RoInstances\": [\n {\n \"Zone\": \"ap-guangzhou-4\",\n \"MasterInstanceId\": \"cdb-fapcrp12\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"cdbro-c1nl9rpv\",\n \"Volume\": 25,\n \"OfflineTime\": \"2024-09-09 16:40:30\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"online\",\n \"Region\": \"ap-guangzhou\",\n \"DeadlineTime\": \"2024-12-29 08:37:33\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"EngineVersion\": \"5.7\",\n \"InstanceName\": \"cdbro7\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"127.0.0.1\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"12.1.1.1\",\n \"UniqSubnetId\": \"subnet-njh2bc11\",\n \"RoGroupRegion\": \"ap-guangzhou\",\n \"Vport\": 3306,\n \"WeightMode\": \"system\"\n }\n ],\n \"ProjectId\": 0,\n \"DeadlineTime\": \"2020-09-22 00:00:00\",\n \"DeployMode\": 0,\n \"TaskStatus\": 0,\n \"SubnetId\": 115839,\n \"DeviceType\": \"EXCLUSIVE\",\n \"EngineVersion\": \"5.7\",\n \"MaxDelayTime\": 0,\n \"InstanceName\": \"cdbandy\",\n \"Cpu\": 8,\n \"DrInfo\": [\n {\n \"Status\": 0,\n \"Zone\": \"ap-beijing-3\",\n \"InstanceId\": \"cdb-hegns\",\n \"Region\": \"ap-beijing\",\n \"SyncStatus\": 0,\n \"InstanceName\": \"andydr\",\n \"InstanceType\": 0\n }\n ],\n \"UniqVpcId\": \"vpc-5v8wn9m1\",\n \"WanDomain\": \"gz-cdb-******.sql.tencentcdb.com\",\n \"InitFlag\": 1,\n \"PayType\": 1,\n \"InstanceType\": 1,\n \"Vip\": \"13.1.1.1\",\n \"UniqSubnetId\": \"subnet-1typ0s7d\",\n \"Region\": \"ap-beijing\",\n \"Qps\": 0,\n \"Vport\": 3306,\n \"TagList\": [\n {\n \"TagKey\": \"name\",\n \"TagValue\": \"andy\"\n }\n ],\n \"CreateTime\": \"2023-08-29 08:37:33\",\n \"ZoneId\": 720001,\n \"ZoneName\": \"北京三区\"\n }\n ]\n }\n}",
|
627
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"97939db3-ef94-4a60-9b64-2a1f4e2f1ea3\",\n \"Items\": [\n {\n \"WanStatus\": 0,\n \"Zone\": \"100001\",\n \"WanPort\": 0,\n \"DiskType\": \"CLOUD_SSD\",\n \"RoVipInfo\": {\n \"RoVport\": 0,\n \"RoVpcId\": 0,\n \"RoVipStatus\": 0,\n \"RoVip\": \"192.168.1.1\",\n \"RoSubnetId\": 0\n },\n \"Memory\": 1000,\n \"EngineType\": \"InnoDB\",\n \"Status\": 1,\n \"VpcId\": 511512,\n \"SlaveInfo\": {\n \"Second\": {\n \"Vport\": 0,\n \"Vip\": \"172.1.1.1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n },\n \"First\": {\n \"Vport\": 0,\n \"Vip\": \"17.1.1.1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n }\n },\n \"InstanceId\": \"cdn-ahend\",\n \"PhysicalId\": \"136527\",\n \"Volume\": 50,\n \"AutoRenew\": 0,\n \"ProtectMode\": 0,\n \"CdbError\": 0,\n \"DeviceClass\": \"20\",\n \"MasterInfo\": {\n \"Status\": 1,\n \"VpcId\": 0,\n \"Zone\": \"100001\",\n \"ExClusterName\": \"andy\",\n \"InstanceId\": \"cdb-hsyhend\",\n \"ResourceId\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 0,\n \"ZoneId\": 0,\n \"Volume\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"Memory\": 0,\n \"SubnetId\": 0,\n \"Qps\": 0,\n \"TaskStatus\": 0,\n \"InstanceName\": \"cdb342\",\n \"InstanceType\": 0,\n \"ExClusterId\": \"cdb-3ho6jddd\"\n },\n \"DeployGroupId\": \"ps-7t11vrwf\",\n \"InstanceNodes\": 2,\n \"RoGroups\": [\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"alone\",\n \"RoGroupZone\": \"800003\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"cdbrg-92zkeaq2\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"cdbro2\",\n \"Weight\": 0,\n \"UniqVpcId\": \"vpc-ja6ts123\",\n \"RoInstances\": [\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"MasterInstanceId\": \"cdb-fapcrp1q\",\n \"ReplicationStatus\": \"success\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"cdb-hendhs\",\n \"Volume\": 50,\n \"OfflineTime\": \"2024-09-09 16:40:31\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"online\",\n \"Region\": \"ap-guangzhou\",\n \"DeadlineTime\": \"2024-12-29 08:37:33\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"EngineVersion\": \"5.7\",\n \"InstanceName\": \"cdbro732\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"127.0.0.1\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"10.89.90.66\",\n \"UniqSubnetId\": \"subnet-njh2bc99\",\n \"RoGroupRegion\": \"ap-guangzhou\",\n \"Vport\": 3306,\n \"WeightMode\": \"system\"\n },\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"alone\",\n \"RoGroupZone\": \"ap-guangzhou\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"cdbrg-92zkeaq4\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"andy6\",\n \"UniqVpcId\": \"vpc-ja6ts453\",\n \"Weight\": 0,\n \"RoInstances\": [\n {\n \"Zone\": \"ap-guangzhou-4\",\n \"MasterInstanceId\": \"cdb-fapcrp12\",\n \"ReplicationStatus\": \"success\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"cdbro-c1nl9rpv\",\n \"Volume\": 25,\n \"OfflineTime\": \"2024-09-09 16:40:30\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"online\",\n \"Region\": \"ap-guangzhou\",\n \"DeadlineTime\": \"2024-12-29 08:37:33\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"EngineVersion\": \"5.7\",\n \"InstanceName\": \"cdbro7\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"127.0.0.1\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"12.1.1.1\",\n \"UniqSubnetId\": \"subnet-njh2bc11\",\n \"RoGroupRegion\": \"ap-guangzhou\",\n \"Vport\": 3306,\n \"WeightMode\": \"system\"\n }\n ],\n \"ProjectId\": 0,\n \"DeadlineTime\": \"2020-09-22 00:00:00\",\n \"DeployMode\": 0,\n \"TaskStatus\": 0,\n \"SubnetId\": 115839,\n \"DeviceType\": \"EXCLUSIVE\",\n \"EngineVersion\": \"5.7\",\n \"MaxDelayTime\": 0,\n \"InstanceName\": \"cdbandy\",\n \"Cpu\": 8,\n \"DrInfo\": [\n {\n \"Status\": 0,\n \"Zone\": \"ap-beijing-3\",\n \"InstanceId\": \"cdb-hegns\",\n \"Region\": \"ap-beijing\",\n \"SyncStatus\": 0,\n \"InstanceName\": \"andydr\",\n \"InstanceType\": 0\n }\n ],\n \"UniqVpcId\": \"vpc-5v8wn9m1\",\n \"WanDomain\": \"gz-cdb-******.sql.tencentcdb.com\",\n \"InitFlag\": 1,\n \"PayType\": 1,\n \"InstanceType\": 1,\n \"Vip\": \"13.1.1.1\",\n \"UniqSubnetId\": \"subnet-1typ0s7d\",\n \"Region\": \"ap-beijing\",\n \"Qps\": 0,\n \"Vport\": 3306,\n \"TagList\": [\n {\n \"TagKey\": \"name\",\n \"TagValue\": \"andy\"\n }\n ],\n \"CreateTime\": \"2023-08-29 08:37:33\",\n \"ZoneId\": 720001,\n \"ZoneName\": \"北京三区\"\n }\n ]\n }\n}",
|
628
628
|
"title": "查询实例列表"
|
629
629
|
}
|
630
630
|
],
|