AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation tests the Active Directory settings for a web API by sending a POST request with specified configuration data. It is useful for validating connection parameters such as host, username, root DN, and SSL usage before applying or saving these settings in an application environment.

Properties

Name Meaning
Data JSON object containing Active Directory configuration parameters to test, including enabled status, host address, username, root DN, and SSL flag

Output

JSON

  • response - The JSON response from the Active Directory test POST request indicating success or failure and any relevant details

Dependencies

  • Requires an API key credential for authentication to the web API endpoint

Troubleshooting

  • Ensure the JSON data is correctly formatted and includes all required fields; malformed JSON will cause request failures.
  • Verify that the API credentials are valid and have permission to perform the test operation; authentication errors will prevent successful requests.
  • Check network connectivity to the specified Active Directory host; unreachable hosts will cause timeouts or connection errors.
  • If SSL is enabled, ensure the certificate is valid and trusted; invalid SSL settings may cause request failures.

Discussion