AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves firewall control protocols via a web API. It is useful for users who need to query and manage firewall protocol configurations programmatically, such as network administrators or security engineers. For example, it can be used to fetch a list of protocols with filtering, sorting, and pagination options to integrate firewall data into monitoring dashboards or automation workflows.

Properties

Name Meaning
Additional Query Parameters Optional parameters to customize the API request, including filtering, pagination, sorting, and search options.

Output

JSON

  • protocols - Array of firewall protocol objects returned by the API.
  • totalCount - Total number of protocol items available (if count is requested or pagination is enabled).
  • cursor - Cursor token for fetching the next page of results if pagination is used.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API.
  • Depends on the '@avantguardllc/n8n-openapi-node' package for OpenAPI integration.

Troubleshooting

  • If authentication fails, verify that the API key credential is correctly configured and has necessary permissions.
  • If no protocols are returned, check the query parameters for correctness and ensure the API endpoint is reachable.
  • Pagination issues may arise if 'cursor' or 'skip' parameters are misused; use 'cursor' for iterating beyond 1000 items.
  • Setting 'disablePagination' to true may result in large responses; ensure the system can handle the data volume.

Discussion