AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation allows enabling or disabling the application mode for Singularity Marketplace applications via a web API call. It is useful for managing the operational state of applications in the Singularity Marketplace, such as activating or deactivating them based on specific account, group, or site filters. For example, an administrator can enable the application mode for all applications associated with certain account IDs or disable it for specific site IDs.

Properties

Name Meaning
Application Mode Determines whether to enable or disable the application mode for the selected applications.
Filter A JSON object specifying criteria to select applications by account IDs, group IDs, and site IDs for which the application mode change will apply.

Output

JSON

  • success - Indicates whether the operation to change the application mode was successful.
  • message - Additional information or status message returned from the API after the operation.

Dependencies

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

Troubleshooting

  • Ensure the API credentials are correctly configured and have sufficient permissions to modify application modes.
  • Verify that the filter JSON is correctly formatted and includes valid accountIds, groupIds, or siteIds; invalid or empty filters may cause the API to reject the request or have no effect.
  • Common errors include authentication failures (check API key validity), malformed JSON in the filter property, or network connectivity issues to the API endpoint.

Discussion