tccli-intl-en 3.0.1248.1__py2.py3-none-any.whl → 3.1.33.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 (245) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +32 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +5 -2
  10. tccli/services/ams/ams_client.py +20 -8
  11. tccli/services/antiddos/antiddos_client.py +350 -140
  12. tccli/services/apigateway/apigateway_client.py +465 -186
  13. tccli/services/apm/apm_client.py +835 -68
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +10 -4
  17. tccli/services/autoscaling/autoscaling_client.py +290 -116
  18. tccli/services/autoscaling/v20180419/api.json +78 -28
  19. tccli/services/batch/batch_client.py +140 -56
  20. tccli/services/bi/bi_client.py +120 -48
  21. tccli/services/billing/billing_client.py +210 -84
  22. tccli/services/cam/cam_client.py +405 -162
  23. tccli/services/captcha/captcha_client.py +5 -2
  24. tccli/services/car/car_client.py +165 -66
  25. tccli/services/cbs/cbs_client.py +190 -76
  26. tccli/services/ccc/ccc_client.py +794 -160
  27. tccli/services/ccc/v20200210/api.json +1778 -202
  28. tccli/services/ccc/v20200210/examples.json +64 -0
  29. tccli/services/cdb/cdb_client.py +1770 -531
  30. tccli/services/cdb/v20170320/api.json +2166 -335
  31. tccli/services/cdb/v20170320/examples.json +126 -6
  32. tccli/services/cdc/cdc_client.py +100 -40
  33. tccli/services/cdc/v20201214/api.json +2 -2
  34. tccli/services/cdc/v20201214/examples.json +4 -4
  35. tccli/services/cdn/cdn_client.py +220 -88
  36. tccli/services/cdn/v20180606/api.json +22 -22
  37. tccli/services/cdn/v20180606/examples.json +1 -1
  38. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  39. tccli/services/cdwpg/cdwpg_client.py +120 -48
  40. tccli/services/cdz/__init__.py +4 -0
  41. tccli/services/cdz/cdz_client.py +210 -0
  42. tccli/services/cdz/v20221123/api.json +233 -0
  43. tccli/services/cdz/v20221123/examples.json +12 -0
  44. tccli/services/cfg/cfg_client.py +80 -32
  45. tccli/services/cfs/cfs_client.py +195 -78
  46. tccli/services/cfw/cfw_client.py +330 -132
  47. tccli/services/chdfs/chdfs_client.py +145 -58
  48. tccli/services/ciam/ciam_client.py +80 -32
  49. tccli/services/ckafka/ckafka_client.py +1149 -259
  50. tccli/services/ckafka/v20190819/api.json +3738 -1696
  51. tccli/services/ckafka/v20190819/examples.json +266 -162
  52. tccli/services/clb/clb_client.py +1054 -469
  53. tccli/services/clb/v20180317/api.json +2273 -1020
  54. tccli/services/clb/v20180317/examples.json +184 -124
  55. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  56. tccli/services/cls/cls_client.py +434 -173
  57. tccli/services/cmq/cmq_client.py +14 -803
  58. tccli/services/cmq/v20190304/api.json +173 -1367
  59. tccli/services/cmq/v20190304/examples.json +0 -120
  60. tccli/services/config/config_client.py +30 -12
  61. tccli/services/controlcenter/controlcenter_client.py +229 -2
  62. tccli/services/controlcenter/v20230110/api.json +528 -5
  63. tccli/services/controlcenter/v20230110/examples.json +32 -0
  64. tccli/services/csip/csip_client.py +170 -68
  65. tccli/services/ctsdb/ctsdb_client.py +10 -4
  66. tccli/services/cvm/cvm_client.py +706 -189
  67. tccli/services/cvm/v20170312/api.json +598 -185
  68. tccli/services/cvm/v20170312/examples.json +172 -126
  69. tccli/services/cwp/cwp_client.py +2325 -930
  70. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  71. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  72. tccli/services/cynosdb/v20190107/examples.json +132 -4
  73. tccli/services/dataintegration/dataintegration_client.py +5 -2
  74. tccli/services/dayu/dayu_client.py +515 -206
  75. tccli/services/dbbrain/dbbrain_client.py +210 -84
  76. tccli/services/dc/dc_client.py +90 -36
  77. tccli/services/dcdb/dcdb_client.py +310 -124
  78. tccli/services/dlc/dlc_client.py +859 -214
  79. tccli/services/dlc/v20210125/api.json +637 -13
  80. tccli/services/dlc/v20210125/examples.json +48 -0
  81. tccli/services/dms/dms_client.py +10 -4
  82. tccli/services/dnspod/dnspod_client.py +302 -76
  83. tccli/services/dnspod/v20210323/api.json +153 -0
  84. tccli/services/dnspod/v20210323/examples.json +16 -0
  85. tccli/services/domain/domain_client.py +120 -48
  86. tccli/services/dts/dts_client.py +415 -166
  87. tccli/services/eb/eb_client.py +130 -52
  88. tccli/services/ecdn/ecdn_client.py +75 -30
  89. tccli/services/ecm/ecm_client.py +620 -248
  90. tccli/services/eiam/eiam_client.py +200 -80
  91. tccli/services/emr/emr_client.py +2815 -146
  92. tccli/services/emr/v20190103/api.json +14527 -4841
  93. tccli/services/emr/v20190103/examples.json +404 -36
  94. tccli/services/es/es_client.py +105 -42
  95. tccli/services/facefusion/facefusion_client.py +15 -6
  96. tccli/services/faceid/faceid_client.py +95 -38
  97. tccli/services/faceid/v20180301/api.json +196 -53
  98. tccli/services/faceid/v20180301/examples.json +3 -3
  99. tccli/services/gaap/gaap_client.py +440 -176
  100. tccli/services/gme/gme_client.py +50 -20
  101. tccli/services/gpm/gpm_client.py +90 -36
  102. tccli/services/gse/gse_client.py +110 -44
  103. tccli/services/gwlb/gwlb_client.py +90 -36
  104. tccli/services/hunyuan/__init__.py +4 -0
  105. tccli/services/hunyuan/hunyuan_client.py +546 -0
  106. tccli/services/hunyuan/v20230901/api.json +628 -0
  107. tccli/services/hunyuan/v20230901/examples.json +60 -0
  108. tccli/services/iai/iai_client.py +145 -58
  109. tccli/services/iap/iap_client.py +30 -12
  110. tccli/services/ims/ims_client.py +5 -2
  111. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  112. tccli/services/iotcloud/iotcloud_client.py +100 -40
  113. tccli/services/ip/ip_client.py +30 -12
  114. tccli/services/kms/kms_client.py +340 -136
  115. tccli/services/kms/v20190118/api.json +80 -3
  116. tccli/services/kms/v20190118/examples.json +3 -3
  117. tccli/services/lcic/lcic_client.py +265 -106
  118. tccli/services/lighthouse/lighthouse_client.py +730 -172
  119. tccli/services/lighthouse/v20200324/api.json +502 -14
  120. tccli/services/lighthouse/v20200324/examples.json +59 -5
  121. tccli/services/live/live_client.py +600 -240
  122. tccli/services/lke/lke_client.py +450 -180
  123. tccli/services/lkeap/__init__.py +4 -0
  124. tccli/services/lkeap/lkeap_client.py +602 -0
  125. tccli/services/lkeap/v20240522/api.json +989 -0
  126. tccli/services/lkeap/v20240522/examples.json +92 -0
  127. tccli/services/mariadb/mariadb_client.py +250 -100
  128. tccli/services/mdc/mdc_client.py +90 -36
  129. tccli/services/mdl/mdl_client.py +357 -90
  130. tccli/services/mdl/v20200326/api.json +1095 -77
  131. tccli/services/mdl/v20200326/examples.json +40 -16
  132. tccli/services/mdp/mdp_client.py +416 -124
  133. tccli/services/mdp/v20200527/api.json +335 -40
  134. tccli/services/mdp/v20200527/examples.json +95 -79
  135. tccli/services/message/__init__.py +4 -0
  136. tccli/services/message/message_client.py +210 -0
  137. tccli/services/message/v20181225/api.json +72 -0
  138. tccli/services/message/v20181225/examples.json +13 -0
  139. tccli/services/mongodb/mongodb_client.py +1404 -141
  140. tccli/services/mongodb/v20190725/api.json +2919 -677
  141. tccli/services/mongodb/v20190725/examples.json +190 -22
  142. tccli/services/monitor/monitor_client.py +1008 -296
  143. tccli/services/monitor/v20180724/api.json +664 -15
  144. tccli/services/monitor/v20180724/examples.json +152 -4
  145. tccli/services/mps/mps_client.py +1721 -381
  146. tccli/services/mps/v20190612/api.json +4905 -561
  147. tccli/services/mps/v20190612/examples.json +221 -69
  148. tccli/services/mqtt/__init__.py +4 -0
  149. tccli/services/mqtt/mqtt_client.py +1610 -0
  150. tccli/services/mqtt/v20240516/api.json +3057 -0
  151. tccli/services/mqtt/v20240516/examples.json +213 -0
  152. tccli/services/msp/msp_client.py +35 -14
  153. tccli/services/ocr/ocr_client.py +358 -76
  154. tccli/services/ocr/v20181119/api.json +731 -88
  155. tccli/services/ocr/v20181119/examples.json +40 -10
  156. tccli/services/omics/omics_client.py +100 -40
  157. tccli/services/organization/organization_client.py +580 -232
  158. tccli/services/postgres/postgres_client.py +455 -182
  159. tccli/services/privatedns/privatedns_client.py +155 -62
  160. tccli/services/pts/pts_client.py +240 -96
  161. tccli/services/quota/__init__.py +4 -0
  162. tccli/services/quota/quota_client.py +434 -0
  163. tccli/services/quota/v20241204/api.json +548 -0
  164. tccli/services/quota/v20241204/examples.json +51 -0
  165. tccli/services/rce/rce_client.py +5 -2
  166. tccli/services/redis/redis_client.py +545 -218
  167. tccli/services/redis/v20180412/api.json +227 -115
  168. tccli/services/redis/v20180412/examples.json +19 -19
  169. tccli/services/region/region_client.py +15 -6
  170. tccli/services/rum/rum_client.py +300 -120
  171. tccli/services/scf/scf_client.py +210 -84
  172. tccli/services/ses/ses_client.py +145 -58
  173. tccli/services/smh/__init__.py +4 -0
  174. tccli/services/smh/smh_client.py +714 -0
  175. tccli/services/smh/v20210712/api.json +1287 -0
  176. tccli/services/smh/v20210712/examples.json +85 -0
  177. tccli/services/sms/sms_client.py +90 -36
  178. tccli/services/sqlserver/sqlserver_client.py +3759 -480
  179. tccli/services/sqlserver/v20180328/api.json +8909 -2941
  180. tccli/services/sqlserver/v20180328/examples.json +447 -3
  181. tccli/services/ssl/ssl_client.py +190 -76
  182. tccli/services/ssm/ssm_client.py +120 -48
  183. tccli/services/sts/sts_client.py +25 -10
  184. tccli/services/tag/tag_client.py +150 -60
  185. tccli/services/tat/tat_client.py +95 -38
  186. tccli/services/tbaas/tbaas_client.py +20 -8
  187. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  188. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  189. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  190. tccli/services/tchd/tchd_client.py +5 -2
  191. tccli/services/tcmpp/tcmpp_client.py +520 -208
  192. tccli/services/tcr/tcr_client.py +380 -152
  193. tccli/services/tcsas/tcsas_client.py +2576 -327
  194. tccli/services/tcsas/v20250106/api.json +8304 -3241
  195. tccli/services/tcsas/v20250106/examples.json +311 -15
  196. tccli/services/tcss/tcss_client.py +1650 -660
  197. tccli/services/tdid/tdid_client.py +240 -96
  198. tccli/services/tdmq/tdmq_client.py +2876 -466
  199. tccli/services/tdmq/v20200217/api.json +11607 -3958
  200. tccli/services/tdmq/v20200217/examples.json +562 -264
  201. tccli/services/tem/tem_client.py +280 -112
  202. tccli/services/teo/teo_client.py +1590 -540
  203. tccli/services/teo/v20220901/api.json +703 -71
  204. tccli/services/teo/v20220901/examples.json +88 -22
  205. tccli/services/tione/__init__.py +4 -0
  206. tccli/services/tione/tione_client.py +210 -0
  207. tccli/services/tione/v20211111/api.json +3074 -0
  208. tccli/services/tione/v20211111/examples.json +12 -0
  209. tccli/services/tiw/tiw_client.py +255 -102
  210. tccli/services/tke/tke_client.py +858 -276
  211. tccli/services/tke/v20180525/api.json +227 -0
  212. tccli/services/tke/v20180525/examples.json +24 -0
  213. tccli/services/tms/tms_client.py +5 -2
  214. tccli/services/tmt/tmt_client.py +5 -2
  215. tccli/services/trabbit/trabbit_client.py +145 -58
  216. tccli/services/trocket/__init__.py +4 -0
  217. tccli/services/trocket/trocket_client.py +2450 -0
  218. tccli/services/trocket/v20230308/api.json +6062 -0
  219. tccli/services/trocket/v20230308/examples.json +339 -0
  220. tccli/services/trro/trro_client.py +95 -38
  221. tccli/services/trtc/trtc_client.py +255 -102
  222. tccli/services/trtc/v20190722/api.json +135 -31
  223. tccli/services/trtc/v20190722/examples.json +7 -7
  224. tccli/services/tts/tts_client.py +5 -2
  225. tccli/services/vclm/vclm_client.py +10 -4
  226. tccli/services/vm/vm_client.py +20 -8
  227. tccli/services/vod/v20180717/api.json +2929 -296
  228. tccli/services/vod/v20180717/examples.json +40 -6
  229. tccli/services/vod/vod_client.py +1175 -358
  230. tccli/services/vpc/v20170312/api.json +1102 -137
  231. tccli/services/vpc/v20170312/examples.json +127 -23
  232. tccli/services/vpc/vpc_client.py +2241 -670
  233. tccli/services/waf/v20180125/api.json +1372 -194
  234. tccli/services/waf/v20180125/examples.json +89 -1
  235. tccli/services/waf/waf_client.py +1149 -245
  236. tccli/services/wedata/v20250806/api.json +13644 -0
  237. tccli/services/wedata/v20250806/examples.json +621 -0
  238. tccli/services/wedata/wedata_client.py +6067 -1263
  239. tccli/services/yunjing/yunjing_client.py +355 -142
  240. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +4 -7
  241. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +245 -203
  242. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  243. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -1
  244. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  245. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -50,7 +50,7 @@
50
50
  "status": "online"
51
51
  },
52
52
  "CreateExporterIntegration": {
53
- "document": "This API is used to create an exporter integration.",
53
+ "document": "Create an exporter integration in the integration center. Due to the considerable number of integrations, it is advisable to create through the console. **Prerequisite:** Authorized to create a managed EKS cluster. **Verification method:** 1. Confirm on the console interface. If no authorization notification appears, it indicates authorization is granted. 2. Query the cluster status via the `DescribePrometheusInstanceInitStatus` API. If the managed cluster does not exist, create it using the `RunPrometheusInstance` API.",
54
54
  "input": "CreateExporterIntegrationRequest",
55
55
  "name": "Creates an exporter integration",
56
56
  "output": "CreateExporterIntegrationResponse",
@@ -91,6 +91,13 @@
91
91
  "output": "CreatePrometheusAgentResponse",
92
92
  "status": "online"
93
93
  },
94
+ "CreatePrometheusAlertGroup": {
95
+ "document": "This API is used to create a Prometheus alert rule groups.\n\nThis API is used to group alert rules, which can include multiple alert rules. Alert messages within the group are sent via the alert group's notification template.\nThis API is used to enable individually creating enabled/disabled alert rules under an alert group.",
96
+ "input": "CreatePrometheusAlertGroupRequest",
97
+ "name": "Create Prometheus alert rule groups",
98
+ "output": "CreatePrometheusAlertGroupResponse",
99
+ "status": "online"
100
+ },
94
101
  "CreatePrometheusAlertPolicy": {
95
102
  "document": "This API is used to create an alerting rule.",
96
103
  "input": "CreatePrometheusAlertPolicyRequest",
@@ -224,6 +231,13 @@
224
231
  "output": "DeletePolicyGroupResponse",
225
232
  "status": "online"
226
233
  },
234
+ "DeletePrometheusAlertGroups": {
235
+ "document": "This API is used to delete Prometheus alert rule groups.",
236
+ "input": "DeletePrometheusAlertGroupsRequest",
237
+ "name": "Delete Prometheus alert rule groups",
238
+ "output": "DeletePrometheusAlertGroupsResponse",
239
+ "status": "online"
240
+ },
227
241
  "DeletePrometheusAlertPolicy": {
228
242
  "document": "This API is used to delete a TMP 2.0 instance alerting rule.",
229
243
  "input": "DeletePrometheusAlertPolicyRequest",
@@ -518,6 +532,13 @@
518
532
  "output": "DescribePrometheusAgentsResponse",
519
533
  "status": "online"
520
534
  },
535
+ "DescribePrometheusAlertGroups": {
536
+ "document": "This API is used to query alarm groups under a given prometheus.",
537
+ "input": "DescribePrometheusAlertGroupsRequest",
538
+ "name": "Lists Prometheus Alarm groups",
539
+ "output": "DescribePrometheusAlertGroupsResponse",
540
+ "status": "online"
541
+ },
521
542
  "DescribePrometheusAlertPolicy": {
522
543
  "document": "This API is used to get the list of v2.0 instance alerting rules.",
523
544
  "input": "DescribePrometheusAlertPolicyRequest",
@@ -973,6 +994,20 @@
973
994
  "output": "UpdatePrometheusAgentStatusResponse",
974
995
  "status": "online"
975
996
  },
997
+ "UpdatePrometheusAlertGroup": {
998
+ "document": "This API is used to update Prometheus alert rule groups.",
999
+ "input": "UpdatePrometheusAlertGroupRequest",
1000
+ "name": "Update Prometheus alert rule grouping",
1001
+ "output": "UpdatePrometheusAlertGroupResponse",
1002
+ "status": "online"
1003
+ },
1004
+ "UpdatePrometheusAlertGroupState": {
1005
+ "document": "This API is used to batch update the status of alarm groups and set all rules grouped in them to the target status.",
1006
+ "input": "UpdatePrometheusAlertGroupStateRequest",
1007
+ "name": "Update Prometheus Alarm group status",
1008
+ "output": "UpdatePrometheusAlertGroupStateResponse",
1009
+ "status": "online"
1010
+ },
976
1011
  "UpdatePrometheusScrapeJob": {
977
1012
  "document": "This API is used to update a Prometheus scrape task.",
978
1013
  "input": "UpdatePrometheusScrapeJobRequest",
@@ -2212,7 +2247,7 @@
2212
2247
  "document": "BindPrometheusManagedGrafana response structure.",
2213
2248
  "members": [
2214
2249
  {
2215
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
2250
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2216
2251
  "member": "string",
2217
2252
  "name": "RequestId",
2218
2253
  "type": "string"
@@ -3137,12 +3172,12 @@
3137
3172
  "example": "arule-f2vx2owo",
3138
3173
  "member": "string",
3139
3174
  "name": "RuleId",
3140
- "required": true,
3175
+ "output_required": true,
3141
3176
  "type": "string",
3142
3177
  "value_allowed_null": true
3143
3178
  },
3144
3179
  {
3145
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
3180
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3146
3181
  "member": "string",
3147
3182
  "name": "RequestId",
3148
3183
  "type": "string"
@@ -3164,7 +3199,7 @@
3164
3199
  },
3165
3200
  {
3166
3201
  "disabled": false,
3167
- "document": "Type",
3202
+ "document": "Type (obtain through the DescribePrometheusIntegrations api, using the ExporterType field of each item).",
3168
3203
  "example": "mysql-exporter",
3169
3204
  "member": "string",
3170
3205
  "name": "Kind",
@@ -3174,7 +3209,7 @@
3174
3209
  {
3175
3210
  "disabled": false,
3176
3211
  "document": "Integrated configuration",
3177
- "example": "{\"name\":\"test\",\"kind\":\"mysql-exporter\", \"instanceSpec\":{}}",
3212
+ "example": "{\"name\":\"test\",\"kind\":\"blackbox-exporter\",\"spec\":{\"instanceSpec\":{\"module\":\"http_get\",\"urls\":[\"http://abc\"]}}}",
3178
3213
  "member": "string",
3179
3214
  "name": "Content",
3180
3215
  "required": true,
@@ -3182,7 +3217,7 @@
3182
3217
  },
3183
3218
  {
3184
3219
  "disabled": false,
3185
- "document": "Kubernetes cluster type. Valid values:\n<li> 1 = TKE </li>\n<li> 2 = EKS </li>\n<li> 3 = MEKS </li>",
3220
+ "document": "Kubernetes cluster type, optional, valid values are as follows:.\n<li>1 = TKE</li>\n<li>2 = EKS</li>\n<li>3 = MEKS</li>",
3186
3221
  "example": "3",
3187
3222
  "member": "int64",
3188
3223
  "name": "KubeType",
@@ -3191,7 +3226,7 @@
3191
3226
  },
3192
3227
  {
3193
3228
  "disabled": false,
3194
- "document": "Cluster ID",
3229
+ "document": "Cluster ID, optional.",
3195
3230
  "example": "cls-xx",
3196
3231
  "member": "string",
3197
3232
  "name": "ClusterId",
@@ -3207,15 +3242,15 @@
3207
3242
  {
3208
3243
  "disabled": false,
3209
3244
  "document": "The list of successfully created integrations.",
3210
- "example": "",
3245
+ "example": "kafka-name",
3211
3246
  "member": "string",
3212
3247
  "name": "Names",
3213
- "required": true,
3248
+ "output_required": true,
3214
3249
  "type": "list",
3215
3250
  "value_allowed_null": false
3216
3251
  },
3217
3252
  {
3218
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
3253
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3219
3254
  "member": "string",
3220
3255
  "name": "RequestId",
3221
3256
  "type": "string"
@@ -3723,7 +3758,7 @@
3723
3758
  {
3724
3759
  "disabled": false,
3725
3760
  "document": "Agent name",
3726
- "example": "test",
3761
+ "example": "example",
3727
3762
  "member": "string",
3728
3763
  "name": "Name",
3729
3764
  "required": true,
@@ -3738,15 +3773,106 @@
3738
3773
  {
3739
3774
  "disabled": false,
3740
3775
  "document": "ID of a successfully created agent.",
3741
- "example": "",
3776
+ "example": "agent-abcd",
3742
3777
  "member": "string",
3743
3778
  "name": "AgentId",
3744
- "required": true,
3779
+ "output_required": true,
3745
3780
  "type": "string",
3746
3781
  "value_allowed_null": false
3747
3782
  },
3748
3783
  {
3749
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
3784
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3785
+ "member": "string",
3786
+ "name": "RequestId",
3787
+ "type": "string"
3788
+ }
3789
+ ],
3790
+ "type": "object"
3791
+ },
3792
+ "CreatePrometheusAlertGroupRequest": {
3793
+ "document": "CreatePrometheusAlertGroup request structure.",
3794
+ "members": [
3795
+ {
3796
+ "disabled": false,
3797
+ "document": "prometheus instance ID.",
3798
+ "example": "prom-23sadu23",
3799
+ "member": "string",
3800
+ "name": "InstanceId",
3801
+ "required": false,
3802
+ "type": "string"
3803
+ },
3804
+ {
3805
+ "disabled": false,
3806
+ "document": "Alert group name. Not allowed to have the same name as other Alert groups.",
3807
+ "example": "告警规则创建测试",
3808
+ "member": "string",
3809
+ "name": "GroupName",
3810
+ "required": false,
3811
+ "type": "string"
3812
+ },
3813
+ {
3814
+ "disabled": false,
3815
+ "document": "Alert group status.\n2 - enable.\n3 - disabled.\nSpecifies to overwrite all alert rule statuses under the `Rules` field when not empty.\n",
3816
+ "example": "2",
3817
+ "member": "int64",
3818
+ "name": "GroupState",
3819
+ "required": false,
3820
+ "type": "int"
3821
+ },
3822
+ {
3823
+ "disabled": false,
3824
+ "document": "Alert notification template ID list of tencent cloud observability platform, such as Consumer-xxxx or notice-xxxx.",
3825
+ "example": "[\"Consumer-5sfs3242\", \"notice-as6512as\"]",
3826
+ "member": "string",
3827
+ "name": "AMPReceivers",
3828
+ "required": false,
3829
+ "type": "list"
3830
+ },
3831
+ {
3832
+ "disabled": false,
3833
+ "document": "Specifies the custom Alert notification template.",
3834
+ "example": "无",
3835
+ "member": "PrometheusAlertCustomReceiver",
3836
+ "name": "CustomReceiver",
3837
+ "required": false,
3838
+ "type": "object"
3839
+ },
3840
+ {
3841
+ "disabled": false,
3842
+ "document": "Alert notification cycle (convergence time). defaults to 1h if left empty.",
3843
+ "example": "5m",
3844
+ "member": "string",
3845
+ "name": "RepeatInterval",
3846
+ "required": false,
3847
+ "type": "string"
3848
+ },
3849
+ {
3850
+ "disabled": false,
3851
+ "document": "Specifies the Alert rule list to be created.",
3852
+ "example": "无",
3853
+ "member": "PrometheusAlertGroupRuleSet",
3854
+ "name": "Rules",
3855
+ "required": false,
3856
+ "type": "list"
3857
+ }
3858
+ ],
3859
+ "type": "object"
3860
+ },
3861
+ "CreatePrometheusAlertGroupResponse": {
3862
+ "document": "CreatePrometheusAlertGroup response structure.",
3863
+ "members": [
3864
+ {
3865
+ "disabled": false,
3866
+ "document": "Created Alert group ID, which matches the regular expression `alert-[a-z0-9]{8}`.",
3867
+ "example": "alert-sx123a23",
3868
+ "member": "string",
3869
+ "name": "GroupId",
3870
+ "output_required": false,
3871
+ "type": "string",
3872
+ "value_allowed_null": false
3873
+ },
3874
+ {
3875
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3750
3876
  "member": "string",
3751
3877
  "name": "RequestId",
3752
3878
  "type": "string"
@@ -4717,6 +4843,42 @@
4717
4843
  ],
4718
4844
  "type": "object"
4719
4845
  },
4846
+ "DeletePrometheusAlertGroupsRequest": {
4847
+ "document": "DeletePrometheusAlertGroups request structure.",
4848
+ "members": [
4849
+ {
4850
+ "disabled": false,
4851
+ "document": "prometheus instance id.",
4852
+ "example": "prom-asd654xz",
4853
+ "member": "string",
4854
+ "name": "InstanceId",
4855
+ "required": false,
4856
+ "type": "string"
4857
+ },
4858
+ {
4859
+ "disabled": false,
4860
+ "document": "Alert group IDs that needs to be deleted, such as alert-xxxxx.",
4861
+ "example": "[\"alert-123khjg2\", \"alert-1234asxf\"]",
4862
+ "member": "string",
4863
+ "name": "GroupIds",
4864
+ "required": false,
4865
+ "type": "list"
4866
+ }
4867
+ ],
4868
+ "type": "object"
4869
+ },
4870
+ "DeletePrometheusAlertGroupsResponse": {
4871
+ "document": "DeletePrometheusAlertGroups response structure.",
4872
+ "members": [
4873
+ {
4874
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
4875
+ "member": "string",
4876
+ "name": "RequestId",
4877
+ "type": "string"
4878
+ }
4879
+ ],
4880
+ "type": "object"
4881
+ },
4720
4882
  "DeletePrometheusAlertPolicyRequest": {
4721
4883
  "document": "DeletePrometheusAlertPolicy request structure.",
4722
4884
  "members": [
@@ -9962,6 +10124,89 @@
9962
10124
  ],
9963
10125
  "type": "object"
9964
10126
  },
10127
+ "DescribePrometheusAlertGroupsRequest": {
10128
+ "document": "DescribePrometheusAlertGroups request structure.",
10129
+ "members": [
10130
+ {
10131
+ "disabled": false,
10132
+ "document": "prometheus instance ID",
10133
+ "example": "prom-zs761zs2",
10134
+ "member": "string",
10135
+ "name": "InstanceId",
10136
+ "required": false,
10137
+ "type": "string"
10138
+ },
10139
+ {
10140
+ "disabled": false,
10141
+ "document": "Number of returned results. defaults to 20. maximum value is 100.",
10142
+ "example": "10",
10143
+ "member": "int64",
10144
+ "name": "Limit",
10145
+ "required": false,
10146
+ "type": "int"
10147
+ },
10148
+ {
10149
+ "disabled": false,
10150
+ "document": "Offset. default value: 0.",
10151
+ "example": "0",
10152
+ "member": "int64",
10153
+ "name": "Offset",
10154
+ "required": false,
10155
+ "type": "int"
10156
+ },
10157
+ {
10158
+ "disabled": false,
10159
+ "document": "Alert group ID, such as alert-xxxx.\nList the alert group with the given ID.",
10160
+ "example": "alert-f2vx278",
10161
+ "member": "string",
10162
+ "name": "GroupId",
10163
+ "required": false,
10164
+ "type": "string"
10165
+ },
10166
+ {
10167
+ "disabled": false,
10168
+ "document": "Specifies the alert group name.\nList alert groups which name contains the given string.",
10169
+ "example": "告警分组-11",
10170
+ "member": "string",
10171
+ "name": "GroupName",
10172
+ "required": false,
10173
+ "type": "string"
10174
+ }
10175
+ ],
10176
+ "type": "object"
10177
+ },
10178
+ "DescribePrometheusAlertGroupsResponse": {
10179
+ "document": "DescribePrometheusAlertGroups response structure.",
10180
+ "members": [
10181
+ {
10182
+ "disabled": false,
10183
+ "document": "Alert group information.\nNote: This field may return null, indicating that no valid values can be obtained.",
10184
+ "example": "无",
10185
+ "member": "PrometheusAlertGroupSet",
10186
+ "name": "AlertGroupSet",
10187
+ "output_required": false,
10188
+ "type": "list",
10189
+ "value_allowed_null": true
10190
+ },
10191
+ {
10192
+ "disabled": false,
10193
+ "document": "Total count of Alert groups.\nNote: This field may return null, indicating that no valid values can be obtained.",
10194
+ "example": "10",
10195
+ "member": "int64",
10196
+ "name": "TotalCount",
10197
+ "output_required": false,
10198
+ "type": "int",
10199
+ "value_allowed_null": true
10200
+ },
10201
+ {
10202
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
10203
+ "member": "string",
10204
+ "name": "RequestId",
10205
+ "type": "string"
10206
+ }
10207
+ ],
10208
+ "type": "object"
10209
+ },
9965
10210
  "DescribePrometheusAlertPolicyRequest": {
9966
10211
  "document": "DescribePrometheusAlertPolicy request structure.",
9967
10212
  "members": [
@@ -14994,6 +15239,263 @@
14994
15239
  ],
14995
15240
  "usage": "out"
14996
15241
  },
15242
+ "PrometheusAlertAllowTimeRange": {
15243
+ "document": "Prometheus custom Alert notification period.",
15244
+ "members": [
15245
+ {
15246
+ "disabled": false,
15247
+ "document": "Seconds from 00:00:00.\nNote: This field may return null, indicating that no valid values can be obtained.",
15248
+ "example": "0",
15249
+ "member": "string",
15250
+ "name": "Start",
15251
+ "output_required": false,
15252
+ "required": false,
15253
+ "type": "string",
15254
+ "value_allowed_null": true
15255
+ },
15256
+ {
15257
+ "disabled": false,
15258
+ "document": "Seconds from 00:00:00.\nNote: This field may return null, indicating that no valid values can be obtained.",
15259
+ "example": "3600",
15260
+ "member": "string",
15261
+ "name": "End",
15262
+ "output_required": false,
15263
+ "required": false,
15264
+ "type": "string",
15265
+ "value_allowed_null": true
15266
+ }
15267
+ ],
15268
+ "usage": "both"
15269
+ },
15270
+ "PrometheusAlertCustomReceiver": {
15271
+ "document": "Prometheus Alert custom notification template.",
15272
+ "members": [
15273
+ {
15274
+ "disabled": false,
15275
+ "document": "Notification customization type.\nAlertmanager - self-built alertmanager in vpc.\nwebhook - webhook address in the vpc.\nNote: This field may return null, indicating that no valid values can be obtained.",
15276
+ "example": "alertmanager",
15277
+ "member": "string",
15278
+ "name": "Type",
15279
+ "output_required": false,
15280
+ "required": false,
15281
+ "type": "string",
15282
+ "value_allowed_null": true
15283
+ },
15284
+ {
15285
+ "disabled": false,
15286
+ "document": "alertmanager/webhook url (ip in the same vpc as the prometheus instance).\nNote: This field may return null, indicating that no valid values can be obtained.",
15287
+ "example": "http://192.168.10.2:9090",
15288
+ "member": "string",
15289
+ "name": "Url",
15290
+ "output_required": false,
15291
+ "required": false,
15292
+ "type": "string",
15293
+ "value_allowed_null": true
15294
+ },
15295
+ {
15296
+ "disabled": false,
15297
+ "document": "Specifies the time range for allowing Alert sending.\nNote: This field may return null, indicating that no valid values can be obtained.",
15298
+ "example": "{{\"Start\": \"28800\", \"End\": \"72000\"}}",
15299
+ "member": "PrometheusAlertAllowTimeRange",
15300
+ "name": "AllowedTimeRanges",
15301
+ "output_required": false,
15302
+ "required": false,
15303
+ "type": "list",
15304
+ "value_allowed_null": true
15305
+ },
15306
+ {
15307
+ "disabled": false,
15308
+ "document": "alertmanager intranet cluster ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
15309
+ "example": "cls-asd212as",
15310
+ "member": "string",
15311
+ "name": "ClusterId",
15312
+ "output_required": false,
15313
+ "required": false,
15314
+ "type": "string",
15315
+ "value_allowed_null": true
15316
+ },
15317
+ {
15318
+ "disabled": false,
15319
+ "document": "alertmanager resides in the private network cluster type (tke/eks/tdcc).\nNote: This field may return null, indicating that no valid values can be obtained.",
15320
+ "example": "tke",
15321
+ "member": "string",
15322
+ "name": "ClusterType",
15323
+ "output_required": false,
15324
+ "required": false,
15325
+ "type": "string",
15326
+ "value_allowed_null": true
15327
+ }
15328
+ ],
15329
+ "usage": "both"
15330
+ },
15331
+ "PrometheusAlertGroupRuleSet": {
15332
+ "document": "Prometheus alert rule information within the group.",
15333
+ "members": [
15334
+ {
15335
+ "disabled": false,
15336
+ "document": "Alert rule name. same name is not allowed in the same Alert group.\nNote: This field may return null, indicating that no valid values can be obtained.",
15337
+ "example": "规则-1",
15338
+ "member": "string",
15339
+ "name": "RuleName",
15340
+ "output_required": false,
15341
+ "required": false,
15342
+ "type": "string",
15343
+ "value_allowed_null": true
15344
+ },
15345
+ {
15346
+ "disabled": false,
15347
+ "document": "Prometheus alert label list.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
15348
+ "example": "[{Key: \"ip\" Value: \"1.1.1.1\"}]",
15349
+ "member": "PrometheusRuleKV",
15350
+ "name": "Labels",
15351
+ "output_required": false,
15352
+ "required": false,
15353
+ "type": "list",
15354
+ "value_allowed_null": true
15355
+ },
15356
+ {
15357
+ "disabled": false,
15358
+ "document": "Prometheus alert annotation list.\n\nAlarm object and Alarm message are special fields of Prometheus Rule Annotations. they need to pass through Annotations for transmission. the corresponding keys are summary and description respectively.\nNote: This field may return null, indicating that no valid values can be obtained.",
15359
+ "example": "[{Key: \"summary\" Value: \"规则名称\"}]",
15360
+ "member": "PrometheusRuleKV",
15361
+ "name": "Annotations",
15362
+ "output_required": false,
15363
+ "required": false,
15364
+ "type": "list",
15365
+ "value_allowed_null": true
15366
+ },
15367
+ {
15368
+ "disabled": false,
15369
+ "document": "Alert will be triggered after 'Expr' satisfied for 'Duration'.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
15370
+ "example": "5m",
15371
+ "member": "string",
15372
+ "name": "Duration",
15373
+ "output_required": false,
15374
+ "required": false,
15375
+ "type": "string",
15376
+ "value_allowed_null": true
15377
+ },
15378
+ {
15379
+ "disabled": false,
15380
+ "document": "Alert expression. see <a href=\"https://www.tencentcloud.com/document/product/1416/56008?from_cn_redirect=1\">alert rule description</a>.\nNote: This field may return null, indicating that no valid values can be obtained.",
15381
+ "example": "job:request_latency_seconds:mean5m{job=\"myjob\"} > 0.5",
15382
+ "member": "string",
15383
+ "name": "Expr",
15384
+ "output_required": false,
15385
+ "required": false,
15386
+ "type": "string",
15387
+ "value_allowed_null": true
15388
+ },
15389
+ {
15390
+ "disabled": false,
15391
+ "document": "Alert rule status.\n2 - enable.\n3 - disabled.\nEnabled by default if left empty.\nNote: This field may return null, indicating that no valid values can be obtained.",
15392
+ "example": "2",
15393
+ "member": "int64",
15394
+ "name": "State",
15395
+ "output_required": false,
15396
+ "required": false,
15397
+ "type": "int",
15398
+ "value_allowed_null": true
15399
+ }
15400
+ ],
15401
+ "usage": "both"
15402
+ },
15403
+ "PrometheusAlertGroupSet": {
15404
+ "document": "Prometheus alert rule groups information.",
15405
+ "members": [
15406
+ {
15407
+ "disabled": false,
15408
+ "document": "Alert group ID. must match the regular expression `alert-[a-z0-9]{8}`.\nNote: This field may return null, indicating that no valid values can be obtained.",
15409
+ "example": "alert-f2vx278",
15410
+ "member": "string",
15411
+ "name": "GroupId",
15412
+ "output_required": false,
15413
+ "type": "string",
15414
+ "value_allowed_null": true
15415
+ },
15416
+ {
15417
+ "disabled": false,
15418
+ "document": "Alert group name.\nNote: This field may return null, indicating that no valid values can be obtained.",
15419
+ "example": "告警分组-11",
15420
+ "member": "string",
15421
+ "name": "GroupName",
15422
+ "output_required": false,
15423
+ "type": "string",
15424
+ "value_allowed_null": true
15425
+ },
15426
+ {
15427
+ "disabled": false,
15428
+ "document": "Alert template ID of tencent cloud observability platform (tcop). returns the converted notice ID of the Alert template.\nNote: This field may return null, indicating that no valid values can be obtained.",
15429
+ "example": "[\"notice-as454a12\"]",
15430
+ "member": "string",
15431
+ "name": "AMPReceivers",
15432
+ "output_required": false,
15433
+ "type": "list",
15434
+ "value_allowed_null": true
15435
+ },
15436
+ {
15437
+ "disabled": false,
15438
+ "document": "Custom Alert template.\nNote: This field may return null, indicating that no valid values can be obtained.",
15439
+ "example": "无",
15440
+ "member": "PrometheusAlertCustomReceiver",
15441
+ "name": "CustomReceiver",
15442
+ "output_required": false,
15443
+ "type": "object",
15444
+ "value_allowed_null": true
15445
+ },
15446
+ {
15447
+ "disabled": false,
15448
+ "document": "Alert notification interval.\nNote: This field may return null, indicating that no valid values can be obtained.",
15449
+ "example": "5m",
15450
+ "member": "string",
15451
+ "name": "RepeatInterval",
15452
+ "output_required": false,
15453
+ "type": "string",
15454
+ "value_allowed_null": true
15455
+ },
15456
+ {
15457
+ "disabled": false,
15458
+ "document": "If the Alert group is created via template, returns the template ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
15459
+ "example": "temp-sa123dsx",
15460
+ "member": "string",
15461
+ "name": "TemplateId",
15462
+ "output_required": false,
15463
+ "type": "string",
15464
+ "value_allowed_null": true
15465
+ },
15466
+ {
15467
+ "disabled": false,
15468
+ "document": "Alert rule details within the group.\nNote: This field may return null, indicating that no valid values can be obtained.",
15469
+ "example": "无",
15470
+ "member": "PrometheusAlertGroupRuleSet",
15471
+ "name": "Rules",
15472
+ "output_required": false,
15473
+ "type": "list",
15474
+ "value_allowed_null": true
15475
+ },
15476
+ {
15477
+ "disabled": false,
15478
+ "document": "Group creation time\n\nNote: This field may return null, indicating that no valid values can be obtained.",
15479
+ "example": "2023-07-24T17:08:16+08:00",
15480
+ "member": "string",
15481
+ "name": "CreatedAt",
15482
+ "output_required": false,
15483
+ "type": "string",
15484
+ "value_allowed_null": true
15485
+ },
15486
+ {
15487
+ "disabled": false,
15488
+ "document": "Group update time\n\nNote: This field may return null, indicating that no valid values can be obtained.",
15489
+ "example": "2023-07-24T17:08:16+08:00",
15490
+ "member": "string",
15491
+ "name": "UpdatedAt",
15492
+ "output_required": false,
15493
+ "type": "string",
15494
+ "value_allowed_null": true
15495
+ }
15496
+ ],
15497
+ "usage": "out"
15498
+ },
14997
15499
  "PrometheusAlertManagerConfig": {
14998
15500
  "document": "Self-built AlertManager configuration used by the alert channel",
14999
15501
  "members": [
@@ -16217,6 +16719,7 @@
16217
16719
  {
16218
16720
  "disabled": false,
16219
16721
  "document": "Key",
16722
+ "example": "",
16220
16723
  "member": "string",
16221
16724
  "name": "Key",
16222
16725
  "required": true,
@@ -16226,6 +16729,7 @@
16226
16729
  {
16227
16730
  "disabled": false,
16228
16731
  "document": "Value",
16732
+ "example": "",
16229
16733
  "member": "string",
16230
16734
  "name": "Value",
16231
16735
  "required": true,
@@ -18484,6 +18988,151 @@
18484
18988
  ],
18485
18989
  "type": "object"
18486
18990
  },
18991
+ "UpdatePrometheusAlertGroupRequest": {
18992
+ "document": "UpdatePrometheusAlertGroup request structure.",
18993
+ "members": [
18994
+ {
18995
+ "disabled": false,
18996
+ "document": "prometheus instance ID.",
18997
+ "example": "prom-23sadu23",
18998
+ "member": "string",
18999
+ "name": "InstanceId",
19000
+ "required": false,
19001
+ "type": "string"
19002
+ },
19003
+ {
19004
+ "disabled": false,
19005
+ "document": "Alert group ID, such as alert-xxxx.",
19006
+ "example": "alert-a654zxc1",
19007
+ "member": "string",
19008
+ "name": "GroupId",
19009
+ "required": false,
19010
+ "type": "string"
19011
+ },
19012
+ {
19013
+ "disabled": false,
19014
+ "document": "Alert group name. not allowed to have the same name as other alert groups.",
19015
+ "example": "告警规则创建测试",
19016
+ "member": "string",
19017
+ "name": "GroupName",
19018
+ "required": false,
19019
+ "type": "string"
19020
+ },
19021
+ {
19022
+ "disabled": false,
19023
+ "document": "Alert group status.\n2 - enable.\n3 - disabled.\nSpecifies the Alert rule status under the `Rules` field to be overwritten when not empty.",
19024
+ "example": "2",
19025
+ "member": "int64",
19026
+ "name": "GroupState",
19027
+ "required": false,
19028
+ "type": "int"
19029
+ },
19030
+ {
19031
+ "disabled": false,
19032
+ "document": "Alert notification template ID list of tencent cloud observability platform, such as Consumer-xxxx or notice-xxxx.",
19033
+ "example": "[\"Consumer-5sfs3242\"]",
19034
+ "member": "string",
19035
+ "name": "AMPReceivers",
19036
+ "required": false,
19037
+ "type": "list"
19038
+ },
19039
+ {
19040
+ "disabled": false,
19041
+ "document": "Specifies the custom Alert notification template.",
19042
+ "example": "无",
19043
+ "member": "PrometheusAlertCustomReceiver",
19044
+ "name": "CustomReceiver",
19045
+ "required": false,
19046
+ "type": "object"
19047
+ },
19048
+ {
19049
+ "disabled": false,
19050
+ "document": "Alert notification cycle (convergence time). defaults to 1h if left empty.",
19051
+ "example": "5m",
19052
+ "member": "string",
19053
+ "name": "RepeatInterval",
19054
+ "required": false,
19055
+ "type": "string"
19056
+ },
19057
+ {
19058
+ "disabled": false,
19059
+ "document": "Specifies the Alert rule list to be created.",
19060
+ "example": "无",
19061
+ "member": "PrometheusAlertGroupRuleSet",
19062
+ "name": "Rules",
19063
+ "required": false,
19064
+ "type": "list"
19065
+ }
19066
+ ],
19067
+ "type": "object"
19068
+ },
19069
+ "UpdatePrometheusAlertGroupResponse": {
19070
+ "document": "UpdatePrometheusAlertGroup response structure.",
19071
+ "members": [
19072
+ {
19073
+ "disabled": false,
19074
+ "document": "Updated Alert group ID. must match the regular expression `alert-[a-z0-9]{8}`.",
19075
+ "example": "alert-sx123a23",
19076
+ "member": "string",
19077
+ "name": "GroupId",
19078
+ "output_required": false,
19079
+ "type": "string",
19080
+ "value_allowed_null": false
19081
+ },
19082
+ {
19083
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
19084
+ "member": "string",
19085
+ "name": "RequestId",
19086
+ "type": "string"
19087
+ }
19088
+ ],
19089
+ "type": "object"
19090
+ },
19091
+ "UpdatePrometheusAlertGroupStateRequest": {
19092
+ "document": "UpdatePrometheusAlertGroupState request structure.",
19093
+ "members": [
19094
+ {
19095
+ "disabled": false,
19096
+ "document": "TMP instance ID",
19097
+ "example": "prom-x23as2sa",
19098
+ "member": "string",
19099
+ "name": "InstanceId",
19100
+ "required": false,
19101
+ "type": "string"
19102
+ },
19103
+ {
19104
+ "disabled": false,
19105
+ "document": "Alarm group ID list, such as alert-xxxx.",
19106
+ "example": "[\"alert-x12sa4da\", \"alert-bu2gzx62\"]",
19107
+ "member": "string",
19108
+ "name": "GroupIds",
19109
+ "required": false,
19110
+ "type": "list"
19111
+ },
19112
+ {
19113
+ "disabled": false,
19114
+ "document": "Describes the group status of the alarm.\n2 - enable.\n3 - disabled.",
19115
+ "example": "2",
19116
+ "member": "int64",
19117
+ "name": "GroupState",
19118
+ "required": false,
19119
+ "type": "int"
19120
+ }
19121
+ ],
19122
+ "type": "object"
19123
+ },
19124
+ "UpdatePrometheusAlertGroupStateResponse": {
19125
+ "document": "UpdatePrometheusAlertGroupState response structure.",
19126
+ "members": [
19127
+ {
19128
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
19129
+ "member": "string",
19130
+ "name": "RequestId",
19131
+ "type": "string"
19132
+ }
19133
+ ],
19134
+ "type": "object"
19135
+ },
18487
19136
  "UpdatePrometheusScrapeJobRequest": {
18488
19137
  "document": "UpdatePrometheusScrapeJob request structure.",
18489
19138
  "members": [