PCNSE
NSE
StrongSwan
Solved! Go to Solution.
Yes offcourse
I use fortigate rest api document.
http://www.tuncaybas.com/FOS_JSON_REST_API_523.pdf
Get all policy for 5.2 :
[link]https://192.168.0.1:443/api/cmdb?request=[/link]{'action':'select','path':'firewall','name':'policy','datasource':true,'skip':true,'with_meta':true}
Get all policy for 5.4 :
https://192.168.0.1:443/a..2/cmdb/firewall/policy/
This results json format.
{
"http_method":"GET",
"results":[
{
"policyid":7,
"q_origin_key":"7",
"name":"fatura-pc-deny",
"uuid":"53e964d2-36b8-51e6-a95c-9c146a1da1c8",
"srcintf":[
{
"name":"lan",
"q_origin_key":"lan"
}
],
"dstintf":[
{
"name":"wan1",
"q_origin_key":"wan1"
}
],
"srcaddr":[
{
"name":"all",
"q_origin_key":"all"
}
],
and parse with .net (or use other language).
ABB@ProBiblio Fortigate 200D (slave master)
PCNSE
NSE
StrongSwan
Policy export tool:
http://www.tuncaybas.com/...rtigate-policy-export/
yaba wrote:Tell us a little about this! Did you write this yourself!?Policy export tool:
http://www.tuncaybas.com/...rtigate-policy-export/
Yes offcourse
I use fortigate rest api document.
http://www.tuncaybas.com/FOS_JSON_REST_API_523.pdf
Get all policy for 5.2 :
[link]https://192.168.0.1:443/api/cmdb?request=[/link]{'action':'select','path':'firewall','name':'policy','datasource':true,'skip':true,'with_meta':true}
Get all policy for 5.4 :
https://192.168.0.1:443/a..2/cmdb/firewall/policy/
This results json format.
{
"http_method":"GET",
"results":[
{
"policyid":7,
"q_origin_key":"7",
"name":"fatura-pc-deny",
"uuid":"53e964d2-36b8-51e6-a95c-9c146a1da1c8",
"srcintf":[
{
"name":"lan",
"q_origin_key":"lan"
}
],
"dstintf":[
{
"name":"wan1",
"q_origin_key":"wan1"
}
],
"srcaddr":[
{
"name":"all",
"q_origin_key":"all"
}
],
and parse with .net (or use other language).
program is for local use and is secure.
Those who know me know in the Forum. My address is known.
You can trust me. or even whether the program decompiler, you can look.
The rest API document is awesome, thanks! Do you also have it for the 5.4 firmware?
User | Count |
---|---|
2551 | |
1356 | |
795 | |
646 | |
455 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.