Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.31 KB

IntegrationStatus.md

File metadata and controls

13 lines (9 loc) · 1.31 KB

IntegrationStatus

Properties

Name Type Description Notes
alert_statuses dict(str, str) A Map from the ids of the alerts contained in this integration to their install status. The install status can take on one of three values, `VISIBLE`, `HIDDEN`, and `NOT_LOADED` [optional]
content_status str Status of integration content, e.g. dashboards [optional]
install_status str Whether the customer or an automated process has installed the dashboards for this integration [optional]
metric_statuses dict(str, MetricStatus) A Map from names of the required metrics to an object representing their reporting status. The reporting status object has 3 boolean fields denoting whether the metric has been received during the corresponding time period: `ever`, `recentExceptNow`, and `now`. `now` is on the order of a few hours, and `recentExceptNow` is on the order of the past few days, excluding the period considered to be `now`. [optional]

[Back to Model list] [Back to API list] [Back to README]