XML Templates
Templates for all the System onboarding configurations can be found in the following path: C:\Program Files\Omada SDK\V14.0\templates\xml.
You can use collector and connector templates as a base for writing new template-based connectivity.
Collector templates
Collector templates are designed to read data. If you want to build a new connectivity based on a template collector, you can use the following collector templates as base for your system onboarding configuration:
Some of the collector templates also have configuration data for connectors.
File | Description |
---|---|
ODW-LDAP.xml | System onboarding configuration file for the LDAP collector. |
ODW-ODATA.xml | System onboarding configuration file for the ODATA collector. |
ODW-REST.xml | System onboarding configuration file for the REST collector. |
ODW-NETQuery.xml | System onboarding configuration file for the .NET Query collector. |
Connector templates
Connector templates are designed to write data. Connector templates consist of the single Connector settings section. Most of the parameters in this section are similar to the collector templates, but they are not set as required.
The connector must use the same settings as the collector.
The settings take effect in cases where there is a need to specify different connection details for the collector and connector, for example, different user credentials.
File | Description |
---|---|
OPS-Database | System onboarding configuration for the Database provisioning connector. |
OPS-LDAP | System onboarding configuration for the LDAP provisioning connector. |
OPS-PowerShell | System onboarding configuration for the PowerShell provisioning connector. |
OPS-REST | System onboarding configuration for the REST provisioning connector. |