DLS Api provides method for executing DLS use cases via webservice interface. This documentation describes the methods of provided services as well as details for some special use cases, e.g. key layout configuration.
General considerations
Link | Description |
---|---|
Javadoc | API documentation in javadoc format. |
Attribute types | DLS attribute type description. |
Key layout
Link | Description |
---|---|
Device descriptions | Describes all device types which are supported by DLS Api key layout functions. This documentation consists essentially of the output of calling getDeviceDescriptions and getFunctionsDescriptions from DlsAPIv100 interface. |
Client by example | A java client which demonstrates how key layout functions can be used. |
HEMPS stands for Hipath Element Manager Proxy Service. This service supports synchronization of DLS device data with element manager data.
General considerations
Link | Description |
---|---|
Javadoc | API documentation in javadoc format. |