PrometheusOsProviderInstancePropertiesResponse

data class PrometheusOsProviderInstancePropertiesResponse(val prometheusUrl: String? = null, val providerType: String, val sapSid: String? = null, val sslCertificateUri: String? = null, val sslPreference: String? = null)

Gets or sets the PrometheusOS provider properties.

Constructors

constructor(prometheusUrl: String? = null, providerType: String, sapSid: String? = null, sslCertificateUri: String? = null, sslPreference: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prometheusUrl: String? = null

URL of the Node Exporter endpoint

Link copied to clipboard

The provider type. For example, the value can be SapHana. Expected value is 'PrometheusOS'.

Link copied to clipboard
val sapSid: String? = null

Gets or sets the SAP System Identifier

Link copied to clipboard

Gets or sets the blob URI to SSL certificate for the prometheus node exporter.

Link copied to clipboard
val sslPreference: String? = null

Gets or sets certificate preference if secure communication is enabled.