Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 6.73 KB

searchlogsrequest.md

File metadata and controls

15 lines (12 loc) · 6.73 KB

SearchLogsRequest

Fields

Field Type Required Description
Filter *string A search query string
Group *string Filter logs by a specific group name
EntityID *string Filter logs by a specific entity id
StartTime *string Timestamp in ISO 8601 format in UTC timezone: yyyy-MM-ddTHH:mm:ssZ
EndTime *string Timestamp in ISO 8601 format in UTC timezone: yyyy-MM-ddTHH:mm:ssZ
Direction *string Search direction: backward, forward, or tail. Backward sorts logs from oldest to newest, forward sorts logs from newest to oldest, and tail sorts from oldest to newest.
PageSize *int Number of items in a response page. Default varies by API.
SkipToken *string Token for the requested page