Skip to content

Application

armis_sdk.entities.data_export.application.Application

Bases: BaseExportedEntity

This class represents an application row that was exported using the data export API.

Attributes:

Name Type Description
device_id int | None

The id of the device with the application

vendor str | None

The vendor of the application

name str | None

The name of the application

version str | None

The version of the application

cpe str | None

The CPE (Common Platform Enumeration) of the application

first_seen datetime | None

When the application was first seen on the device

last_seen datetime | None

When the application was last seen on the device

device_id = None class-attribute instance-attribute

The id of the device with the application

vendor = None class-attribute instance-attribute

The vendor of the application

Example: Google

name = None class-attribute instance-attribute

The name of the application

Example: Chrome

version = None class-attribute instance-attribute

The version of the application

Example: 30.0.1599.40

cpe = None class-attribute instance-attribute

The CPE (Common Platform Enumeration) of the application

Example: cpe:2.3:a:google:chrome:30.0.1599.40:*:*:*:*:*:*:*

first_seen = None class-attribute instance-attribute

When the application was first seen on the device

last_seen = None class-attribute instance-attribute

When the application was last seen on the device