AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node retrieves detailed information about a specific site by its Site ID using the Web API. It is useful for scenarios where you need to fetch site-specific data for monitoring, reporting, or integration purposes. For example, you can use it to get configuration or status details of a site identified by its unique ID.

Properties

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

Output

JSON

  • site - The detailed information object of the requested site, including all relevant site properties returned by the API.

Dependencies

  • Requires an API key credential to authenticate requests to the AvantGuard SentinelOne API service.

Troubleshooting

  • Ensure the Site Id is correct and exists; an invalid or non-existent Site Id will cause the API to return an error or empty response.
  • Verify that the API credentials are valid and have sufficient permissions to access site data.
  • Check network connectivity and base URL configuration to ensure the node can reach the API endpoint.
  • Common error messages may include authentication failures, invalid Site Id format, or API rate limiting; resolving these involves correcting credentials, input values, or retrying after some time.

Discussion