AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves an authentication token for a specific site by its Site ID via a web API. It is useful when you need to programmatically obtain access tokens tied to particular sites for further API interactions or integrations. For example, you might use it to fetch a token to authenticate subsequent requests related to that site in an automated workflow.

Properties

Name Meaning
Site Id The unique identifier of the site for which the token is requested. This is required to specify the target site in the API call.

Output

JSON

  • token - The authentication token string retrieved for the specified site.
  • siteId - The Site ID for which the token was requested, confirming the target of the operation.

Dependencies

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

Troubleshooting

  • If the Site Id is missing or invalid, the node will fail to retrieve a token. Ensure the Site Id is correctly provided and exists in the system.
  • Authentication errors may occur if the API credentials are incorrect or expired. Verify that the API key credential is valid and has necessary permissions.
  • Network or connectivity issues to the API endpoint can cause failures. Check network access and the base URL configuration in credentials.

Discussion