Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Reads the openUTM-LU62 Gateway with the specified name from the configuration. |
Parameters: |
Dictionary containing the key-value pairs |
Return: | ( The read openUTM-LU62 Gateway or |
Exceptions: |
|
Example: | ...
import BcAdminCommunicationService
...
getProps={"host": "bchost01", "install-path": "/opt/ibm/sna/bin"}
cs_obj=BcAdminCommunicationService.getObject(getProps)
...
|