AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves inventory application details from the Application Management resource by querying with a list of agent IDs. It is useful for scenarios where you need to fetch application information associated with specific agents in an IT environment, such as asset management or security monitoring.

Properties

Name Meaning
Ids A JSON array of agent IDs used to specify which agents' application inventory to retrieve. The IDs are sent as a query parameter named 'ids' in the API request.

Output

JSON

  • applications
    • ``
      * id - Unique identifier of each application
      * name - Name of the application
      * version - Version of the application
      * agentId - Agent ID to which the application belongs

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API service, including a base URL and appropriate headers for JSON content.

Troubleshooting

  • Ensure the 'Ids' property is a valid JSON array of agent IDs; invalid JSON or empty arrays may cause the request to fail or return no data.
  • Check that the API credentials (base URL and API key) are correctly configured and have sufficient permissions to access the Application Management endpoints.
  • If the API returns errors related to query parameters, verify that the 'ids' query parameter is correctly formatted as a comma-separated string of IDs.
  • Network connectivity issues or incorrect base URL configuration can cause request failures; verify network access and credential settings.

Discussion