Get Indicator Metadata (Deprecated)¶
-
TruStar.
get_indicator_metadata
(value)¶ Provide metadata associated with a single indicators, including value, indicatorType, noteCount, sightings, lastSeen, enclaveIds, and tags. The metadata is determined based on the enclaves the user making the request has READ access to.
Parameters: value – an indicator value to query. Returns: A dict containing three fields: ‘indicator’ (an Indicator object), ‘tags’ (a list of Tag objects), and ‘enclaveIds’ (a list of enclave IDs that the indicator was found in). Warning
This method is deprecated. Please use get_indicators_metadata instead.