5.4 Application
It describes a generic application.
Type: Application (Record)
ID |
Name |
Type |
# |
Description |
|---|---|---|---|---|
1 |
description |
|
1 |
Generic description of the application. |
2 |
name |
|
1 |
Name of the application. |
3 |
version |
|
1 |
Version of the application. |
4 |
owner |
|
1 |
Owner of the application. |
5 |
app_type |
|
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"
}