tccli 3.0.1238.1__py2.py3-none-any.whl → 3.0.1239.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/services/cdb/v20170320/api.json +730 -649
- tccli/services/cdb/v20170320/examples.json +37 -37
- tccli/services/cdwdoris/v20211228/api.json +16 -7
- tccli/services/chdfs/v20201112/api.json +95 -78
- tccli/services/chdfs/v20201112/examples.json +14 -14
- tccli/services/clb/v20180317/api.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +370 -365
- tccli/services/cynosdb/v20190107/examples.json +39 -39
- tccli/services/dbbrain/v20191016/api.json +206 -188
- tccli/services/dbbrain/v20191016/examples.json +10 -10
- tccli/services/dbbrain/v20210527/api.json +274 -267
- tccli/services/dbbrain/v20210527/examples.json +25 -25
- tccli/services/dc/v20180410/api.json +101 -41
- tccli/services/dc/v20180410/examples.json +5 -5
- tccli/services/dts/v20180330/api.json +9 -9
- tccli/services/dts/v20180330/examples.json +4 -4
- tccli/services/dts/v20211206/api.json +28 -28
- tccli/services/dts/v20211206/examples.json +4 -4
- tccli/services/eb/v20210416/api.json +2 -2
- tccli/services/eb/v20210416/examples.json +2 -2
- tccli/services/ecm/v20190719/api.json +267 -224
- tccli/services/ecm/v20190719/examples.json +21 -21
- tccli/services/ess/v20201111/api.json +21 -3
- tccli/services/essbasic/v20210526/api.json +18 -0
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/gaap/v20180529/api.json +22 -22
- tccli/services/hunyuan/v20230901/api.json +21 -2
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +4 -4
- tccli/services/live/v20180801/api.json +60 -60
- tccli/services/live/v20180801/examples.json +37 -37
- tccli/services/mongodb/v20180408/api.json +104 -104
- tccli/services/mongodb/v20190725/api.json +116 -103
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/sqlserver/v20180328/api.json +611 -450
- tccli/services/sqlserver/v20180328/examples.json +16 -16
- tccli/services/tbaas/v20180416/api.json +47 -49
- tccli/services/tbaas/v20180416/examples.json +4 -4
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +61 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/trocket/trocket_client.py +171 -12
- tccli/services/trocket/v20230308/api.json +524 -0
- tccli/services/trocket/v20230308/examples.json +24 -0
- tccli/services/tsf/v20180326/api.json +39 -37
- tccli/services/tsf/v20180326/examples.json +16 -16
- tccli/services/vod/v20180717/api.json +21 -3
- tccli/services/vod/v20180717/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +3 -3
- tccli/services/vpc/v20170312/examples.json +4 -4
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1239.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1239.1.dist-info}/RECORD +58 -58
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1239.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1239.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1239.1.dist-info}/license_files/LICENSE +0 -0
@@ -51,8 +51,8 @@
|
|
51
51
|
"AssignPrivateIpAddresses": [
|
52
52
|
{
|
53
53
|
"document": "",
|
54
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=AssignPrivateIpAddresses\n&NetworkInterfaceId=eni-
|
55
|
-
"output": "{\n \"Response\": {\n \"PrivateIpAddressSet\": [\n {\n \"PrivateIpAddress\": \"172.16.32.237\"\n
|
54
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=AssignPrivateIpAddresses\n&NetworkInterfaceId=eni-ms7c7gcr\n&SecondaryPrivateIpAddressCount=1\n&EcmRegion=ap-hangzhou-ecm\n&<公共请求参数>",
|
55
|
+
"output": "{\n \"Response\": {\n \"PrivateIpAddressSet\": [\n {\n \"PrivateIpAddress\": \"172.16.32.237\",\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"Primary\": false,\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\",\n \"Description\": \"demo\"\n }\n ],\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
56
56
|
"title": "弹性网卡申请内网 IP"
|
57
57
|
}
|
58
58
|
],
|
@@ -136,7 +136,7 @@
|
|
136
136
|
{
|
137
137
|
"document": "",
|
138
138
|
"input": "POST / HTTP/1.1\nHost: ecm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateHaVip\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-m0c2kcun\",\n \"SubnetId\": \"subnet-rtmfkg4w\",\n \"HaVipName\": \"irang_testHaVip\"\n}",
|
139
|
-
"output": "{\n \"Response\": {\n \"HaVip\": {\n \"AddressIp\": \"\",\n \"CreatedTime\": \"2020-10-29 16:54:45\",\n \"HaVipId\": \"havip-kekyk044\",\n \"HaVipName\": \"
|
139
|
+
"output": "{\n \"Response\": {\n \"HaVip\": {\n \"AddressIp\": \"\",\n \"CreatedTime\": \"2020-10-29 16:54:45\",\n \"HaVipId\": \"havip-kekyk044\",\n \"HaVipName\": \"demo\",\n \"InstanceId\": \"\",\n \"NetworkInterfaceId\": \"\",\n \"State\": \"UNBIND\",\n \"SubnetId\": \"subnet-rtmfkg4w\",\n \"Vip\": \"172.16.0.17\",\n \"VpcId\": \"vpc-m0c2kcun\",\n \"Business\": \"TKE\"\n },\n \"RequestId\": \"d7226510-434e-4896-bdcd-fb1234aaafdfa\"\n }\n}",
|
140
140
|
"title": "创建HAVIP"
|
141
141
|
}
|
142
142
|
],
|
@@ -184,7 +184,7 @@
|
|
184
184
|
{
|
185
185
|
"document": "",
|
186
186
|
"input": "https://ecm.tencentcloudapi.com/?Action=CreateNetworkInterface\n&VpcId=vpc-1111111\n&SubnetId=subnet-22222222\n&NetworkInterfaceName=Test\n&NetworkInterfaceDescription=Test\n&EcmRegion=ap-hangzhou-ecm\n&<公共请求参数>",
|
187
|
-
"output": "{\n \"Response\": {\n \"NetworkInterface\": {\n \"NetworkInterfaceId\": \"eni-
|
187
|
+
"output": "{\n \"Response\": {\n \"NetworkInterface\": {\n \"NetworkInterfaceId\": \"eni-ms7c7gcr\",\n \"VpcId\": \"vpc-4tw1bxlq\",\n \"SubnetId\": \"subnet-6zwa44xm\",\n \"NetworkInterfaceName\": \"demo\",\n \"NetworkInterfaceDescription\": \"demo\",\n \"MacAddress\": \"20:90:6F:62:33:E2\",\n \"PrivateIpAddressSet\": [\n {\n \"PrivateIpAddress\": \"172.16.64.13\",\n \"Primary\": true,\n \"AddressId\": \"\",\n \"PublicIpAddress\": \"\",\n \"Description\": \"\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\"\n }\n ],\n \"Attachment\": null,\n \"GroupSet\": [],\n \"Primary\": false,\n \"State\": \"PENDING\",\n \"Zone\": \"ap-hangzhou-ecm-1\",\n \"CreatedTime\": \"\",\n \"Ipv6AddressSet\": [],\n \"EcmRegion\": \"ap-hangzhou-ecm\",\n \"EniType\": 0,\n \"TagSet\": [],\n \"Business\": \"\"\n },\n \"RequestId\": \"5cf1a813-d4f8-4e0c-8f90-c155a84a3ea1\"\n }\n}",
|
188
188
|
"title": "创建弹性网卡"
|
189
189
|
}
|
190
190
|
],
|
@@ -199,8 +199,8 @@
|
|
199
199
|
"CreateRoutes": [
|
200
200
|
{
|
201
201
|
"document": "",
|
202
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=CreateRoutes\n&RouteTableId=rtb-n0yejvje\n&Routes.0.DestinationCidrBlock=192.168.0.0/16\n&Routes.0.GatewayType=NORMAL_CVM\n&Routes.0.GatewayId=10.212.0.13\n&Routes.0.RouteDescription=
|
203
|
-
"output": "{\n \"Response\": {\n \"RouteTableSet\": [\n {\n \"VpcId\": \"vpc-k23blx7p\",\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"RouteTableName\": \"
|
202
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=CreateRoutes\n&RouteTableId=rtb-n0yejvje\n&Routes.0.DestinationCidrBlock=192.168.0.0/16\n&Routes.0.GatewayType=NORMAL_CVM\n&Routes.0.GatewayId=10.212.0.13\n&Routes.0.RouteDescription=demo\n&<公共请求参数>",
|
203
|
+
"output": "{\n \"Response\": {\n \"RouteTableSet\": [\n {\n \"VpcId\": \"vpc-k23blx7p\",\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"RouteTableName\": \"demo\",\n \"AssociationSet\": [],\n \"RouteSet\": [\n {\n \"RouteTableId\": \"rtb-n0yejvje\",\n \"RouteItemId\": \"rti-12345678\",\n \"DestinationCidrBlock\": \"192.168.0.0/16\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"10.212.0.13\",\n \"RouteDescription\": \"demo\",\n \"Enabled\": true,\n \"RouteId\": 0,\n \"RouteType\": \"USER\"\n }\n ],\n \"Main\": false,\n \"CreatedTime\": \"2020-11-11 11:11:03\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"3f934a21-2786-44af-a421-38ee6c6e1fae\"\n }\n}",
|
204
204
|
"title": "创建路由策略"
|
205
205
|
}
|
206
206
|
],
|
@@ -223,8 +223,8 @@
|
|
223
223
|
"CreateSubnet": [
|
224
224
|
{
|
225
225
|
"document": "",
|
226
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=CreateSubnet\n&VpcId=vpc-ila64qtl\n&SubnetName=
|
227
|
-
"output": "{\n \"Response\": {\n \"Subnet\": {\n \"NetworkAclId\": \"\",\n \"RouteTableId\": \"\",\n \"VpcId\": \"vpc-ila64qtl\",\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-hangzhou-ecm-1\",\n \"Ipv6CidrBlock\": \"\",\n \"Region\": \"ap-hangzhou-ecm\",\n \"SubnetName\": \"
|
226
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=CreateSubnet\n&VpcId=vpc-ila64qtl\n&SubnetName=demo\n&CidrBlock=10.0.1.0/24\n&Zone=ap-hangzhou-ecm-1\n&Tags.0.Key=city\n&Tags.0.Value=hangzhou\n&EcmRegion=ap-hangzhou-ecm\n&<公共请求参数>",
|
227
|
+
"output": "{\n \"Response\": {\n \"Subnet\": {\n \"NetworkAclId\": \"\",\n \"RouteTableId\": \"\",\n \"VpcId\": \"vpc-ila64qtl\",\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-hangzhou-ecm-1\",\n \"Ipv6CidrBlock\": \"\",\n \"Region\": \"ap-hangzhou-ecm\",\n \"SubnetName\": \"demo\",\n \"AvailableIpAddressCount\": 253,\n \"IsRemoteVpcSnat\": false,\n \"SubnetId\": \"subnet-heaa1hzo\",\n \"InstanceCount\": 0,\n \"VpcCidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"hangzhou\",\n \"Key\": \"city\"\n }\n ],\n \"CreatedTime\": \"2020-08-14 10:38:40\",\n \"ZoneName\": \"杭州一区\",\n \"CidrBlock\": \"10.0.1.0/24\",\n \"IsDefault\": false,\n \"VpcIpv6CidrBlock\": \"\"\n },\n \"RequestId\": \"d0c21b3b-4c46-4ac3-a6ad-576303682731\"\n }\n}",
|
228
228
|
"title": "创建子网"
|
229
229
|
}
|
230
230
|
],
|
@@ -542,7 +542,7 @@
|
|
542
542
|
{
|
543
543
|
"document": "",
|
544
544
|
"input": "https://ecm.tencentcloudapi.com/?Action=DescribeNetworkInterfaces\n&<公共请求参数>",
|
545
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NetworkInterfaceSet\": [\n {\n \"NetworkInterfaceId\": \"eni-dqcedwp7\",\n \"NetworkInterfaceName\": \"
|
545
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NetworkInterfaceSet\": [\n {\n \"NetworkInterfaceId\": \"eni-dqcedwp7\",\n \"NetworkInterfaceName\": \"demo\",\n \"NetworkInterfaceDescription\": \"demo\",\n \"SubnetId\": \"subnet-o6pv7si8\",\n \"VpcId\": \"vpc-j8s8351p\",\n \"GroupSet\": [\n \"esg-fcx8o80o\"\n ],\n \"Primary\": true,\n \"MacAddress\": \"20:90:6F:34:59:4F\",\n \"State\": \"AVAILABLE\",\n \"PrivateIpAddressSet\": [\n {\n \"PrivateIpAddress\": \"11.171.73.41\",\n \"Primary\": true,\n \"PublicIpAddress\": \"60.28.209.138\",\n \"AddressId\": \"\",\n \"Description\": \"demo\",\n \"IsWanIpBlocked\": true,\n \"State\": \"AVAILABLE\"\n }\n ],\n \"Attachment\": {\n \"InstanceId\": \"ein-05ihbvco\",\n \"DeviceIndex\": 1,\n \"InstanceAccountId\": \"1257940589\",\n \"AttachTime\": \"2022-11-17 08:49:10\"\n },\n \"Zone\": \"ap-guangzhou-yunyou-cm-1\",\n \"CreatedTime\": \"2022-11-17 08:49:10\",\n \"Ipv6AddressSet\": [\n {\n \"Address\": \" 2409:8c50:a00:2035:0:9b58:a740:5945\",\n \"Primary\": true,\n \"AddressId\": \"\",\n \"Description\": \"TEST\",\n \"IsWanIpBlocked\": true,\n \"State\": \"PENDING\"\n }\n ],\n \"TagSet\": [\n {\n \"Key\": \"env\",\n \"Value\": \"prod\"\n }\n ],\n \"EniType\": 1,\n \"EcmRegion\": \"ap-ningbo-ecm-ct2\",\n \"Business\": \"cvm\"\n }\n ],\n \"RequestId\": \"8f7fb33d-642f-43d7-bc8f-2d17efbfb49c\"\n }\n}",
|
546
546
|
"title": "查询弹性网卡列表"
|
547
547
|
}
|
548
548
|
],
|
@@ -614,7 +614,7 @@
|
|
614
614
|
{
|
615
615
|
"document": "",
|
616
616
|
"input": "https://ecm.tencentcloudapi.com/?Action=DescribeSecurityGroupAssociationStatistics\n&SecurityGroupIds.0=esg-ohuuioma\n&SecurityGroupIds.1=esg-2quou3gv\n&<公共请求参数>",
|
617
|
-
"output": "{\n \"Response\": {\n \"SecurityGroupAssociationStatisticsSet\": [\n {\n \"SecurityGroupId\": \"esg-ohuuioma\",\n \"ECM\": 0,\n \"Module\": 1,\n \"ENI\": 0,\n \"SG\": 1,\n \"CLB\": 0,\n \"TotalCount\": 1\n },\n {\n \"SecurityGroupId\": \"esg-2quou3gv\",\n \"ECM\": 1,\n \"Module\": 1,\n \"ENI\": 0,\n \"SG\": 1,\n \"CLB\": 0,\n \"TotalCount\": 2\n }\n ]\n }\n}",
|
617
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityGroupAssociationStatisticsSet\": [\n {\n \"SecurityGroupId\": \"esg-ohuuioma\",\n \"ECM\": 0,\n \"Module\": 1,\n \"ENI\": 0,\n \"SG\": 1,\n \"CLB\": 0,\n \"TotalCount\": 1\n },\n {\n \"SecurityGroupId\": \"esg-2quou3gv\",\n \"ECM\": 1,\n \"Module\": 1,\n \"ENI\": 0,\n \"SG\": 1,\n \"CLB\": 0,\n \"TotalCount\": 2\n }\n ]\n }\n}",
|
618
618
|
"title": "查询安全组关联的实例统计"
|
619
619
|
}
|
620
620
|
],
|
@@ -630,7 +630,7 @@
|
|
630
630
|
{
|
631
631
|
"document": "",
|
632
632
|
"input": "https://ecm.tencentcloudapi.com/?Action=DescribeSecurityGroupPolicies\n&SecurityGroupId=esg-ohuuioma\n&<公共请求参数>",
|
633
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\",\n \"SecurityGroupPolicySet\": {\n \"Version\": \"1\",\n \"Egress\": [\n {\n \"PolicyIndex\": 1,\n \"Protocol\": \"tcp\",\n \"Port\": \"80\",\n \"ServiceTemplate\": {\n \"ServiceId\": \"\",\n \"ServiceGroupId\": \"\"\n },\n \"SecurityGroupId\": \"\",\n \"CidrBlock\": \"20.0.0.0/16\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"
|
633
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\",\n \"SecurityGroupPolicySet\": {\n \"Version\": \"1\",\n \"Egress\": [\n {\n \"PolicyIndex\": 1,\n \"Protocol\": \"tcp\",\n \"Port\": \"80\",\n \"ServiceTemplate\": {\n \"ServiceId\": \"\",\n \"ServiceGroupId\": \"\"\n },\n \"SecurityGroupId\": \"\",\n \"CidrBlock\": \"20.0.0.0/16\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"demo\",\n \"AddressTemplate\": {\n \"AddressId\": \"\",\n \"AddressGroupId\": \"\"\n }\n }\n ],\n \"Ingress\": [\n {\n \"PolicyIndex\": 2,\n \"Protocol\": \"tcp\",\n \"Port\": \"8080\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"ServiceTemplate\": {\n \"ServiceId\": \"\",\n \"ServiceGroupId\": \"\"\n },\n \"SecurityGroupId\": \"\",\n \"Action\": \"ACCEPT\",\n \"PolicyDescription\": \"demo\",\n \"AddressTemplate\": {\n \"AddressId\": \"\",\n \"AddressGroupId\": \"\"\n }\n }\n ]\n }\n }\n}",
|
634
634
|
"title": "查询安全组规则"
|
635
635
|
}
|
636
636
|
],
|
@@ -638,7 +638,7 @@
|
|
638
638
|
{
|
639
639
|
"document": "",
|
640
640
|
"input": "https://ecm.tencentcloudapi.com/?Action=DescribeSecurityGroups\n&Limit=1\n&Filters.0.Name=security-group-id\n&Filters.0.Values.0=esg-05bb4upy\n&Filters.1.Name=security-group-name\n&Filters.1.Values.0=TestGroup\n&<公共请求参数>",
|
641
|
-
"output": "{\n \"Response\": {\n \"SecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"esg-05bb4upy\",\n \"SecurityGroupName\": \"
|
641
|
+
"output": "{\n \"Response\": {\n \"SecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"esg-05bb4upy\",\n \"SecurityGroupName\": \"demo\",\n \"SecurityGroupDesc\": \"demo\",\n \"IsDefault\": \"true\",\n \"TagSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
|
642
642
|
"title": "查看安全组"
|
643
643
|
}
|
644
644
|
],
|
@@ -654,7 +654,7 @@
|
|
654
654
|
{
|
655
655
|
"document": "查询子网列表",
|
656
656
|
"input": "https://ecm.tencentcloudapi.com/?Action=DescribeSubnets\n&Filters.0.Name=subnet-id\n&Filters.0.Values.0=subnet-ae71tjp6\n&EcmRegion=ap-hangzhou-ecm\n&<公共请求参数>",
|
657
|
-
"output": "{\n \"Response\": {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"\",\n \"ISPType\": \"CMCC\",\n \"RouteTableId\": \"rtb-cahjl2qq\",\n \"VpcId\": \"vpc-hqhu0suj\",\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-hangzhou-ecm-1\",\n \"Ipv6CidrBlock\": \"\",\n \"Region\": \"ap-hangzhou-ecm\",\n \"SubnetName\": \"
|
657
|
+
"output": "{\n \"Response\": {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"\",\n \"ISPType\": \"CMCC\",\n \"RouteTableId\": \"rtb-cahjl2qq\",\n \"VpcId\": \"vpc-hqhu0suj\",\n \"EnableBroadcast\": false,\n \"Zone\": \"ap-hangzhou-ecm-1\",\n \"Ipv6CidrBlock\": \"\",\n \"Region\": \"ap-hangzhou-ecm\",\n \"SubnetName\": \"demo\",\n \"AvailableIpAddressCount\": 253,\n \"IsRemoteVpcSnat\": false,\n \"SubnetId\": \"subnet-ae71tjp6\",\n \"InstanceCount\": 0,\n \"VpcCidrBlock\": \"192.168.0.0/18\",\n \"TagSet\": [\n {\n \"Value\": \"hangzhou\",\n \"Key\": \"city\"\n }\n ],\n \"CreatedTime\": \"2020-08-14 11:38:33\",\n \"ZoneName\": \"杭州一区\",\n \"CidrBlock\": \"192.168.1.0/24\",\n \"IsDefault\": false,\n \"VpcIpv6CidrBlock\": \"\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6e863039-2a22-4a98-8577-93823b250674\"\n }\n}",
|
658
658
|
"title": "查询子网列表"
|
659
659
|
}
|
660
660
|
],
|
@@ -843,7 +843,7 @@
|
|
843
843
|
"ModifyIpv6AddressesAttribute": [
|
844
844
|
{
|
845
845
|
"document": "",
|
846
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=ModifyIpv6AddressesAttribute\n&EcmRegion=ap-guangzhou-ecm-cu2\n&NetworkInterfaceId=eni-9c8zkfev\n&Ipv6Addresses.0.Address=3402:4e00:20:1202::7\n&Ipv6Addresses.0.Description=
|
846
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=ModifyIpv6AddressesAttribute\n&EcmRegion=ap-guangzhou-ecm-cu2\n&NetworkInterfaceId=eni-9c8zkfev\n&Ipv6Addresses.0.Address=3402:4e00:20:1202::7\n&Ipv6Addresses.0.Description=demo\n&<公共请求参数>",
|
847
847
|
"output": "{\n \"Response\": {\n \"RequestId\": \"57065a05-9d50-476b-9cd6-97b0ddf03766\"\n }\n}",
|
848
848
|
"title": "修改弹性网卡IPv6地址属性"
|
849
849
|
}
|
@@ -947,23 +947,23 @@
|
|
947
947
|
"ModifySecurityGroupAttribute": [
|
948
948
|
{
|
949
949
|
"document": "",
|
950
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=ModifySecurityGroupAttribute\
|
951
|
-
"output": "{\n \"Response\": {}\n}",
|
950
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=ModifySecurityGroupAttribute\n&SecurityGroupId=esg-33ocnj9n\n&GroupName=demo\n&GroupDescription=demo\n&<公共请求参数>",
|
951
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
952
952
|
"title": "修改安全组属性"
|
953
953
|
}
|
954
954
|
],
|
955
955
|
"ModifySecurityGroupPolicies": [
|
956
956
|
{
|
957
957
|
"document": "",
|
958
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=ModifySecurityGroupPolicies\
|
959
|
-
"output": "{\n \"Response\": {}\n}",
|
958
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=ModifySecurityGroupPolicies\n&SecurityGroupId=esg-ohuuioma\n&SecurityGroupPolicySet.Egress.0.Protocol=TCP\n&SecurityGroupPolicySet.Egress.0.Port=80\n&SecurityGroupPolicySet.Egress.0.Action=accept\n&SecurityGroupPolicySet.Egress.0.CidrBlock=10.0.0.0/16\n&SecurityGroupPolicySet.Egress.0.PolicyDescription=demo\n&SecurityGroupPolicySet.Ingress.0.Protocol=TCP\n&SecurityGroupPolicySet.Ingress.0.Port=8080\n&SecurityGroupPolicySet.Ingress.0.Action=accept\n&SecurityGroupPolicySet.Ingress.0.CidrBlock=10.0.0.0/16\n&SecurityGroupPolicySet.Ingress.0.PolicyDescription=demo\n&<公共请求参数>",
|
959
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
960
960
|
"title": "修改安全组出站和入站规则"
|
961
961
|
}
|
962
962
|
],
|
963
963
|
"ModifySubnetAttribute": [
|
964
964
|
{
|
965
965
|
"document": "",
|
966
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=ModifySubnetAttribute\n&SubnetId=subnet-ae71tjp6\n&SubnetName=
|
966
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=ModifySubnetAttribute\n&SubnetId=subnet-ae71tjp6\n&SubnetName=demo\n&EcmRegion=ap-hangzhou-ecm\n&<公共请求参数>",
|
967
967
|
"output": "{\n \"Response\": {\n \"RequestId\": \"0b5123d6-3420-4369-8c2f-414706d40684\"\n }\n}",
|
968
968
|
"title": "修改子网属性"
|
969
969
|
}
|
@@ -1059,8 +1059,8 @@
|
|
1059
1059
|
"ReplaceSecurityGroupPolicy": [
|
1060
1060
|
{
|
1061
1061
|
"document": "",
|
1062
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=ReplaceSecurityGroupPolicy\
|
1063
|
-
"output": "{\n \"Response\": {}\n}",
|
1062
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=ReplaceSecurityGroupPolicy\n&SecurityGroupId=esg-ohuuioma\n&SecurityGroupPolicySet.Version=20\n&SecurityGroupPolicySet.Egress.0.PolicyIndex=1\n&SecurityGroupPolicySet.Egress.0.Protocol=tcp\n&SecurityGroupPolicySet.Egress.0.Port=8080\n&SecurityGroupPolicySet.Egress.0.Action=accept\n&SecurityGroupPolicySet.Egress.0.CidrBlock=10.0.0.0/24\n&SecurityGroupPolicySet.Egress.0.PolicyDescription=demo\n&<公共请求参数>",
|
1063
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
1064
1064
|
"title": "替换单条安全组路由规则"
|
1065
1065
|
}
|
1066
1066
|
],
|
@@ -2876,6 +2876,15 @@
|
|
2876
2876
|
"name": "AutoJumpBack",
|
2877
2877
|
"required": false,
|
2878
2878
|
"type": "bool"
|
2879
|
+
},
|
2880
|
+
{
|
2881
|
+
"disabled": false,
|
2882
|
+
"document": "签署完成后,如需“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。\n\n在用户点击“返回应用”按钮之后,会返回到公众号 H5。 此时,公众号 H5 可以处理页面的 [visibilitychange](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilitychange_event) 事件 与 [visibilityState](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState) 属性 来判断已经返回到当前页面。再通过电子签后台接口查询合同的签署状态,继续自己的业务流程。\n\n参考 [微信网页开发-开放标签跳转小程序](https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html#%E5%BC%80%E6%94%BE%E6%A0%87%E7%AD%BE) 或 [自有 H5 跳转电子签小程序](https://test.qian.tencent.cn/developers/company/openwxminiprogram/#4%E8%87%AA%E6%9C%89-h5-%E8%B7%B3%E8%BD%AC%E7%94%B5%E5%AD%90%E7%AD%BE%E5%B0%8F%E7%A8%8B%E5%BA%8F)。",
|
2883
|
+
"example": "无",
|
2884
|
+
"member": "string",
|
2885
|
+
"name": "UrlUseEnv",
|
2886
|
+
"required": false,
|
2887
|
+
"type": "string"
|
2879
2888
|
}
|
2880
2889
|
],
|
2881
2890
|
"type": "object"
|
@@ -6720,6 +6729,15 @@
|
|
6720
6729
|
"name": "FlowGroupUrlInfo",
|
6721
6730
|
"required": false,
|
6722
6731
|
"type": "object"
|
6732
|
+
},
|
6733
|
+
{
|
6734
|
+
"disabled": false,
|
6735
|
+
"document": "签署完成后,如需“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。\n\n在用户点击“返回应用”按钮之后,会返回到公众号 H5。 此时,公众号 H5 可以处理页面的 [visibilitychange](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilitychange_event) 事件 与 [visibilityState](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState) 属性 来判断已经返回到当前页面。再通过电子签后台接口查询合同的签署状态,继续自己的业务流程。\n\n参考 [微信网页开发-开放标签跳转小程序](https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html#%E5%BC%80%E6%94%BE%E6%A0%87%E7%AD%BE) 或 [自有 H5 跳转电子签小程序](https://test.qian.tencent.cn/developers/company/openwxminiprogram/#4%E8%87%AA%E6%9C%89-h5-%E8%B7%B3%E8%BD%AC%E7%94%B5%E5%AD%90%E7%AD%BE%E5%B0%8F%E7%A8%8B%E5%BA%8F)。\n\n",
|
6736
|
+
"example": "无",
|
6737
|
+
"member": "string",
|
6738
|
+
"name": "UrlUseEnv",
|
6739
|
+
"required": false,
|
6740
|
+
"type": "string"
|
6723
6741
|
}
|
6724
6742
|
],
|
6725
6743
|
"type": "object"
|
@@ -7385,7 +7403,7 @@
|
|
7385
7403
|
},
|
7386
7404
|
{
|
7387
7405
|
"disabled": false,
|
7388
|
-
"document": "要修改手机号用户的身份证号码,应符合以下规则\n<ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li
|
7406
|
+
"document": "要修改手机号用户的身份证号码,应符合以下规则\n<ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>\n<li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>\n如果没有传递 userId且 userAccountType 是 0 或者没有传递, 此参数为<b>必填项。</b>",
|
7389
7407
|
"example": "620000198802020000",
|
7390
7408
|
"member": "string",
|
7391
7409
|
"name": "IdCardNumber",
|
@@ -10662,7 +10680,7 @@
|
|
10662
10680
|
},
|
10663
10681
|
{
|
10664
10682
|
"disabled": false,
|
10665
|
-
"document": "签署方经办人的证件类型,支持以下类型\n<ul><li>ID_CARD 中国大陆居民身份证</li>\n<li>HONGKONG_AND_MACAO
|
10683
|
+
"document": "签署方经办人的证件类型,支持以下类型\n<ul><li>ID_CARD 中国大陆居民身份证</li>\n<li>HONGKONG_AND_MACAO 中国港澳居民来往内地通行证</li>\n<li>HONGKONG_MACAO_AND_TAIWAN 中国港澳台居民居住证(格式同中国大陆居民身份证)</li>\n<li>OTHER_CARD_TYPE 其他证件</li></ul>\n\n注: `1.其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`\n`2.补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充。`",
|
10666
10684
|
"example": "ID_CARD",
|
10667
10685
|
"member": "string",
|
10668
10686
|
"name": "ApproverIdCardType",
|
@@ -12805,7 +12823,7 @@
|
|
12805
12823
|
},
|
12806
12824
|
{
|
12807
12825
|
"disabled": false,
|
12808
|
-
"document": "签署方经办人的证件类型,支持以下类型\n<ul><li>ID_CARD 中国大陆居民身份证 (默认值)</li>\n<li>HONGKONG_AND_MACAO
|
12826
|
+
"document": "签署方经办人的证件类型,支持以下类型\n<ul><li>ID_CARD 中国大陆居民身份证 (默认值)</li>\n<li>HONGKONG_AND_MACAO 中国港澳居民来往内地通行证</li>\n<li>HONGKONG_MACAO_AND_TAIWAN 中国港澳台居民居住证(格式同居民身份证)</li>\n<li>OTHER_CARD_TYPE 其他证件</li></ul>\n\n注: `其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`",
|
12809
12827
|
"example": "ID_CARD",
|
12810
12828
|
"member": "string",
|
12811
12829
|
"name": "ApproverIdCardType",
|
@@ -1979,6 +1979,15 @@
|
|
1979
1979
|
"name": "AutoJumpBack",
|
1980
1980
|
"required": false,
|
1981
1981
|
"type": "bool"
|
1982
|
+
},
|
1983
|
+
{
|
1984
|
+
"disabled": false,
|
1985
|
+
"document": "签署完成后,如需“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。\n\n在用户点击“返回应用”按钮之后,会返回到公众号 H5。 此时,公众号 H5 可以处理页面的 [visibilitychange](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilitychange_event) 事件 与 [visibilityState](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState) 属性 来判断已经返回到当前页面。再通过电子签后台接口查询合同的签署状态,继续自己的业务流程。\n\n参考 [微信网页开发-开放标签跳转小程序](https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html#%E5%BC%80%E6%94%BE%E6%A0%87%E7%AD%BE) 或 [自有 H5 跳转电子签小程序](https://test.qian.tencent.cn/developers/company/openwxminiprogram/#4%E8%87%AA%E6%9C%89-h5-%E8%B7%B3%E8%BD%AC%E7%94%B5%E5%AD%90%E7%AD%BE%E5%B0%8F%E7%A8%8B%E5%BA%8F)。",
|
1986
|
+
"example": "无",
|
1987
|
+
"member": "string",
|
1988
|
+
"name": "UrlUseEnv",
|
1989
|
+
"required": false,
|
1990
|
+
"type": "string"
|
1982
1991
|
}
|
1983
1992
|
],
|
1984
1993
|
"type": "object"
|
@@ -7891,6 +7900,15 @@
|
|
7891
7900
|
"name": "FlowGroupUrlInfo",
|
7892
7901
|
"required": false,
|
7893
7902
|
"type": "object"
|
7903
|
+
},
|
7904
|
+
{
|
7905
|
+
"disabled": false,
|
7906
|
+
"document": "签署完成后,如需“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。\n\n在用户点击“返回应用”按钮之后,会返回到公众号 H5。 此时,公众号 H5 可以处理页面的 [visibilitychange](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilitychange_event) 事件 与 [visibilityState](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState) 属性 来判断已经返回到当前页面。再通过电子签后台接口查询合同的签署状态,继续自己的业务流程。\n\n参考 [微信网页开发-开放标签跳转小程序](https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html#%E5%BC%80%E6%94%BE%E6%A0%87%E7%AD%BE) 或 [自有 H5 跳转电子签小程序](https://test.qian.tencent.cn/developers/company/openwxminiprogram/#4%E8%87%AA%E6%9C%89-h5-%E8%B7%B3%E8%BD%AC%E7%94%B5%E5%AD%90%E7%AD%BE%E5%B0%8F%E7%A8%8B%E5%BA%8F)。\n\n",
|
7907
|
+
"example": "无",
|
7908
|
+
"member": "string",
|
7909
|
+
"name": "UrlUseEnv",
|
7910
|
+
"required": false,
|
7911
|
+
"type": "string"
|
7894
7912
|
}
|
7895
7913
|
],
|
7896
7914
|
"type": "object"
|
@@ -345,8 +345,8 @@
|
|
345
345
|
},
|
346
346
|
{
|
347
347
|
"disabled": false,
|
348
|
-
"document": "
|
349
|
-
"example": "{\"WarpRadio\": 0.1, \"EnhanceRadio\": 0.8, \"MpRadio\": 0.8, \"TeethEnhanceRadio\": 1}",
|
348
|
+
"document": "图片人脸融合(专业版)效果参数。可用于设置拉脸、人脸增强、磨皮、牙齿增强、妆容迁移等融合效果参数,生成理想的融合效果。不传默认使用接口推荐值。具体见FusionUltraParam说明",
|
349
|
+
"example": "{\"WarpRadio\": 0.1, \"EnhanceRadio\": 0.8, \"MpRadio\": 0.8, \"TeethEnhanceRadio\": 1, \"MakeupTransferRadio\": 0}",
|
350
350
|
"member": "FusionUltraParam",
|
351
351
|
"name": "FusionUltraParam",
|
352
352
|
"required": false,
|
@@ -7807,20 +7807,20 @@
|
|
7807
7807
|
{
|
7808
7808
|
"disabled": false,
|
7809
7809
|
"document": "指标名称",
|
7810
|
-
"example": "",
|
7810
|
+
"example": "InBandwidth",
|
7811
7811
|
"member": "string",
|
7812
7812
|
"name": "MetricName",
|
7813
|
-
"
|
7813
|
+
"output_required": true,
|
7814
7814
|
"type": "string",
|
7815
7815
|
"value_allowed_null": false
|
7816
7816
|
},
|
7817
7817
|
{
|
7818
7818
|
"disabled": false,
|
7819
7819
|
"document": "指标统计数据",
|
7820
|
-
"example": "",
|
7820
|
+
"example": "{ \"MetricName\": \"InBandwidth\", \"MetricData\": [ { \"Time\": 1735056000, \"Data\": 0 } ] }",
|
7821
7821
|
"member": "StatisticsDataInfo",
|
7822
7822
|
"name": "MetricData",
|
7823
|
-
"
|
7823
|
+
"output_required": true,
|
7824
7824
|
"type": "list",
|
7825
7825
|
"value_allowed_null": false
|
7826
7826
|
}
|
@@ -9665,7 +9665,7 @@
|
|
9665
9665
|
{
|
9666
9666
|
"disabled": false,
|
9667
9667
|
"document": "(旧参数,请使用ProxyId)通道实例ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
9668
|
-
"example": "\"\"",
|
9668
|
+
"example": "\"link-12345\"",
|
9669
9669
|
"member": "string",
|
9670
9670
|
"name": "InstanceId",
|
9671
9671
|
"output_required": true,
|
@@ -9815,7 +9815,7 @@
|
|
9815
9815
|
{
|
9816
9816
|
"disabled": false,
|
9817
9817
|
"document": "通道组ID,当通道归属于某一通道组时,存在该字段。\n注意:此字段可能返回 null,表示取不到有效值。",
|
9818
|
-
"example": "\"\"",
|
9818
|
+
"example": "\"lg-123456\"",
|
9819
9819
|
"member": "string",
|
9820
9820
|
"name": "GroupId",
|
9821
9821
|
"output_required": true,
|
@@ -9835,7 +9835,7 @@
|
|
9835
9835
|
{
|
9836
9836
|
"disabled": false,
|
9837
9837
|
"document": "接入地域详细信息,包括地域ID和地域名。\n注意:此字段可能返回 null,表示取不到有效值。",
|
9838
|
-
"example": "
|
9838
|
+
"example": "{\"RegionId\":\"NorthChina\"}\"}",
|
9839
9839
|
"member": "RegionDetail",
|
9840
9840
|
"name": "AccessRegionInfo",
|
9841
9841
|
"output_required": true,
|
@@ -9845,7 +9845,7 @@
|
|
9845
9845
|
{
|
9846
9846
|
"disabled": false,
|
9847
9847
|
"document": "源站地域详细信息,包括地域ID和地域名。\n注意:此字段可能返回 null,表示取不到有效值。",
|
9848
|
-
"example": "
|
9848
|
+
"example": "{\"RegionId\":\"SouthChina\"}\"}",
|
9849
9849
|
"member": "RegionDetail",
|
9850
9850
|
"name": "RealServerRegionInfo",
|
9851
9851
|
"output_required": true,
|
@@ -9895,7 +9895,7 @@
|
|
9895
9895
|
{
|
9896
9896
|
"disabled": false,
|
9897
9897
|
"document": "关联了解析的域名列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
9898
|
-
"example": "
|
9898
|
+
"example": "www.test.com",
|
9899
9899
|
"member": "string",
|
9900
9900
|
"name": "RelatedGlobalDomains",
|
9901
9901
|
"output_required": true,
|
@@ -9975,7 +9975,7 @@
|
|
9975
9975
|
{
|
9976
9976
|
"disabled": false,
|
9977
9977
|
"document": "IP列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
9978
|
-
"example": "[]",
|
9978
|
+
"example": "[{\"ip\": \"1.2.3.4\"}]",
|
9979
9979
|
"member": "IPDetail",
|
9980
9980
|
"name": "IPList",
|
9981
9981
|
"output_required": true,
|
@@ -10215,40 +10215,40 @@
|
|
10215
10215
|
{
|
10216
10216
|
"disabled": false,
|
10217
10217
|
"document": "源站ID。",
|
10218
|
-
"example": "
|
10218
|
+
"example": "rs-123456",
|
10219
10219
|
"member": "string",
|
10220
10220
|
"name": "RealServerId",
|
10221
|
-
"
|
10221
|
+
"output_required": true,
|
10222
10222
|
"type": "string",
|
10223
10223
|
"value_allowed_null": false
|
10224
10224
|
},
|
10225
10225
|
{
|
10226
10226
|
"disabled": false,
|
10227
10227
|
"document": "0表示未被绑定 1表示被规则或者监听器绑定。",
|
10228
|
-
"example": "
|
10228
|
+
"example": "0",
|
10229
10229
|
"member": "int64",
|
10230
10230
|
"name": "BindStatus",
|
10231
|
-
"
|
10231
|
+
"output_required": true,
|
10232
10232
|
"type": "int",
|
10233
10233
|
"value_allowed_null": false
|
10234
10234
|
},
|
10235
10235
|
{
|
10236
10236
|
"disabled": false,
|
10237
10237
|
"document": "绑定此源站的通道ID,没有绑定时为空字符串。",
|
10238
|
-
"example": "
|
10238
|
+
"example": "link-123456",
|
10239
10239
|
"member": "string",
|
10240
10240
|
"name": "ProxyId",
|
10241
|
-
"
|
10241
|
+
"output_required": true,
|
10242
10242
|
"type": "string",
|
10243
10243
|
"value_allowed_null": false
|
10244
10244
|
},
|
10245
10245
|
{
|
10246
10246
|
"disabled": false,
|
10247
10247
|
"document": "绑定此源站的通道组ID,没有绑定时为空字符串。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10248
|
-
"example": "
|
10248
|
+
"example": "lg-123456",
|
10249
10249
|
"member": "string",
|
10250
10250
|
"name": "GroupId",
|
10251
|
-
"
|
10251
|
+
"output_required": true,
|
10252
10252
|
"type": "string",
|
10253
10253
|
"value_allowed_null": true
|
10254
10254
|
}
|
@@ -11224,20 +11224,20 @@
|
|
11224
11224
|
{
|
11225
11225
|
"disabled": false,
|
11226
11226
|
"document": "资源类型,其中:\nProxy表示通道,\nProxyGroup表示通道组,\nRealServer表示源站",
|
11227
|
-
"example": "",
|
11227
|
+
"example": "domain",
|
11228
11228
|
"member": "string",
|
11229
11229
|
"name": "ResourceType",
|
11230
|
-
"
|
11230
|
+
"output_required": true,
|
11231
11231
|
"type": "string",
|
11232
11232
|
"value_allowed_null": false
|
11233
11233
|
},
|
11234
11234
|
{
|
11235
11235
|
"disabled": false,
|
11236
11236
|
"document": "资源ID",
|
11237
|
-
"example": "",
|
11237
|
+
"example": "dm-kbwkcklz",
|
11238
11238
|
"member": "string",
|
11239
11239
|
"name": "ResourceId",
|
11240
|
-
"
|
11240
|
+
"output_required": true,
|
11241
11241
|
"type": "string",
|
11242
11242
|
"value_allowed_null": false
|
11243
11243
|
}
|
@@ -332,6 +332,15 @@
|
|
332
332
|
"name": "Stop",
|
333
333
|
"required": false,
|
334
334
|
"type": "list"
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"disabled": false,
|
338
|
+
"document": "推荐问答开关。\n说明:\n1. 未传值时默认关闭。\n2. 开启后,返回值里将增加 RecommendedQuestions 字段返回推荐问答, 最多只返回3条。",
|
339
|
+
"example": "false",
|
340
|
+
"member": "bool",
|
341
|
+
"name": "EnableRecommendedQuestions",
|
342
|
+
"required": false,
|
343
|
+
"type": "bool"
|
335
344
|
}
|
336
345
|
],
|
337
346
|
"type": "object"
|
@@ -429,6 +438,16 @@
|
|
429
438
|
"type": "list",
|
430
439
|
"value_allowed_null": false
|
431
440
|
},
|
441
|
+
{
|
442
|
+
"disabled": false,
|
443
|
+
"document": "推荐问答。",
|
444
|
+
"example": "无",
|
445
|
+
"member": "string",
|
446
|
+
"name": "RecommendedQuestions",
|
447
|
+
"output_required": false,
|
448
|
+
"type": "list",
|
449
|
+
"value_allowed_null": false
|
450
|
+
},
|
432
451
|
{
|
433
452
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。本接口为流式响应接口,当请求成功时,RequestId 会被放在 HTTP 响应的 Header \"X-TC-RequestId\" 中。",
|
434
453
|
"member": "string",
|
@@ -630,8 +649,8 @@
|
|
630
649
|
"members": [
|
631
650
|
{
|
632
651
|
"disabled": false,
|
633
|
-
"document": "内容类型\n注意:\n当前只支持传入单张图片,传入多张图片时,以第一个图片为准。\n注意:此字段可能返回 null,表示取不到有效值。",
|
634
|
-
"example": "
|
652
|
+
"document": "内容类型\n注意:\n当前只支持传入单张图片,传入多张图片时,以第一个图片为准。\n参数值可选范围:[text\", \"image_url\"]\n注意:此字段可能返回 null,表示取不到有效值。",
|
653
|
+
"example": "text",
|
635
654
|
"member": "string",
|
636
655
|
"name": "Type",
|
637
656
|
"output_required": false,
|
@@ -6673,7 +6673,7 @@
|
|
6673
6673
|
},
|
6674
6674
|
{
|
6675
6675
|
"disabled": false,
|
6676
|
-
"document": "
|
6676
|
+
"document": "头像区域,摄像头视频画面的分辨率。可以有如下取值:\n1 标清\n2 高清\n3 全高清\n注意:此字段可能返回 null,表示取不到有效值。",
|
6677
6677
|
"example": "1",
|
6678
6678
|
"member": "uint64",
|
6679
6679
|
"name": "Resolution",
|
@@ -337,11 +337,11 @@
|
|
337
337
|
"status": "online"
|
338
338
|
},
|
339
339
|
"DescribeInstanceLoginKeyPairAttribute": {
|
340
|
-
"document": "本接口用于查询实例默认登录密钥属性。",
|
340
|
+
"document": "后端代码已与23年2月4号下线\n近90天无调用记录\n经评估,下线无风险,操作下线\n\n本接口用于查询实例默认登录密钥属性。",
|
341
341
|
"input": "DescribeInstanceLoginKeyPairAttributeRequest",
|
342
342
|
"name": "查询实例默认登录密钥属性",
|
343
343
|
"output": "DescribeInstanceLoginKeyPairAttributeResponse",
|
344
|
-
"status": "
|
344
|
+
"status": "deprecated"
|
345
345
|
},
|
346
346
|
"DescribeInstanceVncUrl": {
|
347
347
|
"document": "本接口 ( DescribeInstanceVncUrl ) 用于查询实例管理终端地址,获取的地址可用于实例的 VNC 登录。\n\n* 处于 `STOPPED` 状态的机器无法使用此功能。\n* 管理终端地址的有效期为 15 秒,调用接口成功后如果 15 秒内不使用该链接进行访问,管理终端地址自动失效,您需要重新查询。\n* 管理终端地址一旦被访问,将自动失效,您需要重新查询。\n* 如果连接断开,每分钟内重新连接的次数不能超过 30 次。\n* 参数 `InstanceVncUrl` :调用接口成功后会返回的 `InstanceVncUrl` 的值。\n获取到 `InstanceVncUrl` 后,您需要在链接 `https://img.qcloud.com/qcloud/app/active_vnc/index.html?` 末尾加上参数 `InstanceVncUrl=xxxx`。\n 最后组成的 URL 格式如下:\n\n```\nhttps://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F%2Fbjvnc.qcloud.com%3A26789%2Fvnc%3Fs%3DaHpjWnRVMFNhYmxKdDM5MjRHNlVTSVQwajNUSW0wb2tBbmFtREFCTmFrcy8vUUNPMG0wSHZNOUUxRm5PMmUzWmFDcWlOdDJIbUJxSTZDL0RXcHZxYnZZMmRkWWZWcEZia2lyb09XMzdKNmM9\n```\n",
|
@@ -596,11 +596,11 @@
|
|
596
596
|
"status": "online"
|
597
597
|
},
|
598
598
|
"ModifyInstancesLoginKeyPairAttribute": {
|
599
|
-
"document": "本接口用于设置实例默认登录密钥对属性。\n\n",
|
599
|
+
"document": "后端代码已与23年2月4号下线\n近90天只有一次调用记录,且明确返回前端接口下线错误信息\n\n经评估无风险,操作接口下线\n\n本接口用于设置实例默认登录密钥对属性。\n\n",
|
600
600
|
"input": "ModifyInstancesLoginKeyPairAttributeRequest",
|
601
601
|
"name": "修改实例默认登录密钥对属性",
|
602
602
|
"output": "ModifyInstancesLoginKeyPairAttributeResponse",
|
603
|
-
"status": "
|
603
|
+
"status": "deprecated"
|
604
604
|
},
|
605
605
|
"ModifyInstancesRenewFlag": {
|
606
606
|
"document": "本接口 (ModifyInstancesRenewFlag) 用于修改包年包月实例续费标识。\n\n* 实例被标识为自动续费后,每次在实例到期时,会自动续费一个月。\n* 支持批量操作。每次请求批量实例的上限为100。",
|