AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the "Application Baseline" resource to retrieve a specific application baseline plan asset by its ID. It is useful in scenarios where you need to fetch detailed information about a particular baseline plan asset associated with an application, for example, to audit or analyze security baselines or configurations.

A practical example would be automating the retrieval of baseline plan assets during a security compliance workflow, where each asset's details are needed for validation or reporting.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes in the request header.
Id The numeric identifier of the application baseline plan asset to retrieve.

Output

The node outputs JSON data representing the retrieved application baseline plan asset. This JSON typically contains all relevant details of the asset as returned by the external service's API, such as configuration parameters, metadata, and status.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating requests to the AvantGuard ConnectSecure service.
  • The base URL for the API must be configured in the node credentials.
  • The node uses the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled within the node for request construction.

Troubleshooting

  • Missing or invalid X USER ID: Ensure that the "X USER ID" property is provided and correctly set; otherwise, the API may reject the request.
  • Invalid or missing Id: The "Id" must be a valid number corresponding to an existing baseline plan asset; otherwise, the API will return an error indicating the asset was not found.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network or API errors: Check connectivity and the correctness of the base URL in credentials.

Links and References

Discussion