Uses of Class
com.tencentcloudapi.monitor.v20180724.models.UpdateAlertRuleRequest
-
Packages that use UpdateAlertRuleRequest Package Description com.tencentcloudapi.monitor.v20180724 com.tencentcloudapi.monitor.v20180724.models -
-
Uses of UpdateAlertRuleRequest in com.tencentcloudapi.monitor.v20180724
Methods in com.tencentcloudapi.monitor.v20180724 with parameters of type UpdateAlertRuleRequest Modifier and Type Method Description UpdateAlertRuleResponse
MonitorClient. UpdateAlertRule(UpdateAlertRuleRequest req)
更新 Prometheus 的报警规则。 请注意,**告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description**,,请参考 [Prometheus Rule更多配置请参考](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)。 -
Uses of UpdateAlertRuleRequest in com.tencentcloudapi.monitor.v20180724.models
Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type UpdateAlertRuleRequest Constructor Description UpdateAlertRuleRequest(UpdateAlertRuleRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-