AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves local authorization details for a specific site by its Site Id from the AvantGuard SentinelOne API. It is useful for users who need to programmatically access authorization information related to a particular site within their security management workflow. For example, a security analyst might use this node to fetch authorization data for a site to verify access permissions or audit site configurations.

Properties

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

Output

JSON

  • authorizationDetails - The local authorization information retrieved for the specified site.

Dependencies

  • AvantGuard SentinelOne API

Troubleshooting

  • Ensure the provided Site Id is correct and exists in the AvantGuard SentinelOne system; an invalid or non-existent Site Id may cause errors or empty responses.
  • Verify that the API credentials (API key or token) are correctly configured and have sufficient permissions to access site authorization data.
  • Check network connectivity and base URL configuration to ensure the node can reach the AvantGuard SentinelOne API endpoint.

Discussion