Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the "Connect Secure" API to retrieve data related to assets. Specifically, for the "Asset Data" resource and the "Retrieve Asset Unqouted Service" operation, it fetches information about an unquoted asset service by its unique identifier. This is useful in scenarios where users need to programmatically access detailed asset information from Connect Secure, such as integrating asset data into workflows for reporting, monitoring, or further processing.

Example use cases:

  • Automatically retrieving asset details by ID to enrich datasets.
  • Integrating asset information into dashboards or alerting systems.
  • Fetching specific asset service data for audit or compliance purposes.

Properties

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

Output

The node outputs JSON data representing the retrieved asset service details corresponding to the provided asset ID. The exact structure depends on the API response but typically includes fields describing the asset's properties and status.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • Depends on the external Connect Secure service being accessible.
  • The node uses the OpenAPI specification bundled internally to define operations and properties.

Troubleshooting

  • Missing or invalid X USER ID: Ensure the "X USER ID" property is correctly set; otherwise, the API may reject the request.
  • Invalid or non-existent asset ID: Providing an incorrect "Id" may result in errors or empty responses.
  • Authentication failures: Verify that the API key credential is valid and has necessary permissions.
  • Network issues: Confirm connectivity to the Connect Secure API endpoint.
  • Unexpected API changes: If the API schema changes, the node might fail; updating the node or credentials may be necessary.

Links and References

Discussion