API

class API(rasp: RASP)

This class provides the main API to contact the server.

A server interaction is required things such as: generating an access token, getting the security policy, getting server information, update status, etc.

Parameters

rasp

RASP — the main instance to use the Pradeo software

Constructors

Link copied to clipboard
constructor(rasp: RASP)

Types

Link copied to clipboard
data class Application(val rasp: RASP)

This data class provides functionalities related to the device Application section, such as uploading an application for threat analysis, retrieving the application report or updating an installed application.

Link copied to clipboard
data class Misc(val rasp: RASP)

This class is used to handle saving events and retrieving logged events.

Link copied to clipboard
data class Network(val rasp: RASP)

This data class provides functionalities related to the device Network section, such as uploading the network status, retrieving a snapshot of the risky categorized URLs.

Link copied to clipboard
data class System(val rasp: RASP)

This data class provides functionalities related to the device System section, such as uploading the device's characteristic or updating the system status.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard