Viewing docs for bytepluscc v0.0.30
published on Monday, May 25, 2026 by Byteplus
published on Monday, May 25, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.30
published on Monday, May 25, 2026 by Byteplus
published on Monday, May 25, 2026 by Byteplus
Data Source schema for Byteplus::TLS::Alarm
Using getAlarm
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAlarm(args: GetAlarmArgs, opts?: InvokeOptions): Promise<GetAlarmResult>
function getAlarmOutput(args: GetAlarmOutputArgs, opts?: InvokeOptions): Output<GetAlarmResult>def get_alarm(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlarmResult
def get_alarm_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlarmResult]func LookupAlarm(ctx *Context, args *LookupAlarmArgs, opts ...InvokeOption) (*LookupAlarmResult, error)
func LookupAlarmOutput(ctx *Context, args *LookupAlarmOutputArgs, opts ...InvokeOption) LookupAlarmResultOutput> Note: This function is named LookupAlarm in the Go SDK.
public static class GetAlarm
{
public static Task<GetAlarmResult> InvokeAsync(GetAlarmArgs args, InvokeOptions? opts = null)
public static Output<GetAlarmResult> Invoke(GetAlarmInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlarmResult> getAlarm(GetAlarmArgs args, InvokeOptions options)
public static Output<GetAlarmResult> getAlarm(GetAlarmArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:tls/getAlarm:getAlarm
arguments:
# arguments dictionarydata "bytepluscc_tls_getalarm" "name" {
# arguments
}The following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getAlarm Result
The following output properties are available:
- Alarm
Id string - Alert policy ID.
- Alarm
Name string - Alert policy name
- Alarm
Notify List<Byteplus.Groups Get Alarm Alarm Notify Group> - List of notification groups corresponding to the alert.
- Alarm
Period int - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod limit, the log service sends alert notifications at the specified interval. Value range: 10–1440, unit: minutes. This parameter sets the sending interval for alert notifications across all channels. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence.
- Alarm
Period Byteplus.Detail Get Alarm Alarm Period Detail - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod, the logging service sends alert notifications according to the specified interval. Value range: 10–1440, in minutes. This parameter is used to set the sending interval for each channel. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence
- Condition string
- Alert trigger conditions. Alert policies support referencing query analysis results using the $N.keyname expression. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, both Condition and Severity fields are required.
- Create
Time string - Alert policy creation time
- Id string
- Uniquely identifies the resource.
- Join
Configurations List<Byteplus.Get Alarm Join Configuration> - Configuration for set operations on alert query analysis results. Log Service treats each query analysis result as a set and determines whether to trigger an alert based on the set result. When multiple execution statements (QueryRequest) are configured, multi-set association monitoring is supported. Supported set operations include Cartesian product, left join, and right join.
- Modify
Time string - Last modified time of the alert policy.
- Project
Id string - ID of the log project where the monitored log topic resides
- Query
Requests List<Byteplus.Get Alarm Query Request> - Monitoring task execution statement.
- Request
Cycle Byteplus.Get Alarm Request Cycle - Monitoring task execution statement.
- Send
Resolved bool - Enable alert policy. Default is true (enabled)
- Severity string
- Alert notification level, indicating the severity of the alert. Supported values: notice, warning, or critical. Default is notice
- Status bool
- Enable alert policy. Default is true (enabled)
- Trigger
Conditions List<Byteplus.Get Alarm Trigger Condition> - Alert trigger condition list. You can configure up to 10 alert trigger conditions. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, the Condition and Severity fields are required
- Trigger
Period int - Duration period. An alert is triggered after the trigger condition is continuously met for TriggerPeriod cycles. Minimum value: 1, maximum value: 10, default is 1.
- User
Define stringMsg - Customize alert notification content. You can insert content variables and functions. For details, see the documentation for content variables and content functions. To display this content in the actual alert notification, reference it in the content template using the NotifyMsg variable.
- Alarm
Id string - Alert policy ID.
- Alarm
Name string - Alert policy name
- Alarm
Notify []GetGroups Alarm Alarm Notify Group - List of notification groups corresponding to the alert.
- Alarm
Period int - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod limit, the log service sends alert notifications at the specified interval. Value range: 10–1440, unit: minutes. This parameter sets the sending interval for alert notifications across all channels. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence.
- Alarm
Period GetDetail Alarm Alarm Period Detail - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod, the logging service sends alert notifications according to the specified interval. Value range: 10–1440, in minutes. This parameter is used to set the sending interval for each channel. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence
- Condition string
- Alert trigger conditions. Alert policies support referencing query analysis results using the $N.keyname expression. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, both Condition and Severity fields are required.
- Create
Time string - Alert policy creation time
- Id string
- Uniquely identifies the resource.
- Join
Configurations []GetAlarm Join Configuration - Configuration for set operations on alert query analysis results. Log Service treats each query analysis result as a set and determines whether to trigger an alert based on the set result. When multiple execution statements (QueryRequest) are configured, multi-set association monitoring is supported. Supported set operations include Cartesian product, left join, and right join.
- Modify
Time string - Last modified time of the alert policy.
- Project
Id string - ID of the log project where the monitored log topic resides
- Query
Requests []GetAlarm Query Request - Monitoring task execution statement.
- Request
Cycle GetAlarm Request Cycle - Monitoring task execution statement.
- Send
Resolved bool - Enable alert policy. Default is true (enabled)
- Severity string
- Alert notification level, indicating the severity of the alert. Supported values: notice, warning, or critical. Default is notice
- Status bool
- Enable alert policy. Default is true (enabled)
- Trigger
Conditions []GetAlarm Trigger Condition - Alert trigger condition list. You can configure up to 10 alert trigger conditions. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, the Condition and Severity fields are required
- Trigger
Period int - Duration period. An alert is triggered after the trigger condition is continuously met for TriggerPeriod cycles. Minimum value: 1, maximum value: 10, default is 1.
- User
Define stringMsg - Customize alert notification content. You can insert content variables and functions. For details, see the documentation for content variables and content functions. To display this content in the actual alert notification, reference it in the content template using the NotifyMsg variable.
- alarm_
id string - Alert policy ID.
- alarm_
name string - Alert policy name
- alarm_
notify_ list(object)groups - List of notification groups corresponding to the alert.
- alarm_
period number - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod limit, the log service sends alert notifications at the specified interval. Value range: 10–1440, unit: minutes. This parameter sets the sending interval for alert notifications across all channels. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence.
- alarm_
period_ objectdetail - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod, the logging service sends alert notifications according to the specified interval. Value range: 10–1440, in minutes. This parameter is used to set the sending interval for each channel. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence
- condition string
- Alert trigger conditions. Alert policies support referencing query analysis results using the $N.keyname expression. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, both Condition and Severity fields are required.
- create_
time string - Alert policy creation time
- id string
- Uniquely identifies the resource.
- join_
configurations list(object) - Configuration for set operations on alert query analysis results. Log Service treats each query analysis result as a set and determines whether to trigger an alert based on the set result. When multiple execution statements (QueryRequest) are configured, multi-set association monitoring is supported. Supported set operations include Cartesian product, left join, and right join.
- modify_
time string - Last modified time of the alert policy.
- project_
id string - ID of the log project where the monitored log topic resides
- query_
requests list(object) - Monitoring task execution statement.
- request_
cycle object - Monitoring task execution statement.
- send_
resolved bool - Enable alert policy. Default is true (enabled)
- severity string
- Alert notification level, indicating the severity of the alert. Supported values: notice, warning, or critical. Default is notice
- status bool
- Enable alert policy. Default is true (enabled)
- trigger_
conditions list(object) - Alert trigger condition list. You can configure up to 10 alert trigger conditions. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, the Condition and Severity fields are required
- trigger_
period number - Duration period. An alert is triggered after the trigger condition is continuously met for TriggerPeriod cycles. Minimum value: 1, maximum value: 10, default is 1.
- user_
define_ stringmsg - Customize alert notification content. You can insert content variables and functions. For details, see the documentation for content variables and content functions. To display this content in the actual alert notification, reference it in the content template using the NotifyMsg variable.
- alarm
Id String - Alert policy ID.
- alarm
Name String - Alert policy name
- alarm
Notify List<GetGroups Alarm Alarm Notify Group> - List of notification groups corresponding to the alert.
- alarm
Period Integer - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod limit, the log service sends alert notifications at the specified interval. Value range: 10–1440, unit: minutes. This parameter sets the sending interval for alert notifications across all channels. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence.
- alarm
Period GetDetail Alarm Alarm Period Detail - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod, the logging service sends alert notifications according to the specified interval. Value range: 10–1440, in minutes. This parameter is used to set the sending interval for each channel. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence
- condition String
- Alert trigger conditions. Alert policies support referencing query analysis results using the $N.keyname expression. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, both Condition and Severity fields are required.
- create
Time String - Alert policy creation time
- id String
- Uniquely identifies the resource.
- join
Configurations List<GetAlarm Join Configuration> - Configuration for set operations on alert query analysis results. Log Service treats each query analysis result as a set and determines whether to trigger an alert based on the set result. When multiple execution statements (QueryRequest) are configured, multi-set association monitoring is supported. Supported set operations include Cartesian product, left join, and right join.
- modify
Time String - Last modified time of the alert policy.
- project
Id String - ID of the log project where the monitored log topic resides
- query
Requests List<GetAlarm Query Request> - Monitoring task execution statement.
- request
Cycle GetAlarm Request Cycle - Monitoring task execution statement.
- send
Resolved Boolean - Enable alert policy. Default is true (enabled)
- severity String
- Alert notification level, indicating the severity of the alert. Supported values: notice, warning, or critical. Default is notice
- status Boolean
- Enable alert policy. Default is true (enabled)
- trigger
Conditions List<GetAlarm Trigger Condition> - Alert trigger condition list. You can configure up to 10 alert trigger conditions. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, the Condition and Severity fields are required
- trigger
Period Integer - Duration period. An alert is triggered after the trigger condition is continuously met for TriggerPeriod cycles. Minimum value: 1, maximum value: 10, default is 1.
- user
Define StringMsg - Customize alert notification content. You can insert content variables and functions. For details, see the documentation for content variables and content functions. To display this content in the actual alert notification, reference it in the content template using the NotifyMsg variable.
- alarm
Id string - Alert policy ID.
- alarm
Name string - Alert policy name
- alarm
Notify GetGroups Alarm Alarm Notify Group[] - List of notification groups corresponding to the alert.
- alarm
Period number - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod limit, the log service sends alert notifications at the specified interval. Value range: 10–1440, unit: minutes. This parameter sets the sending interval for alert notifications across all channels. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence.
- alarm
Period GetDetail Alarm Alarm Period Detail - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod, the logging service sends alert notifications according to the specified interval. Value range: 10–1440, in minutes. This parameter is used to set the sending interval for each channel. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence
- condition string
- Alert trigger conditions. Alert policies support referencing query analysis results using the $N.keyname expression. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, both Condition and Severity fields are required.
- create
Time string - Alert policy creation time
- id string
- Uniquely identifies the resource.
- join
Configurations GetAlarm Join Configuration[] - Configuration for set operations on alert query analysis results. Log Service treats each query analysis result as a set and determines whether to trigger an alert based on the set result. When multiple execution statements (QueryRequest) are configured, multi-set association monitoring is supported. Supported set operations include Cartesian product, left join, and right join.
- modify
Time string - Last modified time of the alert policy.
- project
Id string - ID of the log project where the monitored log topic resides
- query
Requests GetAlarm Query Request[] - Monitoring task execution statement.
- request
Cycle GetAlarm Request Cycle - Monitoring task execution statement.
- send
Resolved boolean - Enable alert policy. Default is true (enabled)
- severity string
- Alert notification level, indicating the severity of the alert. Supported values: notice, warning, or critical. Default is notice
- status boolean
- Enable alert policy. Default is true (enabled)
- trigger
Conditions GetAlarm Trigger Condition[] - Alert trigger condition list. You can configure up to 10 alert trigger conditions. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, the Condition and Severity fields are required
- trigger
Period number - Duration period. An alert is triggered after the trigger condition is continuously met for TriggerPeriod cycles. Minimum value: 1, maximum value: 10, default is 1.
- user
Define stringMsg - Customize alert notification content. You can insert content variables and functions. For details, see the documentation for content variables and content functions. To display this content in the actual alert notification, reference it in the content template using the NotifyMsg variable.
- alarm_
id str - Alert policy ID.
- alarm_
name str - Alert policy name
- alarm_
notify_ Sequence[Getgroups Alarm Alarm Notify Group] - List of notification groups corresponding to the alert.
- alarm_
period int - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod limit, the log service sends alert notifications at the specified interval. Value range: 10–1440, unit: minutes. This parameter sets the sending interval for alert notifications across all channels. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence.
- alarm_
period_ Getdetail Alarm Alarm Period Detail - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod, the logging service sends alert notifications according to the specified interval. Value range: 10–1440, in minutes. This parameter is used to set the sending interval for each channel. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence
- condition str
- Alert trigger conditions. Alert policies support referencing query analysis results using the $N.keyname expression. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, both Condition and Severity fields are required.
- create_
time str - Alert policy creation time
- id str
- Uniquely identifies the resource.
- join_
configurations Sequence[GetAlarm Join Configuration] - Configuration for set operations on alert query analysis results. Log Service treats each query analysis result as a set and determines whether to trigger an alert based on the set result. When multiple execution statements (QueryRequest) are configured, multi-set association monitoring is supported. Supported set operations include Cartesian product, left join, and right join.
- modify_
time str - Last modified time of the alert policy.
- project_
id str - ID of the log project where the monitored log topic resides
- query_
requests Sequence[GetAlarm Query Request] - Monitoring task execution statement.
- request_
cycle GetAlarm Request Cycle - Monitoring task execution statement.
- send_
resolved bool - Enable alert policy. Default is true (enabled)
- severity str
- Alert notification level, indicating the severity of the alert. Supported values: notice, warning, or critical. Default is notice
- status bool
- Enable alert policy. Default is true (enabled)
- trigger_
conditions Sequence[GetAlarm Trigger Condition] - Alert trigger condition list. You can configure up to 10 alert trigger conditions. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, the Condition and Severity fields are required
- trigger_
period int - Duration period. An alert is triggered after the trigger condition is continuously met for TriggerPeriod cycles. Minimum value: 1, maximum value: 10, default is 1.
- user_
define_ strmsg - Customize alert notification content. You can insert content variables and functions. For details, see the documentation for content variables and content functions. To display this content in the actual alert notification, reference it in the content template using the NotifyMsg variable.
- alarm
Id String - Alert policy ID.
- alarm
Name String - Alert policy name
- alarm
Notify List<Property Map>Groups - List of notification groups corresponding to the alert.
- alarm
Period Number - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod limit, the log service sends alert notifications at the specified interval. Value range: 10–1440, unit: minutes. This parameter sets the sending interval for alert notifications across all channels. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence.
- alarm
Period Property MapDetail - Alert notification sending interval. When the alert is triggered continuously and reaches the specified TriggerPeriod, the logging service sends alert notifications according to the specified interval. Value range: 10–1440, in minutes. This parameter is used to set the sending interval for each channel. AlarmPeriod and AlarmPeriodDetail cannot both be empty. If both are specified, AlarmPeriodDetail takes precedence
- condition String
- Alert trigger conditions. Alert policies support referencing query analysis results using the $N.keyname expression. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, both Condition and Severity fields are required.
- create
Time String - Alert policy creation time
- id String
- Uniquely identifies the resource.
- join
Configurations List<Property Map> - Configuration for set operations on alert query analysis results. Log Service treats each query analysis result as a set and determines whether to trigger an alert based on the set result. When multiple execution statements (QueryRequest) are configured, multi-set association monitoring is supported. Supported set operations include Cartesian product, left join, and right join.
- modify
Time String - Last modified time of the alert policy.
- project
Id String - ID of the log project where the monitored log topic resides
- query
Requests List<Property Map> - Monitoring task execution statement.
- request
Cycle Property Map - Monitoring task execution statement.
- send
Resolved Boolean - Enable alert policy. Default is true (enabled)
- severity String
- Alert notification level, indicating the severity of the alert. Supported values: notice, warning, or critical. Default is notice
- status Boolean
- Enable alert policy. Default is true (enabled)
- trigger
Conditions List<Property Map> - Alert trigger condition list. You can configure up to 10 alert trigger conditions. If you configure the TriggerConditions field, the Condition and Severity fields will be ignored. If you do not configure the TriggerConditions field, the Condition and Severity fields are required
- trigger
Period Number - Duration period. An alert is triggered after the trigger condition is continuously met for TriggerPeriod cycles. Minimum value: 1, maximum value: 10, default is 1.
- user
Define StringMsg - Customize alert notification content. You can insert content variables and functions. For details, see the documentation for content variables and content functions. To display this content in the actual alert notification, reference it in the content template using the NotifyMsg variable.
Supporting Types
GetAlarmAlarmNotifyGroup
- Alarm
Notify stringGroup Id - Alert notification group ID.
- Alarm
Notify stringGroup Name - Alert notification group name.
- Create
Time string - Alert notification group creation time.
- Iam
Project stringName - IAM project to which the alert group belongs.
- Modify
Time string - Time when the alert notification group was modified.
- Notice
Rules List<Byteplus.Get Alarm Alarm Notify Group Notice Rule> - Notification group rule
- Notify
Types List<string> - Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
- Receivers
List<Byteplus.
Get Alarm Alarm Notify Group Receiver> - List of IAM users who receive alerts.
- Alarm
Notify stringGroup Id - Alert notification group ID.
- Alarm
Notify stringGroup Name - Alert notification group name.
- Create
Time string - Alert notification group creation time.
- Iam
Project stringName - IAM project to which the alert group belongs.
- Modify
Time string - Time when the alert notification group was modified.
- Notice
Rules []GetAlarm Alarm Notify Group Notice Rule - Notification group rule
- Notify
Types []string - Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
- Receivers
[]Get
Alarm Alarm Notify Group Receiver - List of IAM users who receive alerts.
- alarm_
notify_ stringgroup_ id - Alert notification group ID.
- alarm_
notify_ stringgroup_ name - Alert notification group name.
- create_
time string - Alert notification group creation time.
- iam_
project_ stringname - IAM project to which the alert group belongs.
- modify_
time string - Time when the alert notification group was modified.
- notice_
rules list(object) - Notification group rule
- notify_
types list(string) - Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
- receivers list(object)
- List of IAM users who receive alerts.
- alarm
Notify StringGroup Id - Alert notification group ID.
- alarm
Notify StringGroup Name - Alert notification group name.
- create
Time String - Alert notification group creation time.
- iam
Project StringName - IAM project to which the alert group belongs.
- modify
Time String - Time when the alert notification group was modified.
- notice
Rules List<GetAlarm Alarm Notify Group Notice Rule> - Notification group rule
- notify
Types List<String> - Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
- receivers
List<Get
Alarm Alarm Notify Group Receiver> - List of IAM users who receive alerts.
- alarm
Notify stringGroup Id - Alert notification group ID.
- alarm
Notify stringGroup Name - Alert notification group name.
- create
Time string - Alert notification group creation time.
- iam
Project stringName - IAM project to which the alert group belongs.
- modify
Time string - Time when the alert notification group was modified.
- notice
Rules GetAlarm Alarm Notify Group Notice Rule[] - Notification group rule
- notify
Types string[] - Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
- receivers
Get
Alarm Alarm Notify Group Receiver[] - List of IAM users who receive alerts.
- alarm_
notify_ strgroup_ id - Alert notification group ID.
- alarm_
notify_ strgroup_ name - Alert notification group name.
- create_
time str - Alert notification group creation time.
- iam_
project_ strname - IAM project to which the alert group belongs.
- modify_
time str - Time when the alert notification group was modified.
- notice_
rules Sequence[GetAlarm Alarm Notify Group Notice Rule] - Notification group rule
- notify_
types Sequence[str] - Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
- receivers
Sequence[Get
Alarm Alarm Notify Group Receiver] - List of IAM users who receive alerts.
- alarm
Notify StringGroup Id - Alert notification group ID.
- alarm
Notify StringGroup Name - Alert notification group name.
- create
Time String - Alert notification group creation time.
- iam
Project StringName - IAM project to which the alert group belongs.
- modify
Time String - Time when the alert notification group was modified.
- notice
Rules List<Property Map> - Notification group rule
- notify
Types List<String> - Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
- receivers List<Property Map>
- List of IAM users who receive alerts.
GetAlarmAlarmNotifyGroupNoticeRule
- Has
End boolNode - Whether a subsequent end node exists.
- Has
Next bool - Whether to continue to the next level of condition evaluation
- Receiver
Infos List<Byteplus.Get Alarm Alarm Notify Group Notice Rule Receiver Info> - Notification group rule
- Rule
Node string - Rule node, in JSON format.
- Has
End boolNode - Whether a subsequent end node exists.
- Has
Next bool - Whether to continue to the next level of condition evaluation
- Receiver
Infos []GetAlarm Alarm Notify Group Notice Rule Receiver Info - Notification group rule
- Rule
Node string - Rule node, in JSON format.
- has_
end_ boolnode - Whether a subsequent end node exists.
- has_
next bool - Whether to continue to the next level of condition evaluation
- receiver_
infos list(object) - Notification group rule
- rule_
node string - Rule node, in JSON format.
- has
End BooleanNode - Whether a subsequent end node exists.
- has
Next Boolean - Whether to continue to the next level of condition evaluation
- receiver
Infos List<GetAlarm Alarm Notify Group Notice Rule Receiver Info> - Notification group rule
- rule
Node String - Rule node, in JSON format.
- has
End booleanNode - Whether a subsequent end node exists.
- has
Next boolean - Whether to continue to the next level of condition evaluation
- receiver
Infos GetAlarm Alarm Notify Group Notice Rule Receiver Info[] - Notification group rule
- rule
Node string - Rule node, in JSON format.
- has_
end_ boolnode - Whether a subsequent end node exists.
- has_
next bool - Whether to continue to the next level of condition evaluation
- receiver_
infos Sequence[GetAlarm Alarm Notify Group Notice Rule Receiver Info] - Notification group rule
- rule_
node str - Rule node, in JSON format.
- has
End BooleanNode - Whether a subsequent end node exists.
- has
Next Boolean - Whether to continue to the next level of condition evaluation
- receiver
Infos List<Property Map> - Notification group rule
- rule
Node String - Rule node, in JSON format.
GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfo
- Alarm
Content stringTemplate Id - Alert content template ID.
- Alarm
Webhook List<string>At Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- Alarm
Webhook List<string>At Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- Alarm
Webhook stringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- Alarm
Webhook stringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- Alarm
Webhook boolIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- End
Time string - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- General
Webhook stringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- General
Webhook List<Byteplus.Headers Get Alarm Alarm Notify Group Notice Rule Receiver Info General Webhook Header> - Custom interface callback request header.
- General
Webhook stringMethod - Custom interface callback method. Only POST or PUT is supported.
- General
Webhook stringUrl - Custom callback URL for the interface
- Receiver
Channels List<string> - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- Receiver
Names List<string> - IAM user or user group name
- Receiver
Type string - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- Start
Time string - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- Alarm
Content stringTemplate Id - Alert content template ID.
- Alarm
Webhook []stringAt Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- Alarm
Webhook []stringAt Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- Alarm
Webhook stringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- Alarm
Webhook stringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- Alarm
Webhook boolIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- End
Time string - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- General
Webhook stringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- General
Webhook []GetHeaders Alarm Alarm Notify Group Notice Rule Receiver Info General Webhook Header - Custom interface callback request header.
- General
Webhook stringMethod - Custom interface callback method. Only POST or PUT is supported.
- General
Webhook stringUrl - Custom callback URL for the interface
- Receiver
Channels []string - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- Receiver
Names []string - IAM user or user group name
- Receiver
Type string - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- Start
Time string - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm_
content_ stringtemplate_ id - Alert content template ID.
- alarm_
webhook_ list(string)at_ groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm_
webhook_ list(string)at_ users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm_
webhook_ stringintegration_ id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm_
webhook_ stringintegration_ name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm_
webhook_ boolis_ at_ all - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end_
time string - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general_
webhook_ stringbody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general_
webhook_ list(object)headers - Custom interface callback request header.
- general_
webhook_ stringmethod - Custom interface callback method. Only POST or PUT is supported.
- general_
webhook_ stringurl - Custom callback URL for the interface
- receiver_
channels list(string) - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver_
names list(string) - IAM user or user group name
- receiver_
type string - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start_
time string - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm
Content StringTemplate Id - Alert content template ID.
- alarm
Webhook List<String>At Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook List<String>At Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook StringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook StringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook BooleanIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end
Time String - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general
Webhook StringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general
Webhook List<GetHeaders Alarm Alarm Notify Group Notice Rule Receiver Info General Webhook Header> - Custom interface callback request header.
- general
Webhook StringMethod - Custom interface callback method. Only POST or PUT is supported.
- general
Webhook StringUrl - Custom callback URL for the interface
- receiver
Channels List<String> - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver
Names List<String> - IAM user or user group name
- receiver
Type String - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start
Time String - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm
Content stringTemplate Id - Alert content template ID.
- alarm
Webhook string[]At Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook string[]At Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook stringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook stringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook booleanIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end
Time string - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general
Webhook stringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general
Webhook GetHeaders Alarm Alarm Notify Group Notice Rule Receiver Info General Webhook Header[] - Custom interface callback request header.
- general
Webhook stringMethod - Custom interface callback method. Only POST or PUT is supported.
- general
Webhook stringUrl - Custom callback URL for the interface
- receiver
Channels string[] - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver
Names string[] - IAM user or user group name
- receiver
Type string - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start
Time string - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm_
content_ strtemplate_ id - Alert content template ID.
- alarm_
webhook_ Sequence[str]at_ groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm_
webhook_ Sequence[str]at_ users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm_
webhook_ strintegration_ id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm_
webhook_ strintegration_ name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm_
webhook_ boolis_ at_ all - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end_
time str - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general_
webhook_ strbody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general_
webhook_ Sequence[Getheaders Alarm Alarm Notify Group Notice Rule Receiver Info General Webhook Header] - Custom interface callback request header.
- general_
webhook_ strmethod - Custom interface callback method. Only POST or PUT is supported.
- general_
webhook_ strurl - Custom callback URL for the interface
- receiver_
channels Sequence[str] - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver_
names Sequence[str] - IAM user or user group name
- receiver_
type str - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start_
time str - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm
Content StringTemplate Id - Alert content template ID.
- alarm
Webhook List<String>At Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook List<String>At Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook StringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook StringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook BooleanIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end
Time String - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general
Webhook StringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general
Webhook List<Property Map>Headers - Custom interface callback request header.
- general
Webhook StringMethod - Custom interface callback method. Only POST or PUT is supported.
- general
Webhook StringUrl - Custom callback URL for the interface
- receiver
Channels List<String> - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver
Names List<String> - IAM user or user group name
- receiver
Type String - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start
Time String - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader
GetAlarmAlarmNotifyGroupReceiver
- Alarm
Content stringTemplate Id - Alert content template ID.
- Alarm
Webhook List<string>At Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- Alarm
Webhook List<string>At Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- Alarm
Webhook stringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- Alarm
Webhook stringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- Alarm
Webhook boolIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- End
Time string - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- General
Webhook stringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- General
Webhook List<Byteplus.Headers Get Alarm Alarm Notify Group Receiver General Webhook Header> - Custom interface callback request header.
- General
Webhook stringMethod - Custom interface callback method. Only POST or PUT is supported.
- General
Webhook stringUrl - Custom callback URL for the interface
- Receiver
Channels List<string> - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- Receiver
Names List<string> - IAM user or user group name
- Receiver
Type string - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- Start
Time string - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- Alarm
Content stringTemplate Id - Alert content template ID.
- Alarm
Webhook []stringAt Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- Alarm
Webhook []stringAt Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- Alarm
Webhook stringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- Alarm
Webhook stringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- Alarm
Webhook boolIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- End
Time string - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- General
Webhook stringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- General
Webhook []GetHeaders Alarm Alarm Notify Group Receiver General Webhook Header - Custom interface callback request header.
- General
Webhook stringMethod - Custom interface callback method. Only POST or PUT is supported.
- General
Webhook stringUrl - Custom callback URL for the interface
- Receiver
Channels []string - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- Receiver
Names []string - IAM user or user group name
- Receiver
Type string - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- Start
Time string - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm_
content_ stringtemplate_ id - Alert content template ID.
- alarm_
webhook_ list(string)at_ groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm_
webhook_ list(string)at_ users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm_
webhook_ stringintegration_ id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm_
webhook_ stringintegration_ name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm_
webhook_ boolis_ at_ all - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end_
time string - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general_
webhook_ stringbody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general_
webhook_ list(object)headers - Custom interface callback request header.
- general_
webhook_ stringmethod - Custom interface callback method. Only POST or PUT is supported.
- general_
webhook_ stringurl - Custom callback URL for the interface
- receiver_
channels list(string) - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver_
names list(string) - IAM user or user group name
- receiver_
type string - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start_
time string - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm
Content StringTemplate Id - Alert content template ID.
- alarm
Webhook List<String>At Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook List<String>At Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook StringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook StringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook BooleanIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end
Time String - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general
Webhook StringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general
Webhook List<GetHeaders Alarm Alarm Notify Group Receiver General Webhook Header> - Custom interface callback request header.
- general
Webhook StringMethod - Custom interface callback method. Only POST or PUT is supported.
- general
Webhook StringUrl - Custom callback URL for the interface
- receiver
Channels List<String> - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver
Names List<String> - IAM user or user group name
- receiver
Type String - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start
Time String - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm
Content stringTemplate Id - Alert content template ID.
- alarm
Webhook string[]At Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook string[]At Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook stringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook stringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook booleanIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end
Time string - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general
Webhook stringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general
Webhook GetHeaders Alarm Alarm Notify Group Receiver General Webhook Header[] - Custom interface callback request header.
- general
Webhook stringMethod - Custom interface callback method. Only POST or PUT is supported.
- general
Webhook stringUrl - Custom callback URL for the interface
- receiver
Channels string[] - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver
Names string[] - IAM user or user group name
- receiver
Type string - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start
Time string - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm_
content_ strtemplate_ id - Alert content template ID.
- alarm_
webhook_ Sequence[str]at_ groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm_
webhook_ Sequence[str]at_ users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm_
webhook_ strintegration_ id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm_
webhook_ strintegration_ name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm_
webhook_ boolis_ at_ all - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end_
time str - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general_
webhook_ strbody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general_
webhook_ Sequence[Getheaders Alarm Alarm Notify Group Receiver General Webhook Header] - Custom interface callback request header.
- general_
webhook_ strmethod - Custom interface callback method. Only POST or PUT is supported.
- general_
webhook_ strurl - Custom callback URL for the interface
- receiver_
channels Sequence[str] - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver_
names Sequence[str] - IAM user or user group name
- receiver_
type str - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start_
time str - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
- alarm
Content StringTemplate Id - Alert content template ID.
- alarm
Webhook List<String>At Groups - Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook List<String>At Users - Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
- alarm
Webhook StringIntegration Id - ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook StringIntegration Name - Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
- alarm
Webhook BooleanIs At All - Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
- end
Time String - End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
- general
Webhook StringBody - Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
- general
Webhook List<Property Map>Headers - Custom interface callback request header.
- general
Webhook StringMethod - Custom interface callback method. Only POST or PUT is supported.
- general
Webhook StringUrl - Custom callback URL for the interface
- receiver
Channels List<String> - Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
- receiver
Names List<String> - IAM user or user group name
- receiver
Type String - Recipient type. Options: User: IAM user. UserGroup: IAM user group.
- start
Time String - Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
GetAlarmAlarmNotifyGroupReceiverGeneralWebhookHeader
GetAlarmAlarmPeriodDetail
- Email int
- Email alert interval, in minutes. Value range: 1–1440
- General
Webhook int - Custom Webhook alert interval, in minutes. Value range: 1–1440.
- Phone int
- Phone alert cycle, in minutes. Value range: 10–1440.
- Sms int
- SMS alert interval, in minutes. Value range: 10–1440
- Email int
- Email alert interval, in minutes. Value range: 1–1440
- General
Webhook int - Custom Webhook alert interval, in minutes. Value range: 1–1440.
- Phone int
- Phone alert cycle, in minutes. Value range: 10–1440.
- Sms int
- SMS alert interval, in minutes. Value range: 10–1440
- email number
- Email alert interval, in minutes. Value range: 1–1440
- general_
webhook number - Custom Webhook alert interval, in minutes. Value range: 1–1440.
- phone number
- Phone alert cycle, in minutes. Value range: 10–1440.
- sms number
- SMS alert interval, in minutes. Value range: 10–1440
- email Integer
- Email alert interval, in minutes. Value range: 1–1440
- general
Webhook Integer - Custom Webhook alert interval, in minutes. Value range: 1–1440.
- phone Integer
- Phone alert cycle, in minutes. Value range: 10–1440.
- sms Integer
- SMS alert interval, in minutes. Value range: 10–1440
- email number
- Email alert interval, in minutes. Value range: 1–1440
- general
Webhook number - Custom Webhook alert interval, in minutes. Value range: 1–1440.
- phone number
- Phone alert cycle, in minutes. Value range: 10–1440.
- sms number
- SMS alert interval, in minutes. Value range: 10–1440
- email int
- Email alert interval, in minutes. Value range: 1–1440
- general_
webhook int - Custom Webhook alert interval, in minutes. Value range: 1–1440.
- phone int
- Phone alert cycle, in minutes. Value range: 10–1440.
- sms int
- SMS alert interval, in minutes. Value range: 10–1440
- email Number
- Email alert interval, in minutes. Value range: 1–1440
- general
Webhook Number - Custom Webhook alert interval, in minutes. Value range: 1–1440.
- phone Number
- Phone alert cycle, in minutes. Value range: 10–1440.
- sms Number
- SMS alert interval, in minutes. Value range: 10–1440
GetAlarmJoinConfiguration
- Condition string
- Expression used for left join or right join.
- Set
Operation stringType - Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
- Condition string
- Expression used for left join or right join.
- Set
Operation stringType - Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
- condition string
- Expression used for left join or right join.
- set_
operation_ stringtype - Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
- condition String
- Expression used for left join or right join.
- set
Operation StringType - Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
- condition string
- Expression used for left join or right join.
- set
Operation stringType - Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
- condition str
- Expression used for left join or right join.
- set_
operation_ strtype - Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
- condition String
- Expression used for left join or right join.
- set
Operation StringType - Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
GetAlarmQueryRequest
- End
Time intOffset - Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
- End
Time stringOffset Unit - Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
- Number int
- Alert object sequence number, starting from 1 and incrementing by 1
- Query string
- Query analysis statement, with a maximum supported length of 1024 characters.
- Start
Time intOffset - Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
- Start
Time stringOffset Unit - Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
- Time
Span stringType - Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
- Topic
Id string - Log topic ID monitored by the alert policy.
- Topic
Name string - Name of the log topic monitored by the alert policy.
- Truncated
Time string - Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
- End
Time intOffset - Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
- End
Time stringOffset Unit - Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
- Number int
- Alert object sequence number, starting from 1 and incrementing by 1
- Query string
- Query analysis statement, with a maximum supported length of 1024 characters.
- Start
Time intOffset - Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
- Start
Time stringOffset Unit - Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
- Time
Span stringType - Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
- Topic
Id string - Log topic ID monitored by the alert policy.
- Topic
Name string - Name of the log topic monitored by the alert policy.
- Truncated
Time string - Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
- end_
time_ numberoffset - Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
- end_
time_ stringoffset_ unit - Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
- number number
- Alert object sequence number, starting from 1 and incrementing by 1
- query string
- Query analysis statement, with a maximum supported length of 1024 characters.
- start_
time_ numberoffset - Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
- start_
time_ stringoffset_ unit - Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
- time_
span_ stringtype - Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
- topic_
id string - Log topic ID monitored by the alert policy.
- topic_
name string - Name of the log topic monitored by the alert policy.
- truncated_
time string - Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
- end
Time IntegerOffset - Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
- end
Time StringOffset Unit - Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
- number Integer
- Alert object sequence number, starting from 1 and incrementing by 1
- query String
- Query analysis statement, with a maximum supported length of 1024 characters.
- start
Time IntegerOffset - Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
- start
Time StringOffset Unit - Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
- time
Span StringType - Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
- topic
Id String - Log topic ID monitored by the alert policy.
- topic
Name String - Name of the log topic monitored by the alert policy.
- truncated
Time String - Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
- end
Time numberOffset - Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
- end
Time stringOffset Unit - Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
- number number
- Alert object sequence number, starting from 1 and incrementing by 1
- query string
- Query analysis statement, with a maximum supported length of 1024 characters.
- start
Time numberOffset - Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
- start
Time stringOffset Unit - Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
- time
Span stringType - Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
- topic
Id string - Log topic ID monitored by the alert policy.
- topic
Name string - Name of the log topic monitored by the alert policy.
- truncated
Time string - Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
- end_
time_ intoffset - Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
- end_
time_ stroffset_ unit - Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
- number int
- Alert object sequence number, starting from 1 and incrementing by 1
- query str
- Query analysis statement, with a maximum supported length of 1024 characters.
- start_
time_ intoffset - Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
- start_
time_ stroffset_ unit - Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
- time_
span_ strtype - Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
- topic_
id str - Log topic ID monitored by the alert policy.
- topic_
name str - Name of the log topic monitored by the alert policy.
- truncated_
time str - Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
- end
Time NumberOffset - Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
- end
Time StringOffset Unit - Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
- number Number
- Alert object sequence number, starting from 1 and incrementing by 1
- query String
- Query analysis statement, with a maximum supported length of 1024 characters.
- start
Time NumberOffset - Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
- start
Time StringOffset Unit - Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
- time
Span StringType - Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
- topic
Id String - Log topic ID monitored by the alert policy.
- topic
Name String - Name of the log topic monitored by the alert policy.
- truncated
Time String - Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
GetAlarmRequestCycle
- Cron
Tab string - Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
- Cron
Time stringZone - Time zone in which the Cron expression takes effect.
- Time int
- Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
- Type string
- Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
- Cron
Tab string - Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
- Cron
Time stringZone - Time zone in which the Cron expression takes effect.
- Time int
- Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
- Type string
- Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
- cron_
tab string - Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
- cron_
time_ stringzone - Time zone in which the Cron expression takes effect.
- time number
- Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
- type string
- Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
- cron
Tab String - Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
- cron
Time StringZone - Time zone in which the Cron expression takes effect.
- time Integer
- Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
- type String
- Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
- cron
Tab string - Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
- cron
Time stringZone - Time zone in which the Cron expression takes effect.
- time number
- Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
- type string
- Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
- cron_
tab str - Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
- cron_
time_ strzone - Time zone in which the Cron expression takes effect.
- time int
- Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
- type str
- Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
- cron
Tab String - Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
- cron
Time StringZone - Time zone in which the Cron expression takes effect.
- time Number
- Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
- type String
- Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
GetAlarmTriggerCondition
- Condition string
- Alert trigger condition expression.
- Count
Condition string - Numerical expression for scenarios with data or specific entries, implemented using count.
- No
Data bool - When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
- Severity string
- Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
- Condition string
- Alert trigger condition expression.
- Count
Condition string - Numerical expression for scenarios with data or specific entries, implemented using count.
- No
Data bool - When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
- Severity string
- Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
- condition string
- Alert trigger condition expression.
- count_
condition string - Numerical expression for scenarios with data or specific entries, implemented using count.
- no_
data bool - When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
- severity string
- Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
- condition String
- Alert trigger condition expression.
- count
Condition String - Numerical expression for scenarios with data or specific entries, implemented using count.
- no
Data Boolean - When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
- severity String
- Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
- condition string
- Alert trigger condition expression.
- count
Condition string - Numerical expression for scenarios with data or specific entries, implemented using count.
- no
Data boolean - When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
- severity string
- Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
- condition str
- Alert trigger condition expression.
- count_
condition str - Numerical expression for scenarios with data or specific entries, implemented using count.
- no_
data bool - When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
- severity str
- Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
- condition String
- Alert trigger condition expression.
- count
Condition String - Numerical expression for scenarios with data or specific entries, implemented using count.
- no
Data Boolean - When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
- severity String
- Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.30
published on Monday, May 25, 2026 by Byteplus
published on Monday, May 25, 2026 by Byteplus