tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -28,6 +28,13 @@
28
28
  "output": "DescribeApmInstancesResponse",
29
29
  "status": "online"
30
30
  },
31
+ "DescribeApmServiceMetric": {
32
+ "document": "获取 APM 应用指标列表",
33
+ "input": "DescribeApmServiceMetricRequest",
34
+ "name": "获取 APM 应用指标",
35
+ "output": "DescribeApmServiceMetricResponse",
36
+ "status": "online"
37
+ },
31
38
  "DescribeGeneralApmApplicationConfig": {
32
39
  "document": "查询应用配置信息",
33
40
  "input": "DescribeGeneralApmApplicationConfigRequest",
@@ -1143,6 +1150,42 @@
1143
1150
  ],
1144
1151
  "usage": "out"
1145
1152
  },
1153
+ "ApmServiceMetric": {
1154
+ "document": "apm应用指标信息",
1155
+ "members": [
1156
+ {
1157
+ "disabled": false,
1158
+ "document": "filed数组\n注意:此字段可能返回 null,表示取不到有效值。",
1159
+ "example": "[]",
1160
+ "member": "ApmField",
1161
+ "name": "Fields",
1162
+ "output_required": true,
1163
+ "type": "list",
1164
+ "value_allowed_null": true
1165
+ },
1166
+ {
1167
+ "disabled": false,
1168
+ "document": "tag数组\n注意:此字段可能返回 null,表示取不到有效值。",
1169
+ "example": "[]",
1170
+ "member": "ApmTag",
1171
+ "name": "Tags",
1172
+ "output_required": true,
1173
+ "type": "list",
1174
+ "value_allowed_null": true
1175
+ },
1176
+ {
1177
+ "disabled": false,
1178
+ "document": "应用信息\n注意:此字段可能返回 null,表示取不到有效值。",
1179
+ "example": "{}",
1180
+ "member": "ServiceDetail",
1181
+ "name": "ServiceDetail",
1182
+ "output_required": false,
1183
+ "type": "object",
1184
+ "value_allowed_null": true
1185
+ }
1186
+ ],
1187
+ "usage": "out"
1188
+ },
1146
1189
  "ApmTag": {
1147
1190
  "document": "维度(标签)对象",
1148
1191
  "members": [
@@ -1515,6 +1558,212 @@
1515
1558
  ],
1516
1559
  "type": "object"
1517
1560
  },
1561
+ "DescribeApmServiceMetricRequest": {
1562
+ "document": "DescribeApmServiceMetric请求参数结构体",
1563
+ "members": [
1564
+ {
1565
+ "disabled": false,
1566
+ "document": "业务系统ID",
1567
+ "example": "apm-CVfliqa8U",
1568
+ "member": "string",
1569
+ "name": "InstanceId",
1570
+ "required": true,
1571
+ "type": "string"
1572
+ },
1573
+ {
1574
+ "disabled": false,
1575
+ "document": "应用名",
1576
+ "example": "apm_test",
1577
+ "member": "string",
1578
+ "name": "ServiceName",
1579
+ "required": false,
1580
+ "type": "string"
1581
+ },
1582
+ {
1583
+ "disabled": false,
1584
+ "document": "应用ID",
1585
+ "example": "svc-JRNE5rvV8",
1586
+ "member": "string",
1587
+ "name": "ServiceID",
1588
+ "required": false,
1589
+ "type": "string"
1590
+ },
1591
+ {
1592
+ "disabled": false,
1593
+ "document": "开始时间",
1594
+ "example": "1719317419",
1595
+ "member": "int64",
1596
+ "name": "StartTime",
1597
+ "required": false,
1598
+ "type": "int"
1599
+ },
1600
+ {
1601
+ "disabled": false,
1602
+ "document": "结束时间",
1603
+ "example": "1720580629",
1604
+ "member": "int64",
1605
+ "name": "EndTime",
1606
+ "required": false,
1607
+ "type": "int"
1608
+ },
1609
+ {
1610
+ "disabled": false,
1611
+ "document": "排序",
1612
+ "example": "无",
1613
+ "member": "OrderBy",
1614
+ "name": "OrderBy",
1615
+ "required": false,
1616
+ "type": "object"
1617
+ },
1618
+ {
1619
+ "disabled": false,
1620
+ "document": "是否demo模式",
1621
+ "example": "false",
1622
+ "member": "bool",
1623
+ "name": "Demo",
1624
+ "required": false,
1625
+ "type": "bool"
1626
+ },
1627
+ {
1628
+ "disabled": false,
1629
+ "document": "应用状态筛选,可枚举的值为:health、warning、error。如果选中多个状态用逗号隔开,例如:\"warning,error\"",
1630
+ "example": "health",
1631
+ "member": "string",
1632
+ "name": "ServiceStatus",
1633
+ "required": false,
1634
+ "type": "string"
1635
+ },
1636
+ {
1637
+ "disabled": false,
1638
+ "document": "标签列表",
1639
+ "example": "无",
1640
+ "member": "ApmTag",
1641
+ "name": "Tags",
1642
+ "required": false,
1643
+ "type": "list"
1644
+ },
1645
+ {
1646
+ "disabled": false,
1647
+ "document": "页码",
1648
+ "example": "1",
1649
+ "member": "int64",
1650
+ "name": "Page",
1651
+ "required": false,
1652
+ "type": "int"
1653
+ },
1654
+ {
1655
+ "disabled": false,
1656
+ "document": "页大小",
1657
+ "example": "2",
1658
+ "member": "int64",
1659
+ "name": "PageSize",
1660
+ "required": false,
1661
+ "type": "int"
1662
+ },
1663
+ {
1664
+ "disabled": false,
1665
+ "document": "过滤条件",
1666
+ "example": "无",
1667
+ "member": "Filter",
1668
+ "name": "Filters",
1669
+ "required": false,
1670
+ "type": "list"
1671
+ }
1672
+ ],
1673
+ "type": "object"
1674
+ },
1675
+ "DescribeApmServiceMetricResponse": {
1676
+ "document": "DescribeApmServiceMetric返回参数结构体",
1677
+ "members": [
1678
+ {
1679
+ "disabled": false,
1680
+ "document": "应用指标列表",
1681
+ "example": "无",
1682
+ "member": "ApmServiceMetric",
1683
+ "name": "ServiceMetricList",
1684
+ "output_required": false,
1685
+ "type": "list",
1686
+ "value_allowed_null": false
1687
+ },
1688
+ {
1689
+ "disabled": false,
1690
+ "document": "符合筛选条件的应用数",
1691
+ "example": "3",
1692
+ "member": "int64",
1693
+ "name": "TotalCount",
1694
+ "output_required": false,
1695
+ "type": "int",
1696
+ "value_allowed_null": false
1697
+ },
1698
+ {
1699
+ "disabled": false,
1700
+ "document": "警示异常应用数",
1701
+ "example": "2",
1702
+ "member": "int64",
1703
+ "name": "WarningErrorCount",
1704
+ "output_required": false,
1705
+ "type": "int",
1706
+ "value_allowed_null": false
1707
+ },
1708
+ {
1709
+ "disabled": false,
1710
+ "document": "应用总数",
1711
+ "example": "7",
1712
+ "member": "int64",
1713
+ "name": "ApplicationCount",
1714
+ "output_required": false,
1715
+ "type": "int",
1716
+ "value_allowed_null": false
1717
+ },
1718
+ {
1719
+ "disabled": false,
1720
+ "document": "页码",
1721
+ "example": "1",
1722
+ "member": "int64",
1723
+ "name": "Page",
1724
+ "output_required": false,
1725
+ "type": "int",
1726
+ "value_allowed_null": false
1727
+ },
1728
+ {
1729
+ "disabled": false,
1730
+ "document": "页大小",
1731
+ "example": "2",
1732
+ "member": "int64",
1733
+ "name": "PageSize",
1734
+ "output_required": false,
1735
+ "type": "int",
1736
+ "value_allowed_null": false
1737
+ },
1738
+ {
1739
+ "disabled": false,
1740
+ "document": "异常应用数",
1741
+ "example": "1",
1742
+ "member": "int64",
1743
+ "name": "ErrorCount",
1744
+ "output_required": false,
1745
+ "type": "int",
1746
+ "value_allowed_null": false
1747
+ },
1748
+ {
1749
+ "disabled": false,
1750
+ "document": "警示应用数",
1751
+ "example": "1",
1752
+ "member": "int64",
1753
+ "name": "WarningCount",
1754
+ "output_required": false,
1755
+ "type": "int",
1756
+ "value_allowed_null": false
1757
+ },
1758
+ {
1759
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1760
+ "member": "string",
1761
+ "name": "RequestId",
1762
+ "type": "string"
1763
+ }
1764
+ ],
1765
+ "type": "object"
1766
+ },
1518
1767
  "DescribeGeneralApmApplicationConfigRequest": {
1519
1768
  "document": "DescribeGeneralApmApplicationConfig请求参数结构体",
1520
1769
  "members": [
@@ -2928,6 +3177,111 @@
2928
3177
  ],
2929
3178
  "usage": "in"
2930
3179
  },
3180
+ "ServiceDetail": {
3181
+ "document": "应用详细信息",
3182
+ "members": [
3183
+ {
3184
+ "disabled": false,
3185
+ "document": "应用ID\n注意:此字段可能返回 null,表示取不到有效值。",
3186
+ "example": "svc-test",
3187
+ "member": "string",
3188
+ "name": "ServiceID",
3189
+ "output_required": true,
3190
+ "required": false,
3191
+ "type": "string",
3192
+ "value_allowed_null": true
3193
+ },
3194
+ {
3195
+ "disabled": false,
3196
+ "document": "业务系统ID\n注意:此字段可能返回 null,表示取不到有效值。",
3197
+ "example": "apm-test",
3198
+ "member": "string",
3199
+ "name": "InstanceKey",
3200
+ "output_required": false,
3201
+ "required": false,
3202
+ "type": "string",
3203
+ "value_allowed_null": true
3204
+ },
3205
+ {
3206
+ "disabled": false,
3207
+ "document": "用户appid\n注意:此字段可能返回 null,表示取不到有效值。",
3208
+ "example": "123",
3209
+ "member": "int64",
3210
+ "name": "AppID",
3211
+ "output_required": false,
3212
+ "required": false,
3213
+ "type": "int",
3214
+ "value_allowed_null": true
3215
+ },
3216
+ {
3217
+ "disabled": false,
3218
+ "document": "主账号uin\n注意:此字段可能返回 null,表示取不到有效值。",
3219
+ "example": "12",
3220
+ "member": "string",
3221
+ "name": "CreateUIN",
3222
+ "output_required": false,
3223
+ "required": false,
3224
+ "type": "string",
3225
+ "value_allowed_null": true
3226
+ },
3227
+ {
3228
+ "disabled": false,
3229
+ "document": "应用名\n注意:此字段可能返回 null,表示取不到有效值。",
3230
+ "example": "demo",
3231
+ "member": "string",
3232
+ "name": "ServiceName",
3233
+ "output_required": false,
3234
+ "required": false,
3235
+ "type": "string",
3236
+ "value_allowed_null": true
3237
+ },
3238
+ {
3239
+ "disabled": false,
3240
+ "document": "应用描述\n注意:此字段可能返回 null,表示取不到有效值。",
3241
+ "example": "describe",
3242
+ "member": "string",
3243
+ "name": "ServiceDescription",
3244
+ "output_required": false,
3245
+ "required": false,
3246
+ "type": "string",
3247
+ "value_allowed_null": true
3248
+ },
3249
+ {
3250
+ "disabled": false,
3251
+ "document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
3252
+ "example": "ap-guangzhou",
3253
+ "member": "string",
3254
+ "name": "Region",
3255
+ "output_required": false,
3256
+ "required": false,
3257
+ "type": "string",
3258
+ "value_allowed_null": true
3259
+ },
3260
+ {
3261
+ "disabled": false,
3262
+ "document": "标签\n注意:此字段可能返回 null,表示取不到有效值。",
3263
+ "example": "无",
3264
+ "member": "ApmTag",
3265
+ "name": "Tags",
3266
+ "output_required": false,
3267
+ "required": false,
3268
+ "type": "list",
3269
+ "value_allowed_null": true
3270
+ },
3271
+ {
3272
+ "disabled": false,
3273
+ "document": "业务系统名称",
3274
+ "example": "travy-test",
3275
+ "member": "string",
3276
+ "name": "InstanceName",
3277
+ "output_required": false,
3278
+ "required": false,
3279
+ "type": "string",
3280
+ "value_allowed_null": false
3281
+ }
3282
+ ],
3283
+ "usage": "both"
3284
+ },
2931
3285
  "Span": {
2932
3286
  "document": "Span 对象",
2933
3287
  "members": [
@@ -32,6 +32,14 @@
32
32
  "title": "获取 APM 业务系统列表"
33
33
  }
34
34
  ],
35
+ "DescribeApmServiceMetric": [
36
+ {
37
+ "document": "获取APM应用指标",
38
+ "input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApmServiceMetric\n<公共请求参数>\n\n{\n \"InstanceId\": \"apm-eDyXpD6CD\"\n}",
39
+ "output": "{\n \"Response\": {\n \"ApplicationCount\": 1,\n \"ErrorCount\": 1,\n \"Page\": 0,\n \"PageSize\": 0,\n \"RequestId\": \"84d35deb-232e-463e-b2ac-fe49338707a2\",\n \"ServiceMetricList\": [\n {\n \"Fields\": [\n {\n \"CompareVal\": \"0.9%\",\n \"CompareVals\": null,\n \"Key\": \"duration_avg\",\n \"LastPeriodValue\": [\n {\n \"Key\": \"CompareByYesterday\",\n \"Value\": 681.7527368527665\n }\n ],\n \"NameCN\": \"平均响应时间\",\n \"NameEN\": \"Average Response Time\",\n \"Unit\": \"ms\",\n \"Value\": 688\n },\n {\n \"CompareVal\": \"-1.7%\",\n \"CompareVals\": null,\n \"Key\": \"qps\",\n \"LastPeriodValue\": [\n {\n \"Key\": \"CompareByYesterday\",\n \"Value\": 0.40692708333333333\n }\n ],\n \"NameCN\": \"平均请求量\",\n \"NameEN\": \"Average RPS\",\n \"Unit\": \"qps\",\n \"Value\": 0.4\n },\n {\n \"CompareVal\": \"-0.3%\",\n \"CompareVals\": null,\n \"Key\": \"request_count_sum\",\n \"LastPeriodValue\": [\n {\n \"Key\": \"CompareByYesterday\",\n \"Value\": 70317\n }\n ],\n \"NameCN\": \"总请求数\",\n \"NameEN\": \"Total Requests\",\n \"Unit\": \"\",\n \"Value\": 70129\n },\n {\n \"CompareVal\": \"0.0%\",\n \"CompareVals\": null,\n \"Key\": \"error_req_rate_avg\",\n \"LastPeriodValue\": [\n {\n \"Key\": \"CompareByYesterday\",\n \"Value\": 62.81837962370408\n }\n ],\n \"NameCN\": \"平均错误率\",\n \"NameEN\": \"Average Error Rate\",\n \"Unit\": \"%\",\n \"Value\": 62.8\n },\n {\n \"CompareVal\": \"-4.4%\",\n \"CompareVals\": null,\n \"Key\": \"adpdex\",\n \"LastPeriodValue\": [\n {\n \"Key\": \"CompareByYesterday\",\n \"Value\": 0.7325824480566577\n }\n ],\n \"NameCN\": \"平均 Apdex\",\n \"NameEN\": \"Average Apdex\",\n \"Unit\": \"\",\n \"Value\": 0.7\n },\n {\n \"CompareVal\": \"0\",\n \"CompareVals\": null,\n \"Key\": \"alarm_count\",\n \"LastPeriodValue\": [\n {\n \"Key\": \"CompareByYesterday\",\n \"Value\": 0\n }\n ],\n \"NameCN\": \"告警数\",\n \"NameEN\": \"Alarm Count\",\n \"Unit\": \"次\",\n \"Value\": 0\n },\n {\n \"CompareVal\": \"-0.4%\",\n \"CompareVals\": null,\n \"Key\": \"error_request_count\",\n \"LastPeriodValue\": [\n {\n \"Key\": \"CompareByYesterday\",\n \"Value\": 44172\n }\n ],\n \"NameCN\": \"异常数量\",\n \"NameEN\": \"Error Count\",\n \"Unit\": \"个\",\n \"Value\": 44008\n },\n {\n \"CompareVal\": \"\",\n \"CompareVals\": null,\n \"Key\": \"instance_count\",\n \"LastPeriodValue\": null,\n \"NameCN\": \"\",\n \"NameEN\": \"\",\n \"Unit\": \"\",\n \"Value\": 1\n },\n {\n \"CompareVal\": \"\",\n \"CompareVals\": null,\n \"Key\": \"critical_vulnerability_count\",\n \"LastPeriodValue\": null,\n \"NameCN\": \"\",\n \"NameEN\": \"\",\n \"Unit\": \"\",\n \"Value\": 0\n },\n {\n \"CompareVal\": \"\",\n \"CompareVals\": null,\n \"Key\": \"important_vulnerability_count\",\n \"LastPeriodValue\": null,\n \"NameCN\": \"\",\n \"NameEN\": \"\",\n \"Unit\": \"\",\n \"Value\": 0\n },\n {\n \"CompareVal\": \"\",\n \"CompareVals\": null,\n \"Key\": \"vulnerability_count\",\n \"LastPeriodValue\": null,\n \"NameCN\": \"\",\n \"NameEN\": \"\",\n \"Unit\": \"\",\n \"Value\": 0\n }\n ],\n \"ServiceDetail\": {\n \"AppID\": 250015922,\n \"CreateUIN\": \"1511340626\",\n \"InstanceKey\": \"apm-eDyXpD6CD\",\n \"InstanceName\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"ServiceDescription\": \"\",\n \"ServiceID\": \"svc-ELHkoErzzc\",\n \"ServiceName\": \"java-order-service\",\n \"Tags\": []\n },\n \"Tags\": [\n {\n \"Key\": \"service.name\",\n \"Value\": \"java-order-service\"\n },\n {\n \"Key\": \"color\",\n \"Value\": \"red\"\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"WarningCount\": 0,\n \"WarningErrorCount\": 1\n }\n}",
40
+ "title": "成功获取APM应用指标"
41
+ }
42
+ ],
35
43
  "DescribeGeneralApmApplicationConfig": [
36
44
  {
37
45
  "document": "查询指定业务系统下应用的配置信息",
@@ -607,7 +607,7 @@
607
607
  "members": [
608
608
  {
609
609
  "disabled": false,
610
- "document": "引擎模型类型\n识别引擎采用分级计费方案,标记为“大模型版”的引擎适用大模型计费方案,[点击这里](https://cloud.tencent.com/document/product/1093/35686) 查看产品计费说明\n\n电话通讯场景引擎:\n**注意:电话通讯场景,请务必使用以下8k引擎**\n• 8k_zh:中文电话通讯;\n• 8k_en:英文电话通讯;\n• 8k_zh_large:中文电话场景专用大模型引擎【大模型版】。通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型效果;\n\n注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但**16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用**\n\n通用场景引擎:\n**注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎**\n• **16k_zh:**中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;\n• **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;\n• **16k_multi_lang:**多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);\n• **16k_zh_dialect:**中文普通话+多方言混合引擎,除普通话外支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);\n• **16k_zh_en**:中英大模型引擎【大模型版】。当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;\n• **16k_en:**英语;\n• **16k_yue:**粤语;\n• **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;\n• **16k_zh-TW**:中文繁体;\n• **16k_ja:**日语;\n• **16k_ko:**韩语;\n• **16k_vi:**越南语;\n• **16k_ms:**马来语;\n• **16k_id:**印度尼西亚语;\n• **16k_fil:**菲律宾语;\n• **16k_th:**泰语;\n• **16k_pt:**葡萄牙语;\n• **16k_tr:**土耳其语;\n• **16k_ar:**阿拉伯语;\n• **16k_es:**西班牙语;\n• **16k_hi:**印地语;\n• **16k_fr:**法语;\n• **16k_zh_medical:**中文医疗引擎;\n• **16k_de:**德语;",
610
+ "document": "引擎模型类型\n识别引擎采用分级计费方案,标记为“大模型版”的引擎适用大模型计费方案,[点击这里](https://cloud.tencent.com/document/product/1093/35686) 查看产品计费说明\n\n电话通讯场景引擎:\n**注意:电话通讯场景,请务必使用以下8k引擎**\n• 8k_zh:中文电话通讯;\n• 8k_en:英文电话通讯;\n• 8k_zh_large:中文电话场景专用大模型引擎【大模型版】。通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型效果;\n\n注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但**16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用**\n\n通用场景引擎:\n**注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎**\n• **16k_zh_en**:中英粤+7种方言大模型引擎【大模型版】。当前模型同时支持中文、英语、粤语、四川、陕西、河南、上海、湖南、湖北和安徽方言识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;\n• **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;\n• **16k_multi_lang:**多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);\n• **16k_zh:**中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;\n• **16k_en:**英语;\n• **16k_yue:**粤语;\n• **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;\n• **16k_zh-TW**:中文繁体;\n• **16k_ja:**日语;\n• **16k_ko:**韩语;\n• **16k_vi:**越南语;\n• **16k_ms:**马来语;\n• **16k_id:**印度尼西亚语;\n• **16k_fil:**菲律宾语;\n• **16k_th:**泰语;\n• **16k_pt:**葡萄牙语;\n• **16k_tr:**土耳其语;\n• **16k_ar:**阿拉伯语;\n• **16k_es:**西班牙语;\n• **16k_hi:**印地语;\n• **16k_fr:**法语;\n• **16k_zh_medical:**中文医疗引擎;\n• **16k_de:**德语;",
611
611
  "example": "16k_zh",
612
612
  "member": "string",
613
613
  "name": "EngineModelType",
@@ -625,7 +625,7 @@
625
625
  },
626
626
  {
627
627
  "disabled": false,
628
- "document": "识别结果返回样式\n0:基础识别结果(仅包含有效人声时间戳,无词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail));\n1:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值,**不含标点**);\n2:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点);\n3:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),且识别结果按标点符号分段,**适用字幕场景**;\n4:**【增值付费功能】**基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),且识别结果按nlp语义分段,**适用会议、庭审记录转写等场景**,仅支持8k_zh/16k_zh引擎\n5:**【增值付费功能】**基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),并输出口语转书面语转写结果,该结果去除语气词、重复词、精简冗余表达,并修正发言人口误,实现口语转书面语的效果,**适用于线上、线下会议直接总结为书面会议纪要的场景**,仅支持8k_zh/16k_zh引擎\n\n注意:\n如果传入参数值4,需确保账号已购买[语义分段资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值4,将[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**\n如果传入参数值5,需确保账号已购买[口语转书面语资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值5,将自动计费[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**",
628
+ "document": "识别结果返回样式\n0:基础识别结果(仅包含有效人声时间戳,无词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail));\n1:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值,**不含标点**);\n2:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点);\n3:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),且识别结果按标点符号分段,**适用字幕场景**;\n4:**【增值付费功能】**基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),且识别结果按nlp语义分段,**适用会议、庭审记录转写等场景**,仅支持8k_zh/16k_zh引擎\n5:**【增值付费功能】**基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),并输出口语转书面语转写结果,该结果去除语气词、重复词、精简冗余表达,并修正发言人口误,实现口语转书面语的效果,**适用于线上、线下会议直接总结为书面会议纪要的场景**,仅支持8k_zh/16k_zh引擎\n\n注意:\n以下引擎仅支持参数值设置为0:16k_multi_lang、16k_ja、16k_ko、16k_vi、16k_ms、16k_id、16k_fil、16k_th、16k_pt、16k_tr、16k_ar、16k_es、16k_hi、16k_fr、16k_zh_medical、16k_de\n如果传入参数值4,需确保账号已购买[语义分段资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值4,将[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**\n如果传入参数值5,需确保账号已购买[口语转书面语资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值5,将自动计费[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**",
629
629
  "example": "0",
630
630
  "member": "uint64",
631
631
  "name": "ResTextFormat",
@@ -679,7 +679,7 @@
679
679
  },
680
680
  {
681
681
  "disabled": false,
682
- "document": "是否开启说话人分离\n0:不开启;\n1:开启(仅支持以下引擎:8k_zh/16k_zh/16k_ms/16k_en/16k_id/16k_zh_large/16k_zh_dialect,且ChannelNum=1时可用);\n默认值为 0\n\n注意:\n8k双声道电话音频请按 **ChannelNum 识别声道数** 的参数描述使用默认值",
682
+ "document": "是否开启说话人分离\n0:不开启;\n1:开启(仅支持以下引擎:8k_zh/16k_zh/16k_ms/16k_en/16k_id/16k_zh_large/16k_zh_dialect/16k_zh_en,且ChannelNum=1时可用);\n默认值为 0\n\n注意:\n8k双声道电话音频请按 **ChannelNum 识别声道数** 的参数描述使用默认值",
683
683
  "example": "0",
684
684
  "member": "int64",
685
685
  "name": "SpeakerDiarization",
@@ -64,7 +64,7 @@
64
64
  "status": "online"
65
65
  },
66
66
  "CreateNotificationConfiguration": {
67
- "document": "本接口(CreateNotificationConfiguration)用于创建通知。\n通知到 CMQ 主题或队列时,消息内容如下:\n```\n{\n \"Service\": \"Tencent Cloud Auto Scaling\",\n \"CreatedTime\": \"2021-10-11T10:15:11Z\", // 活动创建时间\n \"AppId\": \"100000000\",\n \"ActivityId\": \"asa-fznnvrja\", // 伸缩活动ID\n \"AutoScalingGroupId\": \"asg-pc2oqu2z\", // 伸缩组ID\n \"ActivityType\": \"SCALE_OUT\", // 伸缩活动类型\n \"StatusCode\": \"SUCCESSFUL\", // 伸缩活动结果\n \"Description\": \"Activity was launched in response to a difference between desired capacity and actual capacity,\n scale out 1 instance(s).\", // 伸缩活动描述\n \"StartTime\": \"2021-10-11T10:15:11Z\", // 活动开始时间\n \"EndTime\": \"2021-10-11T10:15:32Z\", // 活动结束时间\n \"DetailedStatusMessageSet\": [ // 活动内部错误集合(非空不代表活动失败)\n {\n \"Code\": \"InvalidInstanceType\",\n \"Zone\": \"ap-guangzhou-2\",\n \"InstanceId\": \"\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"SubnetId\": \"subnet-4t5mgeuu\",\n \"Message\": \"The specified instance type `S5.LARGE8` is invalid in `subnet-4t5mgeuu`, `ap-guangzhou-2`.\",\n \"InstanceType\": \"S5.LARGE8\"\n }\n ]\n}\n```",
67
+ "document": "本接口(CreateNotificationConfiguration)用于创建通知。\n通知到 CMQ 主题或队列时,消息内容如下:\n```\n{\n \"Service\": \"Tencent Cloud Auto Scaling\",\n \"CreatedTime\": \"2021-10-11T10:15:11Z\", // 活动创建时间\n \"AppId\": \"100000000\",\n \"ActivityId\": \"asa-fznnvrja\", // 伸缩活动ID\n \"AutoScalingGroupId\": \"asg-pc2oqu2z\", // 伸缩组ID\n \"ActivityType\": \"SCALE_OUT\", // 伸缩活动类型\n \"StatusCode\": \"SUCCESSFUL\", // 伸缩活动结果\n \"Description\": \"Activity was launched in response to a difference between desired capacity and actual capacity,\n scale out 1 instance(s).\", // 伸缩活动描述\n \"StartTime\": \"2021-10-11T10:15:11Z\", // 活动开始时间\n \"EndTime\": \"2021-10-11T10:15:32Z\", // 活动结束时间\n \"DetailedStatusMessageSet\": [ // 活动内部错误集合(非空不代表活动失败)\n {\n \"Code\": \"InvalidInstanceType\",\n \"Zone\": \"ap-guangzhou-6\",\n \"InstanceId\": \"\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"SubnetId\": \"subnet-4t5mgeuu\",\n \"Message\": \"The specified instance type `S5.LARGE8` is invalid in `subnet-4t5mgeuu`, `ap-guangzhou-6`.\",\n \"InstanceType\": \"S5.LARGE8\"\n }\n ]\n}\n```",
68
68
  "input": "CreateNotificationConfigurationRequest",
69
69
  "name": "创建通知",
70
70
  "output": "CreateNotificationConfigurationResponse",
@@ -4079,6 +4079,17 @@
4079
4079
  "required": false,
4080
4080
  "type": "string",
4081
4081
  "value_allowed_null": true
4082
+ },
4083
+ {
4084
+ "disabled": false,
4085
+ "document": "云服务器的主机名分隔符。\n默认的分隔符是点号(.),可选短横线(-)。仅有点号(.)和短横线(-)能作为主机名的分隔符。如果不设置,则默认采用点号(.)分隔符。\n通过分割符连接多段。\n\n假设原主机名为“product-as-host”,分隔符HostNameDelimiter为“-”,设置主机名后缀\"suffix\",那么最终主机名为“product-as-host-suffix”。",
4086
+ "example": ".",
4087
+ "member": "string",
4088
+ "name": "HostNameDelimiter",
4089
+ "output_required": false,
4090
+ "required": false,
4091
+ "type": "string",
4092
+ "value_allowed_null": false
4082
4093
  }
4083
4094
  ],
4084
4095
  "usage": "both"
@@ -4394,6 +4405,17 @@
4394
4405
  "required": false,
4395
4406
  "type": "string",
4396
4407
  "value_allowed_null": true
4408
+ },
4409
+ {
4410
+ "disabled": false,
4411
+ "document": "云服务器实例名分隔符。 默认的分隔符是点号(.),可选短横线(-)。仅有点号(.)和短横线(-)能作为实例名的分隔符。如果不设置,则默认采用点号(.)分隔符。 通过分割符连接多段。\n\n假设原实例名为“product-as-instance”,分隔符InstanceNameDelimiter为“-”,设置实例名后缀\"suffix\",那么最终实例名为“product-as-instance-suffix”。",
4412
+ "example": ".",
4413
+ "member": "string",
4414
+ "name": "InstanceNameDelimiter",
4415
+ "output_required": false,
4416
+ "required": false,
4417
+ "type": "string",
4418
+ "value_allowed_null": false
4397
4419
  }
4398
4420
  ],
4399
4421
  "usage": "both"
@@ -4486,7 +4508,7 @@
4486
4508
  },
4487
4509
  {
4488
4510
  "disabled": false,
4489
- "document": "公网 IP 类型。\n\n<li> WanIP:普通公网IP。</li>\n<li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>\n<li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li> \n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
4511
+ "document": "公网 IP 类型。\n\n<li> WanIP:普通公网IP。</li>\n<li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>\n<li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li> \n如需为资源分配弹性公网IPv4地址,请指定弹性公网IPv4地址类型。如只使用WanIP,不需要设置此字段。\n\n精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
4490
4512
  "example": "WanIP",
4491
4513
  "member": "string",
4492
4514
  "name": "IPv4AddressType",
@@ -441,7 +441,7 @@
441
441
  {
442
442
  "disabled": false,
443
443
  "document": "应用程序软件包的远程存储路径",
444
- "example": "cos://kelvin-test-1251762227.cos.ap-nanjing.myqcloud.com/batch_test/",
444
+ "example": "cos://kelvin-test-1251762227.cos.ap-nanjing.myqcloud.com/batch_test/demon_job.tar.gz",
445
445
  "member": "string",
446
446
  "name": "PackagePath",
447
447
  "output_required": false,