[BETA] Get the external impact-metrics source.

View as Markdown

Enterprise feature

[BETA] This API is in beta state, which means it may change or be removed in the future.

Returns the current configuration of the external impact-metrics source (any Prometheus-compatible endpoint).

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Response

externalImpactMetricsSourceSchema
enabledboolean

Whether the external impact-metrics source is active. When true, url must be a valid non-empty URL.

urlstring

Base URL of the external impact-metrics source. Basic-Auth credentials may be embedded in the URL (e.g. https://user:pass@metrics.example.com); they are extracted into an Authorization header on outbound requests. Required (non-empty, valid URL) when enabled is true; an empty string is discarded when enabled is false.

Errors

401
Unauthorized Error
403
Forbidden Error