diff --git a/networkapiclient/OptionPool.py b/networkapiclient/OptionPool.py index f64929b..4670729 100644 --- a/networkapiclient/OptionPool.py +++ b/networkapiclient/OptionPool.py @@ -168,7 +168,7 @@ def get_all_option_pool(self, option_type=None): return self.response(code, xml) - def get_all_environment_option_pool(self, id_environment, option_id, option_type): + def get_all_environment_option_pool(self, id_environment=None, option_id=None, option_type=None): """Get all Option VIP by Environment . :return: Dictionary with the following structure: