AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the "Application Baseline" resource to retrieve baseline plan assets related to an application. Specifically, the operation "Get Retrieve App Baseline Plan Assets" fetches asset data associated with a baseline plan, which can be useful for auditing, compliance checks, or asset management within an organization's IT environment.

Typical use cases include:

  • Retrieving a list of assets tied to a specific application baseline plan for reporting.
  • Filtering and ordering asset data based on custom query parameters.
  • Integrating asset baseline information into broader automation workflows for IT governance.

Properties

Name Meaning
X USER ID User identifier required for authentication or tracking purposes in the API request.
Additional Query Parameters Optional parameters to refine the query:
- Condition: Filter condition for querying assets.
- Skip: Number of records to skip (for pagination).
- Limit: Maximum number of records to return.
- Order By: Field(s) to order the results by.

Output

The node outputs JSON data representing the retrieved application baseline plan assets. The structure typically includes details about each asset such as identifiers, attributes, and metadata relevant to the baseline plan.

If binary data were involved (not indicated here), it would represent files or attachments related to the assets, but this node focuses on JSON responses.

Dependencies

  • Requires an API key credential for authenticating requests to the AvantGuard ConnectSecure service.
  • The base URL for the API is configured via credentials.
  • Uses the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Missing or invalid X USER ID: The API requires a valid user ID header; ensure this property is set correctly.
  • Query parameter errors: Invalid values for skip, limit, or order_by may cause API errors; verify these inputs.
  • Authentication failures: Check that the API key credential is properly configured and has necessary permissions.
  • Empty or unexpected output: Confirm that the baseline plan actually has associated assets and that query conditions are correct.

Links and References

Discussion