AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the AvantGuard ConnectSecure API to retrieve statistics about assets. Specifically, the "Get Retrieve Asset Stats" operation fetches statistical data related to assets managed by the system. This can be useful in scenarios where users want to analyze asset performance, usage metrics, or other aggregated information for monitoring or reporting purposes.

Practical examples include:

  • Fetching asset usage statistics filtered by certain conditions.
  • Retrieving a limited number of asset stats records ordered by specific fields.
  • Skipping a number of records to paginate through large datasets.

Properties

Name Meaning
X USER ID The user identifier required for authentication or scoping the request.
Additional Query Parameters Optional parameters to refine the query:
- Condition: A filter condition to narrow down the results.
- 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 containing the retrieved asset statistics as returned by the AvantGuard ConnectSecure API. The structure depends on the API response but generally includes statistical details about assets such as counts, metrics, or aggregated values.

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 credentials.
  • Uses the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled within the node for request building.

Troubleshooting

  • Missing or invalid X USER ID: Since this header is required, omitting it or providing an incorrect value will likely cause authentication or authorization errors. Ensure the correct user ID is provided.
  • Invalid query parameters: Providing malformed or unsupported query conditions may result in API errors. Validate query syntax and parameter types.
  • API connectivity issues: Network problems or incorrect base URL configuration can prevent successful API calls. Verify network access and credential settings.
  • Rate limiting or permission errors: If the API enforces rate limits or permissions, exceeding limits or lacking rights may cause errors. Check API usage policies and user permissions.

Links and References

Discussion