Skip to content

Get-FalconHost Offset Switch #341

Answered by bk-cs
s-breck asked this question in Q&A
Discussion options

You must be logged in to vote

The offset parameter of Get-FalconHost expects a dynamically generated pagination token that is returned with your initial request, however, PSFalcon is designed for you to ignore the offset, after and next_token parameters, and those values are generally hidden from the user. The -All switch does all the pagination work.

When using -Include network_history, the module will pass groups of host identifiers back to Get-FalconHost to retrieve the network_history content, and then output everything as a final result. This is how it should look to retrieve network_history for all hosts:

Get-FalconHost -Include network_history -All

NOTE: If you want more than just device_id and network_history,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bk-cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #339 on August 08, 2023 17:36.