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

add_region(self, name)

Add a region :param name: Name of the region to add :return: result dictionary

delete_region(self, **args)

Delete a location :param name: The name of the region to delete :param uuid: The uuid of the region to delete :return: result dictionary

get_region(self, **args)

Get region information :param name: Region name :return: result dictionary

get_regions(self, tagfilter={'uuid': '', 'name': ''})

Get region details :param mini: return a list of tuples of region details :return: A list of dictionary's

update_region(self, name='', newName='', moh_region='')

Update region and assign region to all other regions :param name: :param uuid: :param moh_region: :return: