Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Latest commit

 

History

History
337 lines (237 loc) · 8.46 KB

File metadata and controls

337 lines (237 loc) · 8.46 KB
page_title firehydrant_alerts Data Source - terraform-provider-firehydrant
subcategory
description Alerts DataSource

firehydrant_alerts (Data Source)

Alerts DataSource

Example Usage

data "firehydrant_alerts" "my_alerts" {
  alert_id = "...my_alert_id..."
}

Schema

Required

  • alert_id (String)

Read-Only

Nested Schema for child_alerts

Read-Only:

  • description (String)
  • ends_at (String)
  • id (String)
  • labels (Attributes) Arbitrary key:value pairs of labels. (see below for nested schema)
  • remote_id (String)
  • remote_url (String)
  • signal_id (String)
  • signal_rule (Attributes) Signals_API_Rule model (see below for nested schema)
  • starts_at (String)
  • status (String)
  • summary (String)
  • tags (List of String)

Nested Schema for child_alerts.labels

Nested Schema for child_alerts.signal_rule

Read-Only:

  • create_incident_condition_when (String)
  • created_at (String)
  • created_by (Attributes) (see below for nested schema)
  • deduplication_expiry (String) Duration for deduplicating similar alerts (ISO8601 duration format e.g., 'PT30M', 'PT2H', 'P1D')
  • expression (String)
  • id (String)
  • incident_type (Attributes) (see below for nested schema)
  • name (String)
  • notification_priority_override (String)
  • target (Attributes) (see below for nested schema)
  • team_id (String)
  • updated_at (String)

Nested Schema for child_alerts.signal_rule.created_by

Read-Only:

  • email (String)
  • id (String)
  • name (String)
  • source (String)

Nested Schema for child_alerts.signal_rule.incident_type

Read-Only:

  • id (String)
  • name (String)

Nested Schema for child_alerts.signal_rule.target

Read-Only:

  • id (String)
  • is_pageable (Boolean)
  • name (String)
  • team_id (String)
  • type (String)

Nested Schema for conversations

Read-Only:

  • channel (Attributes) (see below for nested schema)
  • comments_url (String)
  • field (String)
  • id (String)
  • resource_class (String)
  • resource_id (String)

Nested Schema for conversations.channel

Read-Only:

  • name (String)

Nested Schema for environments

Read-Only:

  • id (String)
  • name (String)

Nested Schema for events

Read-Only:

  • created_at (String)
  • data (Attributes) The event's payload (see below for nested schema)
  • id (String)
  • type (String)

Nested Schema for events.data

Nested Schema for incidents

Read-Only:

  • id (String)
  • name (String)
  • number (Number)

Nested Schema for labels

Nested Schema for parent_alerts

Read-Only:

  • description (String)
  • ends_at (String)
  • id (String)
  • labels (Attributes) Arbitrary key:value pairs of labels. (see below for nested schema)
  • remote_id (String)
  • remote_url (String)
  • signal_id (String)
  • signal_rule (Attributes) Signals_API_Rule model (see below for nested schema)
  • starts_at (String)
  • status (String)
  • summary (String)
  • tags (List of String)

Nested Schema for parent_alerts.labels

Nested Schema for parent_alerts.signal_rule

Read-Only:

  • create_incident_condition_when (String)
  • created_at (String)
  • created_by (Attributes) (see below for nested schema)
  • deduplication_expiry (String) Duration for deduplicating similar alerts (ISO8601 duration format e.g., 'PT30M', 'PT2H', 'P1D')
  • expression (String)
  • id (String)
  • incident_type (Attributes) (see below for nested schema)
  • name (String)
  • notification_priority_override (String)
  • target (Attributes) (see below for nested schema)
  • team_id (String)
  • updated_at (String)

Nested Schema for parent_alerts.signal_rule.created_by

Read-Only:

  • email (String)
  • id (String)
  • name (String)
  • source (String)

Nested Schema for parent_alerts.signal_rule.incident_type

Read-Only:

  • id (String)
  • name (String)

Nested Schema for parent_alerts.signal_rule.target

Read-Only:

  • id (String)
  • is_pageable (Boolean)
  • name (String)
  • team_id (String)
  • type (String)

Nested Schema for services

Read-Only:

  • id (String)
  • name (String)

Nested Schema for signal_rule

Read-Only:

  • create_incident_condition_when (String)
  • created_at (String)
  • created_by (Attributes) (see below for nested schema)
  • deduplication_expiry (String) Duration for deduplicating similar alerts (ISO8601 duration format e.g., 'PT30M', 'PT2H', 'P1D')
  • expression (String)
  • id (String)
  • incident_type (Attributes) (see below for nested schema)
  • name (String)
  • notification_priority_override (String)
  • target (Attributes) (see below for nested schema)
  • team_id (String)
  • updated_at (String)

Nested Schema for signal_rule.created_by

Read-Only:

  • email (String)
  • id (String)
  • name (String)
  • source (String)

Nested Schema for signal_rule.incident_type

Read-Only:

  • id (String)
  • name (String)

Nested Schema for signal_rule.target

Read-Only:

  • id (String)
  • is_pageable (Boolean)
  • name (String)
  • team_id (String)
  • type (String)

Nested Schema for signal_target

Read-Only:

  • id (String)
  • is_pageable (Boolean)
  • name (String)
  • team_id (String)
  • type (String)