AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node performs an update operation on Singularity Marketplace Applications via a web API PUT request. It allows users to send application configuration data along with filtering criteria to selectively update marketplace applications. This is useful for managing application settings in bulk or targeting specific applications based on account, group, ID, or site filters.

Properties

Name Meaning
Data The JSON object containing the configurations to update in the marketplace applications. This is the main payload sent in the request body.
Filter A JSON object specifying filtering criteria such as account IDs, group IDs, application IDs, or site IDs to target specific marketplace applications for the update operation.

Output

JSON

  • response - The JSON response from the API after performing the update operation, typically containing status or updated application details.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API service.

Troubleshooting

  • Ensure that the 'Data' and 'Filter' JSON inputs are correctly formatted and valid JSON strings; parsing errors will cause the node to fail.
  • Verify that the API credentials (base URL and API key) are correctly configured and have sufficient permissions to perform update operations.
  • If the API returns errors related to filtering, confirm that the filter fields (accountIds, groupIds, ids, siteIds) contain valid and existing identifiers.
  • Network or connectivity issues to the API endpoint can cause request failures; check network settings and API availability.

Discussion