AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves configuration details for a specific application catalog entry from the Singularity Marketplace Applications Catalog via a web API. It is useful for users who need to programmatically access detailed configuration information about a particular application catalog item by its unique identifier. For example, it can be used in automation workflows to fetch and process application metadata or settings for integration or monitoring purposes.

Properties

Name Meaning
Application Catalog Id The unique identifier of the application catalog entry whose configuration details are to be retrieved. This property is required to specify which application catalog item to query.

Output

JSON

  • applicationCatalogId - The unique identifier of the application catalog entry requested.
  • config - The configuration details of the specified application catalog entry returned by the API.

Dependencies

  • Requires an API key credential to authenticate requests to the Singularity Marketplace Applications Catalog web API.

Troubleshooting

  • If the 'Application Catalog Id' is missing or invalid, the node will fail to retrieve data. Ensure the ID is correct and provided.
  • Authentication errors may occur if the API key credential is missing, invalid, or expired. Verify the credential configuration.
  • Network or API endpoint issues can cause request failures. Check connectivity and API availability.
  • Unexpected response formats or missing fields in the API response may cause errors. Confirm the API version and response structure.

Discussion