PrometheusOSProviderInstanceProperties interface
Gets or sets the PrometheusOS provider properties.
- Extends
Properties
prometheus |
URL of the Node Exporter endpoint |
provider |
Polymorphic discriminator, which specifies the different types this object can be |
sap |
Gets or sets the SAP System Identifier |
ssl |
Gets or sets the blob URI to SSL certificate for the prometheus node exporter. |
ssl |
Gets or sets certificate preference if secure communication is enabled. |
Property Details
prometheusUrl
URL of the Node Exporter endpoint
prometheusUrl?: string
Property Value
string
providerType
Polymorphic discriminator, which specifies the different types this object can be
providerType: "PrometheusOS"
Property Value
"PrometheusOS"
sapSid
Gets or sets the SAP System Identifier
sapSid?: string
Property Value
string
sslCertificateUri
Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
sslCertificateUri?: string
Property Value
string
sslPreference
Gets or sets certificate preference if secure communication is enabled.
sslPreference?: string
Property Value
string