Skip Navigation

CylanceON-PREM
API

The
CylanceON-PREM
API is a set of RESTful APIs that allows administrators to use API requests to manage their
CylanceON-PREM
virtual appliance instead of using the
CylanceON-PREM
Console.
The
CylanceON-PREM
API is different from the
Cylance
User API.
The following high-level steps are required to configure and use the
CylanceON-PREM
API:
  1. Add an application in the
    CylanceON-PREM
    console. See Applications for more information.
  2. Generate an access token. See Access token for more information.
  3. View API documentation to generate the curl commands or URL requests with your selected parameters. See View API documentation (YAML file) for more information.
  4. Execute the generated commands or requests against the
    CylanceON-PREM
    appliance. Currently the curl commands and URL requests generated by the YAML file do not include the access token and other header information required for an API request. See Apply missing header information for an example of the missing header information.
    The execution of API requests is beyond the scope of this document.