carbonblack / carbon-black-cloud-sdk-python

VMware Carbon Black Cloud Python SDK
MIT License
40 stars 23 forks source link

CBC-10998: Added support for collapse field parameter for process search job #506

Closed abowersox-cb closed 5 months ago

abowersox-cb commented 5 months ago

Pull request checklist

Please check if your PR fulfills the following requirements:

What is the ticket or issue number?

https://jira.carbonblack.local/browse/CBC-10998

Pull Request Description

Add a collapse_field parameter to process queries.

This change was originally made by @vsvvj-cb on a forked repo, then merged into this repo as branch CBC-10998-prod-eng-test-vdp. Since that branch was made off a different version of the repository which made rebasing it onto develop impractical, I created this new branch and cherry-picked his changes onto it. The resulting code needed deflake8'ing so it would pass Codeship tests.

Does this introduce a breaking change?

How Has This Been Tested?

Test code has been included for new feature.