diff --git a/plugins/module_utils/_api_data.py b/plugins/module_utils/_api_data.py index dd0a8e08..5e044512 100644 --- a/plugins/module_utils/_api_data.py +++ b/plugins/module_utils/_api_data.py @@ -4244,22 +4244,22 @@ def join_path(path): primary_keys=('name', ), fully_understood=True, fields={ - 'bucket-size': KeyInfo(default='0.1'), - 'burst-limit': KeyInfo(default=0), - 'burst-threshold': KeyInfo(default=0), - 'burst-time': KeyInfo(default='0s'), 'comment': KeyInfo(can_disable=True, remove_value=''), + 'dst': KeyInfo(can_disable=True, remove_value=''), + 'time': KeyInfo(can_disable=True, remove_value=''), + 'bucket-size': KeyInfo(default='0.1/0.1'), + 'burst-limit': KeyInfo(default='0/0'), + 'burst-threshold': KeyInfo(default='0/0'), + 'burst-time': KeyInfo(default='0s/0s'), 'disabled': KeyInfo(default=False), - 'limit-at': KeyInfo(default=0), - 'max-limit': KeyInfo(default=0), + 'limit-at': KeyInfo(default='0/0'), + 'max-limit': KeyInfo(default='0/0'), 'name': KeyInfo(), 'packet-marks': KeyInfo(default=''), 'parent': KeyInfo(default='none'), - 'priority': KeyInfo(default=8), - 'queue': KeyInfo(default='default-small'), - 'target': KeyInfo(required=True), - 'dst': KeyInfo(can_disable=True, remove_value=''), - 'time': KeyInfo(can_disable=True, remove_value=''), + 'priority': KeyInfo(default='8/8'), + 'queue': KeyInfo(default='default-small/default-small'), + 'target': KeyInfo(default=''), }, ), ),