AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node performs a GET request to retrieve the policy details of a specific mobile integration site by its Site Id. It is useful for users who need to programmatically access configuration or policy information of mobile integration sites within their system, for example, to audit or synchronize site policies.

Properties

Name Meaning
Site Id The unique identifier of the mobile integration site for which the policy information is requested.

Output

JSON

  • policy - The policy details of the specified mobile integration site returned by the API.

Dependencies

  • An API key credential for authentication to the AvantGuard SentinelOne API
  • The base URL of the API endpoint configured in credentials

Troubleshooting

  • Ensure the Site Id provided is correct and exists in the system; an invalid or missing Site Id will cause the request to fail.
  • Verify that the API credentials (API key and base URL) are correctly configured and have sufficient permissions to access site policy information.
  • Common errors include authentication failures (check API key validity), 404 Not Found (invalid Site Id), and network connectivity issues.

Discussion