Get Indicators (Page)¶
-
TruStar.
get_indicators_page
(from_time=None, to_time=None, page_number=None, page_size=None, enclave_ids=None, included_tag_ids=None, excluded_tag_ids=None)¶ Get a page of indicators matching the provided filters.
Parameters: - from_time (int) – start of time window in milliseconds since epoch (defaults to 7 days ago)
- to_time (int) – end of time window in milliseconds since epoch (defaults to current time)
- page_number (int) – the page number
- page_size (int) – the page size
- enclave_ids (list(string)) – a list of enclave IDs to filter by
- included_tag_ids (list(string)) – only indicators containing ALL of these tags will be returned
- excluded_tag_ids (list(string)) – only indicators containing NONE of these tags will be returned
Returns: a NumberedPage of indicators