coralogix 2.0.20 published on Tuesday, May 20, 2025 by coralogix
coralogix.getAlert
coralogix 2.0.20 published on Tuesday, May 20, 2025 by coralogix
Coralogix Alert. For more info check - https://coralogix.com/docs/getting-started-with-coralogix-alerts/.
Using getAlert
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 getAlert(args: GetAlertArgs, opts?: InvokeOptions): Promise<GetAlertResult>
function getAlertOutput(args: GetAlertOutputArgs, opts?: InvokeOptions): Output<GetAlertResult>def get_alert(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlertResult
def get_alert_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlertResult]func LookupAlert(ctx *Context, args *LookupAlertArgs, opts ...InvokeOption) (*LookupAlertResult, error)
func LookupAlertOutput(ctx *Context, args *LookupAlertOutputArgs, opts ...InvokeOption) LookupAlertResultOutput> Note: This function is named LookupAlert in the Go SDK.
public static class GetAlert
{
public static Task<GetAlertResult> InvokeAsync(GetAlertArgs args, InvokeOptions? opts = null)
public static Output<GetAlertResult> Invoke(GetAlertInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlertResult> getAlert(GetAlertArgs args, InvokeOptions options)
public static Output<GetAlertResult> getAlert(GetAlertArgs args, InvokeOptions options)
fn::invoke:
function: coralogix:index/getAlert:getAlert
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Alert ID.
- Id string
- Alert ID.
- id String
- Alert ID.
- id string
- Alert ID.
- id str
- Alert ID.
- id String
- Alert ID.
getAlert Result
The following output properties are available:
- Deleted bool
- Description string
- Alert description.
- Enabled bool
- Alert enabled status. True by default.
- Group
Bies List<string> - Group by fields.
- Id string
- Alert ID.
- Incidents
Settings GetAlert Incidents Settings - Labels Dictionary<string, string>
- Name string
- Alert name.
- Notification
Group GetAlert Notification Group - Phantom
Mode bool - Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- Schedule
Get
Alert Schedule - Alert schedule. Will be activated all the time if not specified.
- Type
Definition GetAlert Type Definition - Alert type definition. Exactly one of the following must be specified: logsimmediate, logsthreshold, logsanomaly, logsratiothreshold, logsnewvalue, logsuniquecount, logstimerelativethreshold, metricthreshold, metricanomaly, tracingimmediate, tracingthreshold, flow.
- Deleted bool
- Description string
- Alert description.
- Enabled bool
- Alert enabled status. True by default.
- Group
Bies []string - Group by fields.
- Id string
- Alert ID.
- Incidents
Settings GetAlert Incidents Settings - Labels map[string]string
- Name string
- Alert name.
- Notification
Group GetAlert Notification Group - Phantom
Mode bool - Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- Schedule
Get
Alert Schedule - Alert schedule. Will be activated all the time if not specified.
- Type
Definition GetAlert Type Definition - Alert type definition. Exactly one of the following must be specified: logsimmediate, logsthreshold, logsanomaly, logsratiothreshold, logsnewvalue, logsuniquecount, logstimerelativethreshold, metricthreshold, metricanomaly, tracingimmediate, tracingthreshold, flow.
- deleted Boolean
- description String
- Alert description.
- enabled Boolean
- Alert enabled status. True by default.
- group
Bies List<String> - Group by fields.
- id String
- Alert ID.
- incidents
Settings GetAlert Incidents Settings - labels Map<String,String>
- name String
- Alert name.
- notification
Group GetAlert Notification Group - phantom
Mode Boolean - priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- schedule
Get
Alert Schedule - Alert schedule. Will be activated all the time if not specified.
- type
Definition GetAlert Type Definition - Alert type definition. Exactly one of the following must be specified: logsimmediate, logsthreshold, logsanomaly, logsratiothreshold, logsnewvalue, logsuniquecount, logstimerelativethreshold, metricthreshold, metricanomaly, tracingimmediate, tracingthreshold, flow.
- deleted boolean
- description string
- Alert description.
- enabled boolean
- Alert enabled status. True by default.
- group
Bies string[] - Group by fields.
- id string
- Alert ID.
- incidents
Settings GetAlert Incidents Settings - labels {[key: string]: string}
- name string
- Alert name.
- notification
Group GetAlert Notification Group - phantom
Mode boolean - priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- schedule
Get
Alert Schedule - Alert schedule. Will be activated all the time if not specified.
- type
Definition GetAlert Type Definition - Alert type definition. Exactly one of the following must be specified: logsimmediate, logsthreshold, logsanomaly, logsratiothreshold, logsnewvalue, logsuniquecount, logstimerelativethreshold, metricthreshold, metricanomaly, tracingimmediate, tracingthreshold, flow.
- deleted bool
- description str
- Alert description.
- enabled bool
- Alert enabled status. True by default.
- group_
bies Sequence[str] - Group by fields.
- id str
- Alert ID.
- incidents_
settings GetAlert Incidents Settings - labels Mapping[str, str]
- name str
- Alert name.
- notification_
group GetAlert Notification Group - phantom_
mode bool - priority str
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- schedule
Get
Alert Schedule - Alert schedule. Will be activated all the time if not specified.
- type_
definition GetAlert Type Definition - Alert type definition. Exactly one of the following must be specified: logsimmediate, logsthreshold, logsanomaly, logsratiothreshold, logsnewvalue, logsuniquecount, logstimerelativethreshold, metricthreshold, metricanomaly, tracingimmediate, tracingthreshold, flow.
- deleted Boolean
- description String
- Alert description.
- enabled Boolean
- Alert enabled status. True by default.
- group
Bies List<String> - Group by fields.
- id String
- Alert ID.
- incidents
Settings Property Map - labels Map<String>
- name String
- Alert name.
- notification
Group Property Map - phantom
Mode Boolean - priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- schedule Property Map
- Alert schedule. Will be activated all the time if not specified.
- type
Definition Property Map - Alert type definition. Exactly one of the following must be specified: logsimmediate, logsthreshold, logsanomaly, logsratiothreshold, logsnewvalue, logsuniquecount, logstimerelativethreshold, metricthreshold, metricanomaly, tracingimmediate, tracingthreshold, flow.
Supporting Types
GetAlertIncidentsSettings
- Notify
On string - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"].
- Retriggering
Period GetAlert Incidents Settings Retriggering Period
- Notify
On string - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"].
- Retriggering
Period GetAlert Incidents Settings Retriggering Period
- notify
On String - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"].
- retriggering
Period GetAlert Incidents Settings Retriggering Period
- notify
On string - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"].
- retriggering
Period GetAlert Incidents Settings Retriggering Period
- notify_
on str - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"].
- retriggering_
period GetAlert Incidents Settings Retriggering Period
- notify
On String - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"].
- retriggering
Period Property Map
GetAlertIncidentsSettingsRetriggeringPeriod
- Minutes double
- Minutes float64
- minutes Double
- minutes number
- minutes float
- minutes Number
GetAlertNotificationGroup
GetAlertNotificationGroupDestination
GetAlertNotificationGroupDestinationResolvedRoutingOverrides
GetAlertNotificationGroupDestinationResolvedRoutingOverridesConnectorOverride
- field_
name str - template str
GetAlertNotificationGroupDestinationResolvedRoutingOverridesPresetOverride
- field_
name str - template str
GetAlertNotificationGroupDestinationTriggeredRoutingOverrides
GetAlertNotificationGroupDestinationTriggeredRoutingOverridesConnectorOverride
- field_
name str - template str
GetAlertNotificationGroupDestinationTriggeredRoutingOverridesPresetOverride
- field_
name str - template str
GetAlertNotificationGroupRouter
- Notify
On string
- Notify
On string
- notify
On String
- notify
On string
- notify_
on str
- notify
On String
GetAlertNotificationGroupWebhooksSetting
- Integration
Id string - Notify
On string - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"]. Triggered Only by default.
- Recipients List<string>
- Retriggering
Period GetAlert Notification Group Webhooks Setting Retriggering Period - Retriggering period in minutes. 10 minutes by default.
- Integration
Id string - Notify
On string - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"]. Triggered Only by default.
- Recipients []string
- Retriggering
Period GetAlert Notification Group Webhooks Setting Retriggering Period - Retriggering period in minutes. 10 minutes by default.
- integration
Id String - notify
On String - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"]. Triggered Only by default.
- recipients List<String>
- retriggering
Period GetAlert Notification Group Webhooks Setting Retriggering Period - Retriggering period in minutes. 10 minutes by default.
- integration
Id string - notify
On string - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"]. Triggered Only by default.
- recipients string[]
- retriggering
Period GetAlert Notification Group Webhooks Setting Retriggering Period - Retriggering period in minutes. 10 minutes by default.
- integration_
id str - notify_
on str - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"]. Triggered Only by default.
- recipients Sequence[str]
- retriggering_
period GetAlert Notification Group Webhooks Setting Retriggering Period - Retriggering period in minutes. 10 minutes by default.
- integration
Id String - notify
On String - Notify on. Valid values: ["Triggered Only" "Triggered and Resolved"]. Triggered Only by default.
- recipients List<String>
- retriggering
Period Property Map - Retriggering period in minutes. 10 minutes by default.
GetAlertNotificationGroupWebhooksSettingRetriggeringPeriod
- Minutes double
- Minutes float64
- minutes Double
- minutes number
- minutes float
- minutes Number
GetAlertSchedule
GetAlertScheduleActiveOn
- Days
Of List<string>Weeks - Days of the week. Valid values: ["Friday" "Monday" "Saturday" "Sunday" "Thursday" "Tuesday" "Wednesday"].
- End
Time string - Start
Time string - Utc
Offset string
- Days
Of []stringWeeks - Days of the week. Valid values: ["Friday" "Monday" "Saturday" "Sunday" "Thursday" "Tuesday" "Wednesday"].
- End
Time string - Start
Time string - Utc
Offset string
- days
Of List<String>Weeks - Days of the week. Valid values: ["Friday" "Monday" "Saturday" "Sunday" "Thursday" "Tuesday" "Wednesday"].
- end
Time String - start
Time String - utc
Offset String
- days
Of string[]Weeks - Days of the week. Valid values: ["Friday" "Monday" "Saturday" "Sunday" "Thursday" "Tuesday" "Wednesday"].
- end
Time string - start
Time string - utc
Offset string
- days_
of_ Sequence[str]weeks - Days of the week. Valid values: ["Friday" "Monday" "Saturday" "Sunday" "Thursday" "Tuesday" "Wednesday"].
- end_
time str - start_
time str - utc_
offset str
- days
Of List<String>Weeks - Days of the week. Valid values: ["Friday" "Monday" "Saturday" "Sunday" "Thursday" "Tuesday" "Wednesday"].
- end
Time String - start
Time String - utc
Offset String
GetAlertTypeDefinition
- Flow
Get
Alert Type Definition Flow - Logs
Anomaly GetAlert Type Definition Logs Anomaly - Logs
Immediate GetAlert Type Definition Logs Immediate - Logs
New GetValue Alert Type Definition Logs New Value - Logs
Ratio GetThreshold Alert Type Definition Logs Ratio Threshold - Logs
Threshold GetAlert Type Definition Logs Threshold - Logs
Time GetRelative Threshold Alert Type Definition Logs Time Relative Threshold - Logs
Unique GetCount Alert Type Definition Logs Unique Count - Metric
Anomaly GetAlert Type Definition Metric Anomaly - Metric
Threshold GetAlert Type Definition Metric Threshold - Tracing
Immediate GetAlert Type Definition Tracing Immediate - Tracing
Threshold GetAlert Type Definition Tracing Threshold
- Flow
Get
Alert Type Definition Flow - Logs
Anomaly GetAlert Type Definition Logs Anomaly - Logs
Immediate GetAlert Type Definition Logs Immediate - Logs
New GetValue Alert Type Definition Logs New Value - Logs
Ratio GetThreshold Alert Type Definition Logs Ratio Threshold - Logs
Threshold GetAlert Type Definition Logs Threshold - Logs
Time GetRelative Threshold Alert Type Definition Logs Time Relative Threshold - Logs
Unique GetCount Alert Type Definition Logs Unique Count - Metric
Anomaly GetAlert Type Definition Metric Anomaly - Metric
Threshold GetAlert Type Definition Metric Threshold - Tracing
Immediate GetAlert Type Definition Tracing Immediate - Tracing
Threshold GetAlert Type Definition Tracing Threshold
- flow
Get
Alert Type Definition Flow - logs
Anomaly GetAlert Type Definition Logs Anomaly - logs
Immediate GetAlert Type Definition Logs Immediate - logs
New GetValue Alert Type Definition Logs New Value - logs
Ratio GetThreshold Alert Type Definition Logs Ratio Threshold - logs
Threshold GetAlert Type Definition Logs Threshold - logs
Time GetRelative Threshold Alert Type Definition Logs Time Relative Threshold - logs
Unique GetCount Alert Type Definition Logs Unique Count - metric
Anomaly GetAlert Type Definition Metric Anomaly - metric
Threshold GetAlert Type Definition Metric Threshold - tracing
Immediate GetAlert Type Definition Tracing Immediate - tracing
Threshold GetAlert Type Definition Tracing Threshold
- flow
Get
Alert Type Definition Flow - logs
Anomaly GetAlert Type Definition Logs Anomaly - logs
Immediate GetAlert Type Definition Logs Immediate - logs
New GetValue Alert Type Definition Logs New Value - logs
Ratio GetThreshold Alert Type Definition Logs Ratio Threshold - logs
Threshold GetAlert Type Definition Logs Threshold - logs
Time GetRelative Threshold Alert Type Definition Logs Time Relative Threshold - logs
Unique GetCount Alert Type Definition Logs Unique Count - metric
Anomaly GetAlert Type Definition Metric Anomaly - metric
Threshold GetAlert Type Definition Metric Threshold - tracing
Immediate GetAlert Type Definition Tracing Immediate - tracing
Threshold GetAlert Type Definition Tracing Threshold
- flow
Get
Alert Type Definition Flow - logs_
anomaly GetAlert Type Definition Logs Anomaly - logs_
immediate GetAlert Type Definition Logs Immediate - logs_
new_ Getvalue Alert Type Definition Logs New Value - logs_
ratio_ Getthreshold Alert Type Definition Logs Ratio Threshold - logs_
threshold GetAlert Type Definition Logs Threshold - logs_
time_ Getrelative_ threshold Alert Type Definition Logs Time Relative Threshold - logs_
unique_ Getcount Alert Type Definition Logs Unique Count - metric_
anomaly GetAlert Type Definition Metric Anomaly - metric_
threshold GetAlert Type Definition Metric Threshold - tracing_
immediate GetAlert Type Definition Tracing Immediate - tracing_
threshold GetAlert Type Definition Tracing Threshold
- flow Property Map
- logs
Anomaly Property Map - logs
Immediate Property Map - logs
New Property MapValue - logs
Ratio Property MapThreshold - logs
Threshold Property Map - logs
Time Property MapRelative Threshold - logs
Unique Property MapCount - metric
Anomaly Property Map - metric
Threshold Property Map - tracing
Immediate Property Map - tracing
Threshold Property Map
GetAlertTypeDefinitionFlow
GetAlertTypeDefinitionFlowStage
- flow
Stages List<Property Map>Groups - timeframe
Ms Number - timeframe
Type String
GetAlertTypeDefinitionFlowStageFlowStagesGroup
- Alert
Defs List<GetAlert Type Definition Flow Stage Flow Stages Group Alert Def> - Alerts
Op string - Alerts operation. Valid values: ["AND" "OR"].
- Next
Op string - Next operation. Valid values: ["AND" "OR"].
- Alert
Defs []GetAlert Type Definition Flow Stage Flow Stages Group Alert Def - Alerts
Op string - Alerts operation. Valid values: ["AND" "OR"].
- Next
Op string - Next operation. Valid values: ["AND" "OR"].
- alert
Defs List<GetAlert Type Definition Flow Stage Flow Stages Group Alert Def> - alerts
Op String - Alerts operation. Valid values: ["AND" "OR"].
- next
Op String - Next operation. Valid values: ["AND" "OR"].
- alert
Defs GetAlert Type Definition Flow Stage Flow Stages Group Alert Def[] - alerts
Op string - Alerts operation. Valid values: ["AND" "OR"].
- next
Op string - Next operation. Valid values: ["AND" "OR"].
- alert_
defs Sequence[GetAlert Type Definition Flow Stage Flow Stages Group Alert Def] - alerts_
op str - Alerts operation. Valid values: ["AND" "OR"].
- next_
op str - Next operation. Valid values: ["AND" "OR"].
- alert
Defs List<Property Map> - alerts
Op String - Alerts operation. Valid values: ["AND" "OR"].
- next
Op String - Next operation. Valid values: ["AND" "OR"].
GetAlertTypeDefinitionFlowStageFlowStagesGroupAlertDef
GetAlertTypeDefinitionLogsAnomaly
- Custom
Evaluation doubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Logs
Filter GetAlert Type Definition Logs Anomaly Logs Filter - Notification
Payload List<string>Filters - Rules
List<Get
Alert Type Definition Logs Anomaly Rule>
- Custom
Evaluation float64Delay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Logs
Filter GetAlert Type Definition Logs Anomaly Logs Filter - Notification
Payload []stringFilters - Rules
[]Get
Alert Type Definition Logs Anomaly Rule
- custom
Evaluation DoubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs
Filter GetAlert Type Definition Logs Anomaly Logs Filter - notification
Payload List<String>Filters - rules
List<Get
Alert Type Definition Logs Anomaly Rule>
- custom
Evaluation numberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs
Filter GetAlert Type Definition Logs Anomaly Logs Filter - notification
Payload string[]Filters - rules
Get
Alert Type Definition Logs Anomaly Rule[]
- custom_
evaluation_ floatdelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs_
filter GetAlert Type Definition Logs Anomaly Logs Filter - notification_
payload_ Sequence[str]filters - rules
Sequence[Get
Alert Type Definition Logs Anomaly Rule]
- custom
Evaluation NumberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs
Filter Property Map - notification
Payload List<String>Filters - rules List<Property Map>
GetAlertTypeDefinitionLogsAnomalyLogsFilter
GetAlertTypeDefinitionLogsAnomalyLogsFilterSimpleFilter
GetAlertTypeDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFilters
- Application
Names List<GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Application Name> - Severities List<string>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names List<GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Application Name - Severities []string
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names []GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Application Name> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Application Name[] - severities string[]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Application Name] - severities Sequence[str]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem_
names Sequence[GetAlert Type Definition Logs Anomaly Logs Filter Simple Filter Label Filters Subsystem Name]
- application
Names List<Property Map> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<Property Map>
GetAlertTypeDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFiltersApplicationName
GetAlertTypeDefinitionLogsAnomalyLogsFilterSimpleFilterLabelFiltersSubsystemName
GetAlertTypeDefinitionLogsAnomalyRule
GetAlertTypeDefinitionLogsAnomalyRuleCondition
- Condition
Type string - Minimum
Threshold double - Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- Condition
Type string - Minimum
Threshold float64 - Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition
Type String - minimum
Threshold Double - time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition
Type string - minimum
Threshold number - time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition_
type str - minimum_
threshold float - time_
window str - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition
Type String - minimum
Threshold Number - time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
GetAlertTypeDefinitionLogsImmediate
- logs
Filter Property Map - notification
Payload List<String>Filters
GetAlertTypeDefinitionLogsImmediateLogsFilter
GetAlertTypeDefinitionLogsImmediateLogsFilterSimpleFilter
GetAlertTypeDefinitionLogsImmediateLogsFilterSimpleFilterLabelFilters
- Application
Names List<GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Application Name> - Severities List<string>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names List<GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Application Name - Severities []string
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names []GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Application Name> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Application Name[] - severities string[]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Application Name] - severities Sequence[str]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem_
names Sequence[GetAlert Type Definition Logs Immediate Logs Filter Simple Filter Label Filters Subsystem Name]
- application
Names List<Property Map> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<Property Map>
GetAlertTypeDefinitionLogsImmediateLogsFilterSimpleFilterLabelFiltersApplicationName
GetAlertTypeDefinitionLogsImmediateLogsFilterSimpleFilterLabelFiltersSubsystemName
GetAlertTypeDefinitionLogsNewValue
GetAlertTypeDefinitionLogsNewValueLogsFilter
GetAlertTypeDefinitionLogsNewValueLogsFilterSimpleFilter
GetAlertTypeDefinitionLogsNewValueLogsFilterSimpleFilterLabelFilters
- Application
Names List<GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Application Name> - Severities List<string>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names List<GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Application Name - Severities []string
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names []GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Application Name> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Application Name[] - severities string[]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Application Name] - severities Sequence[str]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem_
names Sequence[GetAlert Type Definition Logs New Value Logs Filter Simple Filter Label Filters Subsystem Name]
- application
Names List<Property Map> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<Property Map>
GetAlertTypeDefinitionLogsNewValueLogsFilterSimpleFilterLabelFiltersApplicationName
GetAlertTypeDefinitionLogsNewValueLogsFilterSimpleFilterLabelFiltersSubsystemName
GetAlertTypeDefinitionLogsNewValueRule
GetAlertTypeDefinitionLogsNewValueRuleCondition
- Keypath
To stringTrack - Time
Window string - Time window to evaluate the threshold with. Valid values: ["12HOURS" "1MONTH" "1WEEK" "24HOURS" "2MONTHS" "3MONTHS" "48HOURS" "72HOURS"].
- Keypath
To stringTrack - Time
Window string - Time window to evaluate the threshold with. Valid values: ["12HOURS" "1MONTH" "1WEEK" "24HOURS" "2MONTHS" "3MONTHS" "48HOURS" "72HOURS"].
- keypath
To StringTrack - time
Window String - Time window to evaluate the threshold with. Valid values: ["12HOURS" "1MONTH" "1WEEK" "24HOURS" "2MONTHS" "3MONTHS" "48HOURS" "72HOURS"].
- keypath
To stringTrack - time
Window string - Time window to evaluate the threshold with. Valid values: ["12HOURS" "1MONTH" "1WEEK" "24HOURS" "2MONTHS" "3MONTHS" "48HOURS" "72HOURS"].
- keypath_
to_ strtrack - time_
window str - Time window to evaluate the threshold with. Valid values: ["12HOURS" "1MONTH" "1WEEK" "24HOURS" "2MONTHS" "3MONTHS" "48HOURS" "72HOURS"].
- keypath
To StringTrack - time
Window String - Time window to evaluate the threshold with. Valid values: ["12HOURS" "1MONTH" "1WEEK" "24HOURS" "2MONTHS" "3MONTHS" "48HOURS" "72HOURS"].
GetAlertTypeDefinitionLogsRatioThreshold
- Custom
Evaluation doubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Denominator
Get
Alert Type Definition Logs Ratio Threshold Denominator - Denominator
Alias string - Group
By stringFor - Group by for. Valid values: ["Both" "Denominator Only" "Numerator Only"]. 'Both' by default.
- Notification
Payload List<string>Filters - Numerator
Get
Alert Type Definition Logs Ratio Threshold Numerator - Numerator
Alias string - Rules
List<Get
Alert Type Definition Logs Ratio Threshold Rule>
- Custom
Evaluation float64Delay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Denominator
Get
Alert Type Definition Logs Ratio Threshold Denominator - Denominator
Alias string - Group
By stringFor - Group by for. Valid values: ["Both" "Denominator Only" "Numerator Only"]. 'Both' by default.
- Notification
Payload []stringFilters - Numerator
Get
Alert Type Definition Logs Ratio Threshold Numerator - Numerator
Alias string - Rules
[]Get
Alert Type Definition Logs Ratio Threshold Rule
- custom
Evaluation DoubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- denominator
Get
Alert Type Definition Logs Ratio Threshold Denominator - denominator
Alias String - group
By StringFor - Group by for. Valid values: ["Both" "Denominator Only" "Numerator Only"]. 'Both' by default.
- notification
Payload List<String>Filters - numerator
Get
Alert Type Definition Logs Ratio Threshold Numerator - numerator
Alias String - rules
List<Get
Alert Type Definition Logs Ratio Threshold Rule>
- custom
Evaluation numberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- denominator
Get
Alert Type Definition Logs Ratio Threshold Denominator - denominator
Alias string - group
By stringFor - Group by for. Valid values: ["Both" "Denominator Only" "Numerator Only"]. 'Both' by default.
- notification
Payload string[]Filters - numerator
Get
Alert Type Definition Logs Ratio Threshold Numerator - numerator
Alias string - rules
Get
Alert Type Definition Logs Ratio Threshold Rule[]
- custom_
evaluation_ floatdelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- denominator
Get
Alert Type Definition Logs Ratio Threshold Denominator - denominator_
alias str - group_
by_ strfor - Group by for. Valid values: ["Both" "Denominator Only" "Numerator Only"]. 'Both' by default.
- notification_
payload_ Sequence[str]filters - numerator
Get
Alert Type Definition Logs Ratio Threshold Numerator - numerator_
alias str - rules
Sequence[Get
Alert Type Definition Logs Ratio Threshold Rule]
- custom
Evaluation NumberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- denominator Property Map
- denominator
Alias String - group
By StringFor - Group by for. Valid values: ["Both" "Denominator Only" "Numerator Only"]. 'Both' by default.
- notification
Payload List<String>Filters - numerator Property Map
- numerator
Alias String - rules List<Property Map>
GetAlertTypeDefinitionLogsRatioThresholdDenominator
GetAlertTypeDefinitionLogsRatioThresholdDenominatorSimpleFilter
GetAlertTypeDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFilters
- Application
Names List<GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Application Name> - Severities List<string>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names List<GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Application Name - Severities []string
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names []GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Application Name> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Application Name[] - severities string[]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Application Name] - severities Sequence[str]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem_
names Sequence[GetAlert Type Definition Logs Ratio Threshold Denominator Simple Filter Label Filters Subsystem Name]
- application
Names List<Property Map> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<Property Map>
GetAlertTypeDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFiltersApplicationName
GetAlertTypeDefinitionLogsRatioThresholdDenominatorSimpleFilterLabelFiltersSubsystemName
GetAlertTypeDefinitionLogsRatioThresholdNumerator
GetAlertTypeDefinitionLogsRatioThresholdNumeratorSimpleFilter
GetAlertTypeDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFilters
- Application
Names List<GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Application Name> - Severities List<string>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names List<GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Application Name - Severities []string
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names []GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Application Name> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Application Name[] - severities string[]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Application Name] - severities Sequence[str]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem_
names Sequence[GetAlert Type Definition Logs Ratio Threshold Numerator Simple Filter Label Filters Subsystem Name]
- application
Names List<Property Map> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<Property Map>
GetAlertTypeDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFiltersApplicationName
GetAlertTypeDefinitionLogsRatioThresholdNumeratorSimpleFilterLabelFiltersSubsystemName
GetAlertTypeDefinitionLogsRatioThresholdRule
GetAlertTypeDefinitionLogsRatioThresholdRuleCondition
- Condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- Threshold double
- Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- Condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- Threshold float64
- Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- condition
Type String - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- threshold Double
- time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- threshold number
- time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- condition_
type str - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- threshold float
- time_
window str - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- condition
Type String - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- threshold Number
- time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
GetAlertTypeDefinitionLogsRatioThresholdRuleOverride
- Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority str
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
GetAlertTypeDefinitionLogsThreshold
- Custom
Evaluation doubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Logs
Filter GetAlert Type Definition Logs Threshold Logs Filter - Notification
Payload List<string>Filters - Rules
List<Get
Alert Type Definition Logs Threshold Rule> - Undetected
Values GetManagement Alert Type Definition Logs Threshold Undetected Values Management
- Custom
Evaluation float64Delay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Logs
Filter GetAlert Type Definition Logs Threshold Logs Filter - Notification
Payload []stringFilters - Rules
[]Get
Alert Type Definition Logs Threshold Rule - Undetected
Values GetManagement Alert Type Definition Logs Threshold Undetected Values Management
- custom
Evaluation DoubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs
Filter GetAlert Type Definition Logs Threshold Logs Filter - notification
Payload List<String>Filters - rules
List<Get
Alert Type Definition Logs Threshold Rule> - undetected
Values GetManagement Alert Type Definition Logs Threshold Undetected Values Management
- custom
Evaluation numberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs
Filter GetAlert Type Definition Logs Threshold Logs Filter - notification
Payload string[]Filters - rules
Get
Alert Type Definition Logs Threshold Rule[] - undetected
Values GetManagement Alert Type Definition Logs Threshold Undetected Values Management
- custom_
evaluation_ floatdelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs_
filter GetAlert Type Definition Logs Threshold Logs Filter - notification_
payload_ Sequence[str]filters - rules
Sequence[Get
Alert Type Definition Logs Threshold Rule] - undetected_
values_ Getmanagement Alert Type Definition Logs Threshold Undetected Values Management
- custom
Evaluation NumberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs
Filter Property Map - notification
Payload List<String>Filters - rules List<Property Map>
- undetected
Values Property MapManagement
GetAlertTypeDefinitionLogsThresholdLogsFilter
GetAlertTypeDefinitionLogsThresholdLogsFilterSimpleFilter
GetAlertTypeDefinitionLogsThresholdLogsFilterSimpleFilterLabelFilters
- Application
Names List<GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Application Name> - Severities List<string>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names List<GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Application Name - Severities []string
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names []GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Application Name> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Application Name[] - severities string[]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Application Name] - severities Sequence[str]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem_
names Sequence[GetAlert Type Definition Logs Threshold Logs Filter Simple Filter Label Filters Subsystem Name]
- application
Names List<Property Map> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<Property Map>
GetAlertTypeDefinitionLogsThresholdLogsFilterSimpleFilterLabelFiltersApplicationName
GetAlertTypeDefinitionLogsThresholdLogsFilterSimpleFilterLabelFiltersSubsystemName
GetAlertTypeDefinitionLogsThresholdRule
GetAlertTypeDefinitionLogsThresholdRuleCondition
- Condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- Threshold double
- Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- Condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- Threshold float64
- Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition
Type String - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- threshold Double
- time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- threshold number
- time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition_
type str - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- threshold float
- time_
window str - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition
Type String - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- threshold Number
- time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
GetAlertTypeDefinitionLogsThresholdRuleOverride
- Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority str
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
GetAlertTypeDefinitionLogsThresholdUndetectedValuesManagement
- Auto
Retire stringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- Trigger
Undetected boolValues
- Auto
Retire stringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- Trigger
Undetected boolValues
- auto
Retire StringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger
Undetected BooleanValues
- auto
Retire stringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger
Undetected booleanValues
- auto_
retire_ strtimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger_
undetected_ boolvalues
- auto
Retire StringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger
Undetected BooleanValues
GetAlertTypeDefinitionLogsTimeRelativeThreshold
- Custom
Evaluation doubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Logs
Filter GetAlert Type Definition Logs Time Relative Threshold Logs Filter - Notification
Payload List<string>Filters - Rules
List<Get
Alert Type Definition Logs Time Relative Threshold Rule> - Undetected
Values GetManagement Alert Type Definition Logs Time Relative Threshold Undetected Values Management
- Custom
Evaluation float64Delay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Logs
Filter GetAlert Type Definition Logs Time Relative Threshold Logs Filter - Notification
Payload []stringFilters - Rules
[]Get
Alert Type Definition Logs Time Relative Threshold Rule - Undetected
Values GetManagement Alert Type Definition Logs Time Relative Threshold Undetected Values Management
- custom
Evaluation DoubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs
Filter GetAlert Type Definition Logs Time Relative Threshold Logs Filter - notification
Payload List<String>Filters - rules
List<Get
Alert Type Definition Logs Time Relative Threshold Rule> - undetected
Values GetManagement Alert Type Definition Logs Time Relative Threshold Undetected Values Management
- custom
Evaluation numberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs
Filter GetAlert Type Definition Logs Time Relative Threshold Logs Filter - notification
Payload string[]Filters - rules
Get
Alert Type Definition Logs Time Relative Threshold Rule[] - undetected
Values GetManagement Alert Type Definition Logs Time Relative Threshold Undetected Values Management
- custom_
evaluation_ floatdelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs_
filter GetAlert Type Definition Logs Time Relative Threshold Logs Filter - notification_
payload_ Sequence[str]filters - rules
Sequence[Get
Alert Type Definition Logs Time Relative Threshold Rule] - undetected_
values_ Getmanagement Alert Type Definition Logs Time Relative Threshold Undetected Values Management
- custom
Evaluation NumberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- logs
Filter Property Map - notification
Payload List<String>Filters - rules List<Property Map>
- undetected
Values Property MapManagement
GetAlertTypeDefinitionLogsTimeRelativeThresholdLogsFilter
GetAlertTypeDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilter
GetAlertTypeDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFilters
- Application
Names List<GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Application Name> - Severities List<string>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names List<GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Application Name - Severities []string
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names []GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Application Name> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Application Name[] - severities string[]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Application Name] - severities Sequence[str]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem_
names Sequence[GetAlert Type Definition Logs Time Relative Threshold Logs Filter Simple Filter Label Filters Subsystem Name]
- application
Names List<Property Map> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<Property Map>
GetAlertTypeDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFiltersApplicationName
GetAlertTypeDefinitionLogsTimeRelativeThresholdLogsFilterSimpleFilterLabelFiltersSubsystemName
GetAlertTypeDefinitionLogsTimeRelativeThresholdRule
GetAlertTypeDefinitionLogsTimeRelativeThresholdRuleCondition
- Compared
To string - Compared to a different time frame. Valid values: ["Previous Hour" "Same Day Last Month" "Same Day Last Week" "Same Hour Last Week" "Same Hour Yesterday" "Yesterday"].
- Condition
Type string - Condition . Valid values: ["LESSTHAN" "MORETHAN"].
- Threshold double
- Compared
To string - Compared to a different time frame. Valid values: ["Previous Hour" "Same Day Last Month" "Same Day Last Week" "Same Hour Last Week" "Same Hour Yesterday" "Yesterday"].
- Condition
Type string - Condition . Valid values: ["LESSTHAN" "MORETHAN"].
- Threshold float64
- compared
To String - Compared to a different time frame. Valid values: ["Previous Hour" "Same Day Last Month" "Same Day Last Week" "Same Hour Last Week" "Same Hour Yesterday" "Yesterday"].
- condition
Type String - Condition . Valid values: ["LESSTHAN" "MORETHAN"].
- threshold Double
- compared
To string - Compared to a different time frame. Valid values: ["Previous Hour" "Same Day Last Month" "Same Day Last Week" "Same Hour Last Week" "Same Hour Yesterday" "Yesterday"].
- condition
Type string - Condition . Valid values: ["LESSTHAN" "MORETHAN"].
- threshold number
- compared_
to str - Compared to a different time frame. Valid values: ["Previous Hour" "Same Day Last Month" "Same Day Last Week" "Same Hour Last Week" "Same Hour Yesterday" "Yesterday"].
- condition_
type str - Condition . Valid values: ["LESSTHAN" "MORETHAN"].
- threshold float
- compared
To String - Compared to a different time frame. Valid values: ["Previous Hour" "Same Day Last Month" "Same Day Last Week" "Same Hour Last Week" "Same Hour Yesterday" "Yesterday"].
- condition
Type String - Condition . Valid values: ["LESSTHAN" "MORETHAN"].
- threshold Number
GetAlertTypeDefinitionLogsTimeRelativeThresholdRuleOverride
- Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority str
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
GetAlertTypeDefinitionLogsTimeRelativeThresholdUndetectedValuesManagement
- Auto
Retire stringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- Trigger
Undetected boolValues
- Auto
Retire stringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- Trigger
Undetected boolValues
- auto
Retire StringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger
Undetected BooleanValues
- auto
Retire stringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger
Undetected booleanValues
- auto_
retire_ strtimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger_
undetected_ boolvalues
- auto
Retire StringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger
Undetected BooleanValues
GetAlertTypeDefinitionLogsUniqueCount
- logs
Filter Property Map - max
Unique NumberCount Per Group By Key - notification
Payload List<String>Filters - rules List<Property Map>
- unique
Count StringKeypath
GetAlertTypeDefinitionLogsUniqueCountLogsFilter
GetAlertTypeDefinitionLogsUniqueCountLogsFilterSimpleFilter
GetAlertTypeDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFilters
- Application
Names List<GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Application Name> - Severities List<string>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names List<GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Application Name - Severities []string
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- Subsystem
Names []GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Application Name> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Application Name[] - severities string[]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Application Name] - severities Sequence[str]
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem_
names Sequence[GetAlert Type Definition Logs Unique Count Logs Filter Simple Filter Label Filters Subsystem Name]
- application
Names List<Property Map> - severities List<String>
- Severities. Valid values: ["Critical" "Debug" "Error" "Info" "Unspecified" "Warning"].
- subsystem
Names List<Property Map>
GetAlertTypeDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFiltersApplicationName
GetAlertTypeDefinitionLogsUniqueCountLogsFilterSimpleFilterLabelFiltersSubsystemName
GetAlertTypeDefinitionLogsUniqueCountRule
GetAlertTypeDefinitionLogsUniqueCountRuleCondition
- Max
Unique doubleCount - Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- Max
Unique float64Count - Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- max
Unique DoubleCount - time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- max
Unique numberCount - time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- max_
unique_ floatcount - time_
window str - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- max
Unique NumberCount - time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
GetAlertTypeDefinitionMetricAnomaly
- Custom
Evaluation doubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Metric
Filter GetAlert Type Definition Metric Anomaly Metric Filter - Rules
List<Get
Alert Type Definition Metric Anomaly Rule>
- Custom
Evaluation float64Delay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Metric
Filter GetAlert Type Definition Metric Anomaly Metric Filter - Rules
[]Get
Alert Type Definition Metric Anomaly Rule
- custom
Evaluation DoubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- metric
Filter GetAlert Type Definition Metric Anomaly Metric Filter - rules
List<Get
Alert Type Definition Metric Anomaly Rule>
- custom
Evaluation numberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- metric
Filter GetAlert Type Definition Metric Anomaly Metric Filter - rules
Get
Alert Type Definition Metric Anomaly Rule[]
- custom_
evaluation_ floatdelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- metric_
filter GetAlert Type Definition Metric Anomaly Metric Filter - rules
Sequence[Get
Alert Type Definition Metric Anomaly Rule]
- custom
Evaluation NumberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- metric
Filter Property Map - rules List<Property Map>
GetAlertTypeDefinitionMetricAnomalyMetricFilter
- Promql string
- Promql string
- promql String
- promql string
- promql str
- promql String
GetAlertTypeDefinitionMetricAnomalyRule
GetAlertTypeDefinitionMetricAnomalyRuleCondition
- Condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- For
Over doublePct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- Min
Non doubleNull Values Pct - Of
The stringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- Threshold double
- Condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- For
Over float64Pct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- Min
Non float64Null Values Pct - Of
The stringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- Threshold float64
- condition
Type String - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- for
Over DoublePct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- min
Non DoubleNull Values Pct - of
The StringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- threshold Double
- condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- for
Over numberPct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- min
Non numberNull Values Pct - of
The stringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- threshold number
- condition_
type str - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- for_
over_ floatpct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- min_
non_ floatnull_ values_ pct - of_
the_ strlast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- threshold float
- condition
Type String - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "MORETHAN"].
- for
Over NumberPct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- min
Non NumberNull Values Pct - of
The StringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
- threshold Number
GetAlertTypeDefinitionMetricThreshold
- Custom
Evaluation doubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Metric
Filter GetAlert Type Definition Metric Threshold Metric Filter - Missing
Values GetAlert Type Definition Metric Threshold Missing Values - Rules
List<Get
Alert Type Definition Metric Threshold Rule> - Undetected
Values GetManagement Alert Type Definition Metric Threshold Undetected Values Management
- Custom
Evaluation float64Delay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- Metric
Filter GetAlert Type Definition Metric Threshold Metric Filter - Missing
Values GetAlert Type Definition Metric Threshold Missing Values - Rules
[]Get
Alert Type Definition Metric Threshold Rule - Undetected
Values GetManagement Alert Type Definition Metric Threshold Undetected Values Management
- custom
Evaluation DoubleDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- metric
Filter GetAlert Type Definition Metric Threshold Metric Filter - missing
Values GetAlert Type Definition Metric Threshold Missing Values - rules
List<Get
Alert Type Definition Metric Threshold Rule> - undetected
Values GetManagement Alert Type Definition Metric Threshold Undetected Values Management
- custom
Evaluation numberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- metric
Filter GetAlert Type Definition Metric Threshold Metric Filter - missing
Values GetAlert Type Definition Metric Threshold Missing Values - rules
Get
Alert Type Definition Metric Threshold Rule[] - undetected
Values GetManagement Alert Type Definition Metric Threshold Undetected Values Management
- custom_
evaluation_ floatdelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- metric_
filter GetAlert Type Definition Metric Threshold Metric Filter - missing_
values GetAlert Type Definition Metric Threshold Missing Values - rules
Sequence[Get
Alert Type Definition Metric Threshold Rule] - undetected_
values_ Getmanagement Alert Type Definition Metric Threshold Undetected Values Management
- custom
Evaluation NumberDelay - Delay evaluation of the rules by n milliseconds. Defaults to 0.
- metric
Filter Property Map - missing
Values Property Map - rules List<Property Map>
- undetected
Values Property MapManagement
GetAlertTypeDefinitionMetricThresholdMetricFilter
- Promql string
- Promql string
- promql String
- promql string
- promql str
- promql String
GetAlertTypeDefinitionMetricThresholdMissingValues
- Min
Non doubleNull Values Pct - Replace
With boolZero
- Min
Non float64Null Values Pct - Replace
With boolZero
- min
Non DoubleNull Values Pct - replace
With BooleanZero
- min
Non numberNull Values Pct - replace
With booleanZero
- min_
non_ floatnull_ values_ pct - replace_
with_ boolzero
- min
Non NumberNull Values Pct - replace
With BooleanZero
GetAlertTypeDefinitionMetricThresholdRule
GetAlertTypeDefinitionMetricThresholdRuleCondition
- Condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "LESSTHANOREQUALS" "MORETHAN" "MORETHANOREQUALS"].
- For
Over doublePct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- Of
The stringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
Or having valid time duration - Supported units: y, w, d, h, m, s, ms.
Examples:
30s,1m,1h20m15s,15d - Threshold double
- Condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "LESSTHANOREQUALS" "MORETHAN" "MORETHANOREQUALS"].
- For
Over float64Pct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- Of
The stringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
Or having valid time duration - Supported units: y, w, d, h, m, s, ms.
Examples:
30s,1m,1h20m15s,15d - Threshold float64
- condition
Type String - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "LESSTHANOREQUALS" "MORETHAN" "MORETHANOREQUALS"].
- for
Over DoublePct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- of
The StringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
Or having valid time duration - Supported units: y, w, d, h, m, s, ms.
Examples:
30s,1m,1h20m15s,15d - threshold Double
- condition
Type string - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "LESSTHANOREQUALS" "MORETHAN" "MORETHANOREQUALS"].
- for
Over numberPct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- of
The stringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
Or having valid time duration - Supported units: y, w, d, h, m, s, ms.
Examples:
30s,1m,1h20m15s,15d - threshold number
- condition_
type str - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "LESSTHANOREQUALS" "MORETHAN" "MORETHANOREQUALS"].
- for_
over_ floatpct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- of_
the_ strlast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
Or having valid time duration - Supported units: y, w, d, h, m, s, ms.
Examples:
30s,1m,1h20m15s,15d - threshold float
- condition
Type String - Condition to evaluate the threshold with. Valid values: ["LESSTHAN" "LESSTHANOREQUALS" "MORETHAN" "MORETHANOREQUALS"].
- for
Over NumberPct - Percentage of metrics over the threshold. 0 means 'for at least once', 100 means 'for at least'.
- of
The StringLast - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "1MINUTE" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6_HOURS"].
Or having valid time duration - Supported units: y, w, d, h, m, s, ms.
Examples:
30s,1m,1h20m15s,15d - threshold Number
GetAlertTypeDefinitionMetricThresholdRuleOverride
- Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- Priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority string
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority str
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
- priority String
- Alert priority. Valid values: ["P1" "P2" "P3" "P4" "P5"].
GetAlertTypeDefinitionMetricThresholdUndetectedValuesManagement
- Auto
Retire stringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- Trigger
Undetected boolValues
- Auto
Retire stringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- Trigger
Undetected boolValues
- auto
Retire StringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger
Undetected BooleanValues
- auto
Retire stringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger
Undetected booleanValues
- auto_
retire_ strtimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger_
undetected_ boolvalues
- auto
Retire StringTimeframe - Auto retire timeframe. Valid values: ["10MINUTES" "12HOURS" "1HOUR" "24HOURS" "2HOURS" "5MINUTES" "6_HOURS" "NEVER"].
- trigger
Undetected BooleanValues
GetAlertTypeDefinitionTracingImmediate
- notification
Payload List<String>Filters - tracing
Filter Property Map
GetAlertTypeDefinitionTracingImmediateTracingFilter
GetAlertTypeDefinitionTracingImmediateTracingFilterTracingLabelFilters
- Application
Names List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Application Name> - Operation
Names List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Operation Name> - Service
Names List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Service Name> - Span
Fields List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Span Field> - Subsystem
Names List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Application Name - Operation
Names []GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Operation Name - Service
Names []GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Service Name - Span
Fields []GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Span Field - Subsystem
Names []GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Application Name> - operation
Names List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Operation Name> - service
Names List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Service Name> - span
Fields List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Span Field> - subsystem
Names List<GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Application Name[] - operation
Names GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Operation Name[] - service
Names GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Service Name[] - span
Fields GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Span Field[] - subsystem
Names GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Application Name] - operation_
names Sequence[GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Operation Name] - service_
names Sequence[GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Service Name] - span_
fields Sequence[GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Span Field] - subsystem_
names Sequence[GetAlert Type Definition Tracing Immediate Tracing Filter Tracing Label Filters Subsystem Name]
GetAlertTypeDefinitionTracingImmediateTracingFilterTracingLabelFiltersApplicationName
GetAlertTypeDefinitionTracingImmediateTracingFilterTracingLabelFiltersOperationName
GetAlertTypeDefinitionTracingImmediateTracingFilterTracingLabelFiltersServiceName
GetAlertTypeDefinitionTracingImmediateTracingFilterTracingLabelFiltersSpanField
- filter
Type Property Map - key String
GetAlertTypeDefinitionTracingImmediateTracingFilterTracingLabelFiltersSpanFieldFilterType
GetAlertTypeDefinitionTracingImmediateTracingFilterTracingLabelFiltersSubsystemName
GetAlertTypeDefinitionTracingThreshold
GetAlertTypeDefinitionTracingThresholdRule
GetAlertTypeDefinitionTracingThresholdRuleCondition
- Condition
Type string - Span
Amount double - Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- Condition
Type string - Span
Amount float64 - Time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition
Type String - span
Amount Double - time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition
Type string - span
Amount number - time
Window string - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition_
type str - span_
amount float - time_
window str - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
- condition
Type String - span
Amount Number - time
Window String - Time window to evaluate the threshold with. Valid values: ["10MINUTES" "12HOURS" "15MINUTES" "1HOUR" "20MINUTES" "24HOURS" "2HOURS" "30MINUTES" "36HOURS" "4HOURS" "5MINUTES" "6HOURS"].
GetAlertTypeDefinitionTracingThresholdTracingFilter
GetAlertTypeDefinitionTracingThresholdTracingFilterTracingLabelFilters
- Application
Names List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Application Name> - Operation
Names List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Operation Name> - Service
Names List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Service Name> - Span
Fields List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Span Field> - Subsystem
Names List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Subsystem Name>
- Application
Names []GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Application Name - Operation
Names []GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Operation Name - Service
Names []GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Service Name - Span
Fields []GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Span Field - Subsystem
Names []GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Subsystem Name
- application
Names List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Application Name> - operation
Names List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Operation Name> - service
Names List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Service Name> - span
Fields List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Span Field> - subsystem
Names List<GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Subsystem Name>
- application
Names GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Application Name[] - operation
Names GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Operation Name[] - service
Names GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Service Name[] - span
Fields GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Span Field[] - subsystem
Names GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Subsystem Name[]
- application_
names Sequence[GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Application Name] - operation_
names Sequence[GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Operation Name] - service_
names Sequence[GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Service Name] - span_
fields Sequence[GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Span Field] - subsystem_
names Sequence[GetAlert Type Definition Tracing Threshold Tracing Filter Tracing Label Filters Subsystem Name]
GetAlertTypeDefinitionTracingThresholdTracingFilterTracingLabelFiltersApplicationName
GetAlertTypeDefinitionTracingThresholdTracingFilterTracingLabelFiltersOperationName
GetAlertTypeDefinitionTracingThresholdTracingFilterTracingLabelFiltersServiceName
GetAlertTypeDefinitionTracingThresholdTracingFilterTracingLabelFiltersSpanField
- filter
Type Property Map - key String
GetAlertTypeDefinitionTracingThresholdTracingFilterTracingLabelFiltersSpanFieldFilterType
GetAlertTypeDefinitionTracingThresholdTracingFilterTracingLabelFiltersSubsystemName
Package Details
- Repository
- coralogix coralogix/terraform-provider-coralogix
- License
- Notes
- This Pulumi package is based on the
coralogixTerraform Provider.
coralogix 2.0.20 published on Tuesday, May 20, 2025 by coralogix
