AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation fetches application catalog data from the Singularity Marketplace via a web API. It allows users to retrieve a list of marketplace applications with optional filtering, sorting, and pagination. This is useful for integrating marketplace application data into workflows, such as displaying available applications, automating catalog updates, or filtering applications by category or name.

Properties

Name Meaning
Additional Query Parameters Optional filters and controls for the API request, including filtering by application catalog id, category, name, description, free-text query, category ids, pagination cursor, limit on number of items, and sorting options.

Output

JSON

  • items
    • ``
      * id - Unique identifier of the application catalog entry.
      * name - Name of the application.
      * category - Category to which the application belongs.
      * description - Description of the application.
  • nextCursor - Cursor string for fetching the next page of results.
  • totalCount - Total number of matching applications available.

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 the node returns authentication errors, verify that the API key credential is correctly configured and has necessary permissions.
  • If no results are returned, check the filter parameters for correctness and ensure the query matches existing catalog entries.
  • Pagination issues may arise if the cursor parameter is invalid or expired; try resetting the cursor or removing it to start from the first page.
  • Rate limiting or API errors may occur if too many requests are made in a short time; implement retry logic or increase delay between requests.

Discussion