AlertTypeInfo
Metadata about an alert type including available condition fields
type AlertTypeInfo {
type: AlertRuleAlertType!
label: String!
description: String!
defaultSeverity: AlertRuleAlertSeverity!
conditionFields: [ConditionField!]!
}
Fields
AlertTypeInfo.type ● AlertRuleAlertType! non-null enum
AlertTypeInfo.label ● String! non-null scalar
AlertTypeInfo.description ● String! non-null scalar
AlertTypeInfo.defaultSeverity ● AlertRuleAlertSeverity! non-null enum
AlertTypeInfo.conditionFields ● [ConditionField!]! non-null object
Returned By
alertTypesForResource query