Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Solution library
    • Overview
    • Release notes
          • monitoring_dashboard

In this article:

  • Example usage
  • Schema
  • Optional
  • Read-Only
  • Nested Schema for parametrization
  • Nested Schema for parametrization.parameters
  • Nested Schema for parametrization.parameters.custom
  • Nested Schema for parametrization.parameters.label_values
  • Nested Schema for parametrization.parameters.text
  • Nested Schema for widgets
  • Nested Schema for widgets.chart
  • Nested Schema for widgets.chart.name_hiding_settings
  • Nested Schema for widgets.chart.queries
  • Nested Schema for widgets.chart.queries.downsampling
  • Nested Schema for widgets.chart.queries.target
  • Nested Schema for widgets.chart.series_overrides
  • Nested Schema for widgets.chart.series_overrides.settings
  • Nested Schema for widgets.chart.visualization_settings
  • Nested Schema for widgets.chart.visualization_settings.color_scheme_settings
  • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.automatic
  • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.gradient
  • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.standard
  • Nested Schema for widgets.chart.visualization_settings.heatmap_settings
  • Nested Schema for widgets.chart.visualization_settings.yaxis_settings
  • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.left
  • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.right
  • Nested Schema for widgets.position
  • Nested Schema for widgets.text
  • Nested Schema for widgets.title
  1. Terraform reference
  2. Resources
  3. Monitoring
  4. Data Sources
  5. monitoring_dashboard

yandex_monitoring_dashboard (Data Source)

Written by
Yandex Cloud
Updated at September 11, 2025
  • Example usage
  • Schema
    • Optional
    • Read-Only
    • Nested Schema for parametrization
    • Nested Schema for parametrization.parameters
    • Nested Schema for parametrization.parameters.custom
    • Nested Schema for parametrization.parameters.label_values
    • Nested Schema for parametrization.parameters.text
    • Nested Schema for widgets
    • Nested Schema for widgets.chart
    • Nested Schema for widgets.chart.name_hiding_settings
    • Nested Schema for widgets.chart.queries
    • Nested Schema for widgets.chart.queries.downsampling
    • Nested Schema for widgets.chart.queries.target
    • Nested Schema for widgets.chart.series_overrides
    • Nested Schema for widgets.chart.series_overrides.settings
    • Nested Schema for widgets.chart.visualization_settings
    • Nested Schema for widgets.chart.visualization_settings.color_scheme_settings
    • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.automatic
    • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.gradient
    • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.standard
    • Nested Schema for widgets.chart.visualization_settings.heatmap_settings
    • Nested Schema for widgets.chart.visualization_settings.yaxis_settings
    • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.left
    • Nested Schema for widgets.chart.visualization_settings.yaxis_settings.right
    • Nested Schema for widgets.position
    • Nested Schema for widgets.text
    • Nested Schema for widgets.title

Get information about a Yandex Monitoring dashboard.

Warning

One of dashboard_id or name should be specified.

Example usageExample usage

//
// Get information about existing Monitoring Dashboard.
//
data "yandex_monitoring_dashboard" "my_dashboard" {
  dashboard_id = "some_instance_dashboard_id"
}

SchemaSchema

OptionalOptional

  • dashboard_id (String) Dashboard ID.
  • description (String) The resource description.
  • folder_id (String) The folder identifier that resource belongs to. If it is not provided, the default provider folder-id is used.
  • name (String) The resource name.

Read-OnlyRead-Only

  • id (String) The ID of this resource.
  • labels (Map of String) A set of key/value label pairs which assigned to resource.
  • parametrization (List of Object) Dashboard parametrization (see below for nested schema)
  • title (String) Dashboard title.
  • widgets (List of Object) Widgets (see below for nested schema)

Nested Schema for Nested Schema for parametrization

Read-Only:

  • parameters (Block List) Dashboard parameters. (see below for nested schema)

  • selectors (String) Dashboard predefined parameters selector.

Nested Schema for Nested Schema for parametrization.parameters

Read-Only:

  • custom (Block List) Custom values parameter. Oneof: label_values, custom, text. (see below for nested schema)

  • description (String) Parameter description.

  • hidden (Boolean) UI-visibility

  • id (String) Parameter identifier.

  • label_values (Block List) Label values parameter. Oneof: label_values, custom, text. (see below for nested schema)

  • text (Block List) Text parameter. Oneof: label_values, custom, text. (see below for nested schema)

  • title (String) UI-visible title of the parameter.

Nested Schema for Nested Schema for parametrization.parameters.custom

Read-Only:

  • default_values (List of String) Default value.

  • multiselectable (Boolean) Specifies the multiselectable values of parameter.

  • values (List of String) Parameter values.

Nested Schema for Nested Schema for parametrization.parameters.label_values

Read-Only:

  • default_values (List of String) Default value.

  • folder_id (String) Folder ID.

  • label_key (String) Label key to list label values.

  • multiselectable (Boolean) Specifies the multiselectable values of parameter.

  • selectors (String) Selectors to select metric label values.

Nested Schema for Nested Schema for parametrization.parameters.text

Read-Only:

  • default_value (String) Default value.

Nested Schema for Nested Schema for widgets

Read-Only:

  • chart (Block List) Chart widget settings. (see below for nested schema)

  • position (Block List) Widget layout position. (see below for nested schema)

  • text (Block List) Text widget settings. (see below for nested schema)

  • title (Block List) Title widget settings. (see below for nested schema)

Nested Schema for Nested Schema for widgets.chart

Read-Only:

  • chart_id (String) Chart ID.

  • description (String) Chart description in dashboard (not enabled in UI).

  • display_legend (Boolean) Enable legend under chart.

  • freeze (String) Fixed time interval for chart. Values:

  • name_hiding_settings (Block List) Name hiding settings (see below for nested schema)

  • queries (Block List) Queries settings. (see below for nested schema)

  • series_overrides (Block List) Time series settings. (see below for nested schema)

  • title (String) Chart widget title.

  • visualization_settings (Block List) Visualization settings. (see below for nested schema)

Nested Schema for Nested Schema for widgets.chart.name_hiding_settings

Read-Only:

  • names (List of String)
  • positive (Boolean) True if we want to show concrete series names only, false if we want to hide concrete series names

Nested Schema for Nested Schema for widgets.chart.queries

Read-Only:

  • downsampling (Block List) Downsampling settings (see below for nested schema)

  • target (Block List) Downsampling settings (see below for nested schema)

Nested Schema for Nested Schema for widgets.chart.queries.downsampling

Read-Only:

  • disabled (Boolean) Disable downsampling

  • gap_filling (String) Parameters for filling gaps in data

  • grid_aggregation (String) Function that is used for downsampling

  • grid_interval (Number) Time interval (grid) for downsampling in milliseconds. Points in the specified range are aggregated into one time point

  • max_points (Number) Maximum number of points to be returned

Nested Schema for Nested Schema for widgets.chart.queries.target

Read-Only:

  • hidden (Boolean) Checks that target is visible or invisible

  • query (String) Required. Query

  • text_mode (Boolean) Text mode

Nested Schema for Nested Schema for widgets.chart.series_overrides

Read-Only:

  • name (String) Series name

  • settings (Block List) Override settings (see below for nested schema)

  • target_index (String) Target index

Nested Schema for Nested Schema for widgets.chart.series_overrides.settings

Read-Only:

  • color (String) Series color or empty

  • grow_down (Boolean) Stack grow down

  • name (String) Series name or empty

  • stack_name (String) Stack name or empty

  • type (String) Type

  • yaxis_position (String) Yaxis position

Nested Schema for Nested Schema for widgets.chart.visualization_settings

Read-Only:

  • aggregation (String) Aggregation

  • color_scheme_settings (Block List) Color scheme settings (see below for nested schema)

  • heatmap_settings (Block List) Heatmap settings (see below for nested schema)

  • interpolate (String) Interpolate

  • normalize (Boolean) Normalize

  • show_labels (Boolean) Show chart labels

  • title (String) Inside chart title

  • type (String) Visualization type

  • yaxis_settings (Block List) Y axis settings (see below for nested schema)

Nested Schema for Nested Schema for widgets.chart.visualization_settings.color_scheme_settings

Read-Only:

  • automatic (Block List) Automatic color scheme (see below for nested schema)

  • gradient (Block List) Gradient color scheme (see below for nested schema)

  • standard (Block List) Standard color scheme (see below for nested schema)

Nested Schema for Nested Schema for widgets.chart.visualization_settings.yaxis_settings.automatic

Read-Only:

Nested Schema for Nested Schema for widgets.chart.visualization_settings.yaxis_settings.gradient

Read-Only:

  • green_value (String)
  • red_value (String)
  • violet_value (String)
  • yellow_value (String)

Nested Schema for Nested Schema for widgets.chart.visualization_settings.yaxis_settings.standard

Read-Only:

Nested Schema for Nested Schema for widgets.chart.visualization_settings.heatmap_settings

Read-Only:

  • green_value (String) Heatmap green value

  • red_value (String) Heatmap red value

  • violet_value (String) Heatmap violet_value

  • yellow_value (String) Heatmap yellow value

Nested Schema for Nested Schema for widgets.chart.visualization_settings.yaxis_settings

Read-Only:

  • left (Block List) Left Y axis settings (see below for nested schema)

  • right (Block List) Right Y axis settings (see below for nested schema)

Nested Schema for Nested Schema for widgets.chart.visualization_settings.yaxis_settings.left

Read-Only:

  • max (String) Max value in extended number format or empty

  • min (String) Min value in extended number format or empty

  • precision (Number) Tick value precision (null as default, 0-7 in other cases)

  • title (String) Title or empty

  • type (String) Type

  • unit_format (String) Unit format

Nested Schema for Nested Schema for widgets.chart.visualization_settings.yaxis_settings.right

Read-Only:

  • max (String) Max value in extended number format or empty

  • min (String) Min value in extended number format or empty

  • precision (Number) Tick value precision (null as default, 0-7 in other cases)

  • title (String) Title or empty

  • type (String) Type

  • unit_format (String) Unit format

Nested Schema for Nested Schema for widgets.position

Read-Only:

  • h (Number) Height.

  • w (Number) Weight.

  • x (Number) X-axis top-left corner coordinate.

  • y (Number) Y-axis top-left corner coordinate.

Nested Schema for Nested Schema for widgets.text

Read-Only:

  • text (String) Widget text.

Nested Schema for Nested Schema for widgets.title

Read-Only:

  • size (String) Title size.

  • text (String) Title text.

Was the article helpful?

Previous
connectionmanager_connection
Next
monitoring_dashboard
© 2025 Direct Cursus Technology L.L.C.