ManagedGrafanaPropertiesUpdateParameters interface
The properties parameters for a PATCH request to a grafana resource.
Properties
api |
The api key setting of the Grafana instance. |
deterministic |
Whether a Grafana instance uses deterministic outbound IPs. |
enterprise |
Enterprise settings of a Grafana instance |
grafana |
Server configurations of a Grafana instance |
grafana |
GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios. |
grafana |
The major Grafana software version to target. |
grafana |
Update of Grafana plugin. Key is plugin id, value is plugin definition. If plugin definition is null, plugin with given plugin id will be removed. Otherwise, given plugin will be installed. |
public |
Indicate the state for enable or disable traffic over the public interface. |
zone |
The zone redundancy setting of the Grafana instance. |
Property Details
apiKey
The api key setting of the Grafana instance.
apiKey?: string
Property Value
string
deterministicOutboundIP
Whether a Grafana instance uses deterministic outbound IPs.
deterministicOutboundIP?: string
Property Value
string
enterpriseConfigurations
Enterprise settings of a Grafana instance
enterpriseConfigurations?: EnterpriseConfigurations
Property Value
grafanaConfigurations
Server configurations of a Grafana instance
grafanaConfigurations?: GrafanaConfigurations
Property Value
grafanaIntegrations
GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
grafanaIntegrations?: GrafanaIntegrations
Property Value
grafanaMajorVersion
The major Grafana software version to target.
grafanaMajorVersion?: string
Property Value
string
grafanaPlugins
Update of Grafana plugin. Key is plugin id, value is plugin definition. If plugin definition is null, plugin with given plugin id will be removed. Otherwise, given plugin will be installed.
grafanaPlugins?: {[propertyName: string]: GrafanaPlugin}
Property Value
{[propertyName: string]: GrafanaPlugin}
publicNetworkAccess
Indicate the state for enable or disable traffic over the public interface.
publicNetworkAccess?: string
Property Value
string
zoneRedundancy
The zone redundancy setting of the Grafana instance.
zoneRedundancy?: string
Property Value
string