添加或修改指标类或事件类告警规则
功能介绍
添加或修改AOM2.0指标类或事件类告警规则。(注:接口目前开放的region为:华东-上海一)
调用方法
请参见如何调用API。
URI
POST /v4/{project_id}/alarm-rules
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
租户从IAM申请到的projectid,一般为32位字符串。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
action_id |
是 |
String |
告警规则id。
|
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
从IAM服务获取的用户Token。 |
Content-Type |
是 |
String |
指定类型为application/json。 |
Enterprise-Project-Id |
否 |
String |
企业项目id。
|
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
alarm_notifications |
否 |
AlarmNotification object |
告警规则通知模块。 |
alarm_rule_description |
否 |
String |
告警规则描述。 |
alarm_rule_enable |
否 |
Boolean |
是否启用。 枚举值:
|
alarm_rule_name |
是 |
String |
告警规则名称。 |
alarm_rule_type |
是 |
String |
告警规则类型。
枚举值:
|
event_alarm_spec |
否 |
EventAlarmSpec object |
事件类告警结构。 |
metric_alarm_spec |
否 |
MetricAlarmSpec object |
指标类告警结构。 |
prom_instance_id |
否 |
String |
Prometheus实例id。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
notification_type |
是 |
String |
通知类型。
枚举值:
|
route_group_enable |
是 |
Boolean |
启用分组规则。
枚举值:
|
route_group_rule |
是 |
String |
分组规则名称。
|
notification_enable |
否 |
Boolean |
是否启用告警行动规则。
|
bind_notification_rule_id |
否 |
String |
告警行动策略id。
|
notify_resolved |
否 |
Boolean |
告警解决是否通知。
枚举值:
|
notify_triggered |
否 |
Boolean |
告警触发是否通知。
枚举值:
|
notify_frequency |
否 |
Integer |
通知频率
|
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
alarm_source |
否 |
String |
告警规则来源。
枚举值:
|
event_source |
否 |
String |
告警来源。
|
monitor_objects |
否 |
Array of Map<String,String> objects |
监控对象列表。键值对形式,键值为:
|
trigger_conditions |
否 |
Array of EventTriggerCondition objects |
触发条件。 |
alarm_rule_template_bind_enable |
否 |
Boolean |
是否绑定告警规则模版(废弃)。 缺省值:false |
alarm_rule_template_id |
否 |
String |
告警规则模版id(废弃)。 缺省值:“” |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
event_name |
否 |
String |
事件名称。 |
trigger_type |
否 |
String |
触发方式:
枚举值:
|
aggregation_window |
否 |
Long |
统计周期。单位为秒,例如 1小时 填“3600”,当trigger_type为“immediately”时 不填。 |
operator |
否 |
String |
判断条件:“>”,“<”,“=”,“>=”,“<=”,当trigger_type为“immediately”时 不填。 |
thresholds |
否 |
Map<String,Integer> |
键值对形式,键为告警级别,值为累计次数,当trigger_type为“immediately”时 值为空。 |
frequency |
否 |
String |
事件类告警频率。当trigger_type为“immediately”时 不填。
|
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
monitor_type |
是 |
String |
监控类型。
枚举值:
|
no_data_conditions |
否 |
Array of NoDataCondition objects |
无数据处理。 |
alarm_tags |
是 |
Array of AlarmTags objects |
告警标签。 |
monitor_objects |
否 |
Array of Map<String,String> objects |
监控对象列表。 |
recovery_conditions |
是 |
RecoveryCondition object |
告警恢复条件。 |
trigger_conditions |
是 |
Array of TriggerCondition objects |
触发条件。 |
alarm_rule_template_bind_enable |
否 |
Boolean |
是否绑定告警规则模版(废弃)。 缺省值:false |
alarm_rule_template_id |
否 |
String |
告警规则模版id(废弃)。 缺省值:“” |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
no_data_timeframe |
否 |
Integer |
无数据周期的个数。 |
no_data_alert_state |
否 |
String |
数据不足时,阈值规则的状态。
枚举值:
|
notify_no_data |
否 |
Boolean |
数据不足是否通知。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
auto_tags |
否 |
Array of strings |
自动标签。 |
custom_tags |
否 |
Array of strings |
自定义标签。 |
custom_annotations |
否 |
Array of strings |
告警标注。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
metric_query_mode |
是 |
String |
指标查询模式。
枚举值:
|
metric_namespace |
是 |
String |
指标命名空间。 |
metric_name |
是 |
String |
指标名称。 |
metric_unit |
是 |
String |
指标单位。 |
metric_labels |
是 |
Array of strings |
指标维度。 |
promql |
是 |
String |
Prometheus语句。 |
promql_expr |
否 |
Array of strings |
Prometheus语句模板。 |
trigger_times |
否 |
String |
连续周期个数。 |
trigger_interval |
否 |
String |
检查频率周期。
|
trigger_type |
否 |
String |
触发频率的类型:
枚举值:
|
promql_for |
否 |
String |
Prometheus原生监控时长。 |
aggregation_type |
否 |
String |
统计方式:
|
operator |
否 |
String |
判断条件:“>”,“<”,“=”,“>=”,“<=” |
thresholds |
否 |
Map<String,String> |
键值对形式,键为告警级别,值为告警阈值 |
aggregation_window |
否 |
String |
统计周期。
|
cmdb |
否 |
CmdbInfo object |
cmdb信息。 |
query_match |
否 |
String |
查询筛选条件。 |
query_param |
是 |
String |
查询参数 |
aom_monitor_level |
否 |
String |
监控层级。 |
aggregate_type |
否 |
String |
聚合方式。
枚举值:
|
metric_statistic_method |
否 |
String |
当配置方式为全量指标时可选择的指标运算方式。
枚举值:
|
expression |
否 |
String |
混合运算的表达式。 |
mix_promql |
否 |
String |
混合运算的promQL。 |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码。 |
error_message |
String |
错误信息。 |
alarm_rules |
Array of AddOrUpdateAlarmRuleV4ItemResult objects |
告警规则列表。 |
参数 |
参数类型 |
描述 |
---|---|---|
alarm_rule_name |
String |
告警规则名称。 |
result |
String |
告警规则新增或修改结果。 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 最小长度:12 最大长度:12 |
error_msg |
String |
错误信息 最小长度:0 最大长度:1024 |
error_type |
String |
错误类型 最小长度:0 最大长度:128 |
trace_id |
String |
请求id 最小长度:32 最大长度:32 |
状态码: 500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 最小长度:12 最大长度:12 |
error_msg |
String |
错误信息 最小长度:0 最大长度:1024 |
error_type |
String |
错误类型 最小长度:0 最大长度:128 |
trace_id |
String |
请求id 最小长度:32 最大长度:32 |
请求示例
-
新增指标类告警规则。
https://{Endpoint}/v4/{project_id}/alarm-rules?action_id=add-alarm-action { "alarm_notifications" : { "bind_notification_rule_id" : "", "notification_enable" : false, "notification_type" : "alarm_policy", "notify_frequency" : -1, "notify_resolved" : true, "notify_triggered" : true, "route_group_enable" : true, "route_group_rule" : "aom_route_group_rule" }, "alarm_rule_description" : "aom_alarm_rule", "alarm_rule_enable" : true, "alarm_rule_name" : "aom_alarm_rule", "alarm_rule_type" : "metric", "metric_alarm_spec" : { "alarm_rule_template_bind_enable" : false, "alarm_rule_template_id" : "", "alarm_tags" : [ { "auto_tags" : [ ], "custom_annotations" : [ "333=rrr" ], "custom_tags" : [ "333=rrr" ] } ], "monitor_objects" : [ ], "monitor_type" : "all_metric", "no_data_conditions" : [ { "no_data_alert_state" : "no_data", "no_data_timeframe" : 3, "notify_no_data" : true } ], "recovery_conditions" : { "recovery_timeframe" : 2 }, "trigger_conditions" : [ { "aggregate_type" : "by", "aggregation_type" : "average", "aggregation_window" : "5m", "aom_monitor_level" : "", "cmdb" : { "app_id" : "", "node_ids" : [ ] }, "expression" : "", "metric_labels" : [ ], "metric_name" : "aom_metrics_total", "metric_namespace" : "", "metric_query_mode" : "PROM", "metric_statistic_method" : "single", "metric_unit" : "", "mix_promql" : "", "operator" : ">", "promql" : "label_replace(avg_over_time(aom_metrics_total{instance=\"1117919565\"}[59999ms]),\"__name__\",\"aom_metrics_total\",\"\",\"\")", "query_match" : [ { "addMode" : "first", "conditionCompare" : "=", "conditionList" : [ { "name" : "1117919565" } ], "conditionValue" : [ { "name" : "1117919565" } ], "dimension" : "instance", "id" : "first", "regExpress" : null } ], "query_param" : { }, "thresholds" : { "Info" : "100" }, "trigger_interval" : "15m", "trigger_times" : 4, "trigger_type" : "FIXED_RATE" } ] }, "prom_instance_id" : "0" }
-
更新指标类告警规则
https://{Endpoint}/v4/{project_id}/alarm-rules?action_id=update-alarm-action { "alarm_notifications" : { "bind_notification_rule_id" : "", "notification_enable" : false, "notification_type" : "alarm_policy", "notify_frequency" : -1, "notify_resolved" : true, "notify_triggered" : true, "route_group_enable" : true, "route_group_rule" : "aom_route_group_rule" }, "alarm_rule_description" : "aom_alarm_rule", "alarm_rule_enable" : true, "alarm_rule_name" : "aom_alarm_rule", "alarm_rule_type" : "metric", "metric_alarm_spec" : { "alarm_rule_template_bind_enable" : false, "alarm_rule_template_id" : "", "alarm_tags" : [ { "auto_tags" : [ ], "custom_annotations" : [ "333=rrr" ], "custom_tags" : [ "333=rrr" ] } ], "monitor_objects" : [ ], "monitor_type" : "all_metric", "no_data_conditions" : [ { "no_data_alert_state" : "no_data", "no_data_timeframe" : 3, "notify_no_data" : true } ], "recovery_conditions" : { "recovery_timeframe" : 2 }, "trigger_conditions" : [ { "aggregate_type" : "by", "aggregation_type" : "average", "aggregation_window" : "5m", "aom_monitor_level" : "", "cmdb" : { "app_id" : "", "node_ids" : [ ] }, "expression" : "", "metric_labels" : [ ], "metric_name" : "aom_metrics_total", "metric_namespace" : "", "metric_query_mode" : "PROM", "metric_statistic_method" : "single", "metric_unit" : "", "mix_promql" : "", "operator" : ">", "promql" : "label_replace(avg_over_time(aom_metrics_total{instance=\"1117919565\"}[59999ms]),\"__name__\",\"aom_metrics_total\",\"\",\"\")", "query_match" : [ { "addMode" : "first", "conditionCompare" : "=", "conditionList" : [ { "name" : "1117919565" } ], "conditionValue" : [ { "name" : "1117919565" } ], "dimension" : "instance", "id" : "first", "regExpress" : null } ], "query_param" : { }, "thresholds" : { "Info" : "100" }, "trigger_interval" : "15m", "trigger_times" : 4, "trigger_type" : "FIXED_RATE" } ] }, "prom_instance_id" : "0" }
-
新增事件类告警规则。
https://{Endpoint}/v4/{project_id}/alarm-rules?action_id=add-alarm-action { "alarm_notifications" : { "bind_notification_rule_id" : "aom_event_notification_rule", "notification_enable" : true, "notification_type" : "direct", "notify_frequency" : "-1", "notify_resolved" : false, "notify_triggered" : false, "route_group_enable" : false, "route_group_rule" : "" }, "alarm_rule_description" : "aom_alarm_event_rule", "alarm_rule_enable" : true, "alarm_rule_name" : "aom_event_alarm_rule", "alarm_rule_type" : "event", "event_alarm_spec" : { "alarm_source" : "systemEvent", "event_source" : "CCE", "monitor_objects" : [ { "event_name" : "扩容节点超时##ScaleUpTimedOut;数据卷扩容失败##VolumeResizeFailed", "event_type" : "event" } ], "trigger_conditions" : [ { "aggregation_window" : 300, "event_name" : "扩容节点超时##ScaleUpTimedOut", "frequency" : "-1", "operator" : ">", "thresholds" : { "Critical" : 1 }, "trigger_type" : "accumulative" }, { "event_name" : "数据卷扩容失败##VolumeResizeFailed", "thresholds" : { "Critical" : 1 }, "trigger_type" : "immediately" } ] } }
-
更新事件类告警规则
https://{Endpoint}/v4/{project_id}/alarm-rules?action_id=update-alarm-action { "alarm_notifications" : { "bind_notification_rule_id" : "aom_event_notification_rule", "notification_enable" : true, "notification_type" : "direct", "notify_frequency" : "-1", "notify_resolved" : false, "notify_triggered" : false, "route_group_enable" : false, "route_group_rule" : "" }, "alarm_rule_description" : "aom_alarm_event_rule", "alarm_rule_enable" : true, "alarm_rule_name" : "aom_event_alarm_rule", "alarm_rule_type" : "event", "event_alarm_spec" : { "alarm_source" : "systemEvent", "event_source" : "CCE", "monitor_objects" : [ { "event_name" : "扩容节点超时##ScaleUpTimedOut;数据卷扩容失败##VolumeResizeFailed", "event_type" : "event" } ], "trigger_conditions" : [ { "aggregation_window" : 300, "event_name" : "扩容节点超时##ScaleUpTimedOut", "frequency" : "-1", "operator" : ">", "thresholds" : { "Critical" : 1 }, "trigger_type" : "accumulative" }, { "event_name" : "数据卷扩容失败##VolumeResizeFailed", "thresholds" : { "Critical" : 2 }, "trigger_type" : "immediately" } ] } }
响应示例
状态码: 200
OK 请求响应成功。
{ "alarm_rules" : [ { "alarm_rule_name" : "aom_alarm_rule", "result" : "success" } ], "error_code" : "200", "error_message" : "success" }
状态码: 400
BadRequest 非法请求。建议直接修改该请求,不要重试该请求
{ "error_code" : "AOM.02021006", "error_msg" : "This rule actionId is invalid", "error_type" : "PARAM_INVALID", "trace_id" : "58ef0f7c107a2b577f78b9cc7f48b46f" }
状态码: 500
InternalServerError 表明服务端能被请求访问到,但是不能理解用户的请求。
{ "error_code" : "AOM.02021500", "error_msg" : "internal server error", "error_type" : "INTERNAL_SERVER_ERROR", "trace_id" : "" }
SDK代码示例
SDK代码示例如下。
-
新增指标类告警规则。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.aom.v2.region.AomRegion; import com.huaweicloud.sdk.aom.v2.*; import com.huaweicloud.sdk.aom.v2.model.*; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; public class AddOrUpdateMetricOrEventAlarmRuleSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); ICredential auth = new BasicCredentials() .withAk(ak) .withSk(sk); AomClient client = AomClient.newBuilder() .withCredential(auth) .withRegion(AomRegion.valueOf("<YOUR REGION>")) .build(); AddOrUpdateMetricOrEventAlarmRuleRequest request = new AddOrUpdateMetricOrEventAlarmRuleRequest(); request.withActionId("<action_id>"); AddOrUpdateAlarmRuleV4RequestBody body = new AddOrUpdateAlarmRuleV4RequestBody(); CmdbInfo cmdbTriggerConditions = new CmdbInfo(); cmdbTriggerConditions.withAppId(""); Map<String, String> listTriggerConditionsThresholds = new HashMap<>(); listTriggerConditionsThresholds.put("Info", "100"); List<TriggerCondition> listMetricAlarmSpecTriggerConditions = new ArrayList<>(); listMetricAlarmSpecTriggerConditions.add( new TriggerCondition() .withMetricQueryMode(TriggerCondition.MetricQueryModeEnum.fromValue("PROM")) .withMetricNamespace("") .withMetricName("aom_metrics_total") .withMetricUnit("") .withMetricLabels() .withPromql("label_replace(avg_over_time(aom_metrics_total{instance="1117919565"}[59999ms]),"__name__","aom_metrics_total","","")") .withTriggerTimes("4") .withTriggerInterval("15m") .withTriggerType(TriggerCondition.TriggerTypeEnum.fromValue("FIXED_RATE")) .withAggregationType("average") .withOperator(">") .withThresholds(listTriggerConditionsThresholds) .withAggregationWindow("5m") .withCmdb(cmdbTriggerConditions) .withQueryMatch("[{addMode=first, conditionCompare==, conditionList=[{name=1117919565}], conditionValue=[{name=1117919565}], dimension=instance, id=first, regExpress=null}]") .withQueryParam("{}") .withAomMonitorLevel("") .withAggregateType(TriggerCondition.AggregateTypeEnum.fromValue("by")) .withMetricStatisticMethod(TriggerCondition.MetricStatisticMethodEnum.fromValue("single")) .withExpression("") .withMixPromql("") ); RecoveryCondition recoveryConditionsMetricAlarmSpec = new RecoveryCondition(); recoveryConditionsMetricAlarmSpec.withRecoveryTimeframe(2); List<String> listAlarmTagsCustomAnnotations = new ArrayList<>(); listAlarmTagsCustomAnnotations.add("333=rrr"); List<String> listAlarmTagsCustomTags = new ArrayList<>(); listAlarmTagsCustomTags.add("333=rrr"); List<AlarmTags> listMetricAlarmSpecAlarmTags = new ArrayList<>(); listMetricAlarmSpecAlarmTags.add( new AlarmTags() .withAutoTags() .withCustomTags(listAlarmTagsCustomTags) .withCustomAnnotations(listAlarmTagsCustomAnnotations) ); List<NoDataCondition> listMetricAlarmSpecNoDataConditions = new ArrayList<>(); listMetricAlarmSpecNoDataConditions.add( new NoDataCondition() .withNoDataTimeframe(3) .withNoDataAlertState(NoDataCondition.NoDataAlertStateEnum.fromValue("no_data")) .withNotifyNoData(true) ); MetricAlarmSpec metricAlarmSpecbody = new MetricAlarmSpec(); metricAlarmSpecbody.withMonitorType(MetricAlarmSpec.MonitorTypeEnum.fromValue("all_metric")) .withNoDataConditions(listMetricAlarmSpecNoDataConditions) .withAlarmTags(listMetricAlarmSpecAlarmTags) .withRecoveryConditions(recoveryConditionsMetricAlarmSpec) .withTriggerConditions(listMetricAlarmSpecTriggerConditions) .withAlarmRuleTemplateBindEnable(false) .withAlarmRuleTemplateId(""); AlarmNotification alarmNotificationsbody = new AlarmNotification(); alarmNotificationsbody.withNotificationType(AlarmNotification.NotificationTypeEnum.fromValue("alarm_policy")) .withRouteGroupEnable(true) .withRouteGroupRule("aom_route_group_rule") .withNotificationEnable(false) .withBindNotificationRuleId("") .withNotifyResolved(true) .withNotifyTriggered(true) .withNotifyFrequency(-1); body.withPromInstanceId("0"); body.withMetricAlarmSpec(metricAlarmSpecbody); body.withAlarmRuleType(AddOrUpdateAlarmRuleV4RequestBody.AlarmRuleTypeEnum.fromValue("metric")); body.withAlarmRuleName("aom_alarm_rule"); body.withAlarmRuleEnable(true); body.withAlarmRuleDescription("aom_alarm_rule"); body.withAlarmNotifications(alarmNotificationsbody); request.withBody(body); try { AddOrUpdateMetricOrEventAlarmRuleResponse response = client.addOrUpdateMetricOrEventAlarmRule(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } }
-
更新指标类告警规则
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.aom.v2.region.AomRegion; import com.huaweicloud.sdk.aom.v2.*; import com.huaweicloud.sdk.aom.v2.model.*; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; public class AddOrUpdateMetricOrEventAlarmRuleSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); ICredential auth = new BasicCredentials() .withAk(ak) .withSk(sk); AomClient client = AomClient.newBuilder() .withCredential(auth) .withRegion(AomRegion.valueOf("<YOUR REGION>")) .build(); AddOrUpdateMetricOrEventAlarmRuleRequest request = new AddOrUpdateMetricOrEventAlarmRuleRequest(); request.withActionId("<action_id>"); AddOrUpdateAlarmRuleV4RequestBody body = new AddOrUpdateAlarmRuleV4RequestBody(); CmdbInfo cmdbTriggerConditions = new CmdbInfo(); cmdbTriggerConditions.withAppId(""); Map<String, String> listTriggerConditionsThresholds = new HashMap<>(); listTriggerConditionsThresholds.put("Info", "100"); List<TriggerCondition> listMetricAlarmSpecTriggerConditions = new ArrayList<>(); listMetricAlarmSpecTriggerConditions.add( new TriggerCondition() .withMetricQueryMode(TriggerCondition.MetricQueryModeEnum.fromValue("PROM")) .withMetricNamespace("") .withMetricName("aom_metrics_total") .withMetricUnit("") .withMetricLabels() .withPromql("label_replace(avg_over_time(aom_metrics_total{instance="1117919565"}[59999ms]),"__name__","aom_metrics_total","","")") .withTriggerTimes("4") .withTriggerInterval("15m") .withTriggerType(TriggerCondition.TriggerTypeEnum.fromValue("FIXED_RATE")) .withAggregationType("average") .withOperator(">") .withThresholds(listTriggerConditionsThresholds) .withAggregationWindow("5m") .withCmdb(cmdbTriggerConditions) .withQueryMatch("[{addMode=first, conditionCompare==, conditionList=[{name=1117919565}], conditionValue=[{name=1117919565}], dimension=instance, id=first, regExpress=null}]") .withQueryParam("{}") .withAomMonitorLevel("") .withAggregateType(TriggerCondition.AggregateTypeEnum.fromValue("by")) .withMetricStatisticMethod(TriggerCondition.MetricStatisticMethodEnum.fromValue("single")) .withExpression("") .withMixPromql("") ); RecoveryCondition recoveryConditionsMetricAlarmSpec = new RecoveryCondition(); recoveryConditionsMetricAlarmSpec.withRecoveryTimeframe(2); List<String> listAlarmTagsCustomAnnotations = new ArrayList<>(); listAlarmTagsCustomAnnotations.add("333=rrr"); List<String> listAlarmTagsCustomTags = new ArrayList<>(); listAlarmTagsCustomTags.add("333=rrr"); List<AlarmTags> listMetricAlarmSpecAlarmTags = new ArrayList<>(); listMetricAlarmSpecAlarmTags.add( new AlarmTags() .withAutoTags() .withCustomTags(listAlarmTagsCustomTags) .withCustomAnnotations(listAlarmTagsCustomAnnotations) ); List<NoDataCondition> listMetricAlarmSpecNoDataConditions = new ArrayList<>(); listMetricAlarmSpecNoDataConditions.add( new NoDataCondition() .withNoDataTimeframe(3) .withNoDataAlertState(NoDataCondition.NoDataAlertStateEnum.fromValue("no_data")) .withNotifyNoData(true) ); MetricAlarmSpec metricAlarmSpecbody = new MetricAlarmSpec(); metricAlarmSpecbody.withMonitorType(MetricAlarmSpec.MonitorTypeEnum.fromValue("all_metric")) .withNoDataConditions(listMetricAlarmSpecNoDataConditions) .withAlarmTags(listMetricAlarmSpecAlarmTags) .withRecoveryConditions(recoveryConditionsMetricAlarmSpec) .withTriggerConditions(listMetricAlarmSpecTriggerConditions) .withAlarmRuleTemplateBindEnable(false) .withAlarmRuleTemplateId(""); AlarmNotification alarmNotificationsbody = new AlarmNotification(); alarmNotificationsbody.withNotificationType(AlarmNotification.NotificationTypeEnum.fromValue("alarm_policy")) .withRouteGroupEnable(true) .withRouteGroupRule("aom_route_group_rule") .withNotificationEnable(false) .withBindNotificationRuleId("") .withNotifyResolved(true) .withNotifyTriggered(true) .withNotifyFrequency(-1); body.withPromInstanceId("0"); body.withMetricAlarmSpec(metricAlarmSpecbody); body.withAlarmRuleType(AddOrUpdateAlarmRuleV4RequestBody.AlarmRuleTypeEnum.fromValue("metric")); body.withAlarmRuleName("aom_alarm_rule"); body.withAlarmRuleEnable(true); body.withAlarmRuleDescription("aom_alarm_rule"); body.withAlarmNotifications(alarmNotificationsbody); request.withBody(body); try { AddOrUpdateMetricOrEventAlarmRuleResponse response = client.addOrUpdateMetricOrEventAlarmRule(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } }
-
新增事件类告警规则。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.aom.v2.region.AomRegion; import com.huaweicloud.sdk.aom.v2.*; import com.huaweicloud.sdk.aom.v2.model.*; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; public class AddOrUpdateMetricOrEventAlarmRuleSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); ICredential auth = new BasicCredentials() .withAk(ak) .withSk(sk); AomClient client = AomClient.newBuilder() .withCredential(auth) .withRegion(AomRegion.valueOf("<YOUR REGION>")) .build(); AddOrUpdateMetricOrEventAlarmRuleRequest request = new AddOrUpdateMetricOrEventAlarmRuleRequest(); request.withActionId("<action_id>"); AddOrUpdateAlarmRuleV4RequestBody body = new AddOrUpdateAlarmRuleV4RequestBody(); Map<String, Integer> listTriggerConditionsThresholds = new HashMap<>(); listTriggerConditionsThresholds.put("Critical", 1); Map<String, Integer> listTriggerConditionsThresholds1 = new HashMap<>(); listTriggerConditionsThresholds1.put("Critical", 1); List<EventTriggerCondition> listEventAlarmSpecTriggerConditions = new ArrayList<>(); listEventAlarmSpecTriggerConditions.add( new EventTriggerCondition() .withEventName("扩容节点超时##ScaleUpTimedOut") .withTriggerType(EventTriggerCondition.TriggerTypeEnum.fromValue("accumulative")) .withAggregationWindow(300L) .withOperator(">") .withThresholds(listTriggerConditionsThresholds1) .withFrequency("-1") ); listEventAlarmSpecTriggerConditions.add( new EventTriggerCondition() .withEventName("数据卷扩容失败##VolumeResizeFailed") .withTriggerType(EventTriggerCondition.TriggerTypeEnum.fromValue("immediately")) .withThresholds(listTriggerConditionsThresholds) ); Map<String, String> listMonitorObjectsMonitorObjects = new HashMap<>(); listMonitorObjectsMonitorObjects.put("event_name", "扩容节点超时##ScaleUpTimedOut;数据卷扩容失败##VolumeResizeFailed"); listMonitorObjectsMonitorObjects.put("event_type", "event"); List<Map<String, String>> listEventAlarmSpecMonitorObjects = new ArrayList<>(); listEventAlarmSpecMonitorObjects.add(listMonitorObjectsMonitorObjects); EventAlarmSpec eventAlarmSpecbody = new EventAlarmSpec(); eventAlarmSpecbody.withAlarmSource(EventAlarmSpec.AlarmSourceEnum.fromValue("systemEvent")) .withEventSource("CCE") .withMonitorObjects(listEventAlarmSpecMonitorObjects) .withTriggerConditions(listEventAlarmSpecTriggerConditions); AlarmNotification alarmNotificationsbody = new AlarmNotification(); alarmNotificationsbody.withNotificationType(AlarmNotification.NotificationTypeEnum.fromValue("direct")) .withRouteGroupEnable(false) .withRouteGroupRule("") .withNotificationEnable(true) .withBindNotificationRuleId("aom_event_notification_rule") .withNotifyResolved(false) .withNotifyTriggered(false) .withNotifyFrequency(-1); body.withEventAlarmSpec(eventAlarmSpecbody); body.withAlarmRuleType(AddOrUpdateAlarmRuleV4RequestBody.AlarmRuleTypeEnum.fromValue("event")); body.withAlarmRuleName("aom_event_alarm_rule"); body.withAlarmRuleEnable(true); body.withAlarmRuleDescription("aom_alarm_event_rule"); body.withAlarmNotifications(alarmNotificationsbody); request.withBody(body); try { AddOrUpdateMetricOrEventAlarmRuleResponse response = client.addOrUpdateMetricOrEventAlarmRule(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } }
-
更新事件类告警规则
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.aom.v2.region.AomRegion; import com.huaweicloud.sdk.aom.v2.*; import com.huaweicloud.sdk.aom.v2.model.*; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; public class AddOrUpdateMetricOrEventAlarmRuleSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); ICredential auth = new BasicCredentials() .withAk(ak) .withSk(sk); AomClient client = AomClient.newBuilder() .withCredential(auth) .withRegion(AomRegion.valueOf("<YOUR REGION>")) .build(); AddOrUpdateMetricOrEventAlarmRuleRequest request = new AddOrUpdateMetricOrEventAlarmRuleRequest(); request.withActionId("<action_id>"); AddOrUpdateAlarmRuleV4RequestBody body = new AddOrUpdateAlarmRuleV4RequestBody(); Map<String, Integer> listTriggerConditionsThresholds = new HashMap<>(); listTriggerConditionsThresholds.put("Critical", 2); Map<String, Integer> listTriggerConditionsThresholds1 = new HashMap<>(); listTriggerConditionsThresholds1.put("Critical", 1); List<EventTriggerCondition> listEventAlarmSpecTriggerConditions = new ArrayList<>(); listEventAlarmSpecTriggerConditions.add( new EventTriggerCondition() .withEventName("扩容节点超时##ScaleUpTimedOut") .withTriggerType(EventTriggerCondition.TriggerTypeEnum.fromValue("accumulative")) .withAggregationWindow(300L) .withOperator(">") .withThresholds(listTriggerConditionsThresholds1) .withFrequency("-1") ); listEventAlarmSpecTriggerConditions.add( new EventTriggerCondition() .withEventName("数据卷扩容失败##VolumeResizeFailed") .withTriggerType(EventTriggerCondition.TriggerTypeEnum.fromValue("immediately")) .withThresholds(listTriggerConditionsThresholds) ); Map<String, String> listMonitorObjectsMonitorObjects = new HashMap<>(); listMonitorObjectsMonitorObjects.put("event_name", "扩容节点超时##ScaleUpTimedOut;数据卷扩容失败##VolumeResizeFailed"); listMonitorObjectsMonitorObjects.put("event_type", "event"); List<Map<String, String>> listEventAlarmSpecMonitorObjects = new ArrayList<>(); listEventAlarmSpecMonitorObjects.add(listMonitorObjectsMonitorObjects); EventAlarmSpec eventAlarmSpecbody = new EventAlarmSpec(); eventAlarmSpecbody.withAlarmSource(EventAlarmSpec.AlarmSourceEnum.fromValue("systemEvent")) .withEventSource("CCE") .withMonitorObjects(listEventAlarmSpecMonitorObjects) .withTriggerConditions(listEventAlarmSpecTriggerConditions); AlarmNotification alarmNotificationsbody = new AlarmNotification(); alarmNotificationsbody.withNotificationType(AlarmNotification.NotificationTypeEnum.fromValue("direct")) .withRouteGroupEnable(false) .withRouteGroupRule("") .withNotificationEnable(true) .withBindNotificationRuleId("aom_event_notification_rule") .withNotifyResolved(false) .withNotifyTriggered(false) .withNotifyFrequency(-1); body.withEventAlarmSpec(eventAlarmSpecbody); body.withAlarmRuleType(AddOrUpdateAlarmRuleV4RequestBody.AlarmRuleTypeEnum.fromValue("event")); body.withAlarmRuleName("aom_event_alarm_rule"); body.withAlarmRuleEnable(true); body.withAlarmRuleDescription("aom_alarm_event_rule"); body.withAlarmNotifications(alarmNotificationsbody); request.withBody(body); try { AddOrUpdateMetricOrEventAlarmRuleResponse response = client.addOrUpdateMetricOrEventAlarmRule(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } }
-
新增指标类告警规则。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
# coding: utf-8 import os from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdkaom.v2.region.aom_region import AomRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdkaom.v2 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.environ["CLOUD_SDK_AK"] sk = os.environ["CLOUD_SDK_SK"] credentials = BasicCredentials(ak, sk) client = AomClient.new_builder() \ .with_credentials(credentials) \ .with_region(AomRegion.value_of("<YOUR REGION>")) \ .build() try: request = AddOrUpdateMetricOrEventAlarmRuleRequest() request.action_id = "<action_id>" cmdbTriggerConditions = CmdbInfo( app_id="" ) listThresholdsTriggerConditions = { "Info": "100" } listTriggerConditionsMetricAlarmSpec = [ TriggerCondition( metric_query_mode="PROM", metric_namespace="", metric_name="aom_metrics_total", metric_unit="", promql="label_replace(avg_over_time(aom_metrics_total{instance="1117919565"}[59999ms]),"__name__","aom_metrics_total","","")", trigger_times="4", trigger_interval="15m", trigger_type="FIXED_RATE", aggregation_type="average", operator=">", thresholds=listThresholdsTriggerConditions, aggregation_window="5m", cmdb=cmdbTriggerConditions, query_match="[{addMode=first, conditionCompare==, conditionList=[{name=1117919565}], conditionValue=[{name=1117919565}], dimension=instance, id=first, regExpress=null}]", query_param="{}", aom_monitor_level="", aggregate_type="by", metric_statistic_method="single", expression="", mix_promql="" ) ] recoveryConditionsMetricAlarmSpec = RecoveryCondition( recovery_timeframe=2 ) listCustomAnnotationsAlarmTags = [ "333=rrr" ] listCustomTagsAlarmTags = [ "333=rrr" ] listAlarmTagsMetricAlarmSpec = [ AlarmTags( custom_tags=listCustomTagsAlarmTags, custom_annotations=listCustomAnnotationsAlarmTags ) ] listNoDataConditionsMetricAlarmSpec = [ NoDataCondition( no_data_timeframe=3, no_data_alert_state="no_data", notify_no_data=True ) ] metricAlarmSpecbody = MetricAlarmSpec( monitor_type="all_metric", no_data_conditions=listNoDataConditionsMetricAlarmSpec, alarm_tags=listAlarmTagsMetricAlarmSpec, recovery_conditions=recoveryConditionsMetricAlarmSpec, trigger_conditions=listTriggerConditionsMetricAlarmSpec, alarm_rule_template_bind_enable=False, alarm_rule_template_id="" ) alarmNotificationsbody = AlarmNotification( notification_type="alarm_policy", route_group_enable=True, route_group_rule="aom_route_group_rule", notification_enable=False, bind_notification_rule_id="", notify_resolved=True, notify_triggered=True, notify_frequency=-1 ) request.body = AddOrUpdateAlarmRuleV4RequestBody( prom_instance_id="0", metric_alarm_spec=metricAlarmSpecbody, alarm_rule_type="metric", alarm_rule_name="aom_alarm_rule", alarm_rule_enable=True, alarm_rule_description="aom_alarm_rule", alarm_notifications=alarmNotificationsbody ) response = client.add_or_update_metric_or_event_alarm_rule(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg)
-
更新指标类告警规则
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
# coding: utf-8 import os from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdkaom.v2.region.aom_region import AomRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdkaom.v2 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.environ["CLOUD_SDK_AK"] sk = os.environ["CLOUD_SDK_SK"] credentials = BasicCredentials(ak, sk) client = AomClient.new_builder() \ .with_credentials(credentials) \ .with_region(AomRegion.value_of("<YOUR REGION>")) \ .build() try: request = AddOrUpdateMetricOrEventAlarmRuleRequest() request.action_id = "<action_id>" cmdbTriggerConditions = CmdbInfo( app_id="" ) listThresholdsTriggerConditions = { "Info": "100" } listTriggerConditionsMetricAlarmSpec = [ TriggerCondition( metric_query_mode="PROM", metric_namespace="", metric_name="aom_metrics_total", metric_unit="", promql="label_replace(avg_over_time(aom_metrics_total{instance="1117919565"}[59999ms]),"__name__","aom_metrics_total","","")", trigger_times="4", trigger_interval="15m", trigger_type="FIXED_RATE", aggregation_type="average", operator=">", thresholds=listThresholdsTriggerConditions, aggregation_window="5m", cmdb=cmdbTriggerConditions, query_match="[{addMode=first, conditionCompare==, conditionList=[{name=1117919565}], conditionValue=[{name=1117919565}], dimension=instance, id=first, regExpress=null}]", query_param="{}", aom_monitor_level="", aggregate_type="by", metric_statistic_method="single", expression="", mix_promql="" ) ] recoveryConditionsMetricAlarmSpec = RecoveryCondition( recovery_timeframe=2 ) listCustomAnnotationsAlarmTags = [ "333=rrr" ] listCustomTagsAlarmTags = [ "333=rrr" ] listAlarmTagsMetricAlarmSpec = [ AlarmTags( custom_tags=listCustomTagsAlarmTags, custom_annotations=listCustomAnnotationsAlarmTags ) ] listNoDataConditionsMetricAlarmSpec = [ NoDataCondition( no_data_timeframe=3, no_data_alert_state="no_data", notify_no_data=True ) ] metricAlarmSpecbody = MetricAlarmSpec( monitor_type="all_metric", no_data_conditions=listNoDataConditionsMetricAlarmSpec, alarm_tags=listAlarmTagsMetricAlarmSpec, recovery_conditions=recoveryConditionsMetricAlarmSpec, trigger_conditions=listTriggerConditionsMetricAlarmSpec, alarm_rule_template_bind_enable=False, alarm_rule_template_id="" ) alarmNotificationsbody = AlarmNotification( notification_type="alarm_policy", route_group_enable=True, route_group_rule="aom_route_group_rule", notification_enable=False, bind_notification_rule_id="", notify_resolved=True, notify_triggered=True, notify_frequency=-1 ) request.body = AddOrUpdateAlarmRuleV4RequestBody( prom_instance_id="0", metric_alarm_spec=metricAlarmSpecbody, alarm_rule_type="metric", alarm_rule_name="aom_alarm_rule", alarm_rule_enable=True, alarm_rule_description="aom_alarm_rule", alarm_notifications=alarmNotificationsbody ) response = client.add_or_update_metric_or_event_alarm_rule(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg)
-
新增事件类告警规则。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
# coding: utf-8 import os from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdkaom.v2.region.aom_region import AomRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdkaom.v2 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.environ["CLOUD_SDK_AK"] sk = os.environ["CLOUD_SDK_SK"] credentials = BasicCredentials(ak, sk) client = AomClient.new_builder() \ .with_credentials(credentials) \ .with_region(AomRegion.value_of("<YOUR REGION>")) \ .build() try: request = AddOrUpdateMetricOrEventAlarmRuleRequest() request.action_id = "<action_id>" listThresholdsTriggerConditions = { "Critical": 1 } listThresholdsTriggerConditions1 = { "Critical": 1 } listTriggerConditionsEventAlarmSpec = [ EventTriggerCondition( event_name="扩容节点超时##ScaleUpTimedOut", trigger_type="accumulative", aggregation_window=300, operator=">", thresholds=listThresholdsTriggerConditions1, frequency="-1" ), EventTriggerCondition( event_name="数据卷扩容失败##VolumeResizeFailed", trigger_type="immediately", thresholds=listThresholdsTriggerConditions ) ] listMonitorObjectsMonitorObjects = { "event_name": "扩容节点超时##ScaleUpTimedOut;数据卷扩容失败##VolumeResizeFailed", "event_type": "event" } listMonitorObjectsEventAlarmSpec = [ listMonitorObjectsMonitorObjects ] eventAlarmSpecbody = EventAlarmSpec( alarm_source="systemEvent", event_source="CCE", monitor_objects=listMonitorObjectsEventAlarmSpec, trigger_conditions=listTriggerConditionsEventAlarmSpec ) alarmNotificationsbody = AlarmNotification( notification_type="direct", route_group_enable=False, route_group_rule="", notification_enable=True, bind_notification_rule_id="aom_event_notification_rule", notify_resolved=False, notify_triggered=False, notify_frequency=-1 ) request.body = AddOrUpdateAlarmRuleV4RequestBody( event_alarm_spec=eventAlarmSpecbody, alarm_rule_type="event", alarm_rule_name="aom_event_alarm_rule", alarm_rule_enable=True, alarm_rule_description="aom_alarm_event_rule", alarm_notifications=alarmNotificationsbody ) response = client.add_or_update_metric_or_event_alarm_rule(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg)
-
更新事件类告警规则
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
# coding: utf-8 import os from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdkaom.v2.region.aom_region import AomRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdkaom.v2 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.environ["CLOUD_SDK_AK"] sk = os.environ["CLOUD_SDK_SK"] credentials = BasicCredentials(ak, sk) client = AomClient.new_builder() \ .with_credentials(credentials) \ .with_region(AomRegion.value_of("<YOUR REGION>")) \ .build() try: request = AddOrUpdateMetricOrEventAlarmRuleRequest() request.action_id = "<action_id>" listThresholdsTriggerConditions = { "Critical": 2 } listThresholdsTriggerConditions1 = { "Critical": 1 } listTriggerConditionsEventAlarmSpec = [ EventTriggerCondition( event_name="扩容节点超时##ScaleUpTimedOut", trigger_type="accumulative", aggregation_window=300, operator=">", thresholds=listThresholdsTriggerConditions1, frequency="-1" ), EventTriggerCondition( event_name="数据卷扩容失败##VolumeResizeFailed", trigger_type="immediately", thresholds=listThresholdsTriggerConditions ) ] listMonitorObjectsMonitorObjects = { "event_name": "扩容节点超时##ScaleUpTimedOut;数据卷扩容失败##VolumeResizeFailed", "event_type": "event" } listMonitorObjectsEventAlarmSpec = [ listMonitorObjectsMonitorObjects ] eventAlarmSpecbody = EventAlarmSpec( alarm_source="systemEvent", event_source="CCE", monitor_objects=listMonitorObjectsEventAlarmSpec, trigger_conditions=listTriggerConditionsEventAlarmSpec ) alarmNotificationsbody = AlarmNotification( notification_type="direct", route_group_enable=False, route_group_rule="", notification_enable=True, bind_notification_rule_id="aom_event_notification_rule", notify_resolved=False, notify_triggered=False, notify_frequency=-1 ) request.body = AddOrUpdateAlarmRuleV4RequestBody( event_alarm_spec=eventAlarmSpecbody, alarm_rule_type="event", alarm_rule_name="aom_event_alarm_rule", alarm_rule_enable=True, alarm_rule_description="aom_alarm_event_rule", alarm_notifications=alarmNotificationsbody ) response = client.add_or_update_metric_or_event_alarm_rule(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg)
-
新增指标类告警规则。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" aom "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). Build() client := aom.NewAomClient( aom.AomClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.AddOrUpdateMetricOrEventAlarmRuleRequest{} request.ActionId = "<action_id>" appIdCmdb:= "" cmdbTriggerConditions := &model.CmdbInfo{ AppId: &appIdCmdb, } var listThresholdsTriggerConditions = map[string]string{ "Info": "100", } triggerTimesTriggerConditions:= "4" triggerIntervalTriggerConditions:= "15m" triggerTypeTriggerConditions:= model.GetTriggerConditionTriggerTypeEnum().FIXED_RATE aggregationTypeTriggerConditions:= "average" operatorTriggerConditions:= ">" aggregationWindowTriggerConditions:= "5m" queryMatchTriggerConditions:= "[{addMode=first, conditionCompare==, conditionList=[{name=1117919565}], conditionValue=[{name=1117919565}], dimension=instance, id=first, regExpress=null}]" aomMonitorLevelTriggerConditions:= "" aggregateTypeTriggerConditions:= model.GetTriggerConditionAggregateTypeEnum().BY metricStatisticMethodTriggerConditions:= model.GetTriggerConditionMetricStatisticMethodEnum().SINGLE expressionTriggerConditions:= "" mixPromqlTriggerConditions:= "" var listTriggerConditionsMetricAlarmSpec = []model.TriggerCondition{ { MetricQueryMode: model.GetTriggerConditionMetricQueryModeEnum().PROM, MetricNamespace: "", MetricName: "aom_metrics_total", MetricUnit: "", Promql: "label_replace(avg_over_time(aom_metrics_total{instance="1117919565"}[59999ms]),"__name__","aom_metrics_total","","")", TriggerTimes: &triggerTimesTriggerConditions, TriggerInterval: &triggerIntervalTriggerConditions, TriggerType: &triggerTypeTriggerConditions, AggregationType: &aggregationTypeTriggerConditions, Operator: &operatorTriggerConditions, Thresholds: listThresholdsTriggerConditions, AggregationWindow: &aggregationWindowTriggerConditions, Cmdb: cmdbTriggerConditions, QueryMatch: &queryMatchTriggerConditions, QueryParam: "{}", AomMonitorLevel: &aomMonitorLevelTriggerConditions, AggregateType: &aggregateTypeTriggerConditions, MetricStatisticMethod: &metricStatisticMethodTriggerConditions, Expression: &expressionTriggerConditions, MixPromql: &mixPromqlTriggerConditions, }, } recoveryTimeframeRecoveryConditions:= int32(2) recoveryConditionsMetricAlarmSpec := &model.RecoveryCondition{ RecoveryTimeframe: &recoveryTimeframeRecoveryConditions, } var listCustomAnnotationsAlarmTags = []string{ "333=rrr", } var listCustomTagsAlarmTags = []string{ "333=rrr", } var listAlarmTagsMetricAlarmSpec = []model.AlarmTags{ { CustomTags: &listCustomTagsAlarmTags, CustomAnnotations: &listCustomAnnotationsAlarmTags, }, } noDataTimeframeNoDataConditions:= int32(3) noDataAlertStateNoDataConditions:= model.GetNoDataConditionNoDataAlertStateEnum().NO_DATA notifyNoDataNoDataConditions:= true var listNoDataConditionsMetricAlarmSpec = []model.NoDataCondition{ { NoDataTimeframe: &noDataTimeframeNoDataConditions, NoDataAlertState: &noDataAlertStateNoDataConditions, NotifyNoData: ¬ifyNoDataNoDataConditions, }, } alarmRuleTemplateBindEnableMetricAlarmSpec:= false alarmRuleTemplateIdMetricAlarmSpec:= "" metricAlarmSpecbody := &model.MetricAlarmSpec{ MonitorType: model.GetMetricAlarmSpecMonitorTypeEnum().ALL_METRIC, NoDataConditions: &listNoDataConditionsMetricAlarmSpec, AlarmTags: listAlarmTagsMetricAlarmSpec, RecoveryConditions: recoveryConditionsMetricAlarmSpec, TriggerConditions: listTriggerConditionsMetricAlarmSpec, AlarmRuleTemplateBindEnable: &alarmRuleTemplateBindEnableMetricAlarmSpec, AlarmRuleTemplateId: &alarmRuleTemplateIdMetricAlarmSpec, } notificationEnableAlarmNotifications:= false bindNotificationRuleIdAlarmNotifications:= "" notifyResolvedAlarmNotifications:= true notifyTriggeredAlarmNotifications:= true notifyFrequencyAlarmNotifications:= int32(-1) alarmNotificationsbody := &model.AlarmNotification{ NotificationType: model.GetAlarmNotificationNotificationTypeEnum().ALARM_POLICY, RouteGroupEnable: true, RouteGroupRule: "aom_route_group_rule", NotificationEnable: ¬ificationEnableAlarmNotifications, BindNotificationRuleId: &bindNotificationRuleIdAlarmNotifications, NotifyResolved: ¬ifyResolvedAlarmNotifications, NotifyTriggered: ¬ifyTriggeredAlarmNotifications, NotifyFrequency: ¬ifyFrequencyAlarmNotifications, } promInstanceIdAddOrUpdateAlarmRuleV4RequestBody:= "0" alarmRuleEnableAddOrUpdateAlarmRuleV4RequestBody:= true alarmRuleDescriptionAddOrUpdateAlarmRuleV4RequestBody:= "aom_alarm_rule" request.Body = &model.AddOrUpdateAlarmRuleV4RequestBody{ PromInstanceId: &promInstanceIdAddOrUpdateAlarmRuleV4RequestBody, MetricAlarmSpec: metricAlarmSpecbody, AlarmRuleType: model.GetAddOrUpdateAlarmRuleV4RequestBodyAlarmRuleTypeEnum().METRIC, AlarmRuleName: "aom_alarm_rule", AlarmRuleEnable: &alarmRuleEnableAddOrUpdateAlarmRuleV4RequestBody, AlarmRuleDescription: &alarmRuleDescriptionAddOrUpdateAlarmRuleV4RequestBody, AlarmNotifications: alarmNotificationsbody, } response, err := client.AddOrUpdateMetricOrEventAlarmRule(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } }
-
更新指标类告警规则
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" aom "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). Build() client := aom.NewAomClient( aom.AomClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.AddOrUpdateMetricOrEventAlarmRuleRequest{} request.ActionId = "<action_id>" appIdCmdb:= "" cmdbTriggerConditions := &model.CmdbInfo{ AppId: &appIdCmdb, } var listThresholdsTriggerConditions = map[string]string{ "Info": "100", } triggerTimesTriggerConditions:= "4" triggerIntervalTriggerConditions:= "15m" triggerTypeTriggerConditions:= model.GetTriggerConditionTriggerTypeEnum().FIXED_RATE aggregationTypeTriggerConditions:= "average" operatorTriggerConditions:= ">" aggregationWindowTriggerConditions:= "5m" queryMatchTriggerConditions:= "[{addMode=first, conditionCompare==, conditionList=[{name=1117919565}], conditionValue=[{name=1117919565}], dimension=instance, id=first, regExpress=null}]" aomMonitorLevelTriggerConditions:= "" aggregateTypeTriggerConditions:= model.GetTriggerConditionAggregateTypeEnum().BY metricStatisticMethodTriggerConditions:= model.GetTriggerConditionMetricStatisticMethodEnum().SINGLE expressionTriggerConditions:= "" mixPromqlTriggerConditions:= "" var listTriggerConditionsMetricAlarmSpec = []model.TriggerCondition{ { MetricQueryMode: model.GetTriggerConditionMetricQueryModeEnum().PROM, MetricNamespace: "", MetricName: "aom_metrics_total", MetricUnit: "", Promql: "label_replace(avg_over_time(aom_metrics_total{instance="1117919565"}[59999ms]),"__name__","aom_metrics_total","","")", TriggerTimes: &triggerTimesTriggerConditions, TriggerInterval: &triggerIntervalTriggerConditions, TriggerType: &triggerTypeTriggerConditions, AggregationType: &aggregationTypeTriggerConditions, Operator: &operatorTriggerConditions, Thresholds: listThresholdsTriggerConditions, AggregationWindow: &aggregationWindowTriggerConditions, Cmdb: cmdbTriggerConditions, QueryMatch: &queryMatchTriggerConditions, QueryParam: "{}", AomMonitorLevel: &aomMonitorLevelTriggerConditions, AggregateType: &aggregateTypeTriggerConditions, MetricStatisticMethod: &metricStatisticMethodTriggerConditions, Expression: &expressionTriggerConditions, MixPromql: &mixPromqlTriggerConditions, }, } recoveryTimeframeRecoveryConditions:= int32(2) recoveryConditionsMetricAlarmSpec := &model.RecoveryCondition{ RecoveryTimeframe: &recoveryTimeframeRecoveryConditions, } var listCustomAnnotationsAlarmTags = []string{ "333=rrr", } var listCustomTagsAlarmTags = []string{ "333=rrr", } var listAlarmTagsMetricAlarmSpec = []model.AlarmTags{ { CustomTags: &listCustomTagsAlarmTags, CustomAnnotations: &listCustomAnnotationsAlarmTags, }, } noDataTimeframeNoDataConditions:= int32(3) noDataAlertStateNoDataConditions:= model.GetNoDataConditionNoDataAlertStateEnum().NO_DATA notifyNoDataNoDataConditions:= true var listNoDataConditionsMetricAlarmSpec = []model.NoDataCondition{ { NoDataTimeframe: &noDataTimeframeNoDataConditions, NoDataAlertState: &noDataAlertStateNoDataConditions, NotifyNoData: ¬ifyNoDataNoDataConditions, }, } alarmRuleTemplateBindEnableMetricAlarmSpec:= false alarmRuleTemplateIdMetricAlarmSpec:= "" metricAlarmSpecbody := &model.MetricAlarmSpec{ MonitorType: model.GetMetricAlarmSpecMonitorTypeEnum().ALL_METRIC, NoDataConditions: &listNoDataConditionsMetricAlarmSpec, AlarmTags: listAlarmTagsMetricAlarmSpec, RecoveryConditions: recoveryConditionsMetricAlarmSpec, TriggerConditions: listTriggerConditionsMetricAlarmSpec, AlarmRuleTemplateBindEnable: &alarmRuleTemplateBindEnableMetricAlarmSpec, AlarmRuleTemplateId: &alarmRuleTemplateIdMetricAlarmSpec, } notificationEnableAlarmNotifications:= false bindNotificationRuleIdAlarmNotifications:= "" notifyResolvedAlarmNotifications:= true notifyTriggeredAlarmNotifications:= true notifyFrequencyAlarmNotifications:= int32(-1) alarmNotificationsbody := &model.AlarmNotification{ NotificationType: model.GetAlarmNotificationNotificationTypeEnum().ALARM_POLICY, RouteGroupEnable: true, RouteGroupRule: "aom_route_group_rule", NotificationEnable: ¬ificationEnableAlarmNotifications, BindNotificationRuleId: &bindNotificationRuleIdAlarmNotifications, NotifyResolved: ¬ifyResolvedAlarmNotifications, NotifyTriggered: ¬ifyTriggeredAlarmNotifications, NotifyFrequency: ¬ifyFrequencyAlarmNotifications, } promInstanceIdAddOrUpdateAlarmRuleV4RequestBody:= "0" alarmRuleEnableAddOrUpdateAlarmRuleV4RequestBody:= true alarmRuleDescriptionAddOrUpdateAlarmRuleV4RequestBody:= "aom_alarm_rule" request.Body = &model.AddOrUpdateAlarmRuleV4RequestBody{ PromInstanceId: &promInstanceIdAddOrUpdateAlarmRuleV4RequestBody, MetricAlarmSpec: metricAlarmSpecbody, AlarmRuleType: model.GetAddOrUpdateAlarmRuleV4RequestBodyAlarmRuleTypeEnum().METRIC, AlarmRuleName: "aom_alarm_rule", AlarmRuleEnable: &alarmRuleEnableAddOrUpdateAlarmRuleV4RequestBody, AlarmRuleDescription: &alarmRuleDescriptionAddOrUpdateAlarmRuleV4RequestBody, AlarmNotifications: alarmNotificationsbody, } response, err := client.AddOrUpdateMetricOrEventAlarmRule(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } }
-
新增事件类告警规则。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" aom "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). Build() client := aom.NewAomClient( aom.AomClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.AddOrUpdateMetricOrEventAlarmRuleRequest{} request.ActionId = "<action_id>" var listThresholdsTriggerConditions = map[string]int32{ "Critical": int32(1), } var listThresholdsTriggerConditions1 = map[string]int32{ "Critical": int32(1), } eventNameTriggerConditions:= "扩容节点超时##ScaleUpTimedOut" triggerTypeTriggerConditions:= model.GetEventTriggerConditionTriggerTypeEnum().ACCUMULATIVE aggregationWindowTriggerConditions:= int64(300) operatorTriggerConditions:= ">" frequencyTriggerConditions:= "-1" eventNameTriggerConditions1:= "数据卷扩容失败##VolumeResizeFailed" triggerTypeTriggerConditions1:= model.GetEventTriggerConditionTriggerTypeEnum().IMMEDIATELY var listTriggerConditionsEventAlarmSpec = []model.EventTriggerCondition{ { EventName: &eventNameTriggerConditions, TriggerType: &triggerTypeTriggerConditions, AggregationWindow: &aggregationWindowTriggerConditions, Operator: &operatorTriggerConditions, Thresholds: listThresholdsTriggerConditions1, Frequency: &frequencyTriggerConditions, }, { EventName: &eventNameTriggerConditions1, TriggerType: &triggerTypeTriggerConditions1, Thresholds: listThresholdsTriggerConditions, }, } var listMonitorObjectsMonitorObjects = map[string]string{ "event_name": "扩容节点超时##ScaleUpTimedOut;数据卷扩容失败##VolumeResizeFailed", "event_type": "event", } var listMonitorObjectsEventAlarmSpec = []map[string]string{ listMonitorObjectsMonitorObjects, } alarmSourceEventAlarmSpec:= model.GetEventAlarmSpecAlarmSourceEnum().SYSTEM_EVENT eventSourceEventAlarmSpec:= "CCE" eventAlarmSpecbody := &model.EventAlarmSpec{ AlarmSource: &alarmSourceEventAlarmSpec, EventSource: &eventSourceEventAlarmSpec, MonitorObjects: &listMonitorObjectsEventAlarmSpec, TriggerConditions: &listTriggerConditionsEventAlarmSpec, } notificationEnableAlarmNotifications:= true bindNotificationRuleIdAlarmNotifications:= "aom_event_notification_rule" notifyResolvedAlarmNotifications:= false notifyTriggeredAlarmNotifications:= false notifyFrequencyAlarmNotifications:= int32(-1) alarmNotificationsbody := &model.AlarmNotification{ NotificationType: model.GetAlarmNotificationNotificationTypeEnum().DIRECT, RouteGroupEnable: false, RouteGroupRule: "", NotificationEnable: ¬ificationEnableAlarmNotifications, BindNotificationRuleId: &bindNotificationRuleIdAlarmNotifications, NotifyResolved: ¬ifyResolvedAlarmNotifications, NotifyTriggered: ¬ifyTriggeredAlarmNotifications, NotifyFrequency: ¬ifyFrequencyAlarmNotifications, } alarmRuleEnableAddOrUpdateAlarmRuleV4RequestBody:= true alarmRuleDescriptionAddOrUpdateAlarmRuleV4RequestBody:= "aom_alarm_event_rule" request.Body = &model.AddOrUpdateAlarmRuleV4RequestBody{ EventAlarmSpec: eventAlarmSpecbody, AlarmRuleType: model.GetAddOrUpdateAlarmRuleV4RequestBodyAlarmRuleTypeEnum().EVENT, AlarmRuleName: "aom_event_alarm_rule", AlarmRuleEnable: &alarmRuleEnableAddOrUpdateAlarmRuleV4RequestBody, AlarmRuleDescription: &alarmRuleDescriptionAddOrUpdateAlarmRuleV4RequestBody, AlarmNotifications: alarmNotificationsbody, } response, err := client.AddOrUpdateMetricOrEventAlarmRule(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } }
-
更新事件类告警规则
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" aom "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/aom/v2/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). Build() client := aom.NewAomClient( aom.AomClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.AddOrUpdateMetricOrEventAlarmRuleRequest{} request.ActionId = "<action_id>" var listThresholdsTriggerConditions = map[string]int32{ "Critical": int32(2), } var listThresholdsTriggerConditions1 = map[string]int32{ "Critical": int32(1), } eventNameTriggerConditions:= "扩容节点超时##ScaleUpTimedOut" triggerTypeTriggerConditions:= model.GetEventTriggerConditionTriggerTypeEnum().ACCUMULATIVE aggregationWindowTriggerConditions:= int64(300) operatorTriggerConditions:= ">" frequencyTriggerConditions:= "-1" eventNameTriggerConditions1:= "数据卷扩容失败##VolumeResizeFailed" triggerTypeTriggerConditions1:= model.GetEventTriggerConditionTriggerTypeEnum().IMMEDIATELY var listTriggerConditionsEventAlarmSpec = []model.EventTriggerCondition{ { EventName: &eventNameTriggerConditions, TriggerType: &triggerTypeTriggerConditions, AggregationWindow: &aggregationWindowTriggerConditions, Operator: &operatorTriggerConditions, Thresholds: listThresholdsTriggerConditions1, Frequency: &frequencyTriggerConditions, }, { EventName: &eventNameTriggerConditions1, TriggerType: &triggerTypeTriggerConditions1, Thresholds: listThresholdsTriggerConditions, }, } var listMonitorObjectsMonitorObjects = map[string]string{ "event_name": "扩容节点超时##ScaleUpTimedOut;数据卷扩容失败##VolumeResizeFailed", "event_type": "event", } var listMonitorObjectsEventAlarmSpec = []map[string]string{ listMonitorObjectsMonitorObjects, } alarmSourceEventAlarmSpec:= model.GetEventAlarmSpecAlarmSourceEnum().SYSTEM_EVENT eventSourceEventAlarmSpec:= "CCE" eventAlarmSpecbody := &model.EventAlarmSpec{ AlarmSource: &alarmSourceEventAlarmSpec, EventSource: &eventSourceEventAlarmSpec, MonitorObjects: &listMonitorObjectsEventAlarmSpec, TriggerConditions: &listTriggerConditionsEventAlarmSpec, } notificationEnableAlarmNotifications:= true bindNotificationRuleIdAlarmNotifications:= "aom_event_notification_rule" notifyResolvedAlarmNotifications:= false notifyTriggeredAlarmNotifications:= false notifyFrequencyAlarmNotifications:= int32(-1) alarmNotificationsbody := &model.AlarmNotification{ NotificationType: model.GetAlarmNotificationNotificationTypeEnum().DIRECT, RouteGroupEnable: false, RouteGroupRule: "", NotificationEnable: ¬ificationEnableAlarmNotifications, BindNotificationRuleId: &bindNotificationRuleIdAlarmNotifications, NotifyResolved: ¬ifyResolvedAlarmNotifications, NotifyTriggered: ¬ifyTriggeredAlarmNotifications, NotifyFrequency: ¬ifyFrequencyAlarmNotifications, } alarmRuleEnableAddOrUpdateAlarmRuleV4RequestBody:= true alarmRuleDescriptionAddOrUpdateAlarmRuleV4RequestBody:= "aom_alarm_event_rule" request.Body = &model.AddOrUpdateAlarmRuleV4RequestBody{ EventAlarmSpec: eventAlarmSpecbody, AlarmRuleType: model.GetAddOrUpdateAlarmRuleV4RequestBodyAlarmRuleTypeEnum().EVENT, AlarmRuleName: "aom_event_alarm_rule", AlarmRuleEnable: &alarmRuleEnableAddOrUpdateAlarmRuleV4RequestBody, AlarmRuleDescription: &alarmRuleDescriptionAddOrUpdateAlarmRuleV4RequestBody, AlarmNotifications: alarmNotificationsbody, } response, err := client.AddOrUpdateMetricOrEventAlarmRule(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } }
更多编程语言的SDK代码示例,请参见API Explorer的代码示例页签,可生成自动对应的SDK代码示例。
状态码
状态码 |
描述 |
---|---|
200 |
OK 请求响应成功。 |
400 |
BadRequest 非法请求。建议直接修改该请求,不要重试该请求 |
500 |
InternalServerError 表明服务端能被请求访问到,但是不能理解用户的请求。 |
错误码
请参见错误码。