Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.07 KB

site_agent_alert.md

File metadata and controls

39 lines (24 loc) · 1.07 KB
page_title subcategory description
sigsci_site_agent_alert Resource - terraform-provider-sigsci

sigsci_site_agent_alert (Resource)

Schema

Required

  • action (String) Action for agent alert.
  • field_name (String) Field_name for agent alert.
  • interval (Number) Integer value for interval. Must be 5, 10, or 60.
  • operator (String) Operator for agent alert.
  • site_short_name (String) Site short name
  • tag_name (String) The name of the tag whose occurrences the alert is watching. Must match an existing tag
  • threshold (Number) The number of occurrences of the tag in the interval needed to trigger the alert. Min 0, Max 3600000

Optional

  • block_duration_seconds (Number) The number of seconds this alert is active.
  • enabled (Boolean) A flag to toggle this alert.
  • long_name (String) description
  • skip_notifications (Boolean) A flag to skip notifications

Read-Only

  • id (String) The ID of this resource.