Skip to main content

GoogleCloudMonitoringAlertPolicyCondition

No description

type GoogleCloudMonitoringAlertPolicyCondition {
absent: GoogleCloudMonitoringAlertPolicyConditionAbsent!
matchedLog: GoogleCloudMonitoringAlertPolicyConditionMatchedLog!
monitoringQueryLanguage: GoogleCloudMonitoringAlertPolicyConditionMonitoringQueryLanguage!
threshold: GoogleCloudMonitoringAlertPolicyConditionThreshold!
displayName: String!
name: String!
}

Fields

GoogleCloudMonitoringAlertPolicyCondition.absent ● GoogleCloudMonitoringAlertPolicyConditionAbsent! non-null object

The condition that checks that a time series continues to receive new data points

GoogleCloudMonitoringAlertPolicyCondition.matchedLog ● GoogleCloudMonitoringAlertPolicyConditionMatchedLog! non-null object

The condition that checks for log messages matching given constraints

GoogleCloudMonitoringAlertPolicyCondition.monitoringQueryLanguage ● GoogleCloudMonitoringAlertPolicyConditionMonitoringQueryLanguage! non-null object

The condition that uses the Monitoring Query Language to define alerts

GoogleCloudMonitoringAlertPolicyCondition.threshold ● GoogleCloudMonitoringAlertPolicyConditionThreshold! non-null object

The condition that compares a time series against a threshold

GoogleCloudMonitoringAlertPolicyCondition.displayName ● String! non-null scalar

The displayed name

GoogleCloudMonitoringAlertPolicyCondition.name ● String! non-null scalar

The name The format: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]

Member of

GoogleCloudMonitoringAlertPolicy object