-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.yml
75 lines (67 loc) · 3.48 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# [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: 'Product Solution'
# [Required]
# The ID of the Catalog item.
# All registered versions for the same ID are shown together in the Catalog.
# This ID can not be changed.
# If the ID is not filled in, the registration will fail with HTTP status code 500.
# If the ID is filled in but does not exist yet, a new Catalog item will be registered with this ID.
# If the ID is filled in but does exist, properties of the item will be overwritten.
# Must be a valid GUID.
id: '334a4bfd-9a4a-4aea-8169-c4a3b754a683'
# [Required]
# The human-friendly name of the Catalog item.
# Can be changed at any time.
# Max length: 100 characters.
# Cannot contain newlines.
# Cannot contain leading or trailing whitespace characters.
title: 'EVS Cerebrum'
# [Optional]
# General information about the Catalog item.
# Max length: 100,000 characters
# Currently not shown in the Catalog UI but will be supported in the near future.
short_description:
# [Optional]
# A valid URL that points to the source code.
# A valid URL
# Max length: 2048 characters
source_code_url:
# [Optional]
# A valid URL that points to documentation.
# A valid URL
# Max length: 2048 characters
# Currently not shown in the Catalog UI but will be supported in the near future.
documentation_url: 'https://docs.dataminer.services/solutions/product_solutions/EVS_Cerebrum/EVS_Cerebrum.html'
# [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: 'Gilles Vanhee'
email: '[email protected]'
url: 'https://github.com/GillesVH'
# [Optional]
# Tags that allow you to categorize your Catalog items.
# Max number of tags: 5
# Max length: 50 characters.
# Cannot contain newlines.
# Cannot contain leading or trailing whitespace characters.
tags: