Releases: ponchotitlan/cucm_axl_connector_class
Releases · ponchotitlan/cucm_axl_connector_class
CUCMConnectorAXL standalone - Only connection and validation
The CUCMConnectorAXL class requires the following parameters:
- AXL_Username (string. Required): AXL-enabled CUCM username
- AXL_Password (string. Required): AXL-enabled CUCM password
- CUCM_IP (string. Required): Target CUCM IP address
- CUCM_Version (string. Optional): Default is 11.5. The version must match the name of the folder in "schema"
- debug (boolean. Optional): Default is False. Toggle debug plugin for seeing incoming/outgoing SOAP requests in console
- logger (logging instance. Optional): Default is False. Custom logger for ERROR-type messages handling
The raw Zeep connection handler is stored in the * _CLIENT * parameter. The successful connection of the created instance can be verified with the * isValid():boolean * method included.
This class only contains connection and validation mechanisms. It must be either modified or inherited (see "samples" folder) in order to execute AXL functions.