Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Not applicable

Application Control list in file

I need list of all Applications ( i need only name and ID) from " Application Control" page. I know that there is website (http://www.fortiguard.com/applicationcontrol/app_pop_risk.html) and I could parse it to get names, but this website does not contain applications ID. is there other source?
4 REPLIES 4
ejhardin
Contributor

Here is a list as of definitions " 3.00094" . You can go into the CLI and view the list and copy it into excel. Change the file from .txt to .xls.
ede_pfau
SuperUser
SuperUser

I was wondering how you (ejhardin) obtained that list. The following is a little over the top but anyway... You get the list on the CLI with
 get application name status
and grab that off the screen (ssh terminal) into a text file. Then, run it through the attached python script to generate a CSV file readable with Excel or any other spreadsheet app. The script will use the first argument for input file, the second for output file, or stdin and stdout if missing. The output contains all fields i.e. category, category ID etc. Have fun.
Ede Kernel panic: Aiee, killing interrupt handler!
Ede Kernel panic: Aiee, killing interrupt handler!
Not applicable

Thanks already done that. I' ve got full list
ejhardin
Contributor

Using putty (ssh)... I opened the default application profile and used " set app ?" Once the whole list has been displayed I used the putty " copy to clipboard command" . Open excel and paste. To clean it up I used the " text to column" command in excel. This method you only get the id and application name.
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors