Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.01 KB

IntegrationStatus.md

File metadata and controls

12 lines (8 loc) · 1.01 KB

IntegrationStatus

Properties

Name Type Description Notes
content_status str Status of integration content, e.g. dashboards
install_status str Whether the customer or an automated process has chosen to install this integration
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`.

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