AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation, "User Agents Csv" under the "User Agents" resource, is designed to retrieve user agent data in CSV format for a specified organization. It is useful for scenarios where you need to export or analyze user agent information related to an organization's network or systems. For example, security analysts might use this node to download user agent logs for further inspection or reporting.

Properties

Name Meaning
Organization Id The numeric ID of the organization for which to retrieve user agent CSV data.
Additional Query Parameters Optional parameters to customize the query:
• Include Suborgs: Whether to include sub-organizations when the organization is an MSP owner (true/false). Defaults to true.
• Timezone: A string specifying the timezone (e.g., "America/New_York") used to localize the filename. Defaults to UTC if not set.

Output

The node outputs JSON data representing the response from the API call that fetches the user agents CSV data. The main output will be the CSV content corresponding to the user agents associated with the given organization and optional parameters. If binary data output is supported (not explicitly shown here), it would represent the CSV file content for download or further processing.

Dependencies

  • Requires an API key credential for authentication with the external service providing user agent data.
  • The node uses a base URL endpoint (not explicitly shown in the snippet) to make HTTP requests.
  • No additional environment variables are indicated as necessary from the provided code.

Troubleshooting

  • Missing or invalid Organization Id: Ensure the organization ID is correctly provided and is a valid number; otherwise, the API request may fail.
  • Incorrect timezone string: Providing an invalid timezone string could result in unexpected filename localization or errors.
  • API authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network or API errors: Check connectivity and API availability if the node fails to retrieve data.

Links and References

Discussion