|
1 | 1 | # [Required]
|
2 | 2 | # Possible values for the Catalog item that can be deployed on a DataMiner System:
|
3 |
| -# - automationscript: If the Catalog item is a general-purpose DataMiner Automation script. |
4 |
| -# - lifecycleserviceorchestration: If the Catalog item is a DataMiner Automation script designed to manage the life cycle of a service. |
5 |
| -# - profileloadscript: If the Catalog item is a DataMiner Automation script designed to load a standard DataMiner profile. |
6 |
| -# - userdefinedapi: If the Catalog item is a DataMiner Automation script designed as a user-defined API. |
7 |
| -# - adhocdatasource: If the Catalog item is a DataMiner Automation script designed for an ad hoc data source integration. |
8 |
| -# - chatopsextension: If the Catalog item is a DataMiner Automation script designed as a ChatOps extension. |
9 |
| -# - connector: If the Catalog item is a DataMiner XML connector. |
10 |
| -# - slamodel: If the Catalog item is a DataMiner XML connector designed as DataMiner Service Level Agreement model. |
11 |
| -# - enhancedservicemodel: If the Catalog item is a DataMiner XML connector designed as DataMiner enhanced service model. |
12 |
| -# - visio: If the Catalog item is a Microsoft Visio design. |
13 |
| -# - solution: If the Catalog item is a DataMiner Solution. |
14 |
| -# - testingsolution: If the Catalog item is a DataMiner Solution designed for automated testing and validation. |
15 |
| -# - samplesolution: If the Catalog item is a DataMiner Solution used for training and education. |
16 |
| -# - standardsolution: If the Catalog item is a DataMiner Solution that is an out-of-the-box solution for a specific use case or application. |
17 |
| -# - dashboard: If the Catalog item is a DataMiner dashboard. |
18 |
| -# - lowcodeapp: If the Catalog item is a DataMiner low-code app. |
19 |
| -# - datatransformer: If the Catalog item is a Data Transformer. |
20 |
| -# - dataquery: If the Catalog item is a GQI data query. |
21 |
| -# - functiondefinition: If the Catalog item is a DataMiner function definition. |
22 |
| -# - scriptedconnector: If the Catalog item is a DataMiner scripted connector. |
23 |
| -# - bestpracticesanalyzer: If the Catalog item is a DataMiner Best Practices Analysis file. |
24 |
| -type: connector |
| 3 | +# - Automation: If the Catalog item is a general-purpose DataMiner Automation script. |
| 4 | +# - Ad Hoc Data Source: If the Catalog item is a DataMiner Automation script designed for an ad hoc data source integration. |
| 5 | +# - ChatOps Extension: If the Catalog item is a DataMiner Automation script designed as a ChatOps extension. |
| 6 | +# - Connector: If the Catalog item is a DataMiner XML connector. |
| 7 | +# - Custom Solution: If the Catalog item is a DataMiner Solution. |
| 8 | +# - Data Query: If the Catalog item is a GQI data query. |
| 9 | +# - 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. |
| 10 | +# - Dashboard: If the Catalog item is a DataMiner dashboard. |
| 11 | +# - DevTool: If the Catalog item is a DevTool. |
| 12 | +# - Learning & Sample: If the Catalog item is a sample. |
| 13 | +# - Product Solution: If the Catalog item is a DataMiner Solution that is an out-of-the-box solution for a specific product. |
| 14 | +# - Scripted Connector: If the Catalog item is a DataMiner scripted connector. |
| 15 | +# - 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. |
| 16 | +# - System Health: If the Catalog item is intended to monitor the health of a system. |
| 17 | +# - User-Defined API: If the Catalog item is a DataMiner Automation script designed as a user-defined API. |
| 18 | +# - Visual Overview: If the Catalog item is a Microsoft Visio design. |
| 19 | +type: Learning & Sample |
25 | 20 |
|
26 | 21 | # [Required]
|
27 | 22 | # The ID of the Catalog item.
|
|
0 commit comments