AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation, Get Retrieve Ad Gpos Details, is designed to fetch detailed information about Active Directory Group Policy Objects (GPOs) from a specified company and domain. It is useful in scenarios where administrators or IT professionals need to audit, monitor, or manage GPOs programmatically within an organization's Active Directory environment.

Typical use cases include:

  • Retrieving GPO details for compliance and security audits.
  • Integrating AD GPO data into reporting dashboards.
  • Automating the management or synchronization of GPO settings across multiple domains or companies.

Properties

Name Meaning
Company Id Numeric identifier representing the company whose AD GPO details are being retrieved.
Domains Id String identifier specifying the domain within the company to query for GPO details.
Source String indicating the source context or system for the request (e.g., environment name).
X USER ID User identifier sent as a header to authenticate or track the request on behalf of a user.
Additional Query Parameters Optional parameters to refine the query:
- Condition: Filter condition string.
- Skip: Number of records to skip.
- Limit: Maximum number of records to return.
- Order By: Field(s) to order the results by.

Output

The node outputs JSON data containing the retrieved Active Directory GPO details. The structure typically includes an array of GPO objects with their attributes such as names, IDs, settings, and other metadata relevant to each Group Policy Object.

If binary data were involved (not indicated here), it would represent files or attachments related to GPOs, but this operation focuses on JSON data output only.

Dependencies

  • Requires an API key credential for authentication to the backend service providing Active Directory data.
  • Needs proper configuration of the base URL for the API endpoint.
  • The node depends on the external Active Directory service or API that exposes GPO details via HTTP requests.

Troubleshooting

  • Missing or invalid credentials: Ensure the API key or authentication token is correctly configured and has sufficient permissions.
  • Invalid Company Id or Domains Id: Verify that the provided identifiers exist and are correct; otherwise, the API may return empty results or errors.
  • Network or connectivity issues: Check network access to the API endpoint and confirm the base URL is reachable.
  • Incorrect additional query parameters: Using unsupported or malformed filter conditions can cause the API to reject the request.
  • Error responses from API: Inspect error messages returned by the API for clues, such as unauthorized access, rate limiting, or invalid parameters.

Links and References

Discussion