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

add_partition(self, name, description='', time_schedule_name='All the time')

Add a partition :param name: Name of the partition to add :param description: Partition description :param time_schedule_name: Name of the time schedule to use :return: result dictionary

delete_partition(self, **args)

Delete a partition :param partition: The name of the partition to delete :return: result dictionary

get_partition(self, **args)

Get partition details :param partition: Partition name :param uuid: UUID name :return: result dictionary

get_partitions(self, tagfilter={'name': '', 'description': ''})

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

update_partition(self, **args)

Update calling search space :param uuid: CSS UUID :param name: CSS Name :param description: :param newName: :param timeScheduleIdName: :param useOriginatingDeviceTimeZone: :param timeZone: :return: result dictionary