GoogleCloudMonitoringAlertPolicy
No description
type GoogleCloudMonitoringAlertPolicy {
metadata: ResourceMetadata!
alertStrategy: GoogleCloudMonitoringAlertStrategy
combiner: GoogleCloudMonitoringAlertPolicyCombiner!
conditions: [GoogleCloudMonitoringAlertPolicyCondition!]!
creationRecord: GoogleCloudMonitoringAlertPolicyMutationRecord
displayName: String!
documentation: GoogleCloudMonitoringAlertPolicyDocumentation
enabled: Boolean!
mutationRecord: GoogleCloudMonitoringAlertPolicyMutationRecord
name: String!
notificationChannels: [String!]!
labels: [GoogleCloudMonitoringAlertPolicyLabel!]!
}
Fields
GoogleCloudMonitoringAlertPolicy.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
GoogleCloudMonitoringAlertPolicy.alertStrategy ● GoogleCloudMonitoringAlertStrategy object
Control over how this alert policy's notification channels are notified
GoogleCloudMonitoringAlertPolicy.combiner ● GoogleCloudMonitoringAlertPolicyCombiner! non-null enum
Indicates how to combine the results of multiple conditions
GoogleCloudMonitoringAlertPolicy.conditions ● [GoogleCloudMonitoringAlertPolicyCondition!]! non-null object
The list of conditions for the policy
GoogleCloudMonitoringAlertPolicy.creationRecord ● GoogleCloudMonitoringAlertPolicyMutationRecord object
The creation of the alerting policy
GoogleCloudMonitoringAlertPolicy.displayName ● String! non-null scalar
The displayed name
GoogleCloudMonitoringAlertPolicy.documentation ● GoogleCloudMonitoringAlertPolicyDocumentation object
The notifications and incidents related to this policy
GoogleCloudMonitoringAlertPolicy.enabled ● Boolean! non-null scalar
Indicates whether or not the policy is enabled
GoogleCloudMonitoringAlertPolicy.mutationRecord ● GoogleCloudMonitoringAlertPolicyMutationRecord object
The most recent change to the alerting policy
GoogleCloudMonitoringAlertPolicy.name ● String! non-null scalar
The name The format:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
GoogleCloudMonitoringAlertPolicy.notificationChannels ● [String!]! non-null scalar
Identifies the notification channels to which notifications should be sent when incidents are opened or closed or when new violations occur on an already opened incident The format:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
GoogleCloudMonitoringAlertPolicy.labels ● [GoogleCloudMonitoringAlertPolicyLabel!]! non-null object
Labels
Member of
GoogleCloudMonitoring object