AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node performs a POST request to the 'Web Api Ranger Enablement Defaults' endpoint within the 'Network Discovery Self Enablement' resource. It is designed to send configuration or enablement data along with filtering criteria to the API. This is useful for automating network discovery enablement tasks where specific filters and data payloads need to be applied programmatically. For example, a user can enable ranger defaults for a subset of network agents filtered by account IDs, group IDs, or site IDs.

Properties

Name Meaning
Data The JSON payload containing the data to be sent in the POST request body. This typically includes configuration or enablement details relevant to the network discovery process.
Filter A JSON object specifying filtering criteria to narrow down the scope of the enablement operation. Filters can include ranges for active agents, lists of account IDs, group IDs, site names, site IDs, and other identifiers.

Output

JSON

  • response - The JSON response returned by the API after the POST request, containing the result of the enablement operation or any relevant status information.

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

  • Ensure that the 'Data' and 'Filter' JSON inputs are correctly formatted and valid JSON; invalid JSON will cause parsing errors.
  • Verify that the API credentials (baseURL and API key) are correctly configured and have sufficient permissions.
  • Check network connectivity to the API endpoint to avoid request timeouts or connection errors.
  • If the API returns an error, review the response message for details on missing or invalid parameters.

Discussion