GrafanaConfigurationsResponse

data class GrafanaConfigurationsResponse(val security: SecurityResponse? = null, val smtp: SmtpResponse? = null, val snapshots: SnapshotsResponse? = null, val users: UsersResponse? = null)

Server configurations of a Grafana instance

Constructors

Link copied to clipboard
constructor(security: SecurityResponse? = null, smtp: SmtpResponse? = null, snapshots: SnapshotsResponse? = null, users: UsersResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Grafana security settings

Link copied to clipboard
val smtp: SmtpResponse? = null

Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp

Link copied to clipboard

Grafana Snapshots settings

Link copied to clipboard
val users: UsersResponse? = null

Grafana users settings