tccli 3.0.966.1__py2.py3-none-any.whl → 3.0.968.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/bi/v20220105/ModifyUserRole.md +53 -0
- tccli/examples/cdwpg/v20201230/CreateInstanceByApi.md +40 -0
- tccli/examples/cdwpg/v20201230/DestroyInstanceByApi.md +22 -0
- tccli/examples/csip/v20221121/DescribeDbAssets.md +258 -65
- tccli/examples/dbbrain/v20210527/DescribeIndexRecommendAggregationSlowLogs.md +34 -0
- tccli/examples/dbbrain/v20210527/DescribeIndexRecommendInfo.md +57 -0
- tccli/examples/dbbrain/v20210527/DescribeRedisProcessList.md +46 -0
- tccli/examples/ess/v20201111/CreateDocument.md +1 -1
- tccli/examples/ess/v20201111/DescribeFileUrls.md +30 -0
- tccli/examples/ess/v20201111/UploadFiles.md +46 -14
- tccli/examples/sms/v20210111/AddSmsSign.md +4 -4
- tccli/examples/sms/v20210111/AddSmsTemplate.md +1 -1
- tccli/examples/sms/v20210111/DescribeSmsSignList.md +2 -2
- tccli/examples/sms/v20210111/DescribeSmsTemplateList.md +2 -2
- tccli/examples/sms/v20210111/ModifySmsSign.md +4 -4
- tccli/examples/sms/v20210111/ModifySmsTemplate.md +1 -1
- tccli/examples/sms/v20210111/PullSmsReplyStatus.md +3 -3
- tccli/examples/sms/v20210111/PullSmsReplyStatusByPhoneNumber.md +2 -2
- tccli/examples/sms/v20210111/PullSmsSendStatus.md +1 -1
- tccli/examples/sms/v20210111/SendSms.md +3 -3
- tccli/examples/tat/v20201028/DescribeInvocationTasks.md +12 -6
- tccli/examples/teo/v20220901/VerifyOwnership.md +66 -0
- tccli/examples/trtc/v20190722/DescribeTRTCMarketQualityData.md +2 -2
- tccli/examples/trtc/v20190722/DescribeTRTCMarketScaleData.md +27 -45
- tccli/examples/trtc/v20190722/DescribeTRTCRealTimeQualityData.md +202 -6
- tccli/examples/trtc/v20190722/DescribeTRTCRealTimeScaleData.md +214 -7
- tccli/examples/tse/v20201207/CreateCloudNativeAPIGatewayCanaryRule.md +2 -2
- tccli/examples/tse/v20201207/DeleteCloudNativeAPIGatewayCanaryRule.md +3 -3
- tccli/examples/tse/v20201207/DescribeCloudNativeAPIGatewayCanaryRules.md +10 -10
- tccli/examples/tse/v20201207/DescribeNacosReplicas.md +13 -10
- tccli/examples/tse/v20201207/DescribeNacosServerInterfaces.md +4 -4
- tccli/examples/tse/v20201207/DescribeZookeeperReplicas.md +12 -10
- tccli/examples/tse/v20201207/ModifyCloudNativeAPIGatewayCanaryRule.md +5 -5
- tccli/examples/vpc/v20170312/DescribeVpcPeeringConnections.md +29 -1
- tccli/services/__init__.py +3 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/bi/bi_client.py +53 -0
- tccli/services/bi/v20220105/api.json +109 -0
- tccli/services/bi/v20220105/examples.json +14 -0
- tccli/services/cdwpg/__init__.py +4 -0
- tccli/services/cdwpg/cdwpg_client.py +247 -0
- tccli/services/cdwpg/v20201230/api.json +354 -0
- tccli/services/cdwpg/v20201230/examples.json +21 -0
- tccli/services/clb/v20180317/api.json +4 -4
- tccli/services/csip/v20221121/api.json +66 -26
- tccli/services/csip/v20221121/examples.json +4 -4
- tccli/services/dbbrain/dbbrain_client.py +171 -12
- tccli/services/dbbrain/v20210527/api.json +614 -0
- tccli/services/dbbrain/v20210527/examples.json +24 -0
- tccli/services/ess/v20201111/api.json +158 -28
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +140 -2
- tccli/services/lcic/v20220817/api.json +7 -7
- tccli/services/lighthouse/v20200324/api.json +3 -3
- tccli/services/mps/v20190612/api.json +2 -1
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/sms/v20210111/api.json +84 -81
- tccli/services/sms/v20210111/examples.json +11 -11
- tccli/services/tat/v20201028/api.json +9 -9
- tccli/services/tat/v20201028/examples.json +1 -1
- tccli/services/teo/teo_client.py +65 -12
- tccli/services/teo/v20220901/api.json +169 -1
- tccli/services/teo/v20220901/examples.json +20 -0
- tccli/services/tmt/v20180321/api.json +5 -2
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +7 -6
- tccli/services/tse/v20201207/examples.json +13 -13
- tccli/services/vod/v20180717/api.json +18 -5
- tccli/services/vpc/v20170312/api.json +206 -0
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +22 -0
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/METADATA +2 -2
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/RECORD +78 -67
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/license_files/LICENSE +0 -0
@@ -94,7 +94,7 @@
|
|
94
94
|
"DescribeTRTCMarketQualityData": {
|
95
95
|
"document": "查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)\njoinSuccessRate:加入频道成功率。\njoinSuccessIn5sRate:5s内加入频道成功率。\naudioFreezeRate:音频卡顿率。\nvideoFreezeRate:视频卡顿率。\nnetworkDelay :网络延迟率。\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。\n2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。",
|
96
96
|
"input": "DescribeTRTCMarketQualityDataRequest",
|
97
|
-
"name": "查询TRTC
|
97
|
+
"name": "查询TRTC数据大盘质量相关数据",
|
98
98
|
"output": "DescribeTRTCMarketQualityDataResponse",
|
99
99
|
"status": "online"
|
100
100
|
},
|
@@ -106,8 +106,8 @@
|
|
106
106
|
],
|
107
107
|
"DescribeTRTCMarketQualityData": [
|
108
108
|
{
|
109
|
-
"document": "查询TRTC
|
110
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTRTCMarketQualityData\n<公共请求参数>\n\n{\n \"SdkAppId\": \"
|
109
|
+
"document": "查询TRTC数据大盘质量相关数据",
|
110
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTRTCMarketQualityData\n<公共请求参数>\n\n{\n \"SdkAppId\": \"1400xxxxxx\",\n \"StartTime\": \"2020-09-22\",\n \"EndTime\": \"2020-09-22\",\n \"Period\": \"d\"\n}",
|
111
111
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"StatementID\": 0,\n \"Series\": [\n {\n \"Columns\": [\n \"time\",\n \"videoFreezeRate\",\n \"audioFreezeRate\",\n \"networkDelay\",\n \"joinSuccessRate\",\n \"joinSuccessRate\"\n ],\n \"Values\": [\n {\n \"RowValue\": [\n 1664553600,\n 2,\n 0,\n 0,\n 97,\n 97\n ]\n },\n {\n \"RowValue\": [\n 1664640000,\n 3,\n 0,\n 0,\n 98,\n 98\n ]\n }\n ]\n }\n ],\n \"Total\": 1\n },\n \"RequestId\": \"4mry45x5sslfsee3vfl5n99oz4u9u-8w\"\n }\n}",
|
112
112
|
"title": "DescribeTRTCMarketQualityData"
|
113
113
|
}
|
@@ -123,8 +123,8 @@
|
|
123
123
|
"DescribeTRTCMarketScaleData": [
|
124
124
|
{
|
125
125
|
"document": "查询TRTC数据大盘规模数据",
|
126
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTRTCMarketScaleData\n<公共请求参数>\n\n{\n \"SdkAppId\": \"
|
127
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"StatementID\": 0,\n \"Series\": [\n {\n \"Columns\": [\n \"time\",\n \"userCount\",\n \"roomCount\"\n ],\n \"Values\": [\n {\n \"RowValue\": [\n
|
126
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTRTCMarketScaleData\n<公共请求参数>\n\n{\n \"SdkAppId\": \"1400xxxxxx\",\n \"StartTime\": \"2023-09-20\",\n \"EndTime\": \"2023-09-23\",\n \"Period\": \"d\"\n}",
|
127
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"StatementID\": 0,\n \"Series\": [\n {\n \"Columns\": [\n \"time\",\n \"peakCurrentUsers\",\n \"peakCurrentChannels\",\n \"userCount\",\n \"roomCount\"\n ],\n \"Values\": [\n {\n \"RowValue\": [\n 1695139200,\n 55,\n 37,\n 784,\n 572\n ]\n },\n {\n \"RowValue\": [\n 1695225600,\n 62,\n 46,\n 848,\n 614\n ]\n },\n {\n \"RowValue\": [\n 1695312000,\n 47,\n 45,\n 950,\n 695\n ]\n },\n {\n \"RowValue\": [\n 1695398400,\n 36,\n 35,\n 378,\n 313\n ]\n }\n ]\n }\n ],\n \"Total\": 1\n },\n \"RequestId\": \"kp38ibciayx-elqqjdfrf7umkvpbvowt\"\n }\n}",
|
128
128
|
"title": "DescribeTRTCMarketScaleData"
|
129
129
|
}
|
130
130
|
],
|
@@ -139,8 +139,8 @@
|
|
139
139
|
"DescribeTRTCRealTimeQualityData": [
|
140
140
|
{
|
141
141
|
"document": "查询TRTC实时监控质量数据",
|
142
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTRTCRealTimeQualityData\n<公共请求参数>\n\n{\n \"StartTime\":
|
143
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"StatementID\": 0,\n \"Series\": [\n {\n \"Columns\": [\n \"time\",\n \"videoFreezeRate\",\n \"audioFreezeRate\"\n ],\n \"Values\": [\n {\n \"RowValue\": [\n
|
142
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTRTCRealTimeQualityData\n<公共请求参数>\n\n{\n \"StartTime\": 1695711343,\n \"EndTime\": 1695711643,\n \"SdkAppId\": \"1400xxxxxx\"\n}",
|
143
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"StatementID\": 0,\n \"Series\": [\n {\n \"Columns\": [\n \"time\",\n \"videoFreezeRate\",\n \"audioFreezeRate\"\n ],\n \"Values\": [\n {\n \"RowValue\": [\n 1695711350,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711360,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711370,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711380,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711390,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711400,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711410,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711420,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711430,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711440,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711450,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711460,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711470,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711480,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711490,\n 0,\n 4\n ]\n },\n {\n \"RowValue\": [\n 1695711500,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711510,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711520,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711530,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711540,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711550,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711560,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711570,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711580,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711590,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711600,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711610,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711620,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711630,\n 0,\n 0\n ]\n },\n {\n \"RowValue\": [\n 1695711640,\n 0,\n 0\n ]\n }\n ]\n }\n ],\n \"Total\": 1\n },\n \"RequestId\": \"75fegcba14mffq3wl2zz578ml3e-i1a3\"\n }\n}",
|
144
144
|
"title": "DescribeTRTCRealTimeQualityData"
|
145
145
|
}
|
146
146
|
],
|
@@ -155,8 +155,8 @@
|
|
155
155
|
"DescribeTRTCRealTimeScaleData": [
|
156
156
|
{
|
157
157
|
"document": "查询在线TRTC房间和用户",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
159
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"StatementID\": 0,\n \"Series\": [\n {\n \"Columns\": [\n \"
|
158
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTRTCRealTimeScaleData\n<公共请求参数>\n\n{\n \"StartTime\": 1695711343,\n \"EndTime\": 1695711643,\n \"SdkAppId\": \"1400xxxxxx\"\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"StatementID\": 0,\n \"Series\": [\n {\n \"Columns\": [\n \"time\",\n \"userCount\",\n \"roomCount\"\n ],\n \"Values\": [\n {\n \"RowValue\": [\n 1695711350,\n 22,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711360,\n 22,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711370,\n 22,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711380,\n 22,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711390,\n 23,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711400,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711410,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711420,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711430,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711440,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711450,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711460,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711470,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711480,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711490,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711500,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711510,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711520,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711530,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711540,\n 21,\n 18\n ]\n },\n {\n \"RowValue\": [\n 1695711550,\n 22,\n 19\n ]\n },\n {\n \"RowValue\": [\n 1695711560,\n 22,\n 19\n ]\n },\n {\n \"RowValue\": [\n 1695711570,\n 22,\n 19\n ]\n },\n {\n \"RowValue\": [\n 1695711580,\n 22,\n 19\n ]\n },\n {\n \"RowValue\": [\n 1695711590,\n 22,\n 19\n ]\n },\n {\n \"RowValue\": [\n 1695711600,\n 22,\n 19\n ]\n },\n {\n \"RowValue\": [\n 1695711610,\n 22,\n 19\n ]\n },\n {\n \"RowValue\": [\n 1695711620,\n 22,\n 19\n ]\n },\n {\n \"RowValue\": [\n 1695711630,\n 24,\n 20\n ]\n },\n {\n \"RowValue\": [\n 1695711640,\n 22,\n 19\n ]\n }\n ]\n }\n ],\n \"Total\": 1\n },\n \"RequestId\": \"7gb56tcisiuy9el619p3jjkccop9qpv8\"\n }\n}",
|
160
160
|
"title": "DescribeTRTCRealTimeScaleData"
|
161
161
|
}
|
162
162
|
],
|
@@ -3022,6 +3022,7 @@
|
|
3022
3022
|
"example": "无",
|
3023
3023
|
"member": "CloudAPIGatewayCanaryRuleList",
|
3024
3024
|
"name": "Result",
|
3025
|
+
"output_required": true,
|
3025
3026
|
"type": "object",
|
3026
3027
|
"value_allowed_null": false
|
3027
3028
|
},
|
@@ -4080,7 +4081,7 @@
|
|
4080
4081
|
"example": "无",
|
4081
4082
|
"member": "NacosReplica",
|
4082
4083
|
"name": "Replicas",
|
4083
|
-
"
|
4084
|
+
"output_required": true,
|
4084
4085
|
"type": "list",
|
4085
4086
|
"value_allowed_null": false
|
4086
4087
|
},
|
@@ -4090,7 +4091,7 @@
|
|
4090
4091
|
"example": "1",
|
4091
4092
|
"member": "uint64",
|
4092
4093
|
"name": "TotalCount",
|
4093
|
-
"
|
4094
|
+
"output_required": true,
|
4094
4095
|
"type": "int",
|
4095
4096
|
"value_allowed_null": true
|
4096
4097
|
},
|
@@ -4145,7 +4146,7 @@
|
|
4145
4146
|
"example": "20",
|
4146
4147
|
"member": "uint64",
|
4147
4148
|
"name": "TotalCount",
|
4148
|
-
"
|
4149
|
+
"output_required": true,
|
4149
4150
|
"type": "int",
|
4150
4151
|
"value_allowed_null": false
|
4151
4152
|
},
|
@@ -4155,7 +4156,7 @@
|
|
4155
4156
|
"example": "无",
|
4156
4157
|
"member": "NacosServerInterface",
|
4157
4158
|
"name": "Content",
|
4158
|
-
"
|
4159
|
+
"output_required": true,
|
4159
4160
|
"type": "list",
|
4160
4161
|
"value_allowed_null": false
|
4161
4162
|
},
|
@@ -4546,7 +4547,7 @@
|
|
4546
4547
|
"example": "无",
|
4547
4548
|
"member": "ZookeeperReplica",
|
4548
4549
|
"name": "Replicas",
|
4549
|
-
"
|
4550
|
+
"output_required": true,
|
4550
4551
|
"type": "list",
|
4551
4552
|
"value_allowed_null": false
|
4552
4553
|
},
|
@@ -4556,7 +4557,7 @@
|
|
4556
4557
|
"example": "1",
|
4557
4558
|
"member": "uint64",
|
4558
4559
|
"name": "TotalCount",
|
4559
|
-
"
|
4560
|
+
"output_required": true,
|
4560
4561
|
"type": "int",
|
4561
4562
|
"value_allowed_null": true
|
4562
4563
|
},
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"CreateCloudNativeAPIGatewayCanaryRule": [
|
12
12
|
{
|
13
13
|
"document": "创建灰度规则",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudNativeAPIGatewayCanaryRule\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-
|
14
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudNativeAPIGatewayCanaryRule\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-18f786a\",\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"CanaryRule\": {\n \"Priority\": 10,\n \"Enabled\": true,\n \"ConditionList\": [\n {\n \"Type\": \"query\",\n \"Key\": \"q1\",\n \"Operator\": \"==\",\n \"Value\": \"xxx\"\n }\n ],\n \"BalancedServiceList\": [\n {\n \"ServiceID\": \"xxxx\",\n \"ServiceName\": \"xxxx\",\n \"UpstreamName\": \"\",\n \"Percent\": 100\n }\n ]\n }\n}",
|
15
15
|
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
16
16
|
"title": "创建灰度规则"
|
17
17
|
}
|
@@ -83,8 +83,8 @@
|
|
83
83
|
"DeleteCloudNativeAPIGatewayCanaryRule": [
|
84
84
|
{
|
85
85
|
"document": "删除灰度规则",
|
86
|
-
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCloudNativeAPIGatewayCanaryRule\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-
|
87
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
86
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCloudNativeAPIGatewayCanaryRule\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-18f786a\",\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"Priority\": 10\n}",
|
87
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n }\n}",
|
88
88
|
"title": "删除灰度规则"
|
89
89
|
}
|
90
90
|
],
|
@@ -155,8 +155,8 @@
|
|
155
155
|
"DescribeCloudNativeAPIGatewayCanaryRules": [
|
156
156
|
{
|
157
157
|
"document": "查询云原生网关灰度规则列表",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayCanaryRules\n<公共请求参数>\n\n{\n \"GatewayId\": \"
|
159
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"CanaryRuleList\": [\n {\n \"Priority\": 0,\n \"Enabled\": true,\n \"ConditionList\": [\n {\n \"Type\": \"
|
158
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayCanaryRules\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-18f786a\",\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"Limit\": 0,\n \"Offset\": 0\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"CanaryRuleList\": [\n {\n \"Priority\": 0,\n \"Enabled\": true,\n \"ConditionList\": [\n {\n \"Type\": \"query\",\n \"Key\": \"abc\",\n \"Operator\": \"==\",\n \"Value\": \"abc\",\n \"Delimiter\": \"abc\",\n \"GlobalConfigId\": \"abc\",\n \"GlobalConfigName\": \"abc\"\n }\n ],\n \"BalancedServiceList\": [\n {\n \"ServiceID\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"ServiceName\": \"svc1\",\n \"UpstreamName\": \"abc\",\n \"Percent\": 0\n }\n ],\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"ServiceName\": \"svc1\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n }\n}",
|
160
160
|
"title": "查询云原生网关灰度规则列表"
|
161
161
|
}
|
162
162
|
],
|
@@ -243,16 +243,16 @@
|
|
243
243
|
"DescribeNacosReplicas": [
|
244
244
|
{
|
245
245
|
"document": "查询Nacos类型引擎实例副本信息",
|
246
|
-
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNacosReplicas\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
247
|
-
"output": "{\n \"Response\": {\n \"
|
246
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNacosReplicas\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-123456\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
247
|
+
"output": "{\n \"Response\": {\n \"Replicas\": [\n {\n \"Name\": \"abc\",\n \"Role\": \"abc\",\n \"Status\": \"abc\",\n \"SubnetId\": \"abc\",\n \"Zone\": \"abc\",\n \"ZoneId\": \"abc\",\n \"VpcId\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
248
248
|
"title": "查询Nacos类型引擎实例副本信息"
|
249
249
|
}
|
250
250
|
],
|
251
251
|
"DescribeNacosServerInterfaces": [
|
252
252
|
{
|
253
253
|
"document": "查询nacos服务接口列表",
|
254
|
-
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNacosServerInterfaces\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
255
|
-
"output": "{\n \"Response\": {\n \"Content\": [\n {\n \"Interface\": \"
|
254
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNacosServerInterfaces\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-123456\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
255
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"Interface\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
256
256
|
"title": "查询nacos服务接口列表"
|
257
257
|
}
|
258
258
|
],
|
@@ -292,8 +292,8 @@
|
|
292
292
|
{
|
293
293
|
"document": "",
|
294
294
|
"input": "https://tse.tencentcloudapi.com/?Action=DescribeZookeeperReplicas\n&InstanceId=ers-12345678\n&<公共请求参数>",
|
295
|
-
"output": "{\n \"Response\": {\n \"
|
296
|
-
"title": "查询
|
295
|
+
"output": "{\n \"Response\": {\n \"Replicas\": [\n {\n \"Name\": \"abc\",\n \"Role\": \"Leader\",\n \"Status\": \"running\",\n \"SubnetId\": \"subnet-xxx\",\n \"Zone\": \"ap-guangzhou-1\",\n \"ZoneId\": \"100000\",\n \"AliasName\": \"abc\",\n \"VpcId\": \"vpc-xxx\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
296
|
+
"title": "查询 Zookeeper 类型注册引擎实例副本信息"
|
297
297
|
}
|
298
298
|
],
|
299
299
|
"DescribeZookeeperServerInterfaces": [
|
@@ -315,8 +315,8 @@
|
|
315
315
|
"ModifyCloudNativeAPIGatewayCanaryRule": [
|
316
316
|
{
|
317
317
|
"document": "编辑灰度规则",
|
318
|
-
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayCanaryRule\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-
|
319
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
318
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayCanaryRule\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-18f786a\",\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"Priority\": 10,\n \"CanaryRule\": {\n \"Priority\": 20,\n \"Enabled\": true,\n \"ConditionList\": [\n {\n \"Type\": \"body\",\n \"Key\": \"b1\",\n \"Operator\": \"==\",\n \"Value\": \"abc\"\n }\n ],\n \"BalancedServiceList\": [\n {\n \"ServiceID\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"ServiceName\": \"svc1\",\n \"UpstreamName\": \"\",\n \"Percent\": 10\n }\n ]\n }\n}",
|
319
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n }\n}",
|
320
320
|
"title": "编辑灰度规则"
|
321
321
|
}
|
322
322
|
],
|
@@ -34359,6 +34359,7 @@
|
|
34359
34359
|
"example": "10000",
|
34360
34360
|
"member": "uint64",
|
34361
34361
|
"name": "Definition",
|
34362
|
+
"output_required": true,
|
34362
34363
|
"required": true,
|
34363
34364
|
"type": "int",
|
34364
34365
|
"value_allowed_null": false
|
@@ -34369,6 +34370,7 @@
|
|
34369
34370
|
"example": "无",
|
34370
34371
|
"member": "WatermarkInput",
|
34371
34372
|
"name": "WatermarkSet",
|
34373
|
+
"output_required": true,
|
34372
34374
|
"required": false,
|
34373
34375
|
"type": "list",
|
34374
34376
|
"value_allowed_null": false
|
@@ -34379,6 +34381,7 @@
|
|
34379
34381
|
"example": "无",
|
34380
34382
|
"member": "TraceWatermarkInput",
|
34381
34383
|
"name": "TraceWatermark",
|
34384
|
+
"output_required": true,
|
34382
34385
|
"required": false,
|
34383
34386
|
"type": "object",
|
34384
34387
|
"value_allowed_null": false
|
@@ -34389,6 +34392,7 @@
|
|
34389
34392
|
"example": "无",
|
34390
34393
|
"member": "CopyRightWatermarkInput",
|
34391
34394
|
"name": "CopyRightWatermark",
|
34395
|
+
"output_required": true,
|
34392
34396
|
"required": false,
|
34393
34397
|
"type": "object",
|
34394
34398
|
"value_allowed_null": false
|
@@ -34399,6 +34403,7 @@
|
|
34399
34403
|
"example": "无",
|
34400
34404
|
"member": "MosaicInput",
|
34401
34405
|
"name": "MosaicSet",
|
34406
|
+
"output_required": true,
|
34402
34407
|
"required": false,
|
34403
34408
|
"type": "list",
|
34404
34409
|
"value_allowed_null": false
|
@@ -34409,6 +34414,7 @@
|
|
34409
34414
|
"example": "无",
|
34410
34415
|
"member": "HeadTailTaskInput",
|
34411
34416
|
"name": "HeadTailSet",
|
34417
|
+
"output_required": true,
|
34412
34418
|
"required": false,
|
34413
34419
|
"type": "list",
|
34414
34420
|
"value_allowed_null": false
|
@@ -34419,6 +34425,7 @@
|
|
34419
34425
|
"example": "2",
|
34420
34426
|
"member": "float",
|
34421
34427
|
"name": "StartTimeOffset",
|
34428
|
+
"output_required": true,
|
34422
34429
|
"required": false,
|
34423
34430
|
"type": "float",
|
34424
34431
|
"value_allowed_null": false
|
@@ -34429,6 +34436,7 @@
|
|
34429
34436
|
"example": "3",
|
34430
34437
|
"member": "float",
|
34431
34438
|
"name": "EndTimeOffset",
|
34439
|
+
"output_required": true,
|
34432
34440
|
"required": false,
|
34433
34441
|
"type": "float",
|
34434
34442
|
"value_allowed_null": false
|
@@ -35559,9 +35567,10 @@
|
|
35559
35567
|
{
|
35560
35568
|
"disabled": false,
|
35561
35569
|
"document": "水印模板 ID。",
|
35562
|
-
"example": "",
|
35570
|
+
"example": "无",
|
35563
35571
|
"member": "uint64",
|
35564
35572
|
"name": "Definition",
|
35573
|
+
"output_required": true,
|
35565
35574
|
"required": true,
|
35566
35575
|
"type": "int",
|
35567
35576
|
"value_allowed_null": false
|
@@ -35569,9 +35578,10 @@
|
|
35569
35578
|
{
|
35570
35579
|
"disabled": false,
|
35571
35580
|
"document": "文字内容,长度不超过100个字符。仅当水印类型为文字水印时填写。\n文字水印不支持截图打水印。",
|
35572
|
-
"example": "",
|
35581
|
+
"example": "无",
|
35573
35582
|
"member": "string",
|
35574
35583
|
"name": "TextContent",
|
35584
|
+
"output_required": true,
|
35575
35585
|
"required": false,
|
35576
35586
|
"type": "string",
|
35577
35587
|
"value_allowed_null": false
|
@@ -35579,9 +35589,10 @@
|
|
35579
35589
|
{
|
35580
35590
|
"disabled": false,
|
35581
35591
|
"document": "SVG 内容。长度不超过 2000000 个字符。仅当水印类型为 SVG 水印时填写。\nSVG 水印不支持截图打水印。",
|
35582
|
-
"example": "",
|
35592
|
+
"example": "无",
|
35583
35593
|
"member": "string",
|
35584
35594
|
"name": "SvgContent",
|
35595
|
+
"output_required": true,
|
35585
35596
|
"required": false,
|
35586
35597
|
"type": "string",
|
35587
35598
|
"value_allowed_null": false
|
@@ -35589,9 +35600,10 @@
|
|
35589
35600
|
{
|
35590
35601
|
"disabled": false,
|
35591
35602
|
"document": "水印的起始时间偏移,单位:秒。不填或填0,表示水印从画面出现时开始显现。\n<li>不填或填0,表示水印从画面开始就出现;</li>\n<li>当数值大于0时(假设为 n),表示水印从画面开始的第 n 秒出现;</li>\n<li>当数值小于0时(假设为 -n),表示水印从离画面结束 n 秒前开始出现。</li>",
|
35592
|
-
"example": "",
|
35603
|
+
"example": "无",
|
35593
35604
|
"member": "float",
|
35594
35605
|
"name": "StartTimeOffset",
|
35606
|
+
"output_required": true,
|
35595
35607
|
"required": false,
|
35596
35608
|
"type": "float",
|
35597
35609
|
"value_allowed_null": false
|
@@ -35599,9 +35611,10 @@
|
|
35599
35611
|
{
|
35600
35612
|
"disabled": false,
|
35601
35613
|
"document": "水印的结束时间偏移,单位:秒。\n<li>不填或填0,表示水印持续到画面结束;</li>\n<li>当数值大于0时(假设为 n),表示水印持续到第 n 秒时消失;</li>\n<li>当数值小于0时(假设为 -n),表示水印持续到离画面结束 n 秒前消失。</li>",
|
35602
|
-
"example": "",
|
35614
|
+
"example": "无",
|
35603
35615
|
"member": "float",
|
35604
35616
|
"name": "EndTimeOffset",
|
35617
|
+
"output_required": true,
|
35605
35618
|
"required": false,
|
35606
35619
|
"type": "float",
|
35607
35620
|
"value_allowed_null": false
|
@@ -15473,6 +15473,26 @@
|
|
15473
15473
|
"DescribeVpcPeeringConnectionsResponse": {
|
15474
15474
|
"document": "DescribeVpcPeeringConnections返回参数结构体",
|
15475
15475
|
"members": [
|
15476
|
+
{
|
15477
|
+
"disabled": false,
|
15478
|
+
"document": "满足条件的对等连接实例个数。",
|
15479
|
+
"example": "20",
|
15480
|
+
"member": "int64",
|
15481
|
+
"name": "TotalCount",
|
15482
|
+
"output_required": true,
|
15483
|
+
"type": "int",
|
15484
|
+
"value_allowed_null": false
|
15485
|
+
},
|
15486
|
+
{
|
15487
|
+
"disabled": false,
|
15488
|
+
"document": "对等连接实例列表。",
|
15489
|
+
"example": "无",
|
15490
|
+
"member": "PeerConnection",
|
15491
|
+
"name": "PeerConnectionSet",
|
15492
|
+
"output_required": true,
|
15493
|
+
"type": "list",
|
15494
|
+
"value_allowed_null": false
|
15495
|
+
},
|
15476
15496
|
{
|
15477
15497
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
15478
15498
|
"member": "string",
|
@@ -23426,6 +23446,192 @@
|
|
23426
23446
|
],
|
23427
23447
|
"type": "object"
|
23428
23448
|
},
|
23449
|
+
"PeerConnection": {
|
23450
|
+
"document": "对等连接实例信息。",
|
23451
|
+
"members": [
|
23452
|
+
{
|
23453
|
+
"disabled": false,
|
23454
|
+
"document": "本端VPC唯一ID。",
|
23455
|
+
"example": "vpc-test1234",
|
23456
|
+
"member": "string",
|
23457
|
+
"name": "SourceVpcId",
|
23458
|
+
"output_required": true,
|
23459
|
+
"type": "string",
|
23460
|
+
"value_allowed_null": false
|
23461
|
+
},
|
23462
|
+
{
|
23463
|
+
"disabled": false,
|
23464
|
+
"document": "对端VPC唯一ID。",
|
23465
|
+
"example": "vpc-test5678",
|
23466
|
+
"member": "string",
|
23467
|
+
"name": "PeerVpcId",
|
23468
|
+
"output_required": true,
|
23469
|
+
"type": "string",
|
23470
|
+
"value_allowed_null": false
|
23471
|
+
},
|
23472
|
+
{
|
23473
|
+
"disabled": false,
|
23474
|
+
"document": "对等连接唯一ID。",
|
23475
|
+
"example": "pcx-test1234",
|
23476
|
+
"member": "string",
|
23477
|
+
"name": "PeeringConnectionId",
|
23478
|
+
"output_required": true,
|
23479
|
+
"type": "string",
|
23480
|
+
"value_allowed_null": false
|
23481
|
+
},
|
23482
|
+
{
|
23483
|
+
"disabled": false,
|
23484
|
+
"document": "对等连接名称。",
|
23485
|
+
"example": "Example",
|
23486
|
+
"member": "string",
|
23487
|
+
"name": "PeeringConnectionName",
|
23488
|
+
"output_required": true,
|
23489
|
+
"type": "string",
|
23490
|
+
"value_allowed_null": false
|
23491
|
+
},
|
23492
|
+
{
|
23493
|
+
"disabled": false,
|
23494
|
+
"document": "对等连接状态,PENDING,投放中;ACTIVE,使用中;REJECTED,已拒绝‘DELETED,已删除;FAILED,失败;EXPIRED,已过期;ISOLATED,隔离中。",
|
23495
|
+
"example": "PEDNING",
|
23496
|
+
"member": "string",
|
23497
|
+
"name": "State",
|
23498
|
+
"output_required": true,
|
23499
|
+
"type": "string",
|
23500
|
+
"value_allowed_null": false
|
23501
|
+
},
|
23502
|
+
{
|
23503
|
+
"disabled": false,
|
23504
|
+
"document": "是否是新控制器,true: 是NewAfc;false:不是。",
|
23505
|
+
"example": "true",
|
23506
|
+
"member": "bool",
|
23507
|
+
"name": "IsNgw",
|
23508
|
+
"output_required": true,
|
23509
|
+
"type": "bool",
|
23510
|
+
"value_allowed_null": false
|
23511
|
+
},
|
23512
|
+
{
|
23513
|
+
"disabled": false,
|
23514
|
+
"document": "对等连接带宽值。",
|
23515
|
+
"example": "10",
|
23516
|
+
"member": "int64",
|
23517
|
+
"name": "Bandwidth",
|
23518
|
+
"output_required": true,
|
23519
|
+
"type": "int",
|
23520
|
+
"value_allowed_null": false
|
23521
|
+
},
|
23522
|
+
{
|
23523
|
+
"disabled": false,
|
23524
|
+
"document": "本端地域。",
|
23525
|
+
"example": "gz",
|
23526
|
+
"member": "string",
|
23527
|
+
"name": "SourceRegion",
|
23528
|
+
"output_required": true,
|
23529
|
+
"type": "string",
|
23530
|
+
"value_allowed_null": false
|
23531
|
+
},
|
23532
|
+
{
|
23533
|
+
"disabled": false,
|
23534
|
+
"document": "对端地域。",
|
23535
|
+
"example": "sh",
|
23536
|
+
"member": "string",
|
23537
|
+
"name": "DestinationRegion",
|
23538
|
+
"output_required": true,
|
23539
|
+
"type": "string",
|
23540
|
+
"value_allowed_null": false
|
23541
|
+
},
|
23542
|
+
{
|
23543
|
+
"disabled": false,
|
23544
|
+
"document": "创建时间。",
|
23545
|
+
"example": "2019-01-15 11:07:15",
|
23546
|
+
"member": "string",
|
23547
|
+
"name": "CreateTime",
|
23548
|
+
"output_required": true,
|
23549
|
+
"type": "string",
|
23550
|
+
"value_allowed_null": false
|
23551
|
+
},
|
23552
|
+
{
|
23553
|
+
"disabled": false,
|
23554
|
+
"document": "本端APPID。",
|
23555
|
+
"example": "123456789",
|
23556
|
+
"member": "int64",
|
23557
|
+
"name": "AppId",
|
23558
|
+
"output_required": true,
|
23559
|
+
"type": "int",
|
23560
|
+
"value_allowed_null": false
|
23561
|
+
},
|
23562
|
+
{
|
23563
|
+
"disabled": false,
|
23564
|
+
"document": "对端APPID。",
|
23565
|
+
"example": "123456789",
|
23566
|
+
"member": "int64",
|
23567
|
+
"name": "PeerAppId",
|
23568
|
+
"output_required": true,
|
23569
|
+
"type": "int",
|
23570
|
+
"value_allowed_null": false
|
23571
|
+
},
|
23572
|
+
{
|
23573
|
+
"disabled": false,
|
23574
|
+
"document": "计费类型,POSTPAID_BY_DAY_MAX:日峰值计费;POSTPAID_BY_MONTH_95:月95计费。",
|
23575
|
+
"example": "POSTPAID_BY_DAY_MAX",
|
23576
|
+
"member": "string",
|
23577
|
+
"name": "ChargeType",
|
23578
|
+
"output_required": true,
|
23579
|
+
"type": "string",
|
23580
|
+
"value_allowed_null": false
|
23581
|
+
},
|
23582
|
+
{
|
23583
|
+
"disabled": false,
|
23584
|
+
"document": "本端UIN。",
|
23585
|
+
"example": "1307774067",
|
23586
|
+
"member": "int64",
|
23587
|
+
"name": "SourceUin",
|
23588
|
+
"output_required": true,
|
23589
|
+
"type": "int",
|
23590
|
+
"value_allowed_null": false
|
23591
|
+
},
|
23592
|
+
{
|
23593
|
+
"disabled": false,
|
23594
|
+
"document": "对端UIN。",
|
23595
|
+
"example": "1307774067",
|
23596
|
+
"member": "int64",
|
23597
|
+
"name": "DestinationUin",
|
23598
|
+
"output_required": true,
|
23599
|
+
"type": "int",
|
23600
|
+
"value_allowed_null": false
|
23601
|
+
},
|
23602
|
+
{
|
23603
|
+
"disabled": false,
|
23604
|
+
"document": "资源标签数据。",
|
23605
|
+
"example": "[{\"Key\": \"test\", \"Value\":\"test\"}]",
|
23606
|
+
"member": "Tag",
|
23607
|
+
"name": "TagSet",
|
23608
|
+
"output_required": true,
|
23609
|
+
"type": "list",
|
23610
|
+
"value_allowed_null": false
|
23611
|
+
},
|
23612
|
+
{
|
23613
|
+
"disabled": false,
|
23614
|
+
"document": "服务分级:PT、AU、AG。\n注意:此字段可能返回 null,表示取不到有效值。",
|
23615
|
+
"example": "AU",
|
23616
|
+
"member": "string",
|
23617
|
+
"name": "QosLevel",
|
23618
|
+
"output_required": true,
|
23619
|
+
"type": "string",
|
23620
|
+
"value_allowed_null": true
|
23621
|
+
},
|
23622
|
+
{
|
23623
|
+
"disabled": false,
|
23624
|
+
"document": "互通类型,VPC_PEER:VPC间互通;VPC_BM_PEER:VPC与黑石网络互通。\n注意:此字段可能返回 null,表示取不到有效值。",
|
23625
|
+
"example": "VPC_PEER",
|
23626
|
+
"member": "string",
|
23627
|
+
"name": "Type",
|
23628
|
+
"output_required": true,
|
23629
|
+
"type": "string",
|
23630
|
+
"value_allowed_null": true
|
23631
|
+
}
|
23632
|
+
],
|
23633
|
+
"usage": "out"
|
23634
|
+
},
|
23429
23635
|
"Price": {
|
23430
23636
|
"document": "价格",
|
23431
23637
|
"members": [
|
@@ -1774,7 +1774,7 @@
|
|
1774
1774
|
{
|
1775
1775
|
"document": "根据资源ID查询实例信息",
|
1776
1776
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeVpcPeeringConnections\n&PeeringConnectionIds.0=pcx-test1234\n&<公共请求参数>",
|
1777
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1777
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"PeerConnectionSet\": [\n {\n \"SourceVpcId\": \"abc\",\n \"PeerVpcId\": \"abc\",\n \"PeeringConnectionId\": \"abc\",\n \"PeeringConnectionName\": \"abc\",\n \"State\": \"abc\",\n \"IsNgw\": true,\n \"Bandwidth\": 0,\n \"SourceRegion\": \"abc\",\n \"DestinationRegion\": \"abc\",\n \"CreateTime\": \"abc\",\n \"AppId\": 0,\n \"PeerAppId\": 0,\n \"ChargeType\": \"abc\",\n \"SourceUin\": 0,\n \"DestinationUin\": 0,\n \"TagSet\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"QosLevel\": \"abc\",\n \"Type\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
1778
1778
|
"title": "根据资源ID查询实例信息"
|
1779
1779
|
}
|
1780
1780
|
],
|