Skip to content

Question: Plans to support Pipeline in future releases? #126

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

You must be logged in to vote

Several of the commands do support the pipeline, signified by ValueFromPipeline and ValueFromPipelineByPropertyName parameter properties defined at the beginning of the functions.

The general issue with pipeline support is that many of the CrowdStrike Falcon APIs support multiple "ids" per request, and pipeline support by nature is dealing with single objects (e.g. single "ids"). For instance piping Get-FalconHost to Invoke-FalconHostAction would performing actions on one host per request, instead of the 100 or 500 allowed by the API--leading to potentially hundreds or thousands of unneeded requests, rate limiting and drastically slower scripts.

Whenever a particular API restricts to a si…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@bk-cs
Comment options

@datorr2
Comment options

@bk-cs
Comment options

@datorr2
Comment options

@bk-cs
Comment options

Answer selected by bk-cs
Comment options

You must be logged in to vote
0 replies
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 #125 on October 18, 2021 15:48.