AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation retrieves statistical information about a specific Asset by its ID. It is useful in scenarios where you need to fetch detailed metrics or status data related to an asset managed within the AvantGuard ConnectSecure system. For example, you might use this node to monitor asset performance, audit asset usage, or integrate asset statistics into reporting dashboards.

Properties

Name Meaning
X USER ID User Id (string) - identifies the user making the request; sent as a header X-USER-ID. This is required.
Id Asset ID (number) - the unique identifier of the asset whose statistics are being retrieved. This is required.

Output

The output will contain a JSON object with the retrieved asset statistics. The exact structure depends on the API response defined in the OpenAPI specification but typically includes fields representing various metrics or status details of the asset.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard ConnectSecure service.
  • The node uses the base URL and headers configured via credentials.
  • Depends on the external AvantGuard ConnectSecure API endpoint described in the bundled OpenAPI specification (openapi.json).

Troubleshooting

  • Missing or invalid X USER ID header: The API requires a valid user ID header; ensure it is provided and correctly formatted.
  • Invalid or missing Asset ID: The asset ID must be a valid number corresponding to an existing asset.
  • Authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
  • Network or API errors: Check connectivity to the configured base URL and confirm the API endpoint is accessible.
  • Unexpected response structure: If the output JSON does not match expectations, verify the API version and consult the API documentation.

Links and References

Discussion