AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves inventory data about web API applications managed within an application management system. It supports extensive filtering and sorting options to query application data such as application name, vendor, OS types, endpoint details, and more. This is useful for IT administrators or security teams who want to programmatically access detailed application inventory information for monitoring, reporting, or integration with other systems.

Properties

Name Meaning
Additional Query Parameters Optional filters and controls for the query, including pagination, sorting, and filtering by application, endpoint, OS, vendor, and account details.

Output

JSON

  • applications - Array of application objects matching the query filters, each containing details like name, vendor, versions, and associated endpoints.
  • totalCount - Total number of applications matching the query (if countOnly is false and skipCount is false).
  • cursor - Cursor string to retrieve the next page of results if more items are available.

Dependencies

  • Requires an API key credential for authentication to the application management system's API endpoint specified in credentials.

Troubleshooting

  • Ensure the API credentials are correctly configured and have sufficient permissions to access application inventory data.
  • If the node returns empty results, verify that the filter parameters are correct and match existing data.
  • Pagination parameters like 'cursor' and 'skip' must be used correctly to iterate over large datasets; incorrect usage may result in missing data.
  • If 'countOnly' is set to true, the node will not return application objects, only the total count; this may cause confusion if expecting full data.
  • API rate limits or network issues may cause request failures; check connectivity and API usage limits.

Discussion