Skip to content

Commit

Permalink
Create catalog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonV-Skyline authored Jan 6, 2025
1 parent 72b859b commit 09378a9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions catalog.yml
Original file line number Diff line number Diff line change
@@ -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 <email> (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: '[email protected]'

0 comments on commit 09378a9

Please sign in to comment.