From 3ffb13237216a82803bec8bc0cf350ad28a91a90 Mon Sep 17 00:00:00 2001 From: Alija Kusur Date: Thu, 9 Jan 2025 11:25:48 +0100 Subject: [PATCH] Added catalog.yml --- catalog.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 catalog.yml diff --git a/catalog.yml b/catalog.yml new file mode 100644 index 0000000..202193b --- /dev/null +++ b/catalog.yml @@ -0,0 +1,29 @@ +# [Required] +# Possible values for the Catalog item that can be deployed on a DataMiner System: +# - Automation: If the Catalog item is a general-purpose DataMiner Automation script. +# - Ad Hoc Data Source: If the Catalog item is a DataMiner Automation script designed for an ad hoc data source integration. +# - ChatOps Extension: If the Catalog item is a DataMiner Automation script designed as a ChatOps extension. +# - Connector: If the Catalog item is a DataMiner XML connector. +# - Custom Solution: If the Catalog item is a DataMiner Solution. +# - Data Query: If the Catalog item is a GQI data query. +# - Data Transformer: Includes a data transformer that enables you to modify data using a GQI data query before making it available to users in low-code apps or dashboards. +# - Dashboard: If the Catalog item is a DataMiner dashboard. +# - DevTool: If the Catalog item is a DevTool. +# - Learning & Sample: If the Catalog item is a sample. +# - Product Solution: If the Catalog item is a DataMiner Solution that is an out-of-the-box solution for a specific product. +# - Scripted Connector: If the Catalog item is a DataMiner scripted connector. +# - Standard Solution: If the Catalog item is a DataMiner Solution that is an out-of-the-box solution for a specific use case or application. +# - System Health: If the Catalog item is intended to monitor the health of a system. +# - User-Defined API: If the Catalog item is a DataMiner Automation script designed as a user-defined API. +# - Visual Overview: If the Catalog item is a Microsoft Visio design. +# +type: Learning & Sample + +# [Optional] +# People who are responsible for this Catalog item. Might be developers, but this is not required. +# Format: 'name (url)' +# The name is required; max 256 characters. +# The email and url are optional, and should be in valid email/URL formats. +owners: + - name: 'Simon Vandamme' + email: 'simon.vandamme@skyline.be'