tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.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 (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.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",
@@ -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"
@@ -3754,6 +3789,97 @@
3754
3789
  ],
3755
3790
  "type": "object"
3756
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.",
3876
+ "member": "string",
3877
+ "name": "RequestId",
3878
+ "type": "string"
3879
+ }
3880
+ ],
3881
+ "type": "object"
3882
+ },
3757
3883
  "CreatePrometheusAlertPolicyRequest": {
3758
3884
  "document": "CreatePrometheusAlertPolicy request structure.",
3759
3885
  "members": [
@@ -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.comom/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": [