Skip to content

Latest commit

 

History

History
1034 lines (722 loc) · 30.6 KB

File metadata and controls

1034 lines (722 loc) · 30.6 KB
page_title subcategory description
firehydrant_service Data Source - terraform-provider-firehydrant
Service DataSource

firehydrant_service (Data Source)

Service DataSource

Example Usage

data "firehydrant_service" "my_service" {
}

Schema

Read-Only

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • allowed_params (List of String)
  • auto_add_responding_team (Boolean)
  • checklists (Attributes List) List of checklists associated with a service (see below for nested schema)
  • completed_checks (Number)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • functionalities (Attributes List) List of functionalities attached to the service (see below for nested schema)
  • id (String) The ID of this resource.
  • labels (Map of String) An object of label key and values
  • last_import (Attributes) (see below for nested schema)
  • links (Attributes List) List of links attached to this service. (see below for nested schema)
  • managed_by (String) If set, this field indicates that the service is managed by an integration and thus cannot be set manually
  • managed_by_settings (Attributes) Indicates the settings of the catalog that manages this service (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • service_checklist_updated_at (String)
  • service_tier (Number)
  • slug (String)
  • teams (Attributes List) List of teams attached to the service (see below for nested schema)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for checklists

Read-Only:

Nested Schema for checklists.checks

Read-Only:

  • description (String)
  • id (String)
  • name (String)
  • status (Boolean)

Nested Schema for checklists.owner

Read-Only:

Nested Schema for checklists.owner.created_by

Read-Only:

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

Nested Schema for checklists.owner.functionalities

Read-Only:

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • auto_add_responding_team (Boolean)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String)
  • labels (Map of String) An object of label key and values
  • links (Attributes List) List of links attached to this functionality. (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • slug (String)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for checklists.owner.functionalities.external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for checklists.owner.functionalities.links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for checklists.owner.functionalities.owner

Nested Schema for checklists.owner.functionalities.updated_by

Read-Only:

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

Nested Schema for checklists.owner.memberships

Read-Only:

Nested Schema for checklists.owner.memberships.default_incident_role

Read-Only:

  • created_at (String)
  • description (String)
  • discarded_at (String)
  • id (String)
  • name (String)
  • summary (String)
  • updated_at (String)

Nested Schema for checklists.owner.memberships.schedule

Read-Only:

  • discarded (Boolean)
  • id (String)
  • integration (String)
  • name (String)

Nested Schema for checklists.owner.memberships.user

Read-Only:

  • created_at (String)
  • email (String)
  • id (String)
  • name (String)
  • signals_enabled_notification_types (List of String)
  • slack_linked (Boolean)
  • slack_user_id (String)
  • updated_at (String)

Nested Schema for checklists.owner.ms_teams_channel

Read-Only:

  • channel_id (String)
  • channel_name (String)
  • channel_url (String)
  • id (String)
  • ms_team_id (String)
  • status (String)
  • team_name (String)

Nested Schema for checklists.owner.owned_functionalities

Read-Only:

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • auto_add_responding_team (Boolean)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String)
  • labels (Map of String) An object of label key and values
  • links (Attributes List) List of links attached to this functionality. (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • slug (String)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for checklists.owner.owned_functionalities.external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for checklists.owner.owned_functionalities.links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for checklists.owner.owned_functionalities.owner

Nested Schema for checklists.owner.owned_functionalities.updated_by

Read-Only:

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

Nested Schema for checklists.owner.owned_runbooks

Read-Only:

  • attachment_rule (Attributes) (see below for nested schema)
  • categories (String) categories the runbook applies to
  • created_at (String)
  • description (String)
  • id (String)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • summary (String)
  • type (String)
  • updated_at (String)

Nested Schema for checklists.owner.owned_runbooks.attachment_rule

Read-Only:

Nested Schema for checklists.owner.owned_runbooks.attachment_rule.logic

Nested Schema for checklists.owner.owned_runbooks.attachment_rule.user_data

Read-Only:

  • label (String)
  • type (String)
  • value (String)

Nested Schema for checklists.owner.owned_runbooks.owner

Nested Schema for checklists.owner.slack_channel

Read-Only:

  • id (String)
  • name (String)
  • slack_channel_id (String)

Nested Schema for external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for functionalities

Read-Only:

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • auto_add_responding_team (Boolean)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String)
  • labels (Map of String) An object of label key and values
  • links (Attributes List) List of links attached to this functionality. (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • slug (String)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for functionalities.external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for functionalities.links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for functionalities.owner

Nested Schema for functionalities.updated_by

Read-Only:

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

Nested Schema for last_import

Read-Only:

  • import_errors (Attributes List) (see below for nested schema)
  • imported_at (String)
  • remote_id (String)
  • state (String)

Nested Schema for last_import.import_errors

Read-Only:

Nested Schema for last_import.import_errors.data

Nested Schema for last_import.import_errors.resource

Read-Only:

  • name (String)
  • resource_id (String)
  • resource_type (String)

Nested Schema for links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for managed_by_settings

Nested Schema for owner

Read-Only:

Nested Schema for owner.created_by

Read-Only:

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

Nested Schema for owner.functionalities

Read-Only:

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • auto_add_responding_team (Boolean)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String)
  • labels (Map of String) An object of label key and values
  • links (Attributes List) List of links attached to this functionality. (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • slug (String)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for owner.functionalities.external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for owner.functionalities.links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for owner.functionalities.owner

Nested Schema for owner.functionalities.updated_by

Read-Only:

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

Nested Schema for owner.memberships

Read-Only:

Nested Schema for owner.memberships.default_incident_role

Read-Only:

  • created_at (String)
  • description (String)
  • discarded_at (String)
  • id (String)
  • name (String)
  • summary (String)
  • updated_at (String)

Nested Schema for owner.memberships.schedule

Read-Only:

  • discarded (Boolean)
  • id (String)
  • integration (String)
  • name (String)

Nested Schema for owner.memberships.user

Read-Only:

  • created_at (String)
  • email (String)
  • id (String)
  • name (String)
  • signals_enabled_notification_types (List of String)
  • slack_linked (Boolean)
  • slack_user_id (String)
  • updated_at (String)

Nested Schema for owner.ms_teams_channel

Read-Only:

  • channel_id (String)
  • channel_name (String)
  • channel_url (String)
  • id (String)
  • ms_team_id (String)
  • status (String)
  • team_name (String)

Nested Schema for owner.owned_functionalities

Read-Only:

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • auto_add_responding_team (Boolean)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String)
  • labels (Map of String) An object of label key and values
  • links (Attributes List) List of links attached to this functionality. (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • slug (String)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for owner.owned_functionalities.external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for owner.owned_functionalities.links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for owner.owned_functionalities.owner

Nested Schema for owner.owned_functionalities.updated_by

Read-Only:

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

Nested Schema for owner.owned_runbooks

Read-Only:

  • attachment_rule (Attributes) (see below for nested schema)
  • categories (String) categories the runbook applies to
  • created_at (String)
  • description (String)
  • id (String)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • summary (String)
  • type (String)
  • updated_at (String)

Nested Schema for owner.owned_runbooks.attachment_rule

Read-Only:

Nested Schema for owner.owned_runbooks.attachment_rule.logic

Nested Schema for owner.owned_runbooks.attachment_rule.user_data

Read-Only:

  • label (String)
  • type (String)
  • value (String)

Nested Schema for owner.owned_runbooks.owner

Nested Schema for owner.slack_channel

Read-Only:

  • id (String)
  • name (String)
  • slack_channel_id (String)

Nested Schema for teams

Read-Only:

Nested Schema for teams.created_by

Read-Only:

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

Nested Schema for teams.functionalities

Read-Only:

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • auto_add_responding_team (Boolean)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String)
  • labels (Map of String) An object of label key and values
  • links (Attributes List) List of links attached to this functionality. (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • slug (String)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for teams.functionalities.external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for teams.functionalities.links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for teams.functionalities.owner

Nested Schema for teams.functionalities.updated_by

Read-Only:

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

Nested Schema for teams.memberships

Read-Only:

Nested Schema for teams.memberships.default_incident_role

Read-Only:

  • created_at (String)
  • description (String)
  • discarded_at (String)
  • id (String)
  • name (String)
  • summary (String)
  • updated_at (String)

Nested Schema for teams.memberships.schedule

Read-Only:

  • discarded (Boolean)
  • id (String)
  • integration (String)
  • name (String)

Nested Schema for teams.memberships.user

Read-Only:

  • created_at (String)
  • email (String)
  • id (String)
  • name (String)
  • signals_enabled_notification_types (List of String)
  • slack_linked (Boolean)
  • slack_user_id (String)
  • updated_at (String)

Nested Schema for teams.ms_teams_channel

Read-Only:

  • channel_id (String)
  • channel_name (String)
  • channel_url (String)
  • id (String)
  • ms_team_id (String)
  • status (String)
  • team_name (String)

Nested Schema for teams.owned_functionalities

Read-Only:

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • auto_add_responding_team (Boolean)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String)
  • labels (Map of String) An object of label key and values
  • links (Attributes List) List of links attached to this functionality. (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • slug (String)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for teams.owned_functionalities.external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for teams.owned_functionalities.links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for teams.owned_functionalities.owner

Nested Schema for teams.owned_functionalities.updated_by

Read-Only:

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

Nested Schema for teams.owned_runbooks

Read-Only:

  • attachment_rule (Attributes) (see below for nested schema)
  • categories (String) categories the runbook applies to
  • created_at (String)
  • description (String)
  • id (String)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • summary (String)
  • type (String)
  • updated_at (String)

Nested Schema for teams.owned_runbooks.attachment_rule

Read-Only:

Nested Schema for teams.owned_runbooks.attachment_rule.logic

Nested Schema for teams.owned_runbooks.attachment_rule.user_data

Read-Only:

  • label (String)
  • type (String)
  • value (String)

Nested Schema for teams.owned_runbooks.owner

Nested Schema for teams.slack_channel

Read-Only:

  • id (String)
  • name (String)
  • slack_channel_id (String)

Nested Schema for updated_by

Read-Only:

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