5.4 Application

It describes a generic application.

Type: Application (Record)

ID

Name

Type

#

Description

1

description

str

1

Generic description of the application.

2

name

str

1

Name of the application.

3

version

str

1

Version of the application.

4

owner

str

1

Owner of the application.

5

app_type

str

1

Type of the application.

Sample Application object represented in JSON Format:

{
    "description": "application",
    "name": "iptables",
    "version": "1.8.10",
    "owner": "Netfilter",
    "type": "Packet Filtering"
}