- What is the Cylance Engine?
- How the Cylance Engine analyzes a file
- System requirements for the Cylance Engine
- Installing and updating the Cylance Engine
- Install the Cylance Engine on a Linux distribution
- Query the version of your Cylance Engine on a Linux distribution
- Update the version of your Cylance Engine on a Linux distribution
- Remove the Cylance Engine from a Linux distribution
- Install the Cylance Engine on a Windows distribution
- Query the version of your Cylance Engine on a Windows distribution
- Update the version of your Cylance Engine on a Windows distribution
- Remove the Cylance Engine from a Windows distribution
- File-scoring service
- File-scoring service protocols
- Appendix: Cylance Infinity Data Service
- Appendix: Threat indicators
- Appendix: Prometheus monitoring support
- Appendix: CylanceTcpService Protocol
- BlackBerry Docs
- Cylance Engine
- Cylance Engine Integration Guide
- File-scoring service protocols
- Cylance RESTful API
- Shutting down the service
Shutting down the service
By default, the
Cylance Engine
does not allow shutdown requests. If the Cylance Engine
is configured to allow shutdown requests, the client may request that it be shut down:
PUT /apiv1/shutdown Content-Length: 0
You do not need to include any data with the request; if any data is supplied, it is ignored. However, the
Content-Length
header must be present or the server rejects the request.
- If shutdown is not allowed (Shutdown=falsein the configuration file), a 401 Unauthorized result is returned.
- If shutdown is allowed (Shutdown=truein the configuration file or if the service was started with the--shutdownoption), a 200 OK is returned with no data.