AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the AvantGuard ConnectSecure API to retrieve PII (Personally Identifiable Information) scan settings. Specifically, the "Get Retrieve Pii Scan Setting" operation fetches configuration details for a particular PII scan setting identified by an ID. This is useful in scenarios where users need to audit, review, or manage PII scanning configurations programmatically within their workflows.

Practical examples include:

  • Automatically retrieving PII scan settings before running compliance checks.
  • Integrating PII scan configuration retrieval into larger data governance workflows.
  • Auditing PII scan settings as part of security or privacy reporting processes.

Properties

Name Meaning
X USER ID User Id header value required for authentication or identification in the API request.
Id Numeric identifier of the specific PII scan setting to retrieve.

Output

The node outputs JSON data representing the details of the requested PII scan setting. The structure typically includes all relevant configuration fields returned by the AvantGuard ConnectSecure API for that scan setting. This may include scan parameters, rules, status, and metadata related to the PII scan configuration.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for AvantGuard ConnectSecure to authenticate requests.
  • Needs the base URL of the AvantGuard ConnectSecure API configured in the node credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package and the bundled OpenAPI specification (openapi.json) for request construction.

Troubleshooting

  • Missing or invalid X USER ID: The API requires the X-USER-ID header; ensure it is provided and correct.
  • Invalid or missing Id: The id property must be a valid number corresponding to an existing PII scan setting.
  • Authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
  • Network or API errors: Check connectivity to the AvantGuard ConnectSecure API endpoint and confirm the base URL is correct.
  • Unexpected response structure: If the output JSON does not match expectations, verify the API version compatibility and consult AvantGuard documentation.

Links and References

Discussion