Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.58 KB

Integration.md

File metadata and controls

27 lines (23 loc) · 1.58 KB

Integration

Properties

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

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