Crownpeak DQM icon

Crownpeak DQM

Interact with Crownpeak DQM CMS API

Overview

This node integrates with the Crownpeak DQM CMS API to perform various operations related to digital asset management and website quality monitoring. Specifically, the "Get Asset Status" operation allows users to check the quality status of a specific content asset within a website managed by Crownpeak DQM.

Common scenarios for this node include:

  • Monitoring the quality or compliance status of web content assets.
  • Automating quality checks in content workflows.
  • Fetching detailed reports on asset issues to trigger alerts or further processing.

For example, a user might use this node to automatically retrieve the current quality status of an asset after it has been updated, enabling automated decision-making about publishing or further review.

Properties

Name Meaning
Asset Identifier The unique identifier of the asset whose status you want to retrieve.

The node supports other properties for different operations, but for the "Get Asset Status" operation, only the "Asset Identifier" is relevant as input.

Output

The output is a JSON array where each item corresponds to the response from the Crownpeak DQM API for the requested asset status. The structure depends on the API's response but generally includes details about the quality status of the asset, such as compliance results, error counts, or checkpoint statuses.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Crownpeak DQM CMS API.
  • Needs configuration of the base URL and website ID within the credentials or node parameters.
  • Relies on HTTP requests to the Crownpeak DQM API endpoints.

Troubleshooting

  • Common Issues:

    • Invalid or missing API key will cause authentication failures.
    • Incorrect asset identifiers may result in "not found" errors.
    • Network connectivity problems can prevent successful API calls.
  • Error Messages:

    • "Unsupported operation": Indicates that the selected operation is not implemented; ensure "Get Asset Status" is chosen.
    • HTTP errors from the API (e.g., 401 Unauthorized, 404 Not Found) typically indicate credential or parameter issues.
  • Resolutions:

    • Verify the API key and permissions.
    • Confirm the asset ID exists and is correct.
    • Check network access and endpoint URLs.

Links and References

Discussion