Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2 KB

Integration.md

File metadata and controls

32 lines (28 loc) · 2 KB

Integration

Properties

Name Type Description Notes
alerts list[IntegrationAlert] A list of alerts belonging to this integration [optional]
alias_integrations list[IntegrationAlias] If set, a list of objects describing integrations that alias this one. [optional]
alias_of str If set, designates this integration as an alias integration, of the integration whose id is specified. [optional]
base_url str Base URL for this integration's assets [optional]
created_epoch_millis int [optional]
creator_id str [optional]
dashboards list[IntegrationDashboard] A list of dashboards belonging to this integration [optional]
deleted bool [optional]
description str Integration description
have_metric_dropdown bool Integration have metric dropdown or not
hidden bool Integration is hidden or not
icon str URI path to the integration icon
id str [optional]
metrics IntegrationMetrics [optional]
metrics_docs str Metric Preview File Name [optional]
name str Integration name
overview str Descriptive text giving an overview of integration functionality [optional]
setup str How the integration will be set-up [optional]
setups list[Setup] A list of setup belonging to this integration [optional]
status IntegrationStatus [optional]
updated_epoch_millis int [optional]
updater_id str [optional]
version str Integration version string

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