GoogleCloudMonitoringAlertPolicy
No description
type GoogleCloudMonitoringAlertPolicy {
resourceId: ResourceID!
alertStrategy: GoogleCloudMonitoringAlertStrategy!
combiner: GoogleCloudMonitoringAlertPolicyCombiner!
conditions: [GoogleCloudMonitoringAlertPolicyCondition!]!
creationRecord: GoogleCloudMonitoringAlertPolicyMutationRecord!
displayName: String!
documentation: GoogleCloudMonitoringAlertPolicyDocumentation!
enabled: Boolean!
mutationRecord: GoogleCloudMonitoringAlertPolicyMutationRecord!
name: String!
notificationChannels: [String!]!
labels: [GoogleCloudMonitoringAlertPolicyLabel!]!
}
Fields
GoogleCloudMonitoringAlertPolicy.resourceId
● ResourceID!
non-null scalar
The ID to identify the policy in Shisho Cloud
GoogleCloudMonitoringAlertPolicy.alertStrategy
● GoogleCloudMonitoringAlertStrategy!
non-null 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!
non-null object
The creation of the alerting policy
GoogleCloudMonitoringAlertPolicy.displayName
● String!
non-null scalar
The displayed name
GoogleCloudMonitoringAlertPolicy.documentation
● GoogleCloudMonitoringAlertPolicyDocumentation!
non-null 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!
non-null 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