AlertManagementPrometheusIntegration

class Object
trait Matchable
class Any

Value members

Concrete methods

Type of integration.

Type of integration.

def active: SelectionBuilder[AlertManagementPrometheusIntegration, Option[Boolean]]

Whether the endpoint is currently accepting alerts.

Whether the endpoint is currently accepting alerts.

def apiUrl: SelectionBuilder[AlertManagementPrometheusIntegration, Option[String]]

URL at which Prometheus metrics can be queried to populate the metrics dashboard.

URL at which Prometheus metrics can be queried to populate the metrics dashboard.

def id: SelectionBuilder[AlertManagementPrometheusIntegration, String]

ID of the integration.

ID of the integration.

def name: SelectionBuilder[AlertManagementPrometheusIntegration, Option[String]]

Name of the integration.

Name of the integration.

def token: SelectionBuilder[AlertManagementPrometheusIntegration, Option[String]]

Token used to authenticate alert notification requests.

Token used to authenticate alert notification requests.

def url: SelectionBuilder[AlertManagementPrometheusIntegration, Option[String]]

Endpoint which accepts alert notifications.

Endpoint which accepts alert notifications.