ManagedGrafanaPropertiesUpdateParameters interface

The properties parameters for a PATCH request to a grafana resource.

Properties

apiKey

The api key setting of the Grafana instance.

deterministicOutboundIP

Whether a Grafana instance uses deterministic outbound IPs.

enterpriseConfigurations

Enterprise settings of a Grafana instance

grafanaConfigurations

Server configurations of a Grafana instance

grafanaIntegrations

GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.

grafanaMajorVersion

The major Grafana software version to target.

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.

publicNetworkAccess

Indicate the state for enable or disable traffic over the public interface.

zoneRedundancy

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