Skip to main content

List Devices

Retrieves a list of all devices that the user has permissions to view.

External Documentation

To learn more, visit the AlgoSec Firewall Analyzer documentation.

Parameters

ParameterDescription
Include Blue CoatDetermines whether the response should include Symantec Blue Coat devices.
Only Fireflow Supported DevicesDetermines whether the response should include only FireFlow-supported devices.
Tree NameDevice's Tree Name. Used to query a single device.

Example Output

[
{
"id": 35600,
"treeName": "10_20_244_3_HR1",
"displayName": "ACI3_HR1",
"policy": "HR1",
"deviceIp": "10.20.244.3",
"lastReport": "afa-5854",
"lastReportRun": "afa-5854",
"lastReportTime": "2021-07-07-040000",
"lastMonitorStatus": "Success",
"monitorDir": "/home/afa/algosec/monitor/10_20_244_3/HR1",
"modified": 1629304514,
"creationTime": 1609428091606,
"isLayer2": true,
"layer2Subnet": "",
"isDeviceWithNatRules": false,
"isDeviceWithIPv6": false,
"isGenericActiveChange": false,
"isCKPApplicationControl": false,
"lastReportProfile": "Perimeter.xml",
"commentSupported": "IRRELEVANT",
"brandDisplayName": "Cisco ACI",
"type": "firewall",
"deviceLicenseId": "10_20_244_3_HR1",
"lastCompletedReportLicenseId": "0e9b2dd5",
"deviceExtendedInfo": {
"policyNameForFireflow": "",
"genericDeviceFeatures": [
"config_diff",
"data_collection_from_file",
"changes_network_objects",
"topology",
"active_change",
"rules",
"first_step_data_collection",
"skip_config_collection",
"change_history",
"disable_forcing_layer2_query",
"source_based_routing",
"queries",
"data_collection",
"risks",
"regulatory_compliance",
"parser",
"changes_services",
"model_cloud_topology",
"full",
"disable_placing_layer2_on_map"
],
"superName": "10_20_244_3",
"superDisplayName": "ACI3",
"objectContainers": [
"10_20_244_3_HR1"
],
"deviceIdForRuleDocDB": "10_20_244_3_HR1",
"deviceUseOpsec": false,
"deviceWithActiveChange": false,
"deviceWithGenericActiveChange": true,
"deviceSupportedByFireflow": true,
"deviceWithIPv6AndIPV4Mix": false,
"brandForFireflow": "Cisco ACI",
"displayNameForFireflow": "ACI3_HR1",
"domainId": 0,
"userDefinedGroup": false,
"matrix": false,
"singleFirewall": true,
"groupTypeForFireflow": "firewall",
"deviceWithPostNatDestinationRule": false,
"applicationSupported": false,
"globalRulesSupport": false,
"lastMonitorTime": "2021-08-18-123513",
"rulesFormat": "CPL",
"supportLayeredRules": false,
"properties": {
"mso_managed": "true"
},
"logForwardingProfiles": "",
"securityProfileGroups": ""
},
"ruleDocDevices": [
21400
],
"ruleDocDevicesFromDB": [
{
"id": 21400,
"name": "10_20_244_3_HR1",
"brand": {
"id": 19,
"name": "ciscoaci"
}
}
],
"name": "10_20_244_3_HR1",
"reserved": false,
"deleted": false
}
]

Workflow Library Example

List Devices with Algosec Firewall Analyzer and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop