Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the "Connect Secure" API to retrieve specific application baseline plan assets. In particular, the "Retrieve App Baseline Plan Asset" operation fetches detailed information about a baseline plan asset identified by its unique ID. This is useful in scenarios where users need to programmatically access or audit baseline configurations or plans related to applications within their environment.

Practical examples include:

  • Automatically fetching baseline plan details for compliance checks.
  • Integrating baseline asset data into reporting dashboards.
  • Triggering workflows based on retrieved baseline asset properties.

Properties

Name Meaning
X USER ID User identifier required by the API, passed as a header named X-USER-ID.
Id Numeric identifier of the baseline plan asset to retrieve.

Output

The node outputs JSON data representing the retrieved baseline plan asset. The structure corresponds to the API response for the requested asset ID and typically includes all relevant fields describing the baseline plan asset.

No binary data output is indicated.

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 an OpenAPI specification internally to define operations and properties.

Troubleshooting

  • Missing or invalid X USER ID header: Ensure that the user ID is provided and correctly set in the input property; otherwise, the API may reject the request.
  • Invalid or non-existent asset Id: Providing an incorrect ID will result in errors or empty responses. Verify the ID before execution.
  • Authentication failures: Confirm that the API key credential is valid and has sufficient permissions.
  • Network or connectivity issues: Check network access to the Connect Secure API endpoint.

Common error messages might include unauthorized access, resource not found, or bad request due to missing parameters.

Links and References

Discussion