|
| 1 | +# [Required] |
| 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 |
| 25 | +# [Required] |
| 26 | +# The ID of the Catalog item. |
| 27 | +# All registered versions for the same ID are shown together in the Catalog. |
| 28 | +# This ID can not be changed. |
| 29 | +# If the ID is not filled in, the registration will fail with HTTP status code 500. |
| 30 | +# If the ID is filled in but does not exist yet, a new Catalog item will be registered with this ID. |
| 31 | +# If the ID is filled in but does exist, properties of the item will be overwritten. |
| 32 | +# Must be a valid GUID. |
| 33 | +id: 61c24ba8-8959-4253-ae56-f56a98ccb327 |
| 34 | +# [Required] |
| 35 | +# The human-friendly name of the Catalog item. |
| 36 | +# Can be changed at any time. |
| 37 | +# Max length: 100 characters. |
| 38 | +# Cannot contain newlines. |
| 39 | +# Cannot contain leading or trailing whitespace characters. |
| 40 | +title: Example SNMP-Base |
| 41 | +# [Optional] |
| 42 | +# General information about the Catalog item. |
| 43 | +# Max length: 100,000 characters |
| 44 | +# Currently not shown in the Catalog UI but will be supported in the near future. |
| 45 | +short_description: Example connector showing how to retrieve the common SNMP parameters and tables on every device. |
| 46 | +# [Optional] |
| 47 | +# A valid URL that points to the source code. |
| 48 | +# A valid URL |
| 49 | +# Max length: 2048 characters |
| 50 | +source_code_url: https://github.com/SkylineCommunications/SLC-C-Example_SNMP-Base |
| 51 | +# [Optional] |
| 52 | +# A valid URL that points to documentation. |
| 53 | +# A valid URL |
| 54 | +# Max length: 2048 characters |
| 55 | +# Currently not shown in the Catalog UI but will be supported in the near future. |
| 56 | +documentation_url: |
| 57 | +# [Optional] |
| 58 | +# People who are responsible for this Catalog item. Might be developers, but this is not required. |
| 59 | +# Format: 'name <email> (url)' |
| 60 | +# The name is required; max 256 characters. |
| 61 | +# The email and url are optional, and should be in valid email/URL formats. |
| 62 | +owners: [] |
| 63 | +# [Optional] |
| 64 | +# Tags that allow you to categorize your Catalog items. |
| 65 | +# Max number of tags: 5 |
| 66 | +# Max length: 50 characters. |
| 67 | +# Cannot contain newlines. |
| 68 | +# Cannot contain leading or trailing whitespace characters. |
| 69 | +tags: |
| 70 | + - dataminer |
| 71 | + - dataminer-connector |
| 72 | + - example |
0 commit comments