Data Flow Management SDK
The purpose of this document is to supply a well-defined SDK for writing adapters and scripts.
The Data Flow Management SDK is used as the actual reference for the code implementation.
All Data Flow Management API and library described in the SDK are fully backward compatible.
The SDK is separated into 2 main sections:
- The Data Flow Management Java API – Consists of the Java Classes/Interfaces that should be used when writing a script
- The Data Flow Management Jython Libraries – Library scripts written in Jython, which supply general functions for all the adapters' scripts
Note:
Certain versions of software accessible here may contain branding from Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company. As of September 1, 2017, the software is now offered by Micro Focus, a separately owned and operated company. Any reference to the HP and Hewlett Packard Enterprise/HPE marks is historical in nature, and the HP and Hewlett Packard Enterprise/HPE marks are the property of their respective owners.
Jython Libraries
Package |
Description |
logger |
This library contains log utilities and helper functions for error reporting
|
modeling |
This library helps in creating common classes and links
|
netutils |
This library can be used to retrieve network and TCP information,
such as getting the Operating system name, checking if a MAC
Address is valid, check if an IP Address is valid etc.
|
shellutils |
This library contains APIs for executing shell commands, for
getting the exit status of the executed command, and for allowing
multiple commands to run conditional on that exit status.
|
snmputils |
Utilities for managing Simple Network Management connections
|
wmiutils |
This library helps in creating common classes and links
|