AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation performs a GET request to retrieve Network Discovery Self Enablement data related to Ranger Enablement via a web API. It allows users to query and filter enablement records based on various criteria such as site name, active agent counts, group IDs, and enablement flags. This is useful for network administrators or security teams who want to programmatically access and analyze Ranger enablement status and related network discovery information for sites within their environment.

Properties

Name Meaning
Additional Query Parameters Optional filters and parameters to customize the API request, including pagination, sorting, filtering by site name, agent counts, enablement flags, and IDs.

Output

JSON

  • data - Array of enablement records matching the query parameters, each containing details about Ranger enablement status and related site information.
  • meta
    • count - Total number of items matching the query (if countOnly is false and skipCount is false).
    • cursor - Cursor string for pagination to retrieve next set of results.

Dependencies

  • Requires API authentication credentials to access the Network Discovery Self Enablement web API endpoint.

Troubleshooting

  • Ensure that the API credentials are correctly configured and have sufficient permissions to access the Network Discovery Self Enablement data.
  • If the node returns empty data, verify that the query parameters are correctly set and match existing records.
  • Pagination parameters like 'cursor' and 'skip' must be used correctly to iterate over large datasets; incorrect usage may result in missing data.
  • Deprecated parameters like 'rangerProEnabled' should be replaced with 'rangerEnabled' to avoid unexpected behavior.

Discussion