mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 06:56:07 -06:00
Alerting: Fix typo in JSON response for rule export. (#88028)
This commit is contained in:
parent
860dd7f58b
commit
8c2a382788
@ -260,7 +260,7 @@ type AlertRuleExport struct {
|
|||||||
Title string `json:"title" yaml:"title" hcl:"name"`
|
Title string `json:"title" yaml:"title" hcl:"name"`
|
||||||
Condition string `json:"condition" yaml:"condition" hcl:"condition"`
|
Condition string `json:"condition" yaml:"condition" hcl:"condition"`
|
||||||
Data []AlertQueryExport `json:"data" yaml:"data" hcl:"data,block"`
|
Data []AlertQueryExport `json:"data" yaml:"data" hcl:"data,block"`
|
||||||
DashboardUID *string `json:"dasboardUid,omitempty" yaml:"dashboardUid,omitempty"`
|
DashboardUID *string `json:"dashboardUid,omitempty" yaml:"dashboardUid,omitempty"`
|
||||||
PanelID *int64 `json:"panelId,omitempty" yaml:"panelId,omitempty"`
|
PanelID *int64 `json:"panelId,omitempty" yaml:"panelId,omitempty"`
|
||||||
NoDataState NoDataState `json:"noDataState" yaml:"noDataState" hcl:"no_data_state"`
|
NoDataState NoDataState `json:"noDataState" yaml:"noDataState" hcl:"no_data_state"`
|
||||||
ExecErrState ExecutionErrorState `json:"execErrState" yaml:"execErrState" hcl:"exec_err_state"`
|
ExecErrState ExecutionErrorState `json:"execErrState" yaml:"execErrState" hcl:"exec_err_state"`
|
||||||
|
Loading…
Reference in New Issue
Block a user