Open 59e5aaf4 opened 1 day ago
These endpoints were added in v2.2.7. See release notes.
They are not currently part of Import-FalconConfig
or Export-FalconConfig
and are not yet listed on the PSFalcon Wiki, but you can view their individual help pages using Get-Help <command> -Online
.
( similar to https://github.com/CrowdStrike/falconpy/issues/1252 :D ) Describe the bug
These API endpoint ( below ) are not available through psfalcon, please implement :D ( notably in your fancy zip-based config migration code ) ( I don't need that, just pointing at parts that will likely explode :D )
/exclusions/entities/certificates/v1
API endpoint which "Retrieves certificate signing information for a file" in the swagger doc which isn't in the release message. It accepts a sample sha256To Reproduce
Read the documentation of psfalcon, there's no mention of the cert-based-exclusions API
Expected behavior
1/ it's documented 2/ it's implemented
:D
thanks !