Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 2.53 KB

CloudIntegration.md

File metadata and controls

36 lines (32 loc) · 2.53 KB

CloudIntegration

Properties

Name Type Description Notes
force_save bool [optional]
name str The human-readable name of this integration
id str [optional]
service str A value denoting which cloud service this integration integrates with
creator_id str [optional]
additional_tags dict(str, str) A list of point tag key-values to add to every point ingested using this integration [optional]
last_received_data_point_ms int Time that this integration last received a data point, in epoch millis [optional]
last_metric_count int Number of metrics / events ingested by this integration the last time it ran [optional]
cloud_watch CloudWatchConfiguration [optional]
cloud_trail CloudTrailConfiguration [optional]
ec2 EC2Configuration [optional]
gcp GCPConfiguration [optional]
tesla TeslaConfiguration [optional]
azure AzureConfiguration [optional]
azure_activity_log AzureActivityLogConfiguration [optional]
last_error str Digest of the last error encountered by Wavefront servers when fetching data using this integration [optional]
last_error_ms int Time, in epoch millis, of the last error encountered by Wavefront servers when fetching data using this integration [optional]
disabled bool True when an aws credential failed to authenticate. [optional]
last_processor_id str Opaque id of the last Wavefront integrations service to act on this integration [optional]
last_processing_timestamp int Time, in epoch millis, that this integration was last processed [optional]
created_epoch_millis int [optional]
updated_epoch_millis int [optional]
service_refresh_rate_in_mins int Service refresh rate in minutes. [optional]
updater_id str [optional]
in_trash bool [optional]
last_error_event Event [optional]
deleted bool [optional]

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