Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.18 KB

Source.md

File metadata and controls

19 lines (15 loc) · 1.18 KB

Source

Properties

Name Type Description Notes
hidden bool A derived field denoting whether this source has been hidden (e.g. excluding it from query autocomplete among other things) [optional]
id str id of this source, must be exactly equivalent to 'sourceName'
description str Description of this source [optional]
tags dict(str, bool) A Map (String -> boolean) Representing the source tags associated with this source. To create a tag, set it as a KEY in this map, with associated value equal to true [optional]
creator_id str [optional]
updater_id str [optional]
created_epoch_millis int [optional]
updated_epoch_millis int [optional]
marked_new_epoch_millis int Epoch Millis when this source was marked as ~status.new [optional]
source_name str The name of the source, usually set by ingested telemetry

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