Navigation
- index
- modules |
- next |
- previous |
- Lastline API »
Overview¶
Getting Started¶
The Lastline API is a web-based API. To get started, you will need to request a set of credentials for accessing the API from Lastline.
The API is reachable at:
https://user.lastline.com/papi/
and supports two different different forms of authentication: License-based and account-based authentication.
On-premise customers can access the Lastline API on their Manager or Analyst at
https://user.<MANAGER HOST NAME>/papi/
An up-to-date version of this documentation can be browsed at https://user.lastline.com/papi-doc/api/html/overview.html
API Modules¶
The Lastline API is a collection of various sub-modules, each offering different services. Each service requires an appropriate license.
The Lastline API is accessible at:
https://user.lastline.com/papi/<api-module>/<function>
All API modules share the same authentication mechanism, which is described in Authentication.
Each API module is described in a separate chapter:
- accounting: Accounting API,
- analysis: Analysis API,
- annotation: Annotation API,
- appliance_mgmt: Appliance Management API,
- auditlog: AuditLog API,
- backup: Backup API,
- blacklist: Threat-Intelligence API,
- intel: Custom Intelligence API,
- intel/lastline: Proprietary Intelligence API,
- knowledgebase: Knowledgebase API,
- llanta: NTA API,
- monitoring: Appliance Monitoring API,
- network: Network API,
- notification: Notification API,
- push_detection: Push Detection API,
- radius: RADIUS API,
- report: Reporting API,
- session: Session tracking API,
Navigation
- index
- modules |
- next |
- previous |
- Lastline API »