The AXL class sets up the connection to the call manager with methods for configuring UCM. Tested with environment of; Python 3.6

add_call_manager_group(self, name, members)

Add call manager group :param name: name of cmg :param members[]: array of members :return: result dictionary

delete_call_manager_group(self, name)

Delete call manager group :param name: name of cmg :return: result dictionary

get_call_manager_group(self, name)

Get call manager group :param name: name of cmg :return: result dictionary

update_call_manager_group(self, **args)

Update call manager group :param name: name of cmg :return: result dictionary