Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.03 KB

PagedAlertWithStats.md

File metadata and controls

17 lines (13 loc) · 1.03 KB

PagedAlertWithStats

Properties

Name Type Description Notes
items list[Alert] List of requested items [optional]
offset int [optional]
limit int [optional]
cursor str The id at which the current (limited) search can be continued to obtain more matching items [optional]
total_items int An estimate (lower-bound) of the total number of items available for return. May not be a tight estimate for facet queries [optional]
more_items bool Whether more items are available for return by increment offset or cursor [optional]
sort Sorting [optional]
alert_counts dict(str, int) A map from alert state to the number of alerts in that state within the search results [optional]

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