tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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.
Files changed (187) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/asr/v20190614/api.json +18 -18
  4. tccli/services/batch/v20170312/api.json +14 -14
  5. tccli/services/bh/bh_client.py +623 -93
  6. tccli/services/bh/v20230418/api.json +1054 -32
  7. tccli/services/bh/v20230418/examples.json +93 -1
  8. tccli/services/billing/billing_client.py +4 -57
  9. tccli/services/billing/v20180709/api.json +3 -305
  10. tccli/services/billing/v20180709/examples.json +2 -10
  11. tccli/services/bpaas/v20181217/api.json +56 -56
  12. tccli/services/cat/cat_client.py +61 -8
  13. tccli/services/cat/v20180409/api.json +115 -0
  14. tccli/services/cat/v20180409/examples.json +20 -0
  15. tccli/services/cbs/v20170312/api.json +9 -7
  16. tccli/services/cbs/v20170312/examples.json +2 -2
  17. tccli/services/ccc/ccc_client.py +216 -4
  18. tccli/services/ccc/v20200210/api.json +364 -6
  19. tccli/services/ccc/v20200210/examples.json +32 -0
  20. tccli/services/cdb/v20170320/api.json +23 -14
  21. tccli/services/cdb/v20170320/examples.json +3 -3
  22. tccli/services/cdc/cdc_client.py +173 -67
  23. tccli/services/cdc/v20201214/api.json +96 -0
  24. tccli/services/cdc/v20201214/examples.json +16 -0
  25. tccli/services/cdn/v20180606/api.json +365 -279
  26. tccli/services/cdwch/v20200915/api.json +21 -21
  27. tccli/services/cdwdoris/v20211228/api.json +21 -1
  28. tccli/services/cdwdoris/v20211228/examples.json +4 -4
  29. tccli/services/cdwpg/v20201230/api.json +375 -360
  30. tccli/services/cdwpg/v20201230/examples.json +1 -1
  31. tccli/services/cfw/cfw_client.py +53 -0
  32. tccli/services/cfw/v20190904/api.json +201 -5
  33. tccli/services/cfw/v20190904/examples.json +8 -0
  34. tccli/services/chc/chc_client.py +57 -4
  35. tccli/services/chc/v20230418/api.json +108 -1
  36. tccli/services/chc/v20230418/examples.json +8 -0
  37. tccli/services/ckafka/ckafka_client.py +408 -302
  38. tccli/services/ckafka/v20190819/api.json +197 -2
  39. tccli/services/ckafka/v20190819/examples.json +16 -0
  40. tccli/services/clb/v20180317/api.json +439 -379
  41. tccli/services/clb/v20180317/examples.json +7 -7
  42. tccli/services/cls/cls_client.py +53 -0
  43. tccli/services/cls/v20201016/api.json +86 -3
  44. tccli/services/cls/v20201016/examples.json +11 -3
  45. tccli/services/cvm/v20170312/api.json +165 -147
  46. tccli/services/cvm/v20170312/examples.json +6 -6
  47. tccli/services/cwp/v20180228/api.json +93 -14
  48. tccli/services/cwp/v20180228/examples.json +7 -7
  49. tccli/services/cynosdb/cynosdb_client.py +171 -12
  50. tccli/services/cynosdb/v20190107/api.json +252 -3
  51. tccli/services/cynosdb/v20190107/examples.json +24 -0
  52. tccli/services/dbbrain/dbbrain_client.py +57 -4
  53. tccli/services/dbbrain/v20210527/api.json +62 -0
  54. tccli/services/dbbrain/v20210527/examples.json +8 -0
  55. tccli/services/dc/v20180410/api.json +1 -1
  56. tccli/services/dlc/dlc_client.py +53 -0
  57. tccli/services/dlc/v20210125/api.json +816 -655
  58. tccli/services/dlc/v20210125/examples.json +73 -59
  59. tccli/services/dsgc/v20190723/api.json +18 -0
  60. tccli/services/dts/v20211206/api.json +4 -4
  61. tccli/services/dts/v20211206/examples.json +6 -0
  62. tccli/services/emr/emr_client.py +53 -0
  63. tccli/services/emr/v20190103/api.json +127 -0
  64. tccli/services/emr/v20190103/examples.json +8 -0
  65. tccli/services/es/es_client.py +686 -151
  66. tccli/services/es/v20180416/api.json +509 -436
  67. tccli/services/es/v20180416/examples.json +43 -49
  68. tccli/services/es/v20250101/api.json +1391 -0
  69. tccli/services/es/v20250101/examples.json +85 -0
  70. tccli/services/ess/ess_client.py +53 -0
  71. tccli/services/ess/v20201111/api.json +142 -21
  72. tccli/services/ess/v20201111/examples.json +14 -0
  73. tccli/services/essbasic/essbasic_client.py +53 -0
  74. tccli/services/essbasic/v20210526/api.json +112 -9
  75. tccli/services/essbasic/v20210526/examples.json +8 -0
  76. tccli/services/gaap/v20180529/api.json +321 -312
  77. tccli/services/gaap/v20180529/examples.json +2 -2
  78. tccli/services/gs/gs_client.py +538 -8
  79. tccli/services/gs/v20191118/api.json +947 -44
  80. tccli/services/gs/v20191118/examples.json +87 -1
  81. tccli/services/gwlb/v20240906/api.json +56 -37
  82. tccli/services/gwlb/v20240906/examples.json +11 -5
  83. tccli/services/hunyuan/hunyuan_client.py +175 -69
  84. tccli/services/hunyuan/v20230901/api.json +191 -1
  85. tccli/services/hunyuan/v20230901/examples.json +17 -1
  86. tccli/services/ioa/ioa_client.py +227 -15
  87. tccli/services/ioa/v20220601/api.json +479 -0
  88. tccli/services/ioa/v20220601/examples.json +44 -0
  89. tccli/services/iotexplorer/iotexplorer_client.py +322 -4
  90. tccli/services/iotexplorer/v20190423/api.json +865 -52
  91. tccli/services/iotexplorer/v20190423/examples.json +64 -16
  92. tccli/services/iotvideo/iotvideo_client.py +57 -4
  93. tccli/services/iotvideo/v20211125/api.json +146 -0
  94. tccli/services/iotvideo/v20211125/examples.json +8 -0
  95. tccli/services/iotvideoindustry/v20201201/api.json +1 -1
  96. tccli/services/kms/v20190118/api.json +38 -2
  97. tccli/services/lcic/v20220817/api.json +66 -1
  98. tccli/services/lcic/v20220817/examples.json +1 -1
  99. tccli/services/lighthouse/lighthouse_client.py +0 -106
  100. tccli/services/lighthouse/v20200324/api.json +11 -98
  101. tccli/services/lighthouse/v20200324/examples.json +0 -16
  102. tccli/services/live/v20180801/api.json +1 -1
  103. tccli/services/lke/v20231130/api.json +208 -10
  104. tccli/services/lke/v20231130/examples.json +10 -10
  105. tccli/services/lkeap/lkeap_client.py +53 -0
  106. tccli/services/lkeap/v20240522/api.json +48 -4
  107. tccli/services/lkeap/v20240522/examples.json +8 -0
  108. tccli/services/mna/mna_client.py +4 -163
  109. tccli/services/mna/v20210119/api.json +0 -524
  110. tccli/services/mna/v20210119/examples.json +0 -24
  111. tccli/services/monitor/monitor_client.py +114 -8
  112. tccli/services/monitor/v20180724/api.json +129 -18
  113. tccli/services/monitor/v20180724/examples.json +17 -1
  114. tccli/services/mps/v20190612/api.json +1223 -1031
  115. tccli/services/mps/v20190612/examples.json +1 -1
  116. tccli/services/nlp/v20190408/examples.json +1 -1
  117. tccli/services/oceanus/v20190422/api.json +12 -12
  118. tccli/services/oceanus/v20190422/examples.json +15 -3
  119. tccli/services/ocr/v20181119/api.json +13 -3
  120. tccli/services/postgres/v20170312/api.json +2 -2
  121. tccli/services/privatedns/v20201028/api.json +30 -11
  122. tccli/services/privatedns/v20201028/examples.json +10 -10
  123. tccli/services/rce/v20201103/api.json +3 -3
  124. tccli/services/ses/v20201002/api.json +10 -1
  125. tccli/services/smop/v20201203/api.json +2 -2
  126. tccli/services/sqlserver/v20180328/api.json +1 -1
  127. tccli/services/ssm/v20190923/api.json +27 -0
  128. tccli/services/sts/sts_client.py +53 -0
  129. tccli/services/sts/v20180813/api.json +101 -1
  130. tccli/services/sts/v20180813/examples.json +8 -0
  131. tccli/services/taf/taf_client.py +0 -53
  132. tccli/services/taf/v20200210/api.json +0 -138
  133. tccli/services/taf/v20200210/examples.json +0 -8
  134. tccli/services/tan/v20220420/api.json +2 -2
  135. tccli/services/tat/v20201028/api.json +2 -2
  136. tccli/services/tcb/v20180608/api.json +29 -1
  137. tccli/services/tcbr/v20220217/api.json +32 -0
  138. tccli/services/tccatalog/v20241024/api.json +1 -1
  139. tccli/services/tccatalog/v20241024/examples.json +1 -1
  140. tccli/services/tcr/v20190924/api.json +5 -5
  141. tccli/services/tcr/v20190924/examples.json +2 -2
  142. tccli/services/tcss/v20201101/api.json +84 -34
  143. tccli/services/tcss/v20201101/examples.json +2809 -0
  144. tccli/services/tdmq/v20200217/api.json +40 -0
  145. tccli/services/tdmq/v20200217/examples.json +1 -1
  146. tccli/services/tds/tds_client.py +53 -0
  147. tccli/services/tds/v20220801/api.json +265 -0
  148. tccli/services/tds/v20220801/examples.json +8 -0
  149. tccli/services/tem/v20210701/api.json +664 -575
  150. tccli/services/tem/v20210701/examples.json +2 -2
  151. tccli/services/teo/v20220901/api.json +236 -208
  152. tccli/services/teo/v20220901/examples.json +13 -13
  153. tccli/services/tione/tione_client.py +53 -0
  154. tccli/services/tione/v20211111/api.json +256 -0
  155. tccli/services/tione/v20211111/examples.json +8 -0
  156. tccli/services/tke/v20180525/api.json +1 -1
  157. tccli/services/trocket/trocket_client.py +489 -12
  158. tccli/services/trocket/v20230308/api.json +925 -146
  159. tccli/services/trocket/v20230308/examples.json +72 -0
  160. tccli/services/trtc/v20190722/api.json +13 -19
  161. tccli/services/trtc/v20190722/examples.json +8 -8
  162. tccli/services/tse/v20201207/api.json +1016 -995
  163. tccli/services/tse/v20201207/examples.json +2 -2
  164. tccli/services/tsf/v20180326/api.json +510 -465
  165. tccli/services/tsf/v20180326/examples.json +4 -4
  166. tccli/services/tts/v20190823/api.json +10 -10
  167. tccli/services/vclm/v20240523/api.json +2 -2
  168. tccli/services/vcube/v20220410/api.json +10 -0
  169. tccli/services/vdb/v20230616/api.json +10 -0
  170. tccli/services/vdb/v20230616/examples.json +1 -1
  171. tccli/services/vpc/v20170312/api.json +824 -254
  172. tccli/services/vpc/v20170312/examples.json +66 -10
  173. tccli/services/vpc/vpc_client.py +383 -12
  174. tccli/services/vrs/v20200824/api.json +9 -0
  175. tccli/services/waf/v20180125/api.json +8113 -5814
  176. tccli/services/waf/v20180125/examples.json +90 -0
  177. tccli/services/waf/waf_client.py +559 -82
  178. tccli/services/wedata/v20210820/api.json +1379 -24
  179. tccli/services/wedata/v20210820/examples.json +25 -1
  180. tccli/services/wedata/wedata_client.py +171 -12
  181. tccli/services/weilingwith/v20230427/api.json +1 -1
  182. tccli/services/weilingwith/v20230427/examples.json +3 -3
  183. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
  184. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
  185. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
  186. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
  187. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -117,7 +117,7 @@
117
117
  "AssignIpv6Addresses": [
118
118
  {
119
119
  "document": "分配指定IPv6地址",
120
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssignIpv6Addresses\n<公共请求参数>\n\n{\n \"Ipv6Addresses\": [\n {\n \"Description\": \"Ipv6Addresse1\",\n \"Primary\": \"false\",\n \"Address\": \"3402:4e00:20:1202::2\"\n },\n {\n \"Description\": \"Ipv6Addresse2\",\n \"Primary\": \"false\",\n \"Address\": \"3402:4e00:20:1202::1\"\n }\n ],\n \"NetworkInterfaceId\": \"eni-5u5biujl\"\n}",
120
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssignIpv6Addresses\n<公共请求参数>\n\n{\n \"Ipv6Addresses\": [\n {\n \"Description\": \"Ipv6Addresse1\",\n \"Primary\": false,\n \"Address\": \"3402:4e00:20:1202::2\"\n },\n {\n \"Description\": \"Ipv6Addresse2\",\n \"Primary\": false,\n \"Address\": \"3402:4e00:20:1202::1\"\n }\n ],\n \"NetworkInterfaceId\": \"eni-5u5biujl\"\n}",
121
121
  "output": "{\n \"Response\": {\n \"Ipv6AddressSet\": [\n {\n \"Address\": \"3402:4e00:20:1202::1\",\n \"AddressId\": \"\",\n \"Primary\": false,\n \"Description\": \"Ipv6AddressSet1\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\"\n },\n {\n \"Address\": \"3402:4e00:20:1202::2\",\n \"AddressId\": \"\",\n \"Primary\": false,\n \"Description\": \"Ipv6AddressSe2\",\n \"IsWanIpBlocked\": false,\n \"State\": \"PENDING\"\n }\n ],\n \"RequestId\": \"4a8d6fc0-bc48-4394-b1f7-2818a217359a\"\n }\n}",
122
122
  "title": "分配指定IPv6地址"
123
123
  },
@@ -476,6 +476,14 @@
476
476
  "title": "创建网络流日志"
477
477
  }
478
478
  ],
479
+ "CreateGlobalRoutes": [
480
+ {
481
+ "document": "创建IPv4全局路由",
482
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGlobalRoutes\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-mcqaoy0f\",\n \"GlobalRoutes\": [\n {\n \"DestinationCidrBlock\": \"192.168.0.0/16\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"10.0.16.4\",\n \"Description\": \"ivan_gr\"\n }\n ]\n}",
483
+ "output": "{\n \"Response\": {\n \"GlobalRouteSet\": [\n {\n \"CreatedTime\": \"2025-02-21 16:32:36\",\n \"Description\": \"ivan_gr\",\n \"DestinationCidrBlock\": \"192.168.0.0/16\",\n \"GatewayId\": \"10.0.16.4\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GlobalRouteId\": \"gr-remsfl8e\",\n \"SubnetRouteAlgorithm\": \"ECMP_QUINTUPLE_HASH\",\n \"VpcId\": \"vpc-mcqaoy0f\"\n }\n ],\n \"RequestId\": \"cabe9ed4-554f-4b3a-8611-fe5c4e63ccc1\"\n }\n}",
484
+ "title": "创建IPv4全局路由"
485
+ }
486
+ ],
479
487
  "CreateHaVip": [
480
488
  {
481
489
  "document": "创建HAVIP",
@@ -732,7 +740,7 @@
732
740
  {
733
741
  "document": "创建VPC",
734
742
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpc\n<公共请求参数>\n\n{\n \"VpcName\": \"TestVPC\",\n \"CidrBlock\": \"10.8.0.0/16\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
735
- "output": "{\n \"Response\": {\n \"RequestId\": \"0a74f7fe-0cfe-4bc7-b1d2-6575168d7a44\",\n \"Vpc\": {\n \"VpcId\": \"vpc-2ln96dly\",\n \"DomainName\": \"TEST\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\",\n \"EnableDhcp\": true,\n \"DnsServerSet\": [\n \"183.60.82.98\",\n \"183.60.83.1\"\n ],\n \"EnableMulticast\": false,\n \"VpcName\": \"TEST\",\n \"AssistantCidrSet\": [\n {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"RouteTableId\": \"rtb-57ruphgv\",\n \"VpcId\": \"vpc-lrrlomg7\",\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-guangzhou-1\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"CdcId\": \"cluster-gbo27yc4\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"TEST\",\n \"TotalIpAddressCount\": 1,\n \"CreatedTime\": \"2020-09-18 19:46:07\",\n \"SubnetId\": \"subnet-p9oa3yo7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TEST\"\n }\n ],\n \"IsDefault\": true\n }\n ],\n \"VpcId\": \"vpc-lrrlomg7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"AssistantType\": 0\n }\n ],\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TESt\"\n }\n ],\n \"DhcpOptionsId\": \"dopt-058pu85z\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": false\n }\n }\n}",
743
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0a74f7fe-0cfe-4bc7-b1d2-6575168d7a44\",\n \"Vpc\": {\n \"VpcId\": \"vpc-2ln96dly\",\n \"DomainName\": \"TEST\",\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffdb\",\n \"Ipv6CidrBlockSet\": [\n {}\n ],\n \"EnableDhcp\": true,\n \"DnsServerSet\": [\n \"183.60.82.98\",\n \"183.60.83.1\"\n ],\n \"EnableMulticast\": false,\n \"VpcName\": \"TEST\",\n \"AssistantCidrSet\": [\n {\n \"SubnetSet\": [\n {\n \"NetworkAclId\": \"acl-n8w3ppae\",\n \"RouteTableId\": \"rtb-57ruphgv\",\n \"VpcId\": \"vpc-lrrlomg7\",\n \"EnableBroadcast\": true,\n \"Zone\": \"ap-guangzhou-1\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"2001::85b:3c51:f5ff:ffda\",\n \"CdcId\": \"cluster-gbo27yc4\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"TEST\",\n \"TotalIpAddressCount\": 1,\n \"CreatedTime\": \"2020-09-18 19:46:07\",\n \"SubnetId\": \"subnet-p9oa3yo7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TEST\"\n }\n ],\n \"IsDefault\": true\n }\n ],\n \"VpcId\": \"vpc-lrrlomg7\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"AssistantType\": 0\n }\n ],\n \"TagSet\": [\n {\n \"Value\": \"TEST\",\n \"Key\": \"TESt\"\n }\n ],\n \"DhcpOptionsId\": \"dopt-058pu85z\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"IsDefault\": false\n }\n }\n}",
736
744
  "title": "创建VPC"
737
745
  }
738
746
  ],
@@ -918,6 +926,14 @@
918
926
  "title": "删除流日志"
919
927
  }
920
928
  ],
929
+ "DeleteGlobalRoutes": [
930
+ {
931
+ "document": "删除IPv4全局路由",
932
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteGlobalRoutes\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-mcqaoy0f\",\n \"GlobalRouteIds\": [\n \"gr-lqej29xy\"\n ]\n}",
933
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0ee2beae-0ba3-46ac-b67c-b7ff8c252bc0\"\n }\n}",
934
+ "title": "删除IPv4全局路由"
935
+ }
936
+ ],
921
937
  "DeleteHaVip": [
922
938
  {
923
939
  "document": "",
@@ -1354,15 +1370,15 @@
1354
1370
  {
1355
1371
  "document": "查询带宽包配额。",
1356
1372
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBandwidthPackageQuota\n<公共请求参数>\n\n{}",
1357
- "output": "{\n \"Response\": {\n \"QuotaSet\": [\n {\n \"QuotaId\": \"TOTAL_BANDWIDTHPKG_QUOTA\",\n \"QuotaCurrent\": 1,\n \"QuotaLimit\": 20\n }\n ],\n \"RequestId\": \"8882b478-0d3a-4fe2-bae3-ff93865a199c\"\n }\n}",
1373
+ "output": "{\n \"Response\": {\n \"QuotaSet\": [\n {\n \"QuotaId\": \"TOTAL_BANDWIDTHPKG_QUOTA\",\n \"QuotaGroup\": \"ap-guangzhou\",\n \"QuotaCurrent\": 1,\n \"QuotaLimit\": 20\n }\n ],\n \"RequestId\": \"8882b478-0d3a-4fe2-bae3-ff93865a199c\"\n }\n}",
1358
1374
  "title": "查询带宽包配额"
1359
1375
  }
1360
1376
  ],
1361
1377
  "DescribeBandwidthPackageResources": [
1362
1378
  {
1363
1379
  "document": "",
1364
- "input": "https://vpc.tencentcloudapi.com/?Action=DescribeBandwidthPackageResources\n&BandwidthPackageId=bwp-7umnal1o\n&<公共请求参数>",
1365
- "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"ResourceSet\": [\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-60z7i46d\",\n \"AddressIp\": \"139.199.XX.XX\"\n },\n {\n \"ResourceType\": \"Address\",\n \"ResourceId\": \"eip-d97psd1o\",\n \"AddressIp\": \"139.198.XX.XX\"\n }\n ],\n \"RequestId\": \"ecaa7a90-a2fd-4fa3-8bf8-7d0723c95a99\"\n }\n}",
1380
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBandwidthPackageResources\n<公共请求参数>\n\n{\n \"BandwidthPackageId\": \"bwp-9u4iag5l\",\n \"Filters\": [\n {\n \"Name\": \"resource-type\",\n \"Values\": [\n \"Address\"\n ]\n }\n ]\n}",
1381
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d3093d68-3daf-415c-af74-b5a6b3a383d0\",\n \"ResourceSet\": [\n {\n \"AddressIp\": \"2402:4e00:c000:700:34ee:5b66:3676:d\",\n \"ResourceId\": \"eipv6-qqc8i9s7\",\n \"ResourceType\": \"Address\"\n },\n {\n \"AddressIp\": \"2402:4e00:c000:700:34ee:5b66:3676:8\",\n \"ResourceId\": \"eipv6-6ckprob3\",\n \"ResourceType\": \"Address\"\n }\n ],\n \"TotalCount\": 2\n }\n}",
1366
1382
  "title": "查询共享带宽包内的资源列表"
1367
1383
  }
1368
1384
  ],
@@ -1586,7 +1602,7 @@
1586
1602
  {
1587
1603
  "document": "获取流日志信息",
1588
1604
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowLogs\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-ew41hsdj\",\n \"FlowLogId\": \"fl-m4vogmhf\"\n}",
1589
- "output": "{\n \"Response\": {\n \"FlowLog\": [\n {\n \"VpcId\": \"vpc-ew41hsdj\",\n \"FlowLogId\": \"fl-m4vogmhf\",\n \"FlowLogName\": \"sflow-nat\",\n \"ResourceType\": \"NAT\",\n \"ResourceId\": \"nat-prlux840\",\n \"TrafficType\": \"ALL\",\n \"CloudLogId\": \"29a6c8c8-d57d-4e25-84b5-9114734ce6ca\",\n \"CloudLogRegion\": \"ap-guangzhou\",\n \"CloudLogState\": \"SUCCESS\",\n \"FlowLogDescription\": \"\",\n \"CreatedTime\": \"2022-05-18 15:26:50\",\n \"Enable\": true,\n \"StorageType\": \"cls\",\n \"FlowLogStorage\": {\n \"StorageId\": \"29a6c8c8-d57d-4e25-84b5-9114734ce6ca\"\n },\n \"TagSet\": []\n }\n ],\n \"TotalNum\": 1,\n \"RequestId\": \"811bbd89-3c38-4926-9a8c-4bc97792aa34\"\n }\n}",
1605
+ "output": "{\n \"Response\": {\n \"FlowLog\": [\n {\n \"VpcId\": \"vpc-ew41hsdj\",\n \"FlowLogId\": \"fl-m4vogmhf\",\n \"FlowLogName\": \"sflow-nat\",\n \"ResourceType\": \"NAT\",\n \"ResourceId\": \"nat-prlux840\",\n \"TrafficType\": \"ALL\",\n \"CloudLogId\": \"29a6c8c8-d57d-4e25-84b5-9114734ce6ca\",\n \"CloudLogRegion\": \"ap-guangzhou\",\n \"CloudLogState\": \"SUCCESS\",\n \"FlowLogDescription\": \"\",\n \"CreatedTime\": \"2022-05-18 15:26:50\",\n \"Enable\": true,\n \"StorageType\": \"cls\",\n \"FlowLogStorage\": {\n \"StorageId\": \"29a6c8c8-d57d-4e25-84b5-9114734ce6ca\",\n \"StorageTopic\": \"topic-siqmaox1\"\n },\n \"TagSet\": []\n }\n ],\n \"TotalNum\": 1,\n \"RequestId\": \"811bbd89-3c38-4926-9a8c-4bc97792aa34\"\n }\n}",
1590
1606
  "title": "获取流日志信息"
1591
1607
  }
1592
1608
  ],
@@ -1612,6 +1628,14 @@
1612
1628
  "title": "示例1 查询VPN网关来访IP流控带宽"
1613
1629
  }
1614
1630
  ],
1631
+ "DescribeGlobalRoutes": [
1632
+ {
1633
+ "document": "查询Ipv4全局路由",
1634
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGlobalRoutes\n<公共请求参数>\n\n{\n \"GlobalRouteIds\": [\n \"gr-remsfl8e\"\n ]\n}",
1635
+ "output": "{\n \"Response\": {\n \"GlobalRouteSet\": [\n {\n \"CreatedTime\": \"2025-02-21 16:32:36\",\n \"Description\": \"ivan_gr\",\n \"DestinationCidrBlock\": \"192.168.0.0/16\",\n \"GatewayId\": \"10.0.16.4\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GlobalRouteId\": \"gr-remsfl8e\",\n \"SubnetRouteAlgorithm\": \"ECMP_QUINTUPLE_HASH\",\n \"VpcId\": \"vpc-mcqaoy0f\"\n }\n ],\n \"RequestId\": \"1c76c527-aa4e-45cc-9b0b-25dbe81072e4\",\n \"TotalCount\": 1\n }\n}",
1636
+ "title": "查询Ipv4全局路由"
1637
+ }
1638
+ ],
1615
1639
  "DescribeHaVips": [
1616
1640
  {
1617
1641
  "document": "按ID过滤查询HAVIP列表",
@@ -1650,6 +1674,14 @@
1650
1674
  "title": "根据IPv6AddressIds查询IPv6信息"
1651
1675
  }
1652
1676
  ],
1677
+ "DescribeInstanceJumbo": [
1678
+ {
1679
+ "document": "查询指定云服务器是否支持巨帧。",
1680
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceJumbo\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-70w096mg\",\n \"ins-71b1qyss\"\n ]\n}",
1681
+ "output": "{\n \"Response\": {\n \"InstanceJumboSet\": [\n {\n \"InstanceId\": \"ins-70w096mg\",\n \"JumboState\": false\n }\n ],\n \"RequestId\": \"7fc40006-3629-44de-a520-74ffd2cf1882\"\n }\n}",
1682
+ "title": "查询指定云服务器是否支持巨帧"
1683
+ }
1684
+ ],
1653
1685
  "DescribeIp6Addresses": [
1654
1686
  {
1655
1687
  "document": "根据Filter查询IPv6信息。",
@@ -2248,13 +2280,13 @@
2248
2280
  {
2249
2281
  "document": "查询VPC列表",
2250
2282
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcs\n<公共请求参数>\n\n{\n \"Limit\": \"2\",\n \"Filters\": [\n {\n \"Values\": [\n \"192.168.0.0\",\n \"10.0.0.0\"\n ],\n \"Name\": \"cidr-block\"\n },\n {\n \"Values\": [\n \"false\"\n ],\n \"Name\": \"is-default\"\n }\n ],\n \"Offset\": \"0\"\n}",
2251
- "output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"测试dhcp\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"EnableDhcp\": true,\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"DomainName\": \"aa.bb.cc\",\n \"TagSet\": [],\n \"AssistantCidrSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
2283
+ "output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"Ipv6CidrBlockSet\": [\n {}\n ],\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"DHCP1\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"EnableDhcp\": true,\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"DomainName\": \"aa.bb.cc\",\n \"TagSet\": [],\n \"AssistantCidrSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
2252
2284
  "title": "查询VPC列表"
2253
2285
  },
2254
2286
  {
2255
2287
  "document": "查询绑定了标签键值对(city:shanghai)的vpc。",
2256
2288
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVpcs\n<公共请求参数>\n\n{\n \"Limit\": \"2\",\n \"Filters\": [\n {\n \"Values\": [\n \"shanghai\"\n ],\n \"Name\": \"tag:city\"\n }\n ],\n \"Offset\": \"0\"\n}",
2257
- "output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"测试dhcp\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableDhcp\": true,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"AssistantCidrSet\": [\n {\n \"CidrBlock\": \"192.168.1.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": [],\n \"VpcId\": \"vpc-p5sf61yj\"\n }\n ],\n \"DomainName\": \"aa.bb.cc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
2289
+ "output": "{\n \"Response\": {\n \"VpcSet\": [\n {\n \"Ipv6CidrBlockSet\": [\n {}\n ],\n \"VpcId\": \"vpc-p5sf61yj\",\n \"VpcName\": \"测试dhcp\",\n \"CidrBlock\": \"10.0.0.0/16\",\n \"Ipv6CidrBlock\": \"3402:4e00:20:1200::/56\",\n \"IsDefault\": false,\n \"EnableDhcp\": true,\n \"EnableMulticast\": false,\n \"CreatedTime\": \"2018-04-25 10:26:26\",\n \"DhcpOptionsId\": \"dopt-8g7k5qfq\",\n \"DnsServerSet\": [\n \"10.0.0.1\",\n \"183.60.82.98\"\n ],\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"AssistantCidrSet\": [\n {\n \"CidrBlock\": \"192.168.1.0/24\",\n \"AssistantType\": 0,\n \"SubnetSet\": [],\n \"VpcId\": \"vpc-p5sf61yj\"\n }\n ],\n \"DomainName\": \"aa.bb.cc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6a44afb7-0644-4ff9-9761-3502f99d3a15\"\n }\n}",
2258
2290
  "title": "查询绑定了标签的VPC列表"
2259
2291
  }
2260
2292
  ],
@@ -2674,6 +2706,14 @@
2674
2706
  "title": "封禁云联网"
2675
2707
  }
2676
2708
  ],
2709
+ "MigrateBandwidthPackageResources": [
2710
+ {
2711
+ "document": "资源在精品带宽包之间迁移。",
2712
+ "input": "https://vpc.tencentcloudapi.com/?Action=MigrateBandwidthPackageResources\n&BandwidthPackageId=bwp-hxlqja90\n&TargetBandwidthPackageId=bwp-hxlqja90\n&ResourceIds.0=eip-hxlqja90\n&ResourceIds.1=eip-hxlqja91\n&<公共请求参数>",
2713
+ "output": "{\n \"Response\": {\n \"RequestId\": \"42bc5893-70ff-4f13-bcc3-1308dedab8f6\"\n }\n}",
2714
+ "title": "资源在精品带宽包之间迁移"
2715
+ }
2716
+ ],
2677
2717
  "MigrateNetworkInterface": [
2678
2718
  {
2679
2719
  "document": "弹性网卡迁移",
@@ -2761,7 +2801,7 @@
2761
2801
  },
2762
2802
  {
2763
2803
  "document": "",
2764
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBandwidthPackageAttribute\n<公共请求参数>\n\n{\n \"BandwidthPackageName\": \"demo\",\n \"BandwidthPackageId\": \"bwp-e40edw8y\",\n \"ChargeType\": \"TOP5\"\n}",
2804
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBandwidthPackageAttribute\n<公共请求参数>\n\n{\n \"BandwidthPackageName\": \"demo\",\n \"BandwidthPackageId\": \"bwp-e40edw8y\",\n \"ChargeType\": \"TOP5_POSTPAID_BY_MONTH\"\n}",
2765
2805
  "output": "{\n \"Response\": {\n \"RequestId\": \"2ece8f4a-c0f5-4b83-8054-a9b808a5c465\"\n }\n}",
2766
2806
  "title": "修改带宽包计费模式"
2767
2807
  }
@@ -2769,7 +2809,7 @@
2769
2809
  "ModifyBandwidthPackageBandwidth": [
2770
2810
  {
2771
2811
  "document": "调整共享带宽包带宽。",
2772
- "input": "https://vpc.tencentcloudapi.com/?Action=ModifyBandwidthPackageBandwidth\n&InternetMaxBandwidth=100\n&BandwidthPackageIds.0=bwp-alfxy9c8\n&BandwidthPackageId=bwp-mwoqajk2\n&<公共请求参数>",
2812
+ "input": "https://vpc.tencentcloudapi.com/?Action=ModifyBandwidthPackageBandwidth\n&InternetMaxBandwidth=100\n&BandwidthPackageId=bwp-mwoqajk2\n&<公共请求参数>",
2773
2813
  "output": "{\n \"Response\": {\n \"RequestId\": \"24cfceab-3492-482c-b86f-27f598b1b044\"\n }\n}",
2774
2814
  "title": "调整共享带宽包带宽"
2775
2815
  }
@@ -2862,6 +2902,22 @@
2862
2902
  "title": "示例1 调整VPN网关流控带宽"
2863
2903
  }
2864
2904
  ],
2905
+ "ModifyGlobalRouteECMPAlgorithm": [
2906
+ {
2907
+ "document": "修改IPv4全局路由ECMP的HASH算法",
2908
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGlobalRouteECMPAlgorithm\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-mcqaoy0f\",\n \"DestinationCidrBlock\": \"192.168.0.0/20\",\n \"SubnetRouteAlgorithm\": \"ECMP_DESTINATION_IP_HASH\"\n}",
2909
+ "output": "{\n \"Response\": {\n \"RequestId\": \"78adae2b-1200-4f78-9cc6-f88f452510d3\"\n }\n}",
2910
+ "title": "修改IPv4全局路由ECMP的HASH算法"
2911
+ }
2912
+ ],
2913
+ "ModifyGlobalRoutes": [
2914
+ {
2915
+ "document": "修改IPv4全局路由",
2916
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGlobalRoutes\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-mcqaoy0f\",\n \"GlobalRoutes\": [\n {\n \"GlobalRouteId\": \"gr-remsfl8e\",\n \"Description\": \"ivan_modify\"\n }\n ]\n}",
2917
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4e03f129-1a69-4be9-9e52-408cc0f0e61b\"\n }\n}",
2918
+ "title": "修改IPv4全局路由"
2919
+ }
2920
+ ],
2865
2921
  "ModifyHaVipAttribute": [
2866
2922
  {
2867
2923
  "document": "修改HAVIP名称",