AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation sends a POST request to the Sentinel Deploy API to retrieve details about Ranger Credential Groups. It allows users to specify additional JSON body fields, such as credential group ID and detailed credential data, to customize the request. This is useful for security administrators or automation workflows that need to programmatically query or manage Ranger credential groups within Sentinel Deploy.

Properties

Name Meaning
Additional Body Fields Optional JSON fields to include in the POST request body, allowing customization of the data sent to the API. For example, users can specify credential group details and IDs in JSON format.

Output

JSON

  • response - The JSON response returned by the Sentinel Deploy API containing details about the Ranger Credential Groups as requested.

Dependencies

  • Requires an API key credential for authentication to the Sentinel Deploy API, provided via node credentials.

Troubleshooting

  • Ensure the JSON in 'Additional Body Fields' is correctly formatted; invalid JSON will cause request failures.
  • Verify that the API base URL and credentials are correctly configured in the node settings.
  • Common errors include authentication failures due to invalid or missing API keys, and HTTP errors if the credential group ID does not exist or the request body is malformed.

Discussion