Replies: 1 comment
-
Hi @59e5aaf4 - Version 1.4.8 just released today with support for content update. 🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
New policy types are released every 4 months by CrowdStrike. These usually follow the following deployment process :
New policy types, exposed by the
devices/entities/devices/v2
API don't have an API endpoint to be enumerated. This causes our fancy policy ID renamers ( when querying a specific host ) to output unactionable policy identifiers, and I'd rather prefer not to plug my questionable WebUI client into my code just to pull a few policy names, etc.Also, I suspect anyone doing policy management at scale will need these endpoints at some point.
Here's
To Reproduce
Search for sca, system-tray, host-retention, content-update in the available API endpoints. It's not available :D
Expected behavior
Such function are available.
Environment (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions