AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node retrieves the policy details of a specific web API site by its Site ID. It is useful for users who need to fetch configuration or policy information for a given site within the AvantGuard SentinelOne system. For example, a security administrator can use this node to programmatically obtain the policy settings of a site to audit or automate compliance checks.

Properties

Name Meaning
Site Id The unique identifier of the site for which the policy information is requested. This is a required string input, e.g., "225494730938493804".

Output

JSON

  • policy - The policy details object returned for the specified site ID.

Dependencies

  • Requires an API key credential for AvantGuard SentinelOne API access, including a base URL and authentication token.

Troubleshooting

  • Ensure the Site Id is correctly provided and exists in the system; otherwise, the node may return an error or empty response.
  • Verify that the API credentials are valid and have sufficient permissions to access site policy information.
  • Common errors include authentication failures (invalid API key), resource not found (invalid Site Id), or network connectivity issues. Check credentials and network settings to resolve.

Links

Discussion