The installer script is using an outdated version of the CrowdStrike API (v1) which does not support accessing Long-Term Support (LTS) sensor installers. This causes installation failures when attempting to deploy Falcon agents on endpoints.
Error: Received a BadRequest response from https://api.eu-1.crowdstrike.com/sensors/combined/installers/v1?filter=platform%3a%27windows%27%2bversion%3a%277.32.20403+(LTS)%27. Error: Bad Request
Update the installer script to use the latest API endpoints as documented in the official CrowdStrike API documentation:
https://falcon.eu-1.crowdstrike.com/documentation/page/c1f0f0b8/sensor-download-apis#w0e197e8
The installer script is using an outdated version of the CrowdStrike API (v1) which does not support accessing Long-Term Support (LTS) sensor installers. This causes installation failures when attempting to deploy Falcon agents on endpoints.
Error: Received a BadRequest response from https://api.eu-1.crowdstrike.com/sensors/combined/installers/v1?filter=platform%3a%27windows%27%2bversion%3a%277.32.20403+(LTS)%27. Error: Bad RequestUpdate the installer script to use the latest API endpoints as documented in the official CrowdStrike API documentation:
https://falcon.eu-1.crowdstrike.com/documentation/page/c1f0f0b8/sensor-download-apis#w0e197e8