app_ids_and_names Table

The following table describes the schema of the app_ids_and_names SQL table.

Field Type Description

app_id

unsigned 24-bit integer

A unique id that defines the Application. This is the primary key.

app_name

string

The Application name (e.g HTTP, Hotmail)

deleted_flag

unsigned 8-bit integer

A flag indicating if the Application has been deleted from the appliance (0 = no, 1 = yes)