REST API - Firewall Analyzer


Firewall Analyzer offers REST APIs for adding and fetching data from Firewall Analyzer. Using these APIs, you can integrate Firewall Analyzer with 3rd party IT management/service desk software.

How Firewall Analyzer REST APIs work? 

The APIs work with an API key. The API key is unique for each Firewall Analyzer account and has to be passed as a parameter in every API request made. Default API key is available and you can regenerate API key.

Go to Settings > Basic Settings > REST API in Firewall Analyzer web client andyou will find the API key.

 Generate API Key 

To generate an API key, click on Regenerate Key.

 

API List:

 

 

Dashboard:

REST APIMethodDescriptionParametersSample URL
getWidgetsListGETFetches all widgets available in the given dashboardapiKey - API Key to access your FirewallAnalyzer server.
dashboardName - dashboard ID.
http://localhost:8060/api/json/dashboard/getWidgetsList?apiKey=081c9ac51ba16ab061d5efee583dcd2f&dashboardName=dashboardoverview
getWidgetDataGETDisplays the data present in the given widgetapiKey - API Key to access your FirewallAnalyzer server.
widgetID - Widget ID
http://localhost:8060/api/json/dashboard/getWidgetData?apiKey=83155f195334a19df5e58a8a33a6f804&widgetID=255
getDashboardListGETFetches all available dashboardsapiKey - API Key to access your Firewall Analyzer server.http://localhost:8060/api/json/dashboard/getDashboardList?apiKey=081c9ac51ba16ab061d5efee583dcd2f
getReportDataGETTo get the data for the reports.reportName - Name of the report.
RBBNAME - Name of the report Building block.
reportParams - Parameters in the report(in json object format).
type - Type of the report.
_search - Whether search is done or not.
nd 
rows - No of rows.
page - Page number
sortByColumn - Based on which column is the data sorted.
sortByType - Whether the sorting is in ascending order or descending order.
snapType - Type of the snapshot.
title1 - Type of the tab like device/cloud etc.
value1 - Name of the device/cloud etc.
title2 - Type of the interface/rule etc.
value2 - Name of the interface/rule etc.
exportFWAV2WidData 
Exporting v2 widget data or not. 
pdfReqFrom - From where the req has been raised.
reportTitle - Title for the report.
userLocale - The locale of the user.
pdfSnapAssID - The snapShot association ID for the widget.
value - To determine the drilldown.
mail - To check if mail option is added in widget.
csv - To check if csv option is added in widget.
exportFWAMail - Whether to export the mail or not.
fromEmailid - Sender email ID
toEmailid - Receiver email ID
emailSubject - Subject for the email
message - message for the email
http://localhost:8060/api/json/fwareport/getReportData?reportName=FTP+Protocol+Group+Top+Hosts+-+Sent&reportParams=%7B%22applyTimeCriteria%22%3A%22true%22%2C%22wrapperType%22%3A%22table%22%2C%22layout%22%3A%221%22%2C%22isRptTab%22%3A%22true%22%2C%22resolvedns%22%3Afalse%2C%22reportId%22%3A%223%22%2C%22timeFrame%22%3A%22today%22%2C%22linkingRBBG%22%3A31%2C%22rowCount%22%3A%225%22%7D&apiKey=ecf7691a575255636e2c28bba73ae213
getCompleteDataGETTo get the complete report and other drilldown related datas.reportName - Name of the report.
RBBNAME - Name of the report building block.(eg : Top Protocols for Sender)
reportParams - The parameters for the report.
type - Type of the report.
_search - Whether the report is based on search or not.
nd 
rows - Total number of rows.
page - Total number of pages.
sortByColumn - The column name based on which sorting is done.
sortByType - Whether the sorting is done in ascending order or descending order.
timeFrame - The timeframe for which the report has been selected.
startDate - The start date and time for the report generated.
endDate - The end date and time for the report generated.
pdf - Type of the report generated.
resolvedns - Whether the dns has been resolved or not.
wrapperType - Type of the wrapper used.
applyTimeCriteria - Whether the time criteria is applied or not.
rid - Resource ID.
selColId - Selected Collector ID.
snapType - Type of the snapshot taken.
title1 - Type of the tab like device/cloud etc.
value1 - Name of the device/cloud etc.
title2 - Type of the interface/rule etc.
value2 - Name of the interface/rule etc.
exportFWAV2WidData 
Exporting v2 widget data or not.
pdfReqFrom - From where the req has been raised.
reportTitle - Title for the report.
reportSubTitle - SubTitle for the report.
userLocale - The locale of the user.
expand - Whether it is expanded or not.
pdfSnapAssID - The snapShot association ID for the widget.
value - To determine the drilldown.
url - Url of the requet.
mail - To check if mail option is added in widget.
csv - To check if csv option is added in widget.
exportFWAMail - Whether to export the mail or not.
fromEmailid - Sender email ID
toEmailid - Receiver email ID
emailSubject - Subject for the email
message - message for the email
ifCrit - Interface Criteria
pGroup - Protocol Group
ATTACK - Attack parameters.
clientType - Type of the client
bwUsageType - Bandwidth Usage Type.
eventType - Type of the event.
http://localhost:8060/api/json/fwareport/getCompleteData?reportParams=%7B%22RBBNAME%22%3A%22Top+Protocols+for+Sent+Protocol+Group%22%2C%22rid%22%3A%22all%22%2C%22value%22%3A%22Unassigned%22%2C%22applyTimeCriteria%22%3A%22true%22%2C%22resolvedns%22%3Afalse%2C%22timeFrame%22%3A%22today%22%7D&_search=false&nd=1547044166668&rows=50&page=1&sortByColumn=Starton&sortByType=desc&apiKey=ecf7691a575255636e2c28bba73ae213
showWidgetsGETDisplay all available widgets in a dashboardapiKey - API Key to access your Firewall Analyzer server.http://localhost:8060/api/json/dashboard/showWidgets?apiKey=081c9ac51ba16ab061d5efee583dcd2f
listCCTVViewGETLists all the CCTV viewsapiKey - API Key to access your Firewall Analyzer server.http://localhost:8060/api/json/dashboard/listCCTVView?apiKey=081c9ac51ba16ab061d5efee583dcd2f
getDashBoardsForCCTVGETGet dashboards for the given CCTV viewapiKey - API Key to access your Firewall Analyzer server.
cctvID - 
cctv ID.
http://localhost:8060/api/json/dashboard/getDashBoardsForCCTV?apiKey=081c9ac51ba16ab061d5efee583dcd2f&cctvID=1
getCCTVViewGETGets CCTV view widgets/dashboardsapiKey - API Key to access your Firewall Analyzer server.
cctvID - cctv ID.
http://localhost:8060/api/json/dashboard/getCCTVView?apiKey=081c9ac51ba16ab061d5efee583dcd2f&cctvID=1

 

Inventory:

REST APIMethodDescriptionParametersSample URL
getFWAInterfaceBandwidthDataGETTo get the interface/device bandwidth datainterfaceID - Interface id
rid - resource id
resType - Resource Type
graphType - Type of graph
graphUnit - Unit of the graph
pdf - whether it is pdf or not
reportName - Name of the reports
startDate - Starting time
endDate - Ending time
expand - Whether it is expanded view or not
snapType - Type of the snapshot.
title1 - Type of the tab like device/cloud etc.
value1 - Name of the device/cloud etc.
title2 - Type of the interface/rule etc.
value2 - Name of the interface/rule etc.
exportFWAV2WidData 
Exporting v2 widget data or not.
pdfReqFrom - From where the req has been raised.
reportTitle - Title for the report.
userLocale - The locale of the user.
exportFWAMail - Whether to export the mail or not.
fromEmailid - Sender email ID
toEmailid - Receiver email ID
emailSubject - Subject for the email
message - message for the email
mail - To check if mail option is added in widget.
csv - To check if csv option is added in widget.
http://localhost:8060/api/json/v2/livetraffic/getFWAInterfaceBandwidthData?interfaceID=25&graphType=bothInAndOut&graphUnit=Kbps&pdf=pdf&reportName=today&apiKey=ecf7691a575255636e2c28bba73ae213
getInterfaceListGETGet the list of the interfacesadvancedFilters - Set of filters chosen.
rid - resource id
timeFrame - selected timeFrame
startDate 
Start date according to the time period selected.Format is yyyy/mm/dd hh:mm
endDate 
End date according to the time period selected. Format is yyyy/mm/dd hh:mm
http://localhost:8060/api/json/livetraffic/getInterfaceList?rid=2&apiKey=ecf7691a575255636e2c28bba73ae213
getUnknownIdentifiersGETTo get unknown protocols from the device.reportId - Id of the report.
applyTimeCriteria - The time period selected.
startDate - Start date according to the time period selected.Format is yyyy/mm/dd hh:mm
endDate - End date according to the time period selected. Format is yyyy/mm/dd hh:mm
hitsCount - Number of hits.
value - Value of the Identifiers.
http://localhost:8060/api/json/fwadashboard/getUnknownIdentifiers?reportId=1202&applyTimeCriteria=true&startDate=2018-12-03+10%3A09&endDate=2018-12-03+11%3A09&hitsCount=0&value=Fortigate1-FW&apiKey=ecf7691a575255636e2c28bba73ae213
getFWAInventoryDeviceListGETTo get the device list in inventory tab.vendor - Vendor for the devices.
resType - Type of the devices added.
advancedFilters - Any filters that are added. 
timeFrame - Timeframe selected
startDate - Value for the starting time.
endDate - Value for the ending time.
http://localhost:8060/api/json/fwainventory/getFWAInventoryDeviceList?advancedFilters=%7B%7D&timeFrame=today&apiKey=ecf7691a575255636e2c28bba73ae213
getDeviceDetailsGETTo get the details for the selected devicerid - Resource IDhttp://localhost:8060/api/json/fwainventory/getDeviceDetails?rid=1&apiKey=ecf7691a575255636e2c28bba73ae213
getFWAInventoryTabsGETTo get the tabs in the inventorytimeFrame - Selected timeframe.
startDate - Starting date for the selected timeframe.
endDate - Ending date for the selected timeframe
http://localhost:8060/api/json/fwainventory/getFWAInventoryTabs?timeFrame=7Days&apiKey=ecf7691a575255636e2c28bba73ae213
getResourcesListGETTo get the list of resources.NILhttp://localhost:8060/api/json/fwainventory/getResourcesList?apiKey=ecf7691a575255636e2c28bba73ae213
getCloudTabListGETTo get the details for the cloud tab in inventory page.advancedFilters - The selected filters in the cloud page.
timeFrame - Selected timeframe.
startDate - Starting Date for the selected timeframe.
endDate - Ending date for the selected timeframe.
http://localhost:8060/api/json/fwainventory/getCloudTabList?advancedFilters=%7B%7D&timeFrame=7Days&apiKey=ecf7691a575255636e2c28bba73ae213
getUserTabListGETTo get the details for the users tab in inventory page.advancedFilters - The selected filters in the users page.
timeFrame - Selected Timeframe
startDate - Starting date for the selected timeframe.
endDate - Ending date for the selected timeframe.
http://localhost:8060/api/json/fwainventory/getUserTabList?advancedFilters=%7B%7D&timeFrame=7Days&apiKey=ecf7691a575255636e2c28bba73ae213
getRuleTabListGETTo get the details for the rules tab in inventory page.advancedFilters - The selected filters in the Rules page.
timeFrame - Selected Timeframe
startDate - Starting date for the selected timeframe.
endDate - Ending date for the selected timeframe.
http://localhost:8060/api/json/fwainventory/getRuleTabList?advancedFilters=%7B%7D&timeFrame=7Days&apiKey=ecf7691a575255636e2c28bba73ae213
getCompleteData**GETTo get the complete report and other drilldown related datas.reportName - Name of the report.
RBBNAME - Name of the report building block.(eg : Top Protocols for Sender)
reportParams - The parameters for the report.
type - Type of the report.
_search - Whether the report is based on search or not.
nd 
rows - Total number of rows.
page - Total number of pages.
sortByColumn - The column name based on which sorting is done.
sortByType - Whether the sorting is done in ascending order or descending order.
timeFrame - The timeframe for which the report has been selected.
startDate - The start date and time for the report generated.
endDate - The end date and time for the report generated.
pdf - Type of the report to be generated.
resolvedns - Whether the dns has been resolved or not.
wrapperType - Type of the wrapper used.
applyTimeCriteria - Whether the time criteria is applied or not.
rid - Resource ID.
http://localhost:8060/api/json/fwareport/getCompleteData?reportParams=%7B%22RBBNAME%22%3A%22Top+Protocols+for+Sent+Protocol+Group%22%2C%22rid%22%3A%22all%22%2C%22value%22%3A%22Unassigned%22%2C%22applyTimeCriteria%22%3A%22true%22%2C%22resolvedns%22%3Afalse%2C%22timeFrame%22%3A%22today%22%7D&_search=false&nd=1547044166668&rows=50&page=1&sortByColumn=Starton&sortByType=desc&apiKey=ecf7691a575255636e2c28bba73ae213
 
getDrilldownReportList**GETTo get the drill down details for the reports.url - url for the drill down.
pGroup - protocol group
clientType - Type of the client
bwUsageType - Bandwidth usage type.
eventType - Type of the event.
reportParams - The parameters to be added to generate the drill down report.
http://localhost:8060/api/json/fwareport/getDrilldownReportList?pGroup=FTP&reportParams=%7B%22linkingRBBG%22%3A30%2C%22value%22%3A%22172.16.2.119%22%2C%22reportId%22%3A%2265%22%2C%22timeFrame%22%3A%22today%22%7D&apiKey=ecf7691a575255636e2c28bba73ae213
getDeviceSummaryGETTo get the summary of the device.rid - Resource ID
pdf - Type of the report being exported.
snapshotName - Name of the snapshot.
snapType - Type of the snapshot.
timeFrame - Time frame selected for which the data is shown.
startDate - The starting date from which the data is displayed.
endDate - The ending date upto which the data is displayed.
speedType - Type of the speed unit which is selected.
title1 - Type of the tab like device/cloud etc.
value1 - Name of the device/cloud etc.
title2 - Type of the interface/rule etc.
value2 - Name of the interface/rule etc.
exportFWAV2WidData 
Exporting v2 widget data or not.
pdfReqFrom - From where the req has been raised.
reportTitle - Title for the report.
userLocale - The locale of the user.
pdfSnapAssID - The snapShot association ID for the widget.
exportFWAMail - Whether to export the mail or not.
fromEmailid - Sender email ID
toEmailid - Receiver email ID
emailSubject - Subject for the email
message - message for the email
mail - To check if mail option is added in widget.
csv - To check if csv option is added in widget.
http://localhost:8060/api/json/fwaglobal/getDeviceSummary?apiKey=ecf7691a575255636e2c28bba73ae213&rid=1&snapshotName=FWAFirewall&snapType=FirewallDevice

 

 

 

Alarms: 

REST APIMethodDescriptionParametersSample URL
listAlarmsGETTo list the alarms that have been raised.deviceName - name of the device.
severity - The severity of the alarm raised.
category - The category selected based on which the alarms are displayed.
period - Alarms raised for the particular time period.
entity - The entity or profile for which the alarms are raised.
alarmCode - Alarm code specified for the alarm.
eventType - Type of the event 
alertType - Type of the alarm.
fromTime - The starting time range that is selected.
toTime - The Ending time range that is selected.
isFromIPSLA - To check whether the alarm is raised from IPSLA module.
monitorType - Type of the monitor for which the alarm has been raised.
probeId - The Id of the probe.
limit - Limit for the number of alarms.
pageNumber - The current page number that is shown.
isAcknowledge - Has the alarm been acknowledged or not.
sortByCategory- The alarms are sorted based on category or not.
page - The current page number that is displayed.
rows - Maximum number of  alarms displayed per page.
isNotes - Whether any notes is present for the alarm or not.
_search - Whether search action is performed or not.
nd 
probeName - Name of the probe.
fromNFA - Whether the alarm has been raised from NFA module.
isVirtualEntity - Whether the entity is virtual or not.
showHWAlarms- Whether HWalarms is enabled or not.
filters - The search string that is given when performing search action.
sortByColumn - Column based on which the alarms are sorted.
sortByType - The sort type whether the alarms are displayed in ascending or descending order.
collOpt - The collector for the alarm has been raised.
isFluidic - Whether the alarm is of type fluidic or not.
isWebclient - Whether the alarm has been raised by webclient or not.
timeFrame - The time period selected for which the alarms have been raised.
DateRange - The Dates selected for which the alarms have been raised.
http://localhost:8060/api/json/alarm/listAlarms?isFluidic=true&isWebclient=true&alertType=ActiveAlarms&sortByCategory=true&isNotes=true&_search=false&nd=1557835535125&rows=100&page=1&sortByColumn=modTime&sortByType=desc&apiKey=ecf7691a575255636e2c28bba73ae213
alarmPropertiesGETTo get the properties for the alarmentity - Name of the entity/profile for which the alarm has been raised.
alarmSpecific - Whether it is alarm specific or not.
deviceID - The ID of the device for which the alarm has been raised.
http://localhost:8060/api/json/alarm/alarmProperties?entity=testalert_5&apiKey=ecf7691a575255636e2c28bba73ae213
getAlertDetailsGETTo get the alarm detailsauditId - Id of the alarm.
Alert_type - Type of the alert.
entity - Name of the entity/profile for which the alarm was raised.
http://localhost:8060/api/json/fwaalarms/getAlertDetails?auditId=167&Alert_type=Normal%20Alert&entity=cxz_328&apiKey=ecf7691a575255636e2c28bba73ae213
getAlarmActionsGETTo get the list of actions for the particular alarmentity - Name of the entity/profile for which the alarm was raised.http://localhost:8060/api/json/alarm/getAlarmActions?isFluidic=true&entity=testalert_5&apiKey=ecf7691a575255636e2c28bba73ae213
addNotesPOSTTo add the required notes for an alarmentity - Name of the entity/profile for which the alarm was raised.
notes - The notes that have been added for the alarm.
type - Type of the alarm for which the note has been added.
isFluidic - Whether the alarm is fluidic or not.
http://localhost:8060/api/json/alarm/addNotes?isFluidic=true&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Reports:

Custom Reports:

REST APIMethodDescriptionParametersSample URL
getReportProfilesGETTo get the report profiles configured.NILhttp://localhost:8060/api/json/fwareporttab/getReportProfiles?apiKey=ecf7691a575255636e2c28bba73ae213
getMyReportDataGETTo get the data of specific report.reportId - Report ID
rbbgId - reportbuildingblock group ID.
rType - Report type
http://localhost:8060/api/json/fwareporttab/getMyReportData?reportId=3&rbbgId=65&rType=MyRep&apiKey=ecf7691a575255636e2c28bba73ae213
getDrilldownReportListGETTo get the drill down details for the reports.url - url for the drill down.
pGroup - protocol group
clientType - Type of the client
bwUsageType - Bandwidth usage type.
eventType - Type of the event.
reportParams - The parameters to be added to generate the drill down report.
http://localhost:8060/api/json/fwareport/getDrilldownReportList?pGroup=FTP&reportParams=%7B%22linkingRBBG%22%3A30%2C%22value%22%3A%22172.16.2.119%22%2C%22reportId%22%3A%2265%22%2C%22timeFrame%22%3A%22today%22%7D&apiKey=ecf7691a575255636e2c28bba73ae213
getCompleteDataGETTo get the complete report and other drilldown related datas.reportName - Name of the report.
RBBNAME - Name of the report building block.(eg : Top Protocols for Sender)
reportParams - The parameters for the report.
type - Type of the report.
_search - Whether the report is based on search or not.
nd 
rows - Total number of rows.
page - Total number of pages.
sortByColumn - The column name based on which sorting is done.
sortByType - Whether the sorting is done in ascending order or descending order.
timeFrame - The timeframe for which the report has been selected.
startDate - The start date and time for the report generated.
endDate - The end date and time for the report generated.
pdf - Type of the report generated.
resolvedns - Whether the dns has been resolved or not.
wrapperType - Type of the wrapper used.
applyTimeCriteria - Whether the time criteria is applied or not.
rid - Resource ID.
selColId - Selected Collector ID.
snapType - Type of the snapshot taken.
title1 - Type of the device.
value1 - Name of the device.
title2 - Type of the interface.
value2 - Name of the interface.
exportFWAV2WidData
Exporting v2 widget data or not.
pdfReqFrom - From where the req has been raised.
reportTitle - Title for the report.
reportSubTitle - SubTitle for the report.
userLocale - The locale of the user.
expand - Whether it is expanded or not.
pdfSnapAssID - The snapShot association ID for the widget.
value - To determine the drilldown.
url - Url of the requet.
mail - To check if mail option is added in widget.
csv - To check if csv option is added in widget.
exportFWAMail - Whether to export the mail or not.
fromEmailid - Sender email ID
toEmailid - Receiver email ID
emailSubject - Subject for the email
message - message for the email
ifCrit - Interface Criteria
pGroup - Protocol Group
ATTACK - Attack parameters.
clientType - Type of the client
bwUsageType - Bandwidth Usage Type.
eventType - Type of the event.
http://localhost:8060/api/json/fwareport/getCompleteData?reportParams=%7B%22RBBNAME%22%3A%22Top+Protocols+for+Sent+Protocol+Group%22%2C%22rid%22%3A%22all%22%2C%22value%22%3A%22Unassigned%22%2C%22applyTimeCriteria%22%3A%22true%22%2C%22resolvedns%22%3Afalse%2C%22timeFrame%22%3A%22today%22%7D&_search=false&nd=1547044166668&rows=50&page=1&sortByColumn=Starton&sortByType=desc&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Firewall Reports:

REST APIMethodDescriptionParametersSample URL
getReportDataGETTo get the data for the reports.reportName - Name of the report.
RBBNAME - Name of the report Building block.
reportParams - Parameters in the report(in json object format).
type - Type of the report.
_search - Whether search is done or not.
nd 
rows - No of rows.
page - Page number
sortByColumn - Based on which column is the data sorted.
sortByType - Whether the sorting is in ascending order or descending order.
snapType - Type of the snapshot.
title1 - Type of the tab like device/cloud etc.
value1 - Name of the device/cloud etc.
title2 - Type of the interface/rule etc.
value2 - Name of the interface/rule etc.
exportFWAV2WidData 
Exporting v2 widget data or not. 
pdfReqFrom - From where the req has been raised.
reportTitle - Title for the report.
userLocale - The locale of the user.
pdfSnapAssID - The snapShot association ID for the widget.
value - To determine the drilldown.
mail - To check if mail option is added in widget.
csv - To check if csv option is added in widget.
exportFWAMail - Whether to export the mail or not.
fromEmailid - Sender email ID
toEmailid - Receiver email ID
emailSubject - Subject for the email
message - message for the email
http://localhost:8060/api/json/fwareport/getReportData?reportName=FTP+Protocol+Group+Top+Hosts+-+Sent&reportParams=%7B%22applyTimeCriteria%22%3A%22true%22%2C%22wrapperType%22%3A%22table%22%2C%22layout%22%3A%221%22%2C%22isRptTab%22%3A%22true%22%2C%22resolvedns%22%3Afalse%2C%22reportId%22%3A%223%22%2C%22timeFrame%22%3A%22today%22%2C%22linkingRBBG%22%3A31%2C%22rowCount%22%3A%225%22%7D&apiKey=ecf7691a575255636e2c28bba73ae213
getCompleteDataGETTo get the complete report and other drilldown related datas.reportName - Name of the report.
RBBNAME - Name of the report building block.(eg : Top Protocols for Sender)
reportParams - The parameters for the report.
type - Type of the report.
_search - Whether the report is based on search or not.
nd 
rows - Total number of rows.
page - Total number of pages.
sortByColumn - The column name based on which sorting is done.
sortByType - Whether the sorting is done in ascending order or descending order.
timeFrame - The timeframe for which the report has been selected.
startDate - The start date and time for the report generated.
endDate - The end date and time for the report generated.
pdf - Type of the report generated.
resolvedns - Whether the dns has been resolved or not.
wrapperType - Type of the wrapper used.
applyTimeCriteria - Whether the time criteria is applied or not.
rid - Resource ID.
selColId - Selected Collector ID.
snapType - Type of the snapshot taken.
title1 - Type of the tab like device/cloud etc.
value1 - Name of the device/cloud etc.
title2 - Type of the interface/rule etc.
value2 - Name of the interface/rule etc.
exportFWAV2WidData 
Exporting v2 widget data or not.
pdfReqFrom - From where the req has been raised.
reportTitle - Title for the report.
reportSubTitle - SubTitle for the report.
userLocale - The locale of the user.
expand - Whether it is expanded or not.
pdfSnapAssID - The snapShot association ID for the widget.
value - To determine the drilldown.
url - Url of the requet.
mail - To check if mail option is added in widget.
csv - To check if csv option is added in widget.
exportFWAMail - Whether to export the mail or not.
fromEmailid - Sender email ID
toEmailid - Receiver email ID
emailSubject - Subject for the email
message - message for the email
ifCrit - Interface Criteria
pGroup - Protocol Group
ATTACK - Attack parameters.
clientType - Type of the client
bwUsageType - Bandwidth Usage Type.
eventType - Type of the event.
http://localhost:8060/api/json/fwareport/getCompleteData?reportParams=%7B%22RBBNAME%22%3A%22Top+Protocols+for+Sent+Protocol+Group%22%2C%22rid%22%3A%22all%22%2C%22value%22%3A%22Unassigned%22%2C%22applyTimeCriteria%22%3A%22true%22%2C%22resolvedns%22%3Afalse%2C%22timeFrame%22%3A%22today%22%7D&_search=false&nd=1547044166668&rows=50&page=1&sortByColumn=Starton&sortByType=desc&apiKey=ecf7691a575255636e2c28bba73ae213
getDrilldownReportListGETTo get the drill down details for the reports.url - url for the drill down.
pGroup - protocol group
clientType - Type of the client
bwUsageType - Bandwidth usage type.
eventType - Type of the event.
reportParams - The parameters to be added to generate the drill down report.
http://localhost:8060/api/json/fwareport/getDrilldownReportList?pGroup=FTP&reportParams=%7B%22linkingRBBG%22%3A30%2C%22value%22%3A%22172.16.2.119%22%2C%22reportId%22%3A%2265%22%2C%22timeFrame%22%3A%22today%22%7D&apiKey=ecf7691a575255636e2c28bba73ae213
getReportListGETTo get the report list.reportGroup - Report Group.
rid - Resource ID.
reportName - Name of the report.
reportId - Id for the report.
rtab - Raw tab or not.
rowCount - Number of rows to be displayed.
timeFrame - Time frame that has been selected.
startDate - Starting date from which the data is shown.
endDate - Ending date upto which the data is shown.
isRptTab - Whether it is report tab or not.
resolvedns - Whether resolve dns is enabled or not.
wrapperType - Type of the wrapper.
applyTimeCriteria - Whether the time criteria is applied or not.
title1 - Type of the tab like device/cloud etc.
value1 - Name of the device/cloud etc.
title2 - Type of the interface/rule etc.
value2 - Name of the interface/rule etc.
exportFWAV2WidData 
Exporting v2 widget data or not.
pdfReqFrom - From where the req has been raised.
reportTitle - Title for the report.
userLocale - The locale of the user.
type - Type of the report.
_search - Whether the report is based on search or not.
nd 
rows - Total number of rows.
page - Total number of pages.
sortByColumn - The column name based on which sorting is done.
sortByType - Whether the sorting is done in ascending order or descending order.
headerText1 - Type of the device/report etc.
headerText2 - Type of the device/report/widget etc.
headerVal1 - Value of the device/report etc.
headerVal2 - Value of the device/report/widget etc.
value - Value of the parameters for the drilldown report.
layout - Layout for the report
series - Series of the reports
exportFWAMail - Whether mail is to be sent or not.
fromEmailid - Sender Email address 
toEmailid - Receiver Email address 
emailSubject - Subject of the email
message - Message in the email

http://localhost:8060/api/json/fwareport/getReportList?reportGroup=65&rid=1&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Schedule List:

REST APIMethodDescriptionParametersSample URL
getFWAScheduleListGETTo get the configured list of schedules.NILhttp://localhost:8060/api/json/fwasettings/getFWAScheduleList?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Report Filter:

REST APIMethodDescriptionParametersSample URL
getFilterListGETTo get the list of filters already added.userId - User IDhttp://localhost:8060/api/json/fwareporttab/getFilterList?userId=1&apiKey=ecf7691a575255636e2c28bba73ae213
getProtoList**GETTo get the list of protocols.NILhttp://localhost:8060/api/json/fwareporttab/getProtoList?apiKey=ecf7691a575255636e2c28bba73ae213
getFilterDetailsGETTo get the filter detailsfilterName  -  Name of the filterhttp://localhost:8060/api/json/fwareporttab/getFilterDetails?filterName=asd&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Report Type:

REST APIMethodDescriptionParametersSample URL
getAllReportListGETTo get all reports list configured.frmRptType - is the page report type or not(true|false)http://localhost:8060/api/json/fwareporttab/getAllReportList?frmRptType=true&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Compliance:

Rule Management:

 

REST APIMethodDescriptionParametersSample URL
getOverviewDetailsGETTo get Policy overview report names and selected device policy details and able to search across the reportsDEVICEID - Firewall ID
policyID - policy id's
rbbName - rbbname
_search - boolean
nd - long
rows - long
page - long
sortByColumn - only alphabets
sortByType - only alphabets
filters - json object
http://localhost:8060/api/json/fwacompliance/getpolicyOverview?DEVICEID=2&policyID=2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58&rbbName=Total+Rules&_search=true&nd=1557391515909&rows=20&page=1&sortByColumn=Starton&sortByType=desc&filters={"groupOp":"AND","rules":[{"field":"policyname","op":"bw","data":"dmz"}]}&apiKey=ecf7691a575255636e2c28bba73ae213
getpolicyOverviewGETTo get Policy dataDEVICEID - Firewall ID
policyID - Policy ID (Comma separated number for cisco)
rbbName - Selected statictic report name
http://localhost:8060/api/json/fwacompliance/getpolicyOverview?DEVICEID=601&policyID=320,321,322,323,324,325,326,327&rbbName=Total%20Rules&apiKey=ecf7691a575255636e2c28bba73ae213
getPolicyOptimizationGETTo get policy optimization data for selected device DEVICEID - Firewall ID
anomalyType - Selected anomaly type
http://localhost:8060/api/json/fwacompliance/getPolicyOptimization?DEVICEID=601&anomalyType=all&apiKey=ecf7691a575255636e2c28bba73ae213
getDeviceUnusedDetailsGETTo get Rule cleanup tab details and selected device unused rule data.
DEVICEID  - Firewall ID
startDate - From date
endDate - To date
repId  - Report id
http://localhost:8060/api/json/fwacompliance/getDeviceUnusedDetails?DEVICEID=601&startDate=2019-01-23%2008:52&endDate=2019-01-23%2009:52&repId=1802&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Standards:

REST APIMethodDescriptionParametersSample URL
changeWidgetViewPOSTTo show selected standard reports in UI
rID - Firewall ID
reportID - Report ID
displayName - Firewall display Name
deviceType - Firewall vendor
resourceName - Firewall Name
selectedWidgets -  Selected standard reports name separated by comma(ex:SANS, NIST, ISO, PCI DSS, NERC-CIP)
http://localhost:8060/api/json/fwacompliance/changeWidgetView?apiKey=ecf7691a575255636e2c28bba73ae213
getComplianceDashboardGETTo get standards page details and selected device dataNILhttp://localhost:8060/api/json/fwacompliance/getComplianceDashboard?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Change Management:

 

REST APIMethodDescriptionParametersSample URL
getDeviceChangesGETTo get Change Management Report data 
DEVICEID -  Firewall ID
DateRange - Custom date range enabled or disabled value
timeFrame - Predefined time range
startDate - Start date of custom range
endDate - End date of custom range
applyTimeCriteria*** -  Time criteria identifier  
http://localhost:8060/api/json/fwacompliance/getDeviceChanges?DEVICEID=301&DateRange=true&startDate=2019-01-20%2000:00&endDate=2019-01-23%2005:54&apiKey=ecf7691a575255636e2c28bba73ae213
getChangeMgmtSchDetailGETTo get change management schedule details.rID - Firewall ID
 
http://localhost:8060/api/json/fwacompliance/getChangeMgmtSchDetail?rID=601&apiKey=ecf7691a575255636e2c28bba73ae213
getChangeMgmtNotiDetailGETTo get change management notification details.rID - Firewall IDhttp://localhost:8060/api/json/fwacompliance/getChangeMgmtNotiDetail?rID=601&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Security Audit:

 

REST APIMethodDescriptionParametersSample URL
getSecurityAuditGETTo get security Audit report of selected FirewallrID - Firewall IDhttp://localhost:8060/api/json/fwacompliance/getSecurityAudit?rID=301&apiKey=ecf7691a575255636e2c28bba73ae213

 

 


Common:

 

REST APIMethodDescriptionParametersSample URL
getDDIDResourcesInfoGETTo get Firewall list and mark first device which configured in Device rulelistType - Type to get data for selected device (ruleDeviceList)http://localhost:8060/api/json/fwacompliance/getDDIDResourcesInfo?listType=ruleDeviceList&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 


REST APIMethodDescriptionParametersSample URL
getSearchTabListgetto get search criteriasMode  -             Search type
selectedDevices - Selected devices list
criteria - Search criterias
matchStatus - match condition (or & and)
http://localhost:8060/api/json/fwasearch/getSearchTabList?sMode=agg&selectedDevices=127.0.0.1%2CCiscoVPN&criteria=%5B%7B%22key%22%3A%22Protocol%22%2C%22operator%22%3A%22isn%27t%22%2C%22value%22%3A%22null%22%7D%5D&matchStatus=OR&apiKey=ecf7691a575255636e2c28bba73ae213
getIndexInfogetTo get Raw settings configuration detailsNILhttp://localhost:8060/api/json/fwaglobal/getIndexInfo?apiKey=ecf7691a575255636e2c28bba73ae213
getIndexInfogetTo update Raw settings configuration detailsmode - save
rawSearch - enabled or disabled
indexAll-  index traffic & security logs (true or false)
indexSecurity - index security logs only (true or false)
http://localhost:8060/api/json/fwaglobal/getIndexInfo?mode=save&rawSearch=enabled&indexAll=true&indexSecurity=false&apiKey=ecf7691a575255636e2c28bba73ae213
getRawColListgetTo get Raw search result columns based on search optionNILhttp://localhost:8060/api/json/fwasearch/getRawColList?apiKey=ecf7691a575255636e2c28bba73ae213
getRawDataget To get Raw serach resultselectedDevices - Selected firewall/proxy devices with comma separator
criteria - Search criteria
matchStatus-  match condition (or & and)
type - Result type (formatted or raw)
completeData - Default row count identifier (always true)
reportParams - Time criteria and index details
logFormat - Used to get result columns based on serach type (s or u or proxy)
dataType -  Serach type identifier
log - Serach criteria for Database update
sLogType - Serach log option number with comma separated
(1 for selected option and 0 for non-selected)
_search - client generated value (always false)
nd - number
rows - row count
page - Page number
sidx - Sort index (empty value)
sord - Sort type (asc)
 
http://localhost:8060/api/json/fwasearch/getRawData?selectedDevices=FGT1000R&criteria=[{"key":"Protocol","operator":"isn't","value":"null"},{"key":"Source","operator":"starts+with","value":"192.168"}]&matchStatus=AND&type=formatted&completeData=true&reportParams={"applyTimeCriteria":"true","startDate":"2019-01-22+01:00","endDate":"2019-01-22+15:59","partialCountDetails":"335_-2","startIndex":"0","totalPoint":"0_0_0","endPoint":"2147483647_0","basicCount":"335","basicDocIdArr":"6707_6502","storedPoint":"-1_-1","endIndex":"0","startPoint":"2147483647_0"}&logFormat=s&dataType=raw&log=&sLogType=1,1,1,1,1&_search=false&nd=1548153010968&rows=500&page=1&sidx=&sord=asc&apiKey=ecf7691a575255636e2c28bba73ae213

 


 

Settings:

Syslog Server:
 

REST APIMethodDescriptionParametersSample URL
getSyslogServerTableDataGETTo view the list of syslog servers that have been configuredNILhttp://localhost:8060/api/json/fwasettings/getSyslogServerTableData?apiKey=ecf7691a575255636e2c28bba73ae213
getLivePacketCountGETTo get the number of packets of data received through the syslogs configured.NILhttp://localhost:8060/api/json/fwaglobal/getLivePacketCount?apiKey=ecf7691a575255636e2c28bba73ae213

 

Diagnose Connections:

REST APIMethodDescriptionParametersSample URL
getFWAResourceDetailsGETTo get the resources of type cisco or netscreen.NILhttp://localhost:8060/api/json/fwasettings/getFWAResourceDetails?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Availability Alert:

REST APIMethodDescriptionParametersSample URL
getFWAAvailabilityAlertGETTo get the list of availability alerts already configured.NILhttp://localhost:8060/api/json/fwasettings/getFWAAvailabilityAlert?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Device Details:

REST APIMethodDescriptionParametersSample URL
getFWDeviceDetailsGETTo get the device details such as Unsupported logs received, supported logs received, schedules executed.NILhttp://localhost:8060/api/json/fwasettings/getFWDeviceDetails?apiKey=ecf7691a575255636e2c28bba73ae213
getUnparsedLogsSummaryGETTo get the list of unparsed records.NILhttp://localhost:8060/api/json/fwasettings/getUnparsedLogsSummary?apiKey=ecf7691a575255636e2c28bba73ae213
getScheduleExecutionSummaryGETTo get the list of schedules that have been executedNILhttp://localhost:8060/api/json/fwasettings/getScheduleExecutionSummary?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Archived Files:

REST APIMethodDescriptionParametersSample URL
getArchiveSettingsTableDataGETTo get the list of files that have been archived.NILhttp://localhost:8060/api/json/fwasettings/getArchiveSettingsTableData?apiKey=ecf7691a575255636e2c28bba73ae213
getArchiveSettingDBValuesPOSTTo get and edit the archive setting values.NILhttp://localhost:8060/api/json/fwasettings/getArchiveSettingDBValues?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Customize Reports:

REST APIMethodDescriptionParametersSample URL
getResourcesTableInfo**GETTo get the list of devices added in the fwanalyzerNILhttp://localhost:8060/api/json/fwaglobal/getResourcesTableInfo?apiKey=ecf7691a575255636e2c28bba73ae213
configureDefaultReportsPOSTTo configure the default reports to be listed for the firewallsresId - Resource ID.(eg : 1)
selectedReports - The reports that are selected for the device.(comma seperated values).(61,62,63,64,65)
http://localhost:8060/api/json/fwasettings/configureDefaultReports?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Device Group:

REST APIMethodDescriptionParametersSample URL
getDeviceGroupGETTo get the device groups that have been configured.NILhttp://localhost:8060/api/json/v2/fwadashboard/getDeviceGroup?apiKey=ecf7691a575255636e2c28bba73ae213
getResourcesListGETTo get the resources list.cid - collector idhttp://localhost:8060/api/json/fwaenterprise/getResourcesList?selColId=1&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Data Storage:

REST APIMethodDescriptionParametersSample URL
getDataStorageConfigDataGETTo get the configured data storage for database and archive.NILhttp://localhost:8060/api/json/fwasettings/getDataStorageConfigData?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

License Management:

REST APIMethodDescriptionParametersSample URL
getFWAInventoryDeviceListGETTo get the list of devices added in the fwanalyzerNILhttp://localhost:8060/api/json/fwainventory/getFWAInventoryDeviceList?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Archive Encryption:

REST APIMethodDescriptionParametersSample URL
getArchiveSettingDBValuesGETTo get the archive setting values currently configured.NILhttp://localhost:8060/api/json/fwasettings/getArchiveSettingDBValues?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Simulate:

REST APIMethodDescriptionParametersSample URL
removeLearningsPOSTTo remove the device when deletion operation is performed.resourcesList - List of resources removed.(eg : 127.0.0.1)http://localhost:8060/api/json/fwasettings/removeLearnings?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Protocol Groups:

REST APIMethodDescriptionParametersSample URL
getProtocolGroupsTableDataGETTo get the protocol group datapgName - Name of the page.http://localhost:8060/api/json/fwasettings/getProtocolGroupsTableData?pgName=All&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Working Hours:

REST APIMethodDescriptionParametersSample URL
getWorkingHourDataGETTo get the configured working hour data.NILhttp://localhost:8060/api/json/fwasettings/getWorkingHourData?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

DNS:

REST APIMethodDescriptionParametersSample URL
getManualDnsMappingDataGETTo get the configured Dns mapping data.NILhttp://localhost:8060/api/json/fwasettings/getManualDnsMappingData?apiKey=ecf7691a575255636e2c28bba73ae213
getDnsResolveConfigDataGETTo get the configured resolve config data.NILhttp://localhost:8060/api/json/fwasettings/getDnsResolveConfigData?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Intranet:

REST APIMethodDescriptionParametersSample URL
getIntranetTableData**GETTo get the data in intranet settings and exclude hosts.selectedtab - The tab that is selected(intranet/exclude hosts)http://localhost:8060/api/json/fwasettings/getIntranetTableData?selectedtab=Intranet&apiKey=ecf7691a575255636e2c28bba73ae213
getDeviceIntranetSettings**GETTo get the intranet settings for the deviceselectedTab - The tab that is selected(intranet/exclude hosts)
devName - Name of the device.
devId - Id of the device
http://localhost:8060/api/json/fwasettings/getDeviceIntranetSettings?devId=-1&selectedTab=Intranet&apiKey=ecf7691a575255636e2c28bba73ae213
getResourcesTableInfo**GETTo get the list of devices added in the fwanalyzerNILhttp://localhost:8060/api/json/fwaglobal/getResourcesTableInfo?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Repository:

REST APIMethodDescriptionParametersSample URL
handleCloudRepositoryChangesGETTo get the changes that are done in the repositoryaction - The action that is performed(add)
serName - Name of the service
cat - The catefory of the service.
startip - Start ip of the service
endip - End ip of the service
ServiceId - Id of the service.
oldSerId - Old Id of the service(when edit).
http://localhost:8060/api/json/cloudcontrol/handleCloudRepositoryChanges?action=add&serName=uy&cat=Image+Editing&startip=1.1.1.1&endip=2.2.2.2&apiKey=ecf7691a575255636e2c28bba73ae213
getCloudCategoryListDetailsGETTo get the category list of the repositoryNILhttp://localhost:8060/api/json/cloudcontrol/getCloudCategoryListDetails?apiKey=ecf7691a575255636e2c28bba73ae213
getCloudControlRepositoryTableDataGETTo get the table data in the repositoryNILhttp://localhost:8060/api/json/cloudcontrol/getCloudControlRepositoryTableData?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Exclude Hosts:

REST APIMethodDescriptionParametersSample URL
getIntranetTableData**GETTo get the data in intranet settings and exclude hosts.selectedtab - The tab that is selected(intranet/exclude hosts)http://localhost:8060/api/json/fwasettings/getIntranetTableData?selectedtab=ExcludeHost&apiKey=ecf7691a575255636e2c28bba73ae213
getResourcesTableInfo**GETTo get the list of devices added in the fwanalyzerNILhttp://localhost:8060/api/json/fwaglobal/getResourcesTableInfo?apiKey=ecf7691a575255636e2c28bba73ae213
getDeviceIntranetSettings**GETTo get the intranet settings for the deviceselectedTab - The tab that is selected(intranet/exclude hosts)
devName - Name of the device.
devId - Id of the device
http://localhost:8060/api/json/fwasettings/getDeviceIntranetSettings?devId=-1&selectedTab=ExcludeHost&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Username/IP Mapping:

REST  APIMethodDescriptionParametersSample URL
getIPToUserMappingDetailsGETTo get the currently configured user name and ip mapping detailsNILhttp://localhost:8060/api/json/fwasettings/getIPToUserMappingDetails?apiKey=ecf7691a575255636e2c28bba73ae213
getUserIPLookupServersMappingsGETFor getting the mapping between server and user.configType - Type of the configuration.
server - Type of the server.
http://localhost:8060/api/json/fwasettings/getUserIPLookupServersMappings?configType=manual&server=zxczxc&apiKey=ecf7691a575255636e2c28bba73ae213
getADToResourceMappingGETTo get the resources mapped with the selected AD.ADServerName - Name of the ad serverhttp://localhost:8060/api/json/fwasettings/getADToResourceMapping?ADServerName=adap-dc2&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

Exclude Criteria:

 

REST  APIMethodDescriptionParametersSample URL
listExcludeCriteriaGETTo get added exclude criteria listNILhttp://localhost:8060/api/json/fwasettings/listExcludeCriteria?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Check Point:


REST  APIMethodDescriptionParametersSample URL
getCheckPointTableDataGETTo get added Checkpoint firewall detailsNILhttp://localhost:8060/api/json/fwasettings/getCheckPointTableData?apiKey=ecf7691a575255636e2c28bba73ae213

 

Imported Logs:


REST  APIMethodDescriptionParametersSample URL
getImportedLogTableDataGETTo get Imported log file detailsNILhttp://localhost:8060/api/json/fwasettings/getImportedLogTableData?apiKey=ecf7691a575255636e2c28bba73ae213
getLocalImportOptions**GETTo get Local import optionsNILhttp://localhost:8060/api/json/fwasettings/getLocalImportOptions?apiKey=ecf7691a575255636e2c28bba73ae213

 

 
 

Device Rule:

 
REST  APIMethodDescriptionParametersSample URL
listDCGETTo get added device rule detailsNILhttp://localhost:8060/api/json/fwacompliance/listDC?apiKey=ecf7691a575255636e2c28bba73ae213
listVDOMGETTo get vdom firewall details of a device ruleddid - Device rule idhttp://localhost:8060/api/json/fwacompliance/listVDOM?ddid=1&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Credential Profile:

 
REST  APIMethodDescriptionParametersSample URL
listDIPGETTo get credential profiles listNILhttp://localhost:8060/api/json/fwacompliance/listDIP?apiKey=ecf7691a575255636e2c28bba73ae213
dipPrerenderGETTo get device rule supported device list  NILhttp://localhost:8060/api/json/fwacompliance/dipPrerender?apiKey=ecf7691a575255636e2c28bba73ae213

 

 

Alarm Profiles:

REST  APIMethodDescriptionParametersSample URL
getAlarmTabsGETTo get the alarmprofile configuredtimeFrame - Time Range for the alarms.
DateRange - Whether date is configured or not.
http://localhost:8060/api/json/fwaalarms/getAlarmTabs?timeFrame=LastDay&DateRange=false&apiKey=ecf7691a575255636e2c28bba73ae213
viewAlarmProfileDetailsGETTo view the alarms generated for a particular profilealarmID - Id of the alarm profile.
alarmType - Type of the alarm profile(alert/anomaly/bandwidth)
alarmName - Name of the alarm profile.
page - Page number
rows - Number of Rows to be displayed.
sortByColumn - Based on which column the sorting is to be done.
sortByType - Type of sort(asc/desc)
pdfReqFrom - Where the req is from for generating pdf(used in phantom)
exportFWAV2WidData - Whether the export is selected or not(used in phantom).
header - Header for the report.
title1 - Title 1 for the report.
value1 - Value for the title1.
title2 - Title 2 for the report.
value2 - Value for the title 2
http://localhost:8060/api/json/fwaalarms/viewAlarmProfileDetails?alarmID=301&alarmType=Alert&alarmName=testalertnormal&rows=50&page=1&sortByColumn=Starton&sortByType=desc&apiKey=ecf7691a575255636e2c28bba73ae213
 
 

SNMP Settings:

REST APIMethodDescriptionParametersSample URL
listSnmpDevicesGETList the snmp configured devicesNILhttp://localhost:8060/api/json/v2/livetraffic/listSnmpDevices?apiKey=ecf7691a575255636e2c28bba73ae213
getSnmpDetailsGETTo get the SNMP details configuredresId - resourceID
action - action performed(edit)
http://localhost:8060/api/json/v2/livetraffic/getSnmpDetails?apiKey=ecf7691a575255636e2c28bba73ae213
 

 

Enterprise:

Collector down page (Admin Server home page):

 

REST APIMethodDescriptionParametersSample URL
getCollectorList**GETTo get the list of collectors added to the admincid - Collector idhttp://localhost:8060/api/json/fwaenterprise/getCollectorList?selColId=1&apiKey=ecf7691a575255636e2c28bba73ae213
getCollectorDetails**GETTo get the collector detailsNILhttp://localhost:8060/api/json/fwaenterprise/getCollectorDetails?selColId=1&apiKey=ecf7691a575255636e2c28bba73ae213

 

Collector Settings:

 

REST APIMethodDescriptionParametersSample URL
getCollectorList**GETTo get the list of collectors added to the admincid - Collector idhttp://localhost:8060/api/json/fwaenterprise/getCollectorList?selColId=1&apiKey=ecf7691a575255636e2c28bba73ae213
getCollectorDetails**GETTo get the collector detailsNILhttp://localhost:8060/api/json/fwaenterprise/getCollectorDetails?selColId=1&apiKey=ecf7691a575255636e2c28bba73ae213

 

 

 

 

 

Thank you for your feedback!

Was this content helpful?

We are sorry. Help us improve this page.

How can we improve this page?
Do you need assistance with this topic?
By clicking "Submit", you agree to processing of personal data according to the Privacy Policy.
A single platter for comprehensive Network Security Device Management