Class V1GrafanaDashboardSpec
Grafana Dashboard.
Namespace: Neon.Kube.Resources.Grafana
Assembly: Neon.Kube.Resources.dll
Syntax
public class V1GrafanaDashboardSpec
Properties
Datasources
The list of data sources.
Declaration
[JsonProperty(PropertyName = "datasources", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public List<V1GrafanaDatasource> Datasources { get; set; }
Property Value
Type | Description |
---|---|
List<V1GrafanaDatasource> |
Json
The JSON describing the dashboard.
Declaration
[JsonProperty(PropertyName = "json", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public string Json { get; set; }
Property Value
Type | Description |
---|---|
string |