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

add_calling_search_space(self, name, description='', members=[])

Add a Calling search space :param name: Name of the CSS to add :param description: Calling search space description :param members: A list of partitions to add to the CSS :return: result dictionary

delete_calling_search_space(self, **args)

Delete a Calling search space :param calling_search_space: The name of the partition to delete :return: result dictionary

get_calling_search_space(self, **args)

Get Calling search space details :param name: Calling search space name :param uuid: Calling search space uuid :return: result dictionary

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

Get calling search spaces :param mini: return a list of tuples of css details :return: A list of dictionary's

update_calling_search_space(self, **args)

Update calling search space :param uuid: CSS UUID :param name: CSS Name :param description: :param newName: :param members: :param removeMembers: :param addMembers: :return: result dictionary