diff --git a/plugins/module_utils/common.py b/plugins/module_utils/common.py index ba57fde1..d9fcbad1 100644 --- a/plugins/module_utils/common.py +++ b/plugins/module_utils/common.py @@ -663,6 +663,8 @@ def get_valid_desired_states(resource_name): desired_states.add("renamed") if "apply" in supported_operations: desired_states.add("applied") + if "change" in supported_operations: + desired_states.add("changed") if "reboot" in supported_operations: desired_states.add("rebooted") return desired_states diff --git a/plugins/module_utils/module_executor.py b/plugins/module_utils/module_executor.py index 06f3d382..61b230c3 100644 --- a/plugins/module_utils/module_executor.py +++ b/plugins/module_utils/module_executor.py @@ -1199,6 +1199,7 @@ def main(self): "renamed", "applied", "rebooted", + "changed", }: state_action_map = { "created": "create", @@ -1209,6 +1210,7 @@ def main(self): "renamed": "rename", "applied": "apply", "rebooted": "reboot", + "changed": "update", } self.act_on_resource( action=state_action_map[self.module.params["state"]] diff --git a/plugins/module_utils/nitro_resource_map.py b/plugins/module_utils/nitro_resource_map.py index 527dbc7d..2f7caa86 100644 --- a/plugins/module_utils/nitro_resource_map.py +++ b/plugins/module_utils/nitro_resource_map.py @@ -1,10 +1,7 @@ # -*- coding: utf-8 -*- - # Copyright (c) 2025 Cloud Software Group, Inc. # MIT License (see LICENSE or https://opensource.org/licenses/MIT) - from __future__ import absolute_import, division, print_function - __metaclass__ = type NITRO_RESOURCE_MAP = { @@ -12,6 +9,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47,6 +45,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -82,6 +81,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -108,6 +108,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -126,6 +127,7 @@ "aaagroup_intranetip_binding", "aaagroup_tmsessionpolicy_binding", "aaagroup_vpnintranetapplication_binding", + "aaagroup_vpnsecureprivateaccessprofile_binding", "aaagroup_vpnsessionpolicy_binding", "aaagroup_vpntrafficpolicy_binding", "aaagroup_vpnurl_binding", @@ -269,6 +271,22 @@ }, "type": "dict", }, + "aaagroup_vpnsecureprivateaccessprofile_binding": { + "no_log": False, + "options": { + "binding_members": { + "default": [], + "elements": "dict", + "type": "list", + }, + "mode": { + "choices": ["bind", "desired", "unbind"], + "default": "desired", + "type": "str", + }, + }, + "type": "dict", + }, "aaagroup_vpnsessionpolicy_binding": { "no_log": False, "options": { @@ -344,6 +362,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -374,6 +393,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -422,6 +442,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -470,6 +491,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -518,6 +540,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -559,6 +582,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -600,6 +624,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -648,6 +673,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -682,10 +708,50 @@ "singleton": False, "update_payload_keys": [], }, + "aaagroup_vpnsecureprivateaccessprofile_binding": { + "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, + "add_payload_keys": [ + "gotopriorityexpression", + "groupname", + "secureprivateaccessprofile", + ], + "bindprimary_key": "secureprivateaccessprofile", + "delete_arg_keys": ["secureprivateaccessprofile"], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": ["secureprivateaccessprofile"], + "immutable_keys": [ + "gotopriorityexpression", + "groupname", + "secureprivateaccessprofile", + ], + "password_keys": [], + "primary_key": "groupname", + "primary_key_composite": [], + "readwrite_arguments": { + "gotopriorityexpression": {"no_log": False, "type": "str"}, + "groupname": {"no_log": False, "type": "str"}, + "secureprivateaccessprofile": {"no_log": False, "type": "str"}, + }, + "singleton": False, + "update_payload_keys": [], + }, "aaagroup_vpnsessionpolicy_binding": { "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -734,6 +800,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -782,6 +849,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -812,6 +880,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -869,6 +938,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -882,6 +952,7 @@ "kcdaccount", "kcdpassword", "keytab", + "saltexpression", "servicespn", "usercert", "userrealm", @@ -895,6 +966,7 @@ "kcdpassword", "keytab", "realmstr", + "saltexpression", "servicespn", "usercert", "userrealm", @@ -917,6 +989,7 @@ "kcdpassword": {"no_log": True, "type": "str"}, "keytab": {"no_log": False, "type": "str"}, "realmstr": {"no_log": False, "type": "str"}, + "saltexpression": {"no_log": False, "type": "str"}, "servicespn": {"no_log": False, "type": "str"}, "usercert": {"no_log": False, "type": "str"}, "userrealm": {"no_log": False, "type": "str"}, @@ -930,6 +1003,7 @@ "kcdpassword", "keytab", "realmstr", + "saltexpression", "servicespn", "usercert", "userrealm", @@ -939,6 +1013,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1044,6 +1119,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1074,6 +1150,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1085,6 +1162,7 @@ "aaadnatip", "aaasessionloglevel", "apitokencache", + "classicendpoints", "defaultauthtype", "defaultcspheader", "dynaddr", @@ -1105,6 +1183,7 @@ "securityinsights", "tokenintrospectioninterval", "wafprotection", + "webviewendpoints", ], }, "add_payload_keys": [], @@ -1153,6 +1232,11 @@ "no_log": False, "type": "str", }, + "classicendpoints": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "defaultauthtype": { "choices": ["CERT", "LDAP", "LOCAL", "RADIUS", "TACACS"], "no_log": False, @@ -1223,6 +1307,11 @@ "no_log": False, "type": "list", }, + "webviewendpoints": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, }, "singleton": True, "update_payload_keys": [ @@ -1230,6 +1319,7 @@ "aaadnatip", "aaasessionloglevel", "apitokencache", + "classicendpoints", "defaultauthtype", "defaultcspheader", "dynaddr", @@ -1251,6 +1341,7 @@ "securityinsights", "tokenintrospectioninterval", "wafprotection", + "webviewendpoints", ], }, "aaapreauthenticationaction": { @@ -1265,6 +1356,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1314,6 +1406,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1362,6 +1455,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1393,6 +1487,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1512,6 +1607,7 @@ "_supported_operations": ["count", "get", "kill"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1554,6 +1650,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1585,6 +1682,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1654,6 +1752,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1671,6 +1770,7 @@ "aaauser_intranetip_binding", "aaauser_tmsessionpolicy_binding", "aaauser_vpnintranetapplication_binding", + "aaauser_vpnsecureprivateaccessprofile_binding", "aaauser_vpnsessionpolicy_binding", "aaauser_vpntrafficpolicy_binding", "aaauser_vpnurl_binding", @@ -1798,6 +1898,22 @@ }, "type": "dict", }, + "aaauser_vpnsecureprivateaccessprofile_binding": { + "no_log": False, + "options": { + "binding_members": { + "default": [], + "elements": "dict", + "type": "list", + }, + "mode": { + "choices": ["bind", "desired", "unbind"], + "default": "desired", + "type": "str", + }, + }, + "type": "dict", + }, "aaauser_vpnsessionpolicy_binding": { "no_log": False, "options": { @@ -1873,6 +1989,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1921,6 +2038,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -1969,6 +2087,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2017,6 +2136,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2058,6 +2178,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2099,6 +2220,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2147,6 +2269,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2177,10 +2300,50 @@ "singleton": False, "update_payload_keys": [], }, + "aaauser_vpnsecureprivateaccessprofile_binding": { + "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, + "add_payload_keys": [ + "gotopriorityexpression", + "secureprivateaccessprofile", + "username", + ], + "bindprimary_key": "secureprivateaccessprofile", + "delete_arg_keys": ["secureprivateaccessprofile"], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": ["secureprivateaccessprofile"], + "immutable_keys": [ + "gotopriorityexpression", + "secureprivateaccessprofile", + "username", + ], + "password_keys": [], + "primary_key": "username", + "primary_key_composite": [], + "readwrite_arguments": { + "gotopriorityexpression": {"no_log": False, "type": "str"}, + "secureprivateaccessprofile": {"no_log": False, "type": "str"}, + "username": {"no_log": False, "type": "str"}, + }, + "singleton": False, + "update_payload_keys": [], + }, "aaauser_vpnsessionpolicy_binding": { "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2229,6 +2392,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2277,6 +2441,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2307,6 +2472,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2352,7 +2518,7 @@ "update_payload_keys": [], }, "accesslist": { - "_supported_operations": ["get", "unset", "update", "delete", "add"], + "_supported_operations": ["add", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], "create": [], @@ -2378,13 +2544,13 @@ "id": {"no_log": False, "type": "str"}, "remark": {"no_log": False, "type": "str"}, "rules": { - "type": "list", "elements": "dict", "options": { "action": {"no_log": False, "type": "str"}, "address": {"no_log": False, "type": "str"}, "wildcard": {"no_log": False, "type": "str"}, }, + "type": "list", }, }, "singleton": True, @@ -2394,6 +2560,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2427,6 +2594,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2462,6 +2630,7 @@ ], "action_payload_keys": { "apply": [], + "change": ["dataformatfile", "name"], "create": [], "force": [], "import": [], @@ -2801,6 +2970,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2851,6 +3021,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2887,6 +3058,7 @@ ], "action_payload_keys": { "apply": [], + "change": ["file", "name", "skipvalidation", "type"], "create": [], "force": [], "import": [], @@ -2925,9 +3097,10 @@ "update_payload_keys": [], }, "apispecfile": { - "_supported_operations": ["Import", "count", "delete", "get", "get-byname"], + "_supported_operations": ["Import", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["name", "overwrite", "src"], @@ -2959,6 +3132,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -2995,6 +3169,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3128,6 +3303,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3166,6 +3342,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3205,6 +3382,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3291,6 +3469,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3639,6 +3818,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3697,6 +3877,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3749,6 +3930,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3803,6 +3985,7 @@ "_supported_operations": ["Import", "delete", "export", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["comment", "name", "src"], @@ -3835,6 +4018,7 @@ "_supported_operations": ["add", "count", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3871,6 +4055,7 @@ "_supported_operations": ["export"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3908,6 +4093,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -3941,6 +4127,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4001,7 +4188,6 @@ "choices": [ "HTTPQUIC_REQ_DEFAULT", "HTTPQUIC_REQ_OVERRIDE", - "NONE", "REQ_DEFAULT", "REQ_OVERRIDE", ], @@ -4016,6 +4202,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4065,7 +4252,6 @@ "choices": [ "HTTPQUIC_REQ_DEFAULT", "HTTPQUIC_REQ_OVERRIDE", - "NONE", "REQ_DEFAULT", "REQ_OVERRIDE", ], @@ -4080,6 +4266,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4129,7 +4316,6 @@ "choices": [ "HTTPQUIC_REQ_DEFAULT", "HTTPQUIC_REQ_OVERRIDE", - "NONE", "REQ_DEFAULT", "REQ_OVERRIDE", ], @@ -4144,6 +4330,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4178,6 +4365,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4212,6 +4400,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4246,6 +4435,7 @@ "_supported_operations": ["Import", "change", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": ["comment", "name", "overwrite", "src"], @@ -4278,6 +4468,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4312,6 +4503,7 @@ "_supported_operations": ["Import", "change", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": ["comment", "name", "overwrite", "src"], @@ -4344,6 +4536,7 @@ "_supported_operations": ["count", "delete", "export", "get", "reset"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4461,6 +4654,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4584,6 +4778,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4627,6 +4822,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4685,6 +4881,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4737,6 +4934,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -4800,6 +4998,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -6421,6 +6620,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -6483,6 +6683,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -6565,6 +6766,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -6648,6 +6850,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -6748,6 +6951,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -6800,6 +7004,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -6859,6 +7064,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -6914,6 +7120,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7014,6 +7221,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7069,6 +7277,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7153,6 +7362,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7205,6 +7415,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7257,6 +7468,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7337,6 +7549,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7399,6 +7612,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7470,6 +7684,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7557,6 +7772,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7620,6 +7836,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7702,6 +7919,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7793,6 +8011,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7905,6 +8124,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -7996,6 +8216,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8087,6 +8308,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8142,6 +8364,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8201,6 +8424,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8267,6 +8491,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8367,6 +8592,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8419,6 +8645,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8471,6 +8698,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8543,6 +8771,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8771,6 +9000,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8837,6 +9067,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8926,6 +9157,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -8981,6 +9213,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9047,6 +9280,7 @@ "_supported_operations": ["Import", "change", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": ["comment", "name", "overwrite", "src"], @@ -9079,6 +9313,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9212,6 +9447,7 @@ "_supported_operations": ["Import", "change", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": [ @@ -9279,6 +9515,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9313,6 +9550,7 @@ "_supported_operations": ["Import", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["comment", "name", "overwrite", "src"], @@ -9345,6 +9583,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9379,6 +9618,7 @@ "_supported_operations": ["Import", "change", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": ["comment", "name", "overwrite", "src"], @@ -9411,6 +9651,7 @@ "_supported_operations": ["Import", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["comment", "name", "overwrite", "src"], @@ -9443,6 +9684,7 @@ "_supported_operations": ["Import", "delete", "export"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["appname", "apptemplatefilename", "deploymentfilename"], @@ -9482,6 +9724,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9580,6 +9823,7 @@ "_supported_operations": ["Import", "change", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": ["name", "src"], @@ -9610,6 +9854,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9659,6 +9904,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9690,6 +9936,7 @@ "_supported_operations": ["add", "count", "delete", "get", "send"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9746,6 +9993,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9788,6 +10036,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9858,6 +10107,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -9870,6 +10120,7 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "logfacility", "loglevel", "lsn", @@ -9890,6 +10141,7 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "domainresolveretry", "logfacility", "loglevel", @@ -9903,7 +10155,6 @@ "subscriberlog", "tcp", "timezone", - "trafficplane", "urlfiltering", "userdefinedauditlog", ], @@ -9913,7 +10164,7 @@ "disable_payload_keys": [], "enable_payload_keys": [], "get_arg_keys": [], - "immutable_keys": ["trafficplane"], + "immutable_keys": [], "password_keys": [], "primary_key": "name", "primary_key_composite": [], @@ -9935,6 +10186,11 @@ "no_log": False, "type": "str", }, + "denylistviolations": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "domainresolvenow": {"no_log": False, "type": "bool"}, "domainresolveretry": {"no_log": False, "type": "int"}, "logfacility": { @@ -9994,11 +10250,6 @@ "no_log": False, "type": "str", }, - "trafficplane": { - "choices": ["DATA", "DEFAULT"], - "no_log": False, - "type": "str", - }, "urlfiltering": { "choices": ["DISABLED", "ENABLED"], "no_log": False, @@ -10017,6 +10268,7 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "domainresolvenow", "domainresolveretry", "logfacility", @@ -10039,6 +10291,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -10085,6 +10338,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -10097,6 +10351,7 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "logfacility", "loglevel", "lsn", @@ -10140,6 +10395,11 @@ "no_log": False, "type": "str", }, + "denylistviolations": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "logfacility": { "choices": [ "LOCAL0", @@ -10213,6 +10473,7 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "logfacility", "loglevel", "lsn", @@ -10238,6 +10499,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -10277,6 +10539,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -10289,9 +10552,11 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "dns", "httpauthtoken", "httpendpointurl", + "httpschemafile", "logfacility", "loglevel", "lsn", @@ -10319,10 +10584,12 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "dns", "domainresolveretry", "httpauthtoken", "httpendpointurl", + "httpschemafile", "lbvservername", "logfacility", "loglevel", @@ -10343,7 +10610,6 @@ "tcp", "tcpprofilename", "timezone", - "trafficplane", "transport", "urlfiltering", "userdefinedauditlog", @@ -10354,7 +10620,7 @@ "disable_payload_keys": [], "enable_payload_keys": [], "get_arg_keys": [], - "immutable_keys": ["trafficplane", "transport"], + "immutable_keys": ["transport"], "password_keys": ["httpauthtoken"], "primary_key": "name", "primary_key_composite": [], @@ -10376,11 +10642,17 @@ "no_log": False, "type": "str", }, + "denylistviolations": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "dns": {"choices": ["DISABLED", "ENABLED"], "no_log": False, "type": "str"}, "domainresolvenow": {"no_log": False, "type": "bool"}, "domainresolveretry": {"no_log": False, "type": "int"}, "httpauthtoken": {"no_log": True, "type": "str"}, "httpendpointurl": {"no_log": False, "type": "str"}, + "httpschemafile": {"no_log": False, "type": "str"}, "lbvservername": {"no_log": False, "type": "str"}, "logfacility": { "choices": [ @@ -10475,11 +10747,6 @@ "no_log": False, "type": "str", }, - "trafficplane": { - "choices": ["DATA", "DEFAULT"], - "no_log": False, - "type": "str", - }, "transport": { "choices": ["HTTP", "TCP", "UDP"], "no_log": False, @@ -10503,11 +10770,13 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "dns", "domainresolvenow", "domainresolveretry", "httpauthtoken", "httpendpointurl", + "httpschemafile", "lbvservername", "logfacility", "loglevel", @@ -10536,6 +10805,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -10656,6 +10926,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -10668,6 +10939,7 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "dns", "logfacility", "loglevel", @@ -10713,6 +10985,11 @@ "no_log": False, "type": "str", }, + "denylistviolations": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "dns": {"choices": ["DISABLED", "ENABLED"], "no_log": False, "type": "str"}, "logfacility": { "choices": [ @@ -10791,6 +11068,7 @@ "appflowexport", "contentinspectionlog", "dateformat", + "denylistviolations", "dns", "logfacility", "loglevel", @@ -10818,6 +11096,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -10856,6 +11135,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -10909,6 +11189,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -10962,6 +11243,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11047,6 +11329,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11108,6 +11391,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11167,6 +11451,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11206,6 +11491,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11253,6 +11539,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11305,6 +11592,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11344,6 +11632,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11416,6 +11705,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11485,6 +11775,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11534,6 +11825,7 @@ "nestedgroupextraction", "otpsecret", "passwdchange", + "passwordlessmgmtaccess", "pushservice", "referraldnslookup", "requireuser", @@ -11589,6 +11881,7 @@ "nestedgroupextraction", "otpsecret", "passwdchange", + "passwordlessmgmtaccess", "pushservice", "referraldnslookup", "requireuser", @@ -11676,6 +11969,11 @@ "no_log": False, "type": "str", }, + "passwordlessmgmtaccess": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "pushservice": {"no_log": False, "type": "str"}, "referraldnslookup": { "choices": ["A-REC", "MSSRV-REC", "SRV-REC"], @@ -11746,6 +12044,7 @@ "nestedgroupextraction", "otpsecret", "passwdchange", + "passwordlessmgmtaccess", "pushservice", "referraldnslookup", "requireuser", @@ -11773,6 +12072,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11811,6 +12111,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11849,6 +12150,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11924,6 +12226,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -11982,6 +12285,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12051,6 +12355,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12090,6 +12395,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12128,6 +12434,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12237,7 +12544,7 @@ "primary_key_composite": [], "readwrite_arguments": { "allowedalgorithms": { - "choices": ["HS256", "RS256", "RS512"], + "choices": ["HS256", "HS512", "RS256", "RS512"], "elements": "str", "no_log": False, "type": "list", @@ -12384,6 +12691,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12442,6 +12750,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12547,6 +12856,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12622,6 +12932,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12676,6 +12987,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12728,6 +13040,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12767,6 +13080,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12820,6 +13134,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -12988,6 +13303,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -13027,6 +13343,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -13335,6 +13652,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -13393,6 +13711,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -13897,6 +14216,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -13936,6 +14256,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -13976,6 +14297,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -14015,6 +14337,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -14065,6 +14388,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -14216,6 +14540,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -14258,6 +14583,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -14709,6 +15035,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -14773,6 +15100,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -14837,6 +15165,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -14901,6 +15230,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -14965,6 +15295,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15029,6 +15360,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15093,6 +15425,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15157,6 +15490,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15221,6 +15555,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15285,6 +15620,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15349,6 +15685,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15413,6 +15750,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15477,6 +15815,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15541,6 +15880,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15605,6 +15945,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15669,6 +16010,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15733,6 +16075,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15797,6 +16140,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15861,6 +16205,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15925,6 +16270,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -15989,6 +16335,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16026,6 +16373,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16154,6 +16502,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16193,6 +16542,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16249,6 +16599,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16296,6 +16647,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16358,6 +16710,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16421,6 +16774,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16463,6 +16817,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16496,6 +16851,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16544,6 +16900,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16571,8 +16928,41 @@ "singleton": False, "update_payload_keys": [], }, + "bfdinterface": { + "_supported_operations": ["add", "get", "unset"], + "action_payload_keys": { + "apply": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": ["name", "passive"], + }, + "add_payload_keys": ["interval", "minrx", "multiplier", "name", "passive"], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": [], + "primary_key": "", + "primary_key_composite": [], + "readwrite_arguments": { + "interval": {"no_log": False, "type": "int"}, + "minrx": {"no_log": False, "type": "int"}, + "multiplier": {"no_log": False, "type": "int"}, + "name": {"no_log": False, "type": "str"}, + "passive": {"no_log": False, "type": "bool"}, + }, + "singleton": False, + "update_payload_keys": ["interval", "minrx", "multiplier", "name", "passive"], + }, "bgprouter": { - "_supported_operations": ["get", "add", "unset", "update", "delete"], + "_supported_operations": ["add", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], "create": [], @@ -16594,71 +16984,68 @@ "password_keys": [], "primary_key": "", "primary_key_composite": [], - "update_payload_keys": ["afParams", "localAS", "neighbor", "routerId"], "readwrite_arguments": { - "localAS": {"no_log": False, "type": "int"}, - "routerId": {"no_log": False, "type": "str"}, "afParams": { - "type": "list", "elements": "dict", "options": { "addressFamily": { + "choices": ["ipv4", "ipv6"], "no_log": False, "type": "str", - "choices": ["ipv4", "ipv6"], }, "redistribute": { - "type": "list", "elements": "dict", "options": { "protocol": { - "no_log": False, - "type": "str", "choices": [ - "kernel", "connected", - "static", - "rip", - "ospf", - "isis", "intranet", + "isis", + "kernel", + "ospf", + "rip", + "static", ], + "no_log": False, + "type": "str", }, "routeMap": {"no_log": False, "type": "str"}, }, + "type": "list", }, }, + "type": "list", }, + "localAS": {"no_log": False, "type": "int"}, "neighbor": { - "type": "list", "elements": "dict", "options": { "ASOriginationInterval": {"no_log": False, "type": "int"}, "address": {"no_log": False, "type": "str"}, "advertisementInterval": {"no_log": False, "type": "int"}, "afParams": { - "type": "list", "elements": "dict", "options": { "activate": {"no_log": False, "type": "bool"}, "addressFamily": { + "choices": ["ipv4", "ipv6"], "no_log": False, "type": "str", - "choices": ["ipv4", "ipv6"], }, "routeMap": { - "type": "list", "elements": "dict", "options": { "direction": { + "choices": ["in", "out"], "no_log": False, "type": "str", - "choices": ["in", "out"], }, "name": {"no_log": False, "type": "str"}, }, + "type": "list", }, }, + "type": "list", }, "connectTimer": {"no_log": False, "type": "int"}, "holdTimerConfig": {"no_log": False, "type": "int"}, @@ -16669,47 +17056,18 @@ "singlehopBfd": {"no_log": False, "type": "bool"}, "updateSource": {"no_log": False, "type": "str"}, }, + "type": "list", }, + "routerId": {"no_log": False, "type": "str"}, }, "singleton": False, - }, - "bfdinterface": { - "_supported_operations": ["get", "add", "unset"], - "action_payload_keys": { - "apply": [], - "create": [], - "force": [], - "import": [], - "link": [], - "switch": [], - "unlink": [], - "unset": ["name", "passive"], - }, - "add_payload_keys": ["interval", "minrx", "name", "multiplier", "passive"], - "bindings": [], - "bindprimary_key": "", - "delete_arg_keys": [], - "disable_payload_keys": [], - "enable_payload_keys": [], - "get_arg_keys": [], - "immutable_keys": [], - "password_keys": [], - "primary_key": "", - "primary_key_composite": [], - "update_payload_keys": ["name", "interval", "minrx", "multiplier", "passive"], - "readwrite_arguments": { - "interval": {"no_log": False, "type": "int"}, - "minrx": {"no_log": False, "type": "int"}, - "name": {"no_log": False, "type": "str"}, - "multiplier": {"no_log": False, "type": "int"}, - "passive": {"no_log": False, "type": "bool"}, - }, - "singleton": False, + "update_payload_keys": ["afParams", "localAS", "neighbor", "routerId"], }, "botglobal_botpolicy_binding": { "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16788,6 +17146,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16861,6 +17220,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16909,6 +17269,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -16971,6 +17332,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -17334,6 +17696,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -17400,6 +17763,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -17474,6 +17838,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -17558,6 +17923,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -17612,6 +17978,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -17666,6 +18033,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18035,6 +18403,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18104,6 +18473,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18155,6 +18525,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18216,6 +18587,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18303,6 +18675,7 @@ "_supported_operations": ["Import", "change", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": ["comment", "name", "overwrite", "src"], @@ -18343,6 +18716,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18434,6 +18808,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18466,6 +18841,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18498,6 +18874,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18535,6 +18912,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18583,6 +18961,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18804,6 +19183,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18834,6 +19214,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18919,6 +19300,7 @@ "_supported_operations": ["count", "expire", "flush", "get", "save"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -18978,6 +19360,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19060,6 +19443,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19150,6 +19534,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19211,6 +19596,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19272,6 +19658,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19302,6 +19689,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19356,6 +19744,16 @@ }, "change_password": { "_supported_operations": ["add", "update"], + "action_payload_keys": { + "apply": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, "add_payload_keys": ["first_boot", "new_password", "password", "username"], "bindings": [], "bindprimary_key": "", @@ -19364,6 +19762,7 @@ "enable_payload_keys": [], "get_arg_keys": [], "immutable_keys": ["new_password", "password", "username"], + "password_keys": [], "primary_key": "", "primary_key_composite": [], "readwrite_arguments": { @@ -19387,6 +19786,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19488,6 +19888,7 @@ "1000", "10000", "100000", + "200000", "25000", "40000", "50000", @@ -19522,6 +19923,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19550,6 +19952,16 @@ }, "clear_config": { "_supported_operations": ["add"], + "action_payload_keys": { + "apply": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, "add_payload_keys": ["all", "mode"], "bindings": [], "bindprimary_key": "", @@ -19558,6 +19970,7 @@ "enable_payload_keys": [], "get_arg_keys": [], "immutable_keys": [], + "password_keys": [], "primary_key": "", "primary_key_composite": [], "readwrite_arguments": { @@ -19583,6 +19996,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19613,6 +20027,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19640,6 +20055,7 @@ "_supported_operations": ["get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19671,10 +20087,45 @@ "tenantidentifier", ], }, + "cloudgcpstaticroutes": { + "_supported_operations": ["get", "unset", "update"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": ["status"], + }, + "add_payload_keys": [], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": [], + "primary_key": "", + "primary_key_composite": [], + "readwrite_arguments": { + "status": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + } + }, + "singleton": True, + "update_payload_keys": ["status"], + }, "cloudngsparameter": { "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19686,6 +20137,7 @@ "allowedudtversion", "blockonallowedngstktprof", "csvserverticketingdecouple", + "wafprotection", ], }, "add_payload_keys": [], @@ -19716,6 +20168,11 @@ "no_log": False, "type": "str", }, + "wafprotection": { + "choices": ["DEFAULT", "DISABLED", "EDGE"], + "no_log": False, + "type": "str", + }, }, "singleton": True, "update_payload_keys": [ @@ -19723,12 +20180,14 @@ "allowedudtversion", "blockonallowedngstktprof", "csvserverticketingdecouple", + "wafprotection", ], }, "cloudparameter": { "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19782,6 +20241,7 @@ "_supported_operations": ["count", "get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19811,6 +20271,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -19993,10 +20454,64 @@ "singleton": False, "update_payload_keys": [], }, + "cloudroutes": { + "_supported_operations": [ + "add", + "apply", + "clear", + "count", + "delete", + "get", + "get-byname", + "unset", + "update", + ], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": ["clientipaddress", "name"], + }, + "add_payload_keys": [ + "clientipaddress", + "name", + "routesvpcnetwork", + "vipvpcnetwork", + ], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": [], + "primary_key": "name", + "primary_key_composite": [], + "readwrite_arguments": { + "clientipaddress": {"no_log": False, "type": "str"}, + "name": {"no_log": False, "type": "str"}, + "routesvpcnetwork": {"no_log": False, "type": "str"}, + "vipvpcnetwork": {"no_log": False, "type": "str"}, + }, + "singleton": False, + "update_payload_keys": [ + "clientipaddress", + "name", + "routesvpcnetwork", + "vipvpcnetwork", + ], + }, "cloudservice": { "_supported_operations": ["check"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -20024,6 +20539,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -20068,6 +20584,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -20100,6 +20617,7 @@ "_supported_operations": ["join"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -20335,6 +20853,7 @@ "_supported_operations": ["sync"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -20391,6 +20910,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -20521,6 +21041,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -20785,6 +21306,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -20823,6 +21345,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21043,6 +21566,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21072,6 +21596,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21101,6 +21626,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21130,6 +21656,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21159,6 +21686,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21188,6 +21716,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21217,6 +21746,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21246,6 +21776,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21275,6 +21806,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21304,6 +21836,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21333,6 +21866,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21362,6 +21896,7 @@ "_supported_operations": ["clear", "count", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21389,6 +21924,7 @@ "_supported_operations": ["Force"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21425,6 +21961,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21472,6 +22009,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21534,7 +22072,6 @@ "HTTPQUIC_REQ_OVERRIDE", "HTTPQUIC_RES_DEFAULT", "HTTPQUIC_RES_OVERRIDE", - "NONE", "REQ_DEFAULT", "REQ_OVERRIDE", "RES_DEFAULT", @@ -21551,6 +22088,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21647,6 +22185,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21703,6 +22242,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21755,6 +22295,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21817,6 +22358,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21833,6 +22375,7 @@ "servername", "serverport", "type", + "wasmprofilename", ], "bindings": [], "bindprimary_key": "", @@ -21856,10 +22399,17 @@ "servername": {"no_log": False, "type": "str"}, "serverport": {"no_log": False, "type": "int"}, "type": { - "choices": ["ICAP", "INLINEINSPECTION", "MIRROR", "NOINSPECTION"], + "choices": [ + "ICAP", + "INLINEINSPECTION", + "MIRROR", + "NOINSPECTION", + "WASM", + ], "no_log": False, "type": "str", }, + "wasmprofilename": {"no_log": False, "type": "str"}, }, "singleton": False, "update_payload_keys": [ @@ -21869,6 +22419,7 @@ "serverip", "servername", "serverport", + "wasmprofilename", ], }, "contentinspectioncallout": { @@ -21883,6 +22434,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -21943,6 +22495,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22017,6 +22570,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22053,6 +22607,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22126,6 +22681,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22175,6 +22731,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22237,6 +22794,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22287,6 +22845,77 @@ "name", ], }, + "contentinspectionwasmprofile": { + "_supported_operations": [ + "add", + "count", + "delete", + "get", + "get-byname", + "unset", + "update", + ], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [ + "anomalousdatasize", + "anomalousttfbtime", + "maxbodylen", + "name", + "timeout", + "timeoutaction", + ], + }, + "add_payload_keys": [ + "anomalousdatasize", + "anomalousttfbtime", + "maxbodylen", + "name", + "timeout", + "timeoutaction", + "wasmmodule", + ], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": [], + "primary_key": "name", + "primary_key_composite": [], + "readwrite_arguments": { + "anomalousdatasize": {"no_log": False, "type": "int"}, + "anomalousttfbtime": {"no_log": False, "type": "int"}, + "maxbodylen": {"no_log": False, "type": "int"}, + "name": {"no_log": False, "type": "str"}, + "timeout": {"no_log": False, "type": "int"}, + "timeoutaction": { + "choices": ["BYPASS", "DROP", "RESET"], + "no_log": False, + "type": "str", + }, + "wasmmodule": {"no_log": False, "type": "str"}, + }, + "singleton": False, + "update_payload_keys": [ + "anomalousdatasize", + "anomalousttfbtime", + "maxbodylen", + "name", + "timeout", + "timeoutaction", + "wasmmodule", + ], + }, "crpolicy": { "_supported_operations": [ "add", @@ -22300,6 +22929,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22345,6 +22975,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22864,6 +23495,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22893,6 +23525,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -22957,6 +23590,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23021,6 +23655,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23085,6 +23720,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23149,6 +23785,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23213,6 +23850,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23277,6 +23915,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23341,6 +23980,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23405,6 +24045,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23469,6 +24110,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23498,6 +24140,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23562,6 +24205,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23626,6 +24270,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23690,6 +24335,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23763,6 +24409,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23810,6 +24457,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23852,6 +24500,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23909,6 +24558,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -23985,6 +24635,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -24049,6 +24700,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -24892,6 +25544,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -24921,6 +25574,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -24991,6 +25645,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25061,6 +25716,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25131,6 +25787,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25201,6 +25858,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25271,6 +25929,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25341,6 +26000,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25411,6 +26071,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25481,6 +26142,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25551,6 +26213,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25621,6 +26284,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25691,6 +26355,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25741,6 +26406,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25811,6 +26477,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25840,6 +26507,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25870,6 +26538,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -25940,6 +26609,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26010,6 +26680,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26080,6 +26751,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26150,6 +26822,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26220,6 +26893,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26257,6 +26931,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26324,6 +26999,7 @@ "_supported_operations": ["restart"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26358,6 +27034,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26389,6 +27066,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26435,6 +27113,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26504,6 +27183,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26536,6 +27216,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26574,6 +27255,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26615,6 +27297,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26653,6 +27336,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26733,6 +27417,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [ "algorithm", "filenameprefix", @@ -26850,6 +27535,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26898,6 +27584,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -26935,6 +27622,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27013,6 +27701,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27051,6 +27740,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27216,6 +27906,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27276,6 +27967,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27314,6 +28006,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27366,6 +28059,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27424,6 +28118,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27555,6 +28250,7 @@ "_supported_operations": ["flush"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27608,6 +28304,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27654,6 +28351,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27726,6 +28424,7 @@ "_supported_operations": ["add", "count", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27774,6 +28473,7 @@ "_supported_operations": ["count", "flush", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27805,6 +28505,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27832,6 +28533,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27871,6 +28573,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27908,6 +28611,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -27950,6 +28654,42 @@ "singleton": False, "update_payload_keys": ["dnssecoffload", "nsec", "proxymode", "zonename"], }, + "dpsparameter": { + "_supported_operations": ["get", "unset", "update"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": ["customerid", "deployment", "serviceurl"], + }, + "add_payload_keys": [], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": [], + "primary_key": "", + "primary_key_composite": [], + "readwrite_arguments": { + "customerid": {"no_log": False, "type": "str"}, + "deployment": { + "choices": ["COMMERCIAL", "GOV", "JAPANCLOUD"], + "no_log": False, + "type": "str", + }, + "serviceurl": {"no_log": False, "type": "str"}, + }, + "singleton": True, + "update_payload_keys": ["customerid", "deployment", "serviceurl"], + }, "endpointinfo": { "_supported_operations": [ "add", @@ -27962,6 +28702,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28009,6 +28750,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28044,6 +28786,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28165,6 +28908,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28207,7 +28951,6 @@ "choices": [ "HTTPQUIC_REQ_DEFAULT", "HTTPQUIC_REQ_OVERRIDE", - "NONE", "REQ_DEFAULT", "REQ_OVERRIDE", "RES_DEFAULT", @@ -28224,6 +28967,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28274,6 +29018,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28305,6 +29050,7 @@ "_supported_operations": ["disable", "enable", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28337,6 +29083,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28399,6 +29146,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28429,6 +29177,7 @@ "_supported_operations": ["add", "delete"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28466,6 +29215,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28532,6 +29282,7 @@ "_supported_operations": ["sync"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28566,6 +29317,7 @@ "_supported_operations": ["clear", "count", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28593,6 +29345,7 @@ "_supported_operations": ["delete"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28620,6 +29373,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28738,6 +29492,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -28999,6 +29754,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -29029,6 +29785,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -29075,6 +29832,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -29300,6 +30058,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -29366,6 +30125,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -29441,6 +30201,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -29550,6 +30311,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -29920,6 +30682,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -29975,6 +30738,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30007,6 +30771,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30037,6 +30802,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30088,6 +30854,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30139,6 +30906,7 @@ "_supported_operations": ["Force"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": ["force"], "import": [], @@ -30166,6 +30934,7 @@ "_supported_operations": ["sync"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30220,6 +30989,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30334,6 +31104,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30364,6 +31135,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30390,10 +31162,39 @@ "singleton": False, "update_payload_keys": [], }, + "hasecureheartbeats": { + "_supported_operations": ["get", "update"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, + "add_payload_keys": [], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": ["hapsk"], + "primary_key": "", + "primary_key_composite": [], + "readwrite_arguments": {"hapsk": {"no_log": True, "type": "str"}}, + "singleton": True, + "update_payload_keys": ["hapsk"], + }, "hasync": { "_supported_operations": ["Force"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": ["force", "save"], "import": [], @@ -30432,6 +31233,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30588,6 +31390,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30621,6 +31424,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30680,6 +31484,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30739,6 +31544,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30753,6 +31559,7 @@ "edtpmtudrediscovery", "enablesronhafailover", "hdxinsightnonnsap", + "insightonlytodirector", "l7latencyfrequency", ], }, @@ -30799,6 +31606,11 @@ "no_log": False, "type": "str", }, + "insightonlytodirector": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "l7latencyfrequency": {"no_log": False, "type": "int"}, }, "singleton": True, @@ -30810,6 +31622,7 @@ "edtpmtudrediscovery", "enablesronhafailover", "hdxinsightnonnsap", + "insightonlytodirector", "l7latencyfrequency", ], }, @@ -30826,6 +31639,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30869,6 +31683,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -30963,6 +31778,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31016,15 +31832,22 @@ "_supported_operations": ["Install"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], "install": [ "a", + "advancedoptions", + "answeryestoall", "async", - "enhancedupgrade", + "deletesigfiles", + "dontchecknsconf", + "dontreboot", + "exitonlicserverconnerror", + "fipsinstall", + "ignorensapimgrerrors", "l", - "resizeswapvar", "url", "y", ], @@ -31046,10 +31869,16 @@ "primary_key_composite": [], "readwrite_arguments": { "a": {"no_log": False, "type": "bool"}, + "advancedoptions": {"no_log": False, "type": "str"}, + "answeryestoall": {"no_log": False, "type": "bool"}, "async": {"no_log": False, "type": "bool"}, - "enhancedupgrade": {"no_log": False, "type": "bool"}, + "deletesigfiles": {"no_log": False, "type": "bool"}, + "dontchecknsconf": {"no_log": False, "type": "bool"}, + "dontreboot": {"no_log": False, "type": "bool"}, + "exitonlicserverconnerror": {"no_log": False, "type": "bool"}, + "fipsinstall": {"no_log": False, "type": "bool"}, + "ignorensapimgrerrors": {"no_log": False, "type": "bool"}, "l": {"no_log": False, "type": "bool"}, - "resizeswapvar": {"no_log": False, "type": "bool"}, "url": {"no_log": False, "type": "str"}, "y": {"no_log": False, "type": "bool"}, }, @@ -31070,6 +31899,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31173,6 +32003,7 @@ "1000", "10000", "100000", + "200000", "25000", "40000", "50000", @@ -31220,6 +32051,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31250,6 +32082,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31282,6 +32115,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31332,11 +32166,7 @@ ], }, "iproute": { - "_supported_operations": [ - "add", - "delete", - "get", - ], + "_supported_operations": ["add", "delete", "get"], "action_payload_keys": { "apply": [], "create": [], @@ -31348,10 +32178,10 @@ "unset": [], }, "add_payload_keys": [ - "ipRoute", "addressFamily", "distance", "interface", + "ipRoute", "nextHop", "prefix", "prefixLength", @@ -31359,57 +32189,33 @@ "bindings": [], "bindprimary_key": "", "delete_arg_keys": [ - "prefix", "addressFamily", - "nextHop", "interface", + "nextHop", + "prefix", "prefixLength", ], "disable_payload_keys": [], "enable_payload_keys": [], - "get_arg_keys": ["prefixLength", "prefix", "addressFamily"], + "get_arg_keys": ["addressFamily", "prefix", "prefixLength"], "immutable_keys": [], "password_keys": [], "primary_key": "", "primary_key_composite": [], "readwrite_arguments": { "addressFamily": { - "no_log": False, - "type": "str", "choices": ["ipv4", "ipv6"], - }, - "distance": { - "no_log": False, - "type": "int", - }, - "interface": { - "no_log": False, - "type": "str", - }, - "isBest": { - "no_log": False, - "type": "bool", - }, - "metric": { - "no_log": False, - "type": "str", - }, - "nextHop": { - "no_log": False, - "type": "str", - }, - "prefix": { - "no_log": False, - "type": "str", - }, - "prefixLength": { - "no_log": False, - "type": "int", - }, - "type": { "no_log": False, "type": "str", }, + "distance": {"no_log": False, "type": "int"}, + "interface": {"no_log": False, "type": "str"}, + "isBest": {"no_log": False, "type": "bool"}, + "metric": {"no_log": False, "type": "str"}, + "nextHop": {"no_log": False, "type": "str"}, + "prefix": {"no_log": False, "type": "str"}, + "prefixLength": {"no_log": False, "type": "int"}, + "type": {"no_log": False, "type": "str"}, }, "singleton": False, "update_payload_keys": [], @@ -31426,6 +32232,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31481,6 +32288,7 @@ "_supported_operations": ["count", "flush", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31515,6 +32323,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31592,6 +32401,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31684,6 +32494,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31746,6 +32557,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31775,6 +32587,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31812,6 +32625,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31893,6 +32707,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -31963,6 +32778,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32029,6 +32845,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32074,6 +32891,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32103,6 +32921,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32233,6 +33052,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32371,6 +33191,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32417,6 +33238,7 @@ "_supported_operations": ["count", "get", "get-byname", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32456,6 +33278,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32494,6 +33317,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32603,6 +33427,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32712,6 +33537,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32748,6 +33574,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32795,6 +33622,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -32835,6 +33663,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -33438,6 +34267,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -33474,6 +34304,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -33520,6 +34351,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -33542,6 +34374,7 @@ "monitorskipmaxclient", "preferdirectroute", "proximityfromself", + "radiusmessageauthenticator", "retainservicestate", "startuprrfactor", "storemqttclientidandusername", @@ -33615,6 +34448,11 @@ "no_log": False, "type": "str", }, + "radiusmessageauthenticator": { + "choices": ["NO", "YES"], + "no_log": False, + "type": "str", + }, "retainservicestate": { "choices": ["OFF", "ON"], "no_log": False, @@ -33665,6 +34503,7 @@ "monitorskipmaxclient", "preferdirectroute", "proximityfromself", + "radiusmessageauthenticator", "retainservicestate", "startuprrfactor", "storemqttclientidandusername", @@ -33679,6 +34518,7 @@ "_supported_operations": ["clear", "count", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -33719,6 +34559,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -33792,6 +34633,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -33860,6 +34702,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -33922,6 +34765,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -34037,6 +34881,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -34069,6 +34914,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -34100,6 +34946,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -34166,6 +35013,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35236,6 +36084,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35266,6 +36115,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35330,6 +36180,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35394,6 +36245,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35458,6 +36310,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35522,6 +36375,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35586,6 +36440,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35650,6 +36505,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35714,6 +36570,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35778,6 +36635,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35842,6 +36700,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35906,6 +36765,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -35970,6 +36830,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36034,6 +36895,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36098,6 +36960,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36162,6 +37025,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36226,6 +37090,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36264,6 +37129,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36302,6 +37168,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36366,6 +37233,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36430,6 +37298,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36494,6 +37363,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36558,6 +37428,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36630,6 +37501,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36679,6 +37551,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36708,6 +37581,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36769,6 +37643,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36798,6 +37673,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36827,6 +37703,7 @@ "_supported_operations": ["clear", "count", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36857,6 +37734,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36892,6 +37770,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36937,6 +37816,7 @@ "_supported_operations": ["clear"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -36964,6 +37844,7 @@ "_supported_operations": ["Import", "add", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["locationfile", "src"], @@ -37011,6 +37892,7 @@ "_supported_operations": ["Import", "add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["locationfile", "src"], @@ -37046,6 +37928,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37106,6 +37989,16 @@ }, "login": { "_supported_operations": ["add"], + "action_payload_keys": { + "apply": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, "add_payload_keys": ["password", "username"], "bindings": [], "bindprimary_key": "", @@ -37114,6 +38007,7 @@ "enable_payload_keys": [], "get_arg_keys": [], "immutable_keys": ["password", "username"], + "password_keys": [], "primary_key": "", "primary_key_composite": [], "readwrite_arguments": { @@ -37125,6 +38019,16 @@ }, "logout": { "_supported_operations": ["add"], + "action_payload_keys": { + "apply": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, "add_payload_keys": [], "bindings": [], "bindprimary_key": "", @@ -37133,6 +38037,7 @@ "enable_payload_keys": [], "get_arg_keys": [], "immutable_keys": [], + "password_keys": [], "primary_key": "", "primary_key_composite": [], "readwrite_arguments": {}, @@ -37151,6 +38056,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37195,6 +38101,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37323,6 +38230,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37352,6 +38260,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37381,6 +38290,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37479,6 +38389,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37511,6 +38422,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37542,6 +38454,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37572,6 +38485,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37610,6 +38524,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37883,6 +38798,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37912,6 +38828,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37941,6 +38858,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37970,6 +38888,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -37999,6 +38918,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38028,6 +38948,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38057,6 +38978,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38086,6 +39008,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38115,6 +39038,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38152,6 +39076,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38219,6 +39144,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38259,6 +39185,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38330,6 +39257,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38377,6 +39305,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38440,6 +39369,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38478,6 +39408,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38529,6 +39460,7 @@ "_supported_operations": ["count", "flush", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38559,6 +39491,7 @@ "_supported_operations": ["count", "flush", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38608,6 +39541,7 @@ "_supported_operations": ["count", "flush", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38646,6 +39580,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38757,6 +39692,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38834,6 +39770,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38927,6 +39864,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -38988,6 +39926,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39018,6 +39957,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39048,6 +39988,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39094,6 +40035,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39131,6 +40073,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39360,6 +40303,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39404,6 +40348,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39448,6 +40393,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39492,6 +40438,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39536,6 +40483,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39580,6 +40528,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39624,6 +40573,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39668,6 +40618,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39712,6 +40663,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39764,6 +40716,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39795,6 +40748,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39852,6 +40806,7 @@ "_supported_operations": ["add", "clear", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -39904,6 +40859,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40012,6 +40968,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40049,6 +41006,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40148,6 +41106,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40177,6 +41136,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40207,6 +41167,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40237,6 +41198,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40274,6 +41236,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40281,6 +41244,7 @@ "switch": [], "unlink": [], "unset": [ + "badipactionthreshold", "mbf", "name", "overridelsn", @@ -40292,6 +41256,7 @@ ], }, "add_payload_keys": [ + "badipactionthreshold", "mbf", "name", "overridelsn", @@ -40313,6 +41278,7 @@ "primary_key": "name", "primary_key_composite": [], "readwrite_arguments": { + "badipactionthreshold": {"no_log": False, "type": "int"}, "mbf": {"choices": ["DISABLED", "ENABLED"], "no_log": False, "type": "str"}, "name": {"no_log": False, "type": "str"}, "netprofile_natrule_binding": { @@ -40377,6 +41343,7 @@ }, "singleton": False, "update_payload_keys": [ + "badipactionthreshold", "mbf", "name", "overridelsn", @@ -40391,6 +41358,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40422,6 +41390,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40462,6 +41431,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -40812,6 +41782,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41144,6 +42115,7 @@ "_supported_operations": ["apply", "clear", "renumber"], "action_payload_keys": { "apply": ["type"], + "change": [], "create": [], "force": [], "import": [], @@ -41173,6 +42145,7 @@ "_supported_operations": ["apply", "clear", "renumber"], "action_payload_keys": { "apply": ["type"], + "change": [], "create": [], "force": [], "import": [], @@ -41202,6 +42175,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41233,6 +42207,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41318,6 +42293,14 @@ "_supported_operations": ["change", "count", "get"], "action_payload_keys": { "apply": [], + "change": [ + "bindtype", + "countavailable", + "id", + "licensedir", + "sessionid", + "useproxy", + ], "create": [], "force": [], "import": [], @@ -41362,6 +42345,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41418,6 +42402,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41432,7 +42417,7 @@ "delete_arg_keys": [], "disable_payload_keys": [], "enable_payload_keys": [], - "get_arg_keys": [], + "get_arg_keys": ["ignoreexpiry"], "immutable_keys": [], "password_keys": ["password"], "primary_key": "", @@ -41444,6 +42429,7 @@ "no_log": False, "type": "str", }, + "ignoreexpiry": {"no_log": False, "type": "bool"}, "nodeid": {"no_log": False, "type": "int"}, "password": {"no_log": True, "type": "str"}, "platform": { @@ -41511,6 +42497,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41571,6 +42558,7 @@ "_supported_operations": ["get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41612,6 +42600,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41705,6 +42694,7 @@ "_supported_operations": ["Switch", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41732,6 +42722,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41759,6 +42750,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41847,6 +42839,7 @@ "_supported_operations": ["release"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41874,6 +42867,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41904,6 +42898,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -41953,6 +42948,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -42026,6 +43022,7 @@ "_supported_operations": ["get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -42098,6 +43095,7 @@ ], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": ["comment", "name", "overwrite", "src"], @@ -42144,6 +43142,7 @@ "_supported_operations": ["disable", "enable", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -42255,6 +43254,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -42300,6 +43300,7 @@ "_supported_operations": ["count", "get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -42330,6 +43331,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -42418,6 +43420,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -42805,6 +43808,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -42817,6 +43821,7 @@ "hostheader", "inserthttprequest", "inserticapheaders", + "inspecthttp2", "logaction", "name", "preview", @@ -42833,6 +43838,7 @@ "hostheader", "inserthttprequest", "inserticapheaders", + "inspecthttp2", "logaction", "mode", "name", @@ -42868,6 +43874,11 @@ "hostheader": {"no_log": False, "type": "str"}, "inserthttprequest": {"no_log": False, "type": "str"}, "inserticapheaders": {"no_log": False, "type": "str"}, + "inspecthttp2": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "logaction": {"no_log": False, "type": "str"}, "mode": {"choices": ["REQMOD", "RESPMOD"], "no_log": False, "type": "str"}, "name": {"no_log": False, "type": "str"}, @@ -42894,6 +43905,7 @@ "hostheader", "inserthttprequest", "inserticapheaders", + "inspecthttp2", "logaction", "mode", "name", @@ -42919,6 +43931,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43157,6 +44170,7 @@ "_supported_operations": ["add", "count", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43396,6 +44410,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43425,9 +44440,10 @@ "update_payload_keys": [], }, "nslaslicense": { - "_supported_operations": ["apply"], + "_supported_operations": ["apply", "get"], "action_payload_keys": { - "apply": ["filelocation", "filename"], + "apply": ["filelocation", "filename", "fixedbandwidth"], + "change": [], "create": [], "force": [], "import": [], @@ -43450,6 +44466,7 @@ "readwrite_arguments": { "filelocation": {"no_log": False, "type": "str"}, "filename": {"no_log": False, "type": "str"}, + "fixedbandwidth": {"no_log": False, "type": "bool"}, }, "singleton": True, "update_payload_keys": [], @@ -43458,6 +44475,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43503,6 +44521,7 @@ "_supported_operations": ["add", "count", "delete", "get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43534,6 +44553,7 @@ "_supported_operations": ["add", "count", "delete", "get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43543,6 +44563,7 @@ "unset": [], }, "add_payload_keys": [ + "deviceprofilename", "forceupdateip", "licensemode", "licenseserverip", @@ -43557,16 +44578,22 @@ "disable_payload_keys": [], "enable_payload_keys": [], "get_arg_keys": ["servername"], - "immutable_keys": ["forceupdateip", "password", "username"], + "immutable_keys": [ + "deviceprofilename", + "forceupdateip", + "password", + "username", + ], "password_keys": ["password"], "primary_key": "licenseserverip", "primary_key_composite": ["servername"], "readwrite_arguments": { + "deviceprofilename": {"no_log": False, "type": "str"}, "forceupdateip": {"no_log": False, "type": "bool"}, "licensemode": { "choices": [ "CICO", - "LASConnected", + "LAS", "Pooled", "SelfManagedPool", "SelfManagedvCPU", @@ -43597,6 +44624,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43676,6 +44704,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43706,6 +44735,7 @@ "_supported_operations": ["clear", "count", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43736,6 +44766,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43775,9 +44806,10 @@ ], }, "nsmigration": { - "_supported_operations": ["count", "get"], + "_supported_operations": ["complete", "count", "get", "start", "stop"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43807,6 +44839,7 @@ "_supported_operations": ["disable", "enable", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43866,9 +44899,10 @@ "update_payload_keys": [], }, "nsnextgenapi": { - "_supported_operations": ["clear", "disable", "enable", "get"], + "_supported_operations": ["clear", "disable", "enable", "get", "reset"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -43896,6 +44930,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44047,6 +45082,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44156,6 +45192,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44185,6 +45222,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44214,6 +45252,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44253,6 +45292,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44308,7 +45348,6 @@ "srcportop", "srcportval", "targettd", - "targettdval", "td", "vlan", "vxlan", @@ -44510,8 +45549,7 @@ "type": "str", }, "srcportval": {"no_log": False, "type": "str"}, - "targettd": {"no_log": False, "type": "bool"}, - "targettdval": {"no_log": False, "type": "int"}, + "targettd": {"no_log": False, "type": "int"}, "td": {"no_log": False, "type": "int"}, "vlan": {"no_log": False, "type": "int"}, "vxlan": {"no_log": False, "type": "int"}, @@ -44546,7 +45584,6 @@ "srcportop", "srcportval", "targettd", - "targettdval", "vlan", "vxlan", "vxlanvlanmap", @@ -44569,6 +45606,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44866,6 +45904,7 @@ "_supported_operations": ["apply", "clear", "renumber"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44893,6 +45932,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44935,6 +45975,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -44981,6 +46022,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45011,6 +46053,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45056,6 +46099,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45094,6 +46138,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45154,6 +46199,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45206,6 +46252,7 @@ "_supported_operations": ["count", "flush", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45233,6 +46280,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45267,6 +46315,7 @@ "_supported_operations": ["clear"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45300,6 +46349,7 @@ "_supported_operations": ["flush"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45331,6 +46381,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45361,6 +46412,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -45409,6 +46461,7 @@ "pktperretx", "rfc5961chlgacklimit", "sack", + "sendresetreasoncode", "slowstartincr", "synattackdetection", "synholdfastgiveup", @@ -45550,6 +46603,11 @@ "no_log": False, "type": "str", }, + "sendresetreasoncode": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "slowstartincr": {"no_log": False, "type": "int"}, "synattackdetection": { "choices": ["DISABLED", "ENABLED"], @@ -45606,6 +46664,7 @@ "pktperretx", "rfc5961chlgacklimit", "sack", + "sendresetreasoncode", "slowstartincr", "synattackdetection", "synholdfastgiveup", @@ -45628,6 +46687,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46023,6 +47083,7 @@ "_supported_operations": ["apply", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46050,6 +47111,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46133,6 +47195,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46183,6 +47246,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46230,9 +47294,10 @@ "update_payload_keys": [], }, "nstrace": { - "_supported_operations": ["get"], + "_supported_operations": ["get", "start", "stop"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46348,6 +47413,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46435,6 +47501,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46464,6 +47531,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46493,6 +47561,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46530,6 +47599,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46602,6 +47672,7 @@ "_supported_operations": ["count", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46646,6 +47717,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46685,6 +47757,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46716,6 +47789,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46757,6 +47831,7 @@ "_supported_operations": ["add", "count", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46819,6 +47894,7 @@ "_supported_operations": ["disable", "enable", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -46842,13 +47918,88 @@ "singleton": True, "update_payload_keys": [], }, - "ospf6interface": { + "onlinkipv6prefix": { "_supported_operations": [ "add", + "count", + "delete", "get", + "get-byname", "unset", "update", ], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [ + "autonomusprefix", + "decrementprefixlifetimes", + "depricateprefix", + "ipv6prefix", + "onlinkprefix", + "prefixpreferredlifetime", + "prefixvalidelifetime", + ], + }, + "add_payload_keys": [ + "autonomusprefix", + "decrementprefixlifetimes", + "depricateprefix", + "ipv6prefix", + "onlinkprefix", + "prefixpreferredlifetime", + "prefixvalidelifetime", + ], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": [], + "primary_key": "ipv6prefix", + "primary_key_composite": [], + "readwrite_arguments": { + "autonomusprefix": { + "choices": ["NO", "YES"], + "no_log": False, + "type": "str", + }, + "decrementprefixlifetimes": { + "choices": ["NO", "YES"], + "no_log": False, + "type": "str", + }, + "depricateprefix": { + "choices": ["NO", "YES"], + "no_log": False, + "type": "str", + }, + "ipv6prefix": {"no_log": False, "type": "str"}, + "onlinkprefix": {"choices": ["NO", "YES"], "no_log": False, "type": "str"}, + "prefixpreferredlifetime": {"no_log": False, "type": "int"}, + "prefixvalidelifetime": {"no_log": False, "type": "int"}, + }, + "singleton": False, + "update_payload_keys": [ + "autonomusprefix", + "decrementprefixlifetimes", + "depricateprefix", + "ipv6prefix", + "onlinkprefix", + "prefixpreferredlifetime", + "prefixvalidelifetime", + ], + }, + "ospf6interface": { + "_supported_operations": ["add", "get", "unset", "update"], "action_payload_keys": { "apply": [], "create": [], @@ -46895,50 +48046,26 @@ "primary_key": "", "primary_key_composite": [], "readwrite_arguments": { - "areaId": { - "no_log": False, - "type": "int", - }, - "cost": { - "no_log": False, - "type": "int", - }, - "deadInterval": { - "no_log": False, - "type": "int", - }, - "helloInterval": { - "no_log": False, - "type": "int", - }, - "instanceId": { - "no_log": False, - "type": "int", - }, + "areaId": {"no_log": False, "type": "int"}, + "cost": {"no_log": False, "type": "int"}, + "deadInterval": {"no_log": False, "type": "int"}, + "helloInterval": {"no_log": False, "type": "int"}, + "instanceId": {"no_log": False, "type": "int"}, "name": {"no_log": False, "type": "str"}, "networkType": { - "no_log": False, - "type": "str", "choices": [ "broadcast", "non-broadcast", "point-to-multipoint", "point-to-point", ], - }, - "priority": { "no_log": False, - "type": "int", - }, - "retransmitInterval": { - "no_log": False, - "type": "int", + "type": "str", }, + "priority": {"no_log": False, "type": "int"}, + "retransmitInterval": {"no_log": False, "type": "int"}, "tagId": {"no_log": False, "type": "str"}, - "transmitDelay": { - "no_log": False, - "type": "int", - }, + "transmitDelay": {"no_log": False, "type": "int"}, }, "singleton": False, "update_payload_keys": [ @@ -46956,13 +48083,7 @@ ], }, "ospf6router": { - "_supported_operations": [ - "add", - "get", - "unset", - "update", - "delete", - ], + "_supported_operations": ["add", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], "create": [], @@ -46986,12 +48107,10 @@ "primary_key_composite": [], "readwrite_arguments": { "afParams": { - "type": "list", "elements": "dict", "options": { "addressFamily": {"no_log": False, "type": "str"}, "redistribute": { - "type": "list", "elements": "dict", "options": { "metric": {"no_log": False, "type": "int"}, @@ -46999,27 +48118,20 @@ "protocol": {"no_log": False, "type": "str"}, "routeMap": {"no_log": False, "type": "str"}, }, + "type": "list", }, }, + "type": "list", }, - "passiveInterface": {"no_log": False, "type": "list", "elements": "str"}, + "passiveInterface": {"elements": "str", "no_log": False, "type": "list"}, "routerId": {"no_log": False, "type": "str"}, "tagId": {"no_log": False, "type": "str"}, }, "singleton": False, - "update_payload_keys": [ - "afParams", - "passiveInterface", - "tagId", - ], + "update_payload_keys": ["afParams", "passiveInterface", "tagId"], }, "ospfinterface": { - "_supported_operations": [ - "add", - "get", - "unset", - "update", - ], + "_supported_operations": ["add", "get", "unset", "update"], "action_payload_keys": { "apply": [], "create": [], @@ -47048,7 +48160,7 @@ "networkType", "priority", "retransmitInterval", - "transmitDelay" + "transmitDelay", ], "bindings": [], "bindprimary_key": "", @@ -47063,9 +48175,9 @@ "readwrite_arguments": { "authKey": {"no_log": False, "type": "str"}, "authType": { + "choices": ["message-digest", "null", "simple"], "no_log": False, "type": "str", - "choices": ["null", "simple", "message-digest"], }, "bfd": {"no_log": False, "type": "bool"}, "cost": {"no_log": False, "type": "int"}, @@ -47074,9 +48186,14 @@ "mtu": {"no_log": False, "type": "int"}, "name": {"no_log": False, "type": "str"}, "networkType": { + "choices": [ + "broadcast", + "non-broadcast", + "point-to-multipoint", + "point-to-point", + ], "no_log": False, "type": "str", - "choices": ["broadcast", "non-broadcast", "point-to-multipoint", "point-to-point"], }, "priority": {"no_log": False, "type": "int"}, "retransmitInterval": {"no_log": False, "type": "int"}, @@ -47092,13 +48209,7 @@ ], }, "ospfrouter": { - "_supported_operations": [ - "add", - "get", - "unset", - "update", - "delete", - ], + "_supported_operations": ["add", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], "create": [], @@ -47134,26 +48245,23 @@ "primary_key_composite": [], "readwrite_arguments": { "networks": { - "type": "list", "elements": "dict", "options": { "area": {"no_log": False, "type": "int"}, "ipaddress": {"no_log": False, "type": "str"}, "netmask": {"no_log": False, "type": "int"}, }, + "type": "list", }, - "passiveInterface": {"no_log": False, "type": "list", "elements": "str"}, + "passiveInterface": {"elements": "str", "no_log": False, "type": "list"}, "processId": {"no_log": False, "type": "int"}, "redistribute": { - "type": "list", "elements": "dict", "options": { "metric": {"no_log": False, "type": "int"}, "metricType": {"no_log": False, "type": "int"}, "ospfProcessId": {"no_log": False, "type": "int"}, "protocol": { - "no_log": False, - "type": "str", "choices": [ "bgp", "connected", @@ -47164,10 +48272,13 @@ "rip", "static", ], + "no_log": False, + "type": "str", }, "routeMap": {"no_log": False, "type": "str"}, "tag": {"no_log": False, "type": "int"}, }, + "type": "list", }, "routerId": {"no_log": False, "type": "str"}, }, @@ -47180,85 +48291,6 @@ "routerId", ], }, - "onlinkipv6prefix": { - "_supported_operations": [ - "add", - "count", - "delete", - "get", - "get-byname", - "unset", - "update", - ], - "action_payload_keys": { - "apply": [], - "create": [], - "force": [], - "import": [], - "link": [], - "switch": [], - "unlink": [], - "unset": [ - "autonomusprefix", - "decrementprefixlifetimes", - "depricateprefix", - "ipv6prefix", - "onlinkprefix", - "prefixpreferredlifetime", - "prefixvalidelifetime", - ], - }, - "add_payload_keys": [ - "autonomusprefix", - "decrementprefixlifetimes", - "depricateprefix", - "ipv6prefix", - "onlinkprefix", - "prefixpreferredlifetime", - "prefixvalidelifetime", - ], - "bindings": [], - "bindprimary_key": "", - "delete_arg_keys": [], - "disable_payload_keys": [], - "enable_payload_keys": [], - "get_arg_keys": [], - "immutable_keys": [], - "password_keys": [], - "primary_key": "ipv6prefix", - "primary_key_composite": [], - "readwrite_arguments": { - "autonomusprefix": { - "choices": ["NO", "YES"], - "no_log": False, - "type": "str", - }, - "decrementprefixlifetimes": { - "choices": ["NO", "YES"], - "no_log": False, - "type": "str", - }, - "depricateprefix": { - "choices": ["NO", "YES"], - "no_log": False, - "type": "str", - }, - "ipv6prefix": {"no_log": False, "type": "str"}, - "onlinkprefix": {"choices": ["NO", "YES"], "no_log": False, "type": "str"}, - "prefixpreferredlifetime": {"no_log": False, "type": "int"}, - "prefixvalidelifetime": {"no_log": False, "type": "int"}, - }, - "singleton": False, - "update_payload_keys": [ - "autonomusprefix", - "decrementprefixlifetimes", - "depricateprefix", - "ipv6prefix", - "onlinkprefix", - "prefixpreferredlifetime", - "prefixvalidelifetime", - ], - }, "pcpprofile": { "_supported_operations": [ "add", @@ -47271,6 +48303,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47350,6 +48383,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47382,6 +48416,7 @@ "_supported_operations": ["Ping"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47421,6 +48456,7 @@ "_supported_operations": ["Ping6"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47471,6 +48507,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47525,6 +48562,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47565,6 +48603,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47610,6 +48649,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47707,6 +48747,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47740,6 +48781,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47775,6 +48817,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47824,6 +48867,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -47944,6 +48988,7 @@ ], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": ["charset", "delimiter", "name", "overwrite", "src"], @@ -47987,6 +49032,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48033,6 +49079,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48061,9 +49108,10 @@ "update_payload_keys": [], }, "policytracing": { - "_supported_operations": ["clear", "count", "get"], + "_supported_operations": ["clear", "count", "get", "start", "stop"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48115,6 +49163,7 @@ ], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": [ @@ -48166,6 +49215,7 @@ "_supported_operations": ["clear", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48202,6 +49252,7 @@ "_supported_operations": ["get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48237,6 +49288,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48272,6 +49324,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48307,6 +49360,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48429,6 +49483,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48467,6 +49522,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48634,6 +49690,7 @@ "_supported_operations": ["count", "get", "kill"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48672,6 +49729,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48709,6 +49767,7 @@ "_supported_operations": ["reboot"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48732,136 +49791,11 @@ "singleton": True, "update_payload_keys": [], }, - "reporting": { - "_supported_operations": ["disable", "enable", "get"], - "action_payload_keys": { - "apply": [], - "create": [], - "force": [], - "import": [], - "link": [], - "switch": [], - "unlink": [], - "unset": [], - }, - "add_payload_keys": [], - "bindings": [], - "bindprimary_key": "", - "delete_arg_keys": [], - "disable_payload_keys": [], - "enable_payload_keys": [], - "get_arg_keys": [], - "immutable_keys": [], - "password_keys": [], - "primary_key": "", - "primary_key_composite": [], - "readwrite_arguments": {}, - "singleton": True, - "update_payload_keys": [], - }, - "reportingconfig": { - "_supported_operations": ["add", "count", "delete", "get", "get-byname"], - "action_payload_keys": { - "apply": [], - "create": [], - "force": [], - "import": [], - "link": [], - "switch": [], - "unlink": [], - "unset": [], - }, - "add_payload_keys": ["entitytypes", "name"], - "bindings": [], - "bindprimary_key": "", - "delete_arg_keys": ["name"], - "disable_payload_keys": [], - "enable_payload_keys": [], - "get_arg_keys": ["name"], - "immutable_keys": ["entitytypes", "name"], - "password_keys": [], - "primary_key": "entitytypes", - "primary_key_composite": [], - "readwrite_arguments": { - "entitytypes": { - "choices": [ - "appfwpolicy", - "appfwpolicylabel", - "appfwprofile", - "appqoepolicy", - "authenticationloginschemapolicy", - "authenticationoauthidppolicy", - "authenticationpolicy", - "authenticationpolicylabel", - "authenticationsamlidppolicy", - "authenticationvserver", - "authorizationpolicylabel", - "botpolicy", - "botpolicylabel", - "botprofile", - "cachecontentgroup", - "cachepolicy", - "cachepolicylabel", - "cmppolicy", - "cmppolicylabel", - "contentinspectionpolicy", - "contentinspectionpolicylabel", - "crvserver", - "csvserver", - "dnspolicylabel", - "dnsrecords", - "dospolicy", - "gslbdomain", - "gslbservice", - "gslbservicegroup", - "gslbservicegroupmember", - "gslbsite", - "gslbvserver", - "inat", - "inatsession", - "lbvserver", - "lldp", - "nsacl", - "nsacl6", - "nslimitidentifier", - "nsmemory", - "nspbr", - "nspbr6", - "pcpserver", - "responderpolicy", - "responderpolicylabel", - "rewritepolicy", - "rewritepolicylabel", - "rnatip", - "service", - "servicegroup", - "servicegroupmember", - "spilloverpolicy", - "sslvserver", - "tmsessionpolicy", - "tmtrafficpolicy", - "tunnelip", - "tunnelip6", - "uservserver", - "videooptimizationdetectionpolicy", - "videooptimizationdetectionpolicylabel", - "videooptimizationpacingpolicy", - "videooptimizationpacingpolicylabel", - "vlan", - "vxlan", - ], - "no_log": False, - "type": "str", - }, - "name": {"no_log": False, "type": "str"}, - }, - "singleton": False, - "update_payload_keys": [], - }, "reputationsettings": { "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48908,6 +49842,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -48987,6 +49922,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49087,6 +50023,7 @@ "_supported_operations": ["Import", "change", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": ["name"], "create": [], "force": [], "import": ["cacertfile", "comment", "name", "overwrite", "src"], @@ -49120,6 +50057,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49159,6 +50097,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49235,6 +50174,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49303,6 +50243,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49366,6 +50307,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49452,6 +50394,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49558,6 +50501,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49597,6 +50541,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49670,6 +50615,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49746,6 +50692,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49810,6 +50757,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -49973,6 +50921,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50041,6 +50990,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50071,6 +51021,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50100,6 +51051,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50129,6 +51081,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50159,6 +51112,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50197,6 +51151,7 @@ "_supported_operations": ["flush"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50237,6 +51192,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50358,6 +51314,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50462,13 +51419,7 @@ ], }, "routemap": { - "_supported_operations": [ - "add", - "delete", - "get", - "unset", - "update", - ], + "_supported_operations": ["add", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], "create": [], @@ -50493,7 +51444,6 @@ "readwrite_arguments": { "name": {"no_log": False, "type": "str"}, "rules": { - "type": "list", "elements": "dict", "options": { "action": {"no_log": False, "type": "str"}, @@ -50512,6 +51462,7 @@ "setMetricType": {"no_log": False, "type": "str"}, "weight": {"no_log": False, "type": "int"}, }, + "type": "list", }, }, "singleton": False, @@ -50529,6 +51480,7 @@ ], "action_payload_keys": { "apply": ["commandstring"], + "change": [], "create": [], "force": [], "import": [], @@ -50559,6 +51511,7 @@ "_supported_operations": ["get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50590,6 +51543,16 @@ }, "save_config": { "_supported_operations": ["add"], + "action_payload_keys": { + "apply": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, "add_payload_keys": ["all"], "bindings": [], "bindprimary_key": "", @@ -50598,6 +51561,7 @@ "enable_payload_keys": [], "get_arg_keys": [], "immutable_keys": [], + "password_keys": [], "primary_key": "", "primary_key_composite": [], "readwrite_arguments": { @@ -50621,6 +51585,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -50699,6 +51664,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51040,6 +52006,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51087,6 +52054,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51437,6 +52405,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51511,6 +52480,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51581,6 +52551,7 @@ "_supported_operations": ["Shutdown"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51608,6 +52579,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51667,6 +52639,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51705,6 +52678,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51806,6 +52780,7 @@ "APPFW-XMLPAYLOAD-CONTENT-TYPE-MISMATCH", "APPFW-XSS", "AVERAGE-CPU", + "AVG-MGMT-CPU-USE", "BOT-SIGNATURE-UPDATE", "CALLHOME-UPLOAD-EVENT", "CLOUD-REST-API-FAILURE", @@ -51837,6 +52812,7 @@ "ENTITY-STATE", "ENTITY-SYNFLOOD", "ENTITY-TXRATE", + "EXTRA-MGMT-CPU-USE", "FAN-SPEED-LOW", "GSLB-SITE-MEP-FLAP", "GSLB-SYNC-STATUS-FLIP", @@ -51898,6 +52874,7 @@ "SSL-CUR-SESSION-INUSE", "SSL-SYM-CRYPTO-UTILIZATION", "SYNFLOOD", + "SYS-KERNEL-ERROR", "SYSLOG-CONNECTION-DROPPED", "SYSTEM_USER_PASSWORD_EXPIRY_WARNING", "TCP-SYNFLOOD", @@ -51929,6 +52906,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51963,6 +52941,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -51993,6 +52972,7 @@ "_supported_operations": ["add", "count", "delete", "get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52028,6 +53008,7 @@ "_supported_operations": ["add", "count", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52059,6 +53040,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52092,6 +53074,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52173,6 +53156,7 @@ "_supported_operations": ["add", "count", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52268,6 +53252,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52331,6 +53316,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52387,6 +53373,7 @@ "_supported_operations": ["add", "count", "delete", "get", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52429,6 +53416,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52470,6 +53458,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52504,6 +53493,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52537,6 +53527,9 @@ "clientcertverification", "forward", "name", + "ocspcache", + "ocspcertvalidation", + "ocspstapling", "owasupport", "sessionid", "sessionidheader", @@ -52573,6 +53566,9 @@ "clientcertverification", "forward", "name", + "ocspcache", + "ocspcertvalidation", + "ocspstapling", "owasupport", "sessionid", "sessionidheader", @@ -52654,6 +53650,21 @@ }, "forward": {"no_log": False, "type": "str"}, "name": {"no_log": False, "type": "str"}, + "ocspcache": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, + "ocspcertvalidation": { + "choices": ["DISABLE", "MANDATORY", "OPTIONAL"], + "no_log": False, + "type": "str", + }, + "ocspstapling": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "owasupport": { "choices": ["DISABLED", "ENABLED"], "no_log": False, @@ -52674,6 +53685,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52704,6 +53716,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52749,6 +53762,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52788,6 +53802,7 @@ "_supported_operations": ["create"], "action_payload_keys": { "apply": [], + "change": [], "create": [ "cacert", "cacertform", @@ -52872,6 +53887,7 @@ ], "action_payload_keys": { "apply": ["name"], + "change": [], "create": [], "force": [], "import": ["name", "src"], @@ -52902,6 +53918,7 @@ "_supported_operations": ["Import", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["name", "src"], @@ -52932,6 +53949,7 @@ "_supported_operations": ["add", "count", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -52971,6 +53989,16 @@ ], "action_payload_keys": { "apply": [], + "change": [ + "cert", + "certkey", + "fipskey", + "inform", + "key", + "nodomaincheck", + "passplain", + "password", + ], "create": [], "force": [], "import": [], @@ -53075,6 +54103,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -53113,6 +54142,7 @@ ], "action_payload_keys": { "apply": [], + "change": ["bundlefile", "certkeybundlename", "passplain"], "create": [], "force": [], "import": [], @@ -53144,6 +54174,7 @@ "_supported_operations": ["create"], "action_payload_keys": { "apply": [], + "change": [], "create": [ "challengepassword", "commonname", @@ -53217,6 +54248,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -53266,6 +54298,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -53318,6 +54351,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [ "cacertfile", "cakeyfile", @@ -53433,6 +54467,7 @@ "_supported_operations": ["Import", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["name", "src"], @@ -53463,6 +54498,7 @@ "_supported_operations": ["convert"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -53490,6 +54526,7 @@ "_supported_operations": ["Import", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["name", "src"], @@ -53520,6 +54557,7 @@ "_supported_operations": ["create"], "action_payload_keys": { "apply": [], + "change": [], "create": ["bits", "dhfile", "gen"], "force": [], "import": [], @@ -53559,6 +54597,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -53638,10 +54677,39 @@ "terminatesession", ], }, + "ssldynamicclientcertcache": { + "_supported_operations": ["flush"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, + "add_payload_keys": [], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": [], + "primary_key": "", + "primary_key_composite": [], + "readwrite_arguments": {}, + "singleton": True, + "update_payload_keys": [], + }, "sslecdsakey": { "_supported_operations": ["create"], "action_payload_keys": { "apply": [], + "change": [], "create": [ "aes256", "curve", @@ -53687,6 +54755,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -53749,6 +54818,7 @@ "_supported_operations": ["change", "get", "reset", "unset", "update"], "action_payload_keys": { "apply": [], + "change": ["fipsfw"], "create": [], "force": [], "import": [], @@ -53797,6 +54867,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": ["curve", "exponent", "fipskeyname", "keytype", "modulus"], "force": [], "import": ["exponent", "fipskeyname", "inform", "iv", "key", "wrapkeyname"], @@ -53838,6 +54909,7 @@ "_supported_operations": ["enable", "init"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -53869,6 +54941,7 @@ "_supported_operations": ["enable", "init"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -53901,6 +54974,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -53979,6 +55053,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54010,6 +55085,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54062,6 +55138,7 @@ "_supported_operations": ["Import", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["name", "password", "src"], @@ -54101,6 +55178,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54169,6 +55247,7 @@ "add", "count", "delete", + "flush", "get", "get-byname", "unset", @@ -54176,6 +55255,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54274,6 +55354,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54463,6 +55544,7 @@ "_supported_operations": ["convert"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54502,6 +55584,7 @@ "_supported_operations": ["convert"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54542,6 +55625,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54592,6 +55676,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54642,6 +55727,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54704,6 +55790,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -54712,6 +55799,7 @@ "unlink": [], "unset": [ "allowextendedmastersecret", + "allowlegacykdf", "allowunknownsni", "alpnprotocol", "ciphername", @@ -54731,6 +55819,7 @@ "dhfile", "dhkeyexpsizelimit", "dropreqwithnohostheader", + "dynamicclientcert", "encryptedclienthello", "encrypttriggerpktcount", "ersa", @@ -54782,6 +55871,7 @@ }, "add_payload_keys": [ "allowextendedmastersecret", + "allowlegacykdf", "allowunknownsni", "alpnprotocol", "cipherredirect", @@ -54799,6 +55889,7 @@ "dhfile", "dhkeyexpsizelimit", "dropreqwithnohostheader", + "dynamicclientcert", "encryptedclienthello", "encrypttriggerpktcount", "ersa", @@ -54870,6 +55961,11 @@ "no_log": False, "type": "str", }, + "allowlegacykdf": { + "choices": ["NO", "YES"], + "no_log": False, + "type": "str", + }, "allowunknownsni": { "choices": ["DISABLED", "ENABLED"], "no_log": False, @@ -54935,6 +56031,11 @@ "no_log": False, "type": "str", }, + "dynamicclientcert": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "encryptedclienthello": { "choices": ["DISABLED", "ENABLED"], "no_log": False, @@ -55191,6 +56292,7 @@ "singleton": False, "update_payload_keys": [ "allowextendedmastersecret", + "allowlegacykdf", "allowunknownsni", "alpnprotocol", "ciphername", @@ -55210,6 +56312,7 @@ "dhfile", "dhkeyexpsizelimit", "dropreqwithnohostheader", + "dynamicclientcert", "encryptedclienthello", "encrypttriggerpktcount", "ersa", @@ -55263,6 +56366,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -55305,6 +56409,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -55313,18 +56418,32 @@ "unlink": [], "unset": [], }, - "add_payload_keys": ["cipherpriority", "name", "sslicacertkey"], - "bindprimary_key": "sslicacertkey", - "delete_arg_keys": ["sslicacertkey"], + "add_payload_keys": [ + "certkeyname", + "cipherpriority", + "forgingcacertkey", + "name", + "sslicacertkey", + ], + "bindprimary_key": "certkeyname", + "delete_arg_keys": ["certkeyname", "forgingcacertkey", "sslicacertkey"], "disable_payload_keys": [], "enable_payload_keys": [], - "get_arg_keys": ["sslicacertkey"], - "immutable_keys": ["cipherpriority", "name", "sslicacertkey"], + "get_arg_keys": ["certkeyname", "forgingcacertkey", "sslicacertkey"], + "immutable_keys": [ + "certkeyname", + "cipherpriority", + "forgingcacertkey", + "name", + "sslicacertkey", + ], "password_keys": [], "primary_key": "name", "primary_key_composite": [], "readwrite_arguments": { + "certkeyname": {"no_log": False, "type": "str"}, "cipherpriority": {"no_log": False, "type": "int"}, + "forgingcacertkey": {"no_log": False, "type": "bool"}, "name": {"no_log": False, "type": "str"}, "sslicacertkey": {"no_log": False, "type": "str"}, }, @@ -55335,6 +56454,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -55367,6 +56487,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -55398,6 +56519,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -55428,6 +56550,7 @@ "_supported_operations": ["create"], "action_payload_keys": { "apply": [], + "change": [], "create": [ "aes256", "bits", @@ -55475,6 +56598,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -55893,6 +57017,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -55934,6 +57059,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -55964,6 +57090,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56022,6 +57149,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56054,6 +57182,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56085,6 +57214,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56101,12 +57231,13 @@ "policyname", "priority", "servicename", + "type", ], "bindprimary_key": "policyname", - "delete_arg_keys": ["policyname", "priority"], + "delete_arg_keys": ["policyname", "priority", "type"], "disable_payload_keys": [], "enable_payload_keys": [], - "get_arg_keys": ["policyname", "priority"], + "get_arg_keys": ["policyname", "priority", "type"], "immutable_keys": [ "gotopriorityexpression", "invoke", @@ -56115,6 +57246,7 @@ "policyname", "priority", "servicename", + "type", ], "password_keys": [], "primary_key": "servicename", @@ -56131,6 +57263,7 @@ "policyname": {"no_log": False, "type": "str"}, "priority": {"no_log": False, "type": "int"}, "servicename": {"no_log": False, "type": "str"}, + "type": {"choices": ["SERVER_AUTH_VAL"], "no_log": False, "type": "str"}, }, "singleton": False, "update_payload_keys": [], @@ -56139,6 +57272,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56351,6 +57485,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56392,6 +57527,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56421,6 +57557,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56476,6 +57613,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56507,6 +57645,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -56537,6 +57676,7 @@ "_supported_operations": ["count", "get", "get-byname", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57056,6 +58196,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57097,6 +58238,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57127,6 +58269,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57185,6 +58328,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57215,6 +58359,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57246,6 +58391,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57276,6 +58422,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57324,7 +58471,12 @@ "policyname": {"no_log": False, "type": "str"}, "priority": {"no_log": False, "type": "int"}, "type": { - "choices": ["CLIENTHELLO_REQ", "INTERCEPT_REQ", "REQUEST"], + "choices": [ + "CLIENTHELLO_REQ", + "CLIENT_AUTH_VAL", + "INTERCEPT_REQ", + "REQUEST", + ], "no_log": False, "type": "str", }, @@ -57337,6 +58489,7 @@ "_supported_operations": ["count", "create", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": ["password", "salt", "wrapkeyname"], "force": [], "import": [], @@ -57364,6 +58517,76 @@ "singleton": False, "update_payload_keys": [], }, + "sslzerotouchparam": { + "_supported_operations": ["get", "unset", "update"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [ + "ocspbatchingdelay", + "ocspbatchingdepth", + "ocspcachetimeout", + "ocsphttpmethod", + "ocspproducedattimeskew", + "ocspresptimeout", + "ocsptrustresponder", + "ocspurlresolvetimeout", + "ocspusenonce", + ], + }, + "add_payload_keys": [], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": [], + "primary_key": "", + "primary_key_composite": [], + "readwrite_arguments": { + "ocspbatchingdelay": {"no_log": False, "type": "int"}, + "ocspbatchingdepth": {"no_log": False, "type": "int"}, + "ocspcachetimeout": {"no_log": False, "type": "int"}, + "ocsphttpmethod": { + "choices": ["GET", "POST"], + "no_log": False, + "type": "str", + }, + "ocspproducedattimeskew": {"no_log": False, "type": "int"}, + "ocspresptimeout": {"no_log": False, "type": "int"}, + "ocsptrustresponder": { + "choices": ["NO", "YES"], + "no_log": False, + "type": "str", + }, + "ocspurlresolvetimeout": {"no_log": False, "type": "int"}, + "ocspusenonce": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, + }, + "singleton": True, + "update_payload_keys": [ + "ocspbatchingdelay", + "ocspbatchingdepth", + "ocspcachetimeout", + "ocsphttpmethod", + "ocspproducedattimeskew", + "ocspresptimeout", + "ocsptrustresponder", + "ocspurlresolvetimeout", + "ocspusenonce", + ], + }, "streamidentifier": { "_supported_operations": [ "add", @@ -57376,6 +58599,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57514,6 +58738,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-all"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57550,6 +58775,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57580,6 +58806,7 @@ "_supported_operations": ["clear"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57607,6 +58834,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57695,6 +58923,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57746,6 +58975,7 @@ "_supported_operations": ["add", "count", "delete", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57798,6 +59028,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57832,6 +59063,7 @@ "_supported_operations": ["clear", "count", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57863,6 +59095,7 @@ "_supported_operations": ["update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57890,6 +59123,7 @@ "_supported_operations": ["disable", "enable"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57925,6 +59159,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [ "comment", "filename", @@ -57972,6 +59207,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -57999,41 +59235,11 @@ "singleton": False, "update_payload_keys": ["action", "cmdspec", "policyname"], }, - "systemcollectionparam": { - "_supported_operations": ["get", "unset", "update"], - "action_payload_keys": { - "apply": [], - "create": [], - "force": [], - "import": [], - "link": [], - "switch": [], - "unlink": [], - "unset": ["datapath", "loglevel"], - }, - "add_payload_keys": [], - "bindings": [], - "bindprimary_key": "", - "delete_arg_keys": [], - "disable_payload_keys": [], - "enable_payload_keys": [], - "get_arg_keys": [], - "immutable_keys": [], - "password_keys": [], - "primary_key": "", - "primary_key_composite": [], - "readwrite_arguments": { - "communityname": {"no_log": False, "type": "str"}, - "datapath": {"no_log": False, "type": "str"}, - "loglevel": {"no_log": False, "type": "str"}, - }, - "singleton": True, - "update_payload_keys": ["datapath", "loglevel"], - }, "systemcpuparam": { "_supported_operations": ["count", "get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -58063,70 +59269,11 @@ "singleton": False, "update_payload_keys": ["pemode"], }, - "systementitydata": { - "_supported_operations": ["delete", "get"], - "action_payload_keys": { - "apply": [], - "create": [], - "force": [], - "import": [], - "link": [], - "switch": [], - "unlink": [], - "unset": [], - }, - "add_payload_keys": [], - "bindings": [], - "bindprimary_key": "", - "delete_arg_keys": [ - "alldeleted", - "allinactive", - "core", - "datasource", - "name", - "type", - ], - "disable_payload_keys": [], - "enable_payload_keys": [], - "get_arg_keys": [ - "core", - "counters", - "datasource", - "endtime", - "last", - "name", - "starttime", - "type", - "unit", - ], - "immutable_keys": [], - "password_keys": [], - "primary_key": "", - "primary_key_composite": [], - "readwrite_arguments": { - "alldeleted": {"no_log": False, "type": "bool"}, - "allinactive": {"no_log": False, "type": "bool"}, - "core": {"no_log": False, "type": "int"}, - "counters": {"no_log": False, "type": "str"}, - "datasource": {"no_log": False, "type": "str"}, - "endtime": {"no_log": False, "type": "str"}, - "last": {"no_log": False, "type": "int"}, - "name": {"no_log": False, "type": "str"}, - "starttime": {"no_log": False, "type": "str"}, - "type": {"no_log": False, "type": "str"}, - "unit": { - "choices": ["DAYS", "HOURS", "MONTHS"], - "no_log": False, - "type": "str", - }, - }, - "singleton": True, - "update_payload_keys": [], - }, "systemextramgmtcpu": { "_supported_operations": ["disable", "enable", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -58154,6 +59301,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -58186,6 +59334,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -58318,6 +59467,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -58450,6 +59600,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -58582,6 +59733,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -58714,6 +59866,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -58846,6 +59999,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -58978,6 +60132,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59118,6 +60273,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59230,6 +60386,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59259,6 +60416,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59289,6 +60447,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59318,6 +60477,7 @@ "_supported_operations": ["check"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59345,6 +60505,7 @@ "_supported_operations": ["change"], "action_payload_keys": { "apply": [], + "change": ["level"], "create": [], "force": [], "import": [], @@ -59370,37 +60531,11 @@ "singleton": True, "update_payload_keys": [], }, - "systemlevelreporting": { - "_supported_operations": ["disable", "enable", "get"], - "action_payload_keys": { - "apply": [], - "create": [], - "force": [], - "import": [], - "link": [], - "switch": [], - "unlink": [], - "unset": [], - }, - "add_payload_keys": [], - "bindings": [], - "bindprimary_key": "", - "delete_arg_keys": [], - "disable_payload_keys": [], - "enable_payload_keys": [], - "get_arg_keys": [], - "immutable_keys": [], - "password_keys": [], - "primary_key": "", - "primary_key_composite": [], - "readwrite_arguments": {}, - "singleton": True, - "update_payload_keys": [], - }, "systemnsbtracing": { "_supported_operations": ["disable", "enable", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59428,6 +60563,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59435,9 +60571,12 @@ "switch": [], "unlink": [], "unset": [ + "autosaveconfig", "basicauth", "cliloglevel", "daystoexpire", + "denylist", + "denylistlogging", "doppler", "fipsusermode", "forcepasswordchange", @@ -59473,6 +60612,11 @@ "primary_key": "", "primary_key_composite": [], "readwrite_arguments": { + "autosaveconfig": { + "choices": ["DISABLED", "ENABLED"], + "no_log": False, + "type": "str", + }, "basicauth": { "choices": ["DISABLED", "ENABLED"], "no_log": False, @@ -59493,6 +60637,12 @@ "type": "str", }, "daystoexpire": {"no_log": False, "type": "int"}, + "denylist": {"choices": ["OFF", "ON"], "no_log": False, "type": "str"}, + "denylistlogging": { + "choices": ["OFF", "ON"], + "no_log": False, + "type": "str", + }, "doppler": { "choices": ["DISABLED", "ENABLED"], "no_log": False, @@ -59570,9 +60720,12 @@ }, "singleton": True, "update_payload_keys": [ + "autosaveconfig", "basicauth", "cliloglevel", "daystoexpire", + "denylist", + "denylistlogging", "doppler", "fipsusermode", "forcepasswordchange", @@ -59600,6 +60753,7 @@ "_supported_operations": ["count", "create", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": ["filename"], "force": [], "import": [], @@ -59627,6 +60781,7 @@ "_supported_operations": ["count", "get", "get-byname", "kill"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59657,6 +60812,7 @@ "_supported_operations": ["disable", "enable"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59684,6 +60840,7 @@ "_supported_operations": ["Import", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": ["name", "src", "sshkeytype"], @@ -59727,6 +60884,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59837,6 +60995,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59866,6 +61025,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59904,6 +61064,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -59975,6 +61136,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60005,6 +61167,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60035,6 +61198,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60145,6 +61309,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60204,6 +61369,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60643,6 +61809,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60734,6 +61901,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60818,6 +61986,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60857,6 +62026,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60950,6 +62120,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -60981,6 +62152,7 @@ "_supported_operations": ["Traceroute"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61024,6 +62196,7 @@ "_supported_operations": ["Traceroute6"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61072,6 +62245,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61129,6 +62303,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61212,6 +62387,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61270,6 +62446,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61322,6 +62499,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61384,6 +62562,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61420,6 +62599,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61565,6 +62745,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61600,6 +62781,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61635,6 +62817,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61677,6 +62860,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61730,6 +62914,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61782,6 +62967,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61857,6 +63043,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61912,6 +63099,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -61966,6 +63154,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62040,6 +63229,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62123,6 +63313,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62165,6 +63356,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62240,6 +63432,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62295,6 +63488,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62349,6 +63543,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62387,6 +63582,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62540,6 +63736,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62571,6 +63768,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62602,6 +63800,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62633,6 +63832,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62665,6 +63865,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62705,6 +63906,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62771,6 +63973,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62810,6 +64013,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62880,6 +64084,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62911,6 +64116,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -62946,6 +64152,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63017,6 +64224,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63046,6 +64254,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63090,6 +64299,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63134,6 +64344,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63178,6 +64389,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63222,6 +64434,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63266,6 +64479,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63310,6 +64524,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63354,6 +64569,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63398,6 +64614,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63442,6 +64659,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63486,6 +64704,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63530,6 +64749,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63559,6 +64779,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63589,6 +64810,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63619,6 +64841,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63648,6 +64871,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63677,6 +64901,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63732,6 +64957,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63766,6 +64992,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63911,6 +65138,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63940,6 +65168,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63969,6 +65198,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -63998,6 +65228,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64023,10 +65254,41 @@ "singleton": False, "update_payload_keys": [], }, + "vpnglobal_vpnsecureprivateaccessprofile_binding": { + "_supported_operations": ["add", "count", "delete", "get"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, + "add_payload_keys": ["gotopriorityexpression", "secureprivateaccessprofile"], + "bindprimary_key": "secureprivateaccessprofile", + "delete_arg_keys": ["secureprivateaccessprofile"], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": ["secureprivateaccessprofile"], + "immutable_keys": ["gotopriorityexpression", "secureprivateaccessprofile"], + "password_keys": [], + "primary_key": "", + "primary_key_composite": [], + "readwrite_arguments": { + "gotopriorityexpression": {"no_log": False, "type": "str"}, + "secureprivateaccessprofile": {"no_log": False, "type": "str"}, + }, + "singleton": False, + "update_payload_keys": [], + }, "vpnglobal_vpnsessionpolicy_binding": { "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64151,6 +65413,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64195,6 +65458,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64224,6 +65488,7 @@ "_supported_operations": ["add", "count", "delete", "get"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64274,6 +65539,7 @@ "_supported_operations": ["count", "get", "kill"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64296,6 +65562,8 @@ "readwrite_arguments": { "all": {"no_log": False, "type": "bool"}, "nodeid": {"no_log": False, "type": "int"}, + "productname": {"no_log": False, "type": "str"}, + "tenantname": {"no_log": False, "type": "str"}, "transproto": {"choices": ["TCP", "UDP"], "no_log": False, "type": "str"}, "username": {"no_log": False, "type": "str"}, }, @@ -64306,6 +65574,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64380,6 +65649,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64432,6 +65702,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64505,6 +65776,7 @@ "samesite", "securebrowse", "secureprivateaccess", + "secureprivateaccessprofile", "sesstimeout", "smartgroup", "socksproxy", @@ -64741,6 +66013,7 @@ "no_log": False, "type": "str", }, + "secureprivateaccessprofile": {"no_log": False, "type": "str"}, "sesstimeout": {"no_log": False, "type": "int"}, "smartgroup": {"no_log": False, "type": "str"}, "socksproxy": {"no_log": False, "type": "str"}, @@ -64903,6 +66176,7 @@ "_supported_operations": ["count", "get", "kill"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64942,6 +66216,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -64996,6 +66271,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -65027,6 +66303,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -65069,6 +66346,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -65500,6 +66778,89 @@ "skewtime", ], }, + "vpnsecureprivateaccessprofile": { + "_supported_operations": [ + "add", + "count", + "delete", + "get", + "get-byname", + "unset", + "update", + ], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [ + "chromeenterprisepremiummode", + "customerid", + "forceclienttype", + "googlecustomerid", + "googlesecuritygatewayid", + "name", + "sharedsecret", + ], + }, + "add_payload_keys": [ + "chromeenterprisepremiummode", + "customerid", + "forceclienttype", + "googlecustomerid", + "googlesecuritygatewayid", + "name", + "sharedsecret", + "url", + ], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": [], + "password_keys": ["sharedsecret"], + "primary_key": "name", + "primary_key_composite": [], + "readwrite_arguments": { + "chromeenterprisepremiummode": { + "choices": [ + "OFF", + "WITHOUT_PARTNER_CONNECTOR", + "WITH_PARTNER_CONNECTOR", + ], + "no_log": False, + "type": "str", + }, + "customerid": {"no_log": False, "type": "str"}, + "forceclienttype": { + "choices": ["OFF", "ON"], + "no_log": False, + "type": "str", + }, + "googlecustomerid": {"no_log": False, "type": "str"}, + "googlesecuritygatewayid": {"no_log": False, "type": "str"}, + "name": {"no_log": False, "type": "str"}, + "sharedsecret": {"no_log": True, "type": "str"}, + "url": {"no_log": False, "type": "str"}, + }, + "singleton": False, + "update_payload_keys": [ + "chromeenterprisepremiummode", + "customerid", + "forceclienttype", + "googlecustomerid", + "googlesecuritygatewayid", + "name", + "sharedsecret", + "url", + ], + }, "vpnsessionaction": { "_supported_operations": [ "add", @@ -65512,6 +66873,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -65990,6 +67352,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -66029,6 +67392,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -66112,6 +67476,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -66151,6 +67516,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -66245,6 +67611,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -66337,6 +67704,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -66384,6 +67752,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -66519,6 +67888,7 @@ "vpnvserver_vpnintranetapplication_binding", "vpnvserver_vpnnexthopserver_binding", "vpnvserver_vpnportaltheme_binding", + "vpnvserver_vpnsecureprivateaccessprofile_binding", "vpnvserver_vpnsessionpolicy_binding", "vpnvserver_vpntrafficpolicy_binding", "vpnvserver_vpnurl_binding", @@ -67244,6 +68614,22 @@ }, "type": "dict", }, + "vpnvserver_vpnsecureprivateaccessprofile_binding": { + "no_log": False, + "options": { + "binding_members": { + "default": [], + "elements": "dict", + "type": "list", + }, + "mode": { + "choices": ["bind", "desired", "unbind"], + "default": "desired", + "type": "str", + }, + }, + "type": "dict", + }, "vpnvserver_vpnsessionpolicy_binding": { "no_log": False, "options": { @@ -67364,6 +68750,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67425,6 +68812,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67454,6 +68842,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67483,6 +68872,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67544,6 +68934,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67605,6 +68996,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67666,6 +69058,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67727,6 +69120,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67788,6 +69182,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67849,6 +69244,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67910,6 +69306,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -67971,6 +69368,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68032,6 +69430,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68093,6 +69492,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68154,6 +69554,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68215,6 +69616,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68276,6 +69678,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68337,6 +69740,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68398,6 +69802,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68459,6 +69864,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68520,6 +69926,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68581,6 +69988,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68642,6 +70050,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68703,6 +70112,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68764,6 +70174,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68794,6 +70205,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68824,6 +70236,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68885,6 +70298,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68946,6 +70360,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -68975,6 +70390,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69004,6 +70420,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69038,6 +70455,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69099,6 +70517,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69129,6 +70548,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69158,6 +70578,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69187,6 +70608,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69216,6 +70638,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69241,10 +70664,41 @@ "singleton": False, "update_payload_keys": [], }, + "vpnvserver_vpnsecureprivateaccessprofile_binding": { + "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, + "add_payload_keys": ["name", "secureprivateaccessprofile"], + "bindprimary_key": "secureprivateaccessprofile", + "delete_arg_keys": ["secureprivateaccessprofile"], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": ["secureprivateaccessprofile"], + "immutable_keys": ["name", "secureprivateaccessprofile"], + "password_keys": [], + "primary_key": "name", + "primary_key_composite": [], + "readwrite_arguments": { + "name": {"no_log": False, "type": "str"}, + "secureprivateaccessprofile": {"no_log": False, "type": "str"}, + }, + "singleton": False, + "update_payload_keys": [], + }, "vpnvserver_vpnsessionpolicy_binding": { "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69306,6 +70760,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69367,6 +70822,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69396,6 +70852,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69465,6 +70922,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69652,6 +71110,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69780,6 +71239,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69809,6 +71269,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69838,6 +71299,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69867,6 +71329,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69896,6 +71359,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69925,6 +71389,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69954,6 +71419,7 @@ "_supported_operations": ["get", "unset", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -69989,6 +71455,7 @@ "_supported_operations": ["delete", "disable", "enable", "update"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -70049,6 +71516,7 @@ ], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -70193,6 +71661,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -70223,6 +71692,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -70253,6 +71723,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -70282,6 +71753,7 @@ "_supported_operations": ["add", "count", "delete", "get", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -70327,6 +71799,7 @@ "_supported_operations": ["add", "count", "delete", "get-all", "get-byname"], "action_payload_keys": { "apply": [], + "change": [], "create": [], "force": [], "import": [], @@ -70353,4 +71826,36 @@ "singleton": False, "update_payload_keys": [], }, + "wasmmodule": { + "_supported_operations": ["add", "count", "delete", "get", "get-byname"], + "action_payload_keys": { + "apply": [], + "change": [], + "create": [], + "force": [], + "import": [], + "link": [], + "switch": [], + "unlink": [], + "unset": [], + }, + "add_payload_keys": ["modulefile", "name", "signaturefile"], + "bindings": [], + "bindprimary_key": "", + "delete_arg_keys": [], + "disable_payload_keys": [], + "enable_payload_keys": [], + "get_arg_keys": [], + "immutable_keys": ["modulefile", "name", "signaturefile"], + "password_keys": [], + "primary_key": "name", + "primary_key_composite": [], + "readwrite_arguments": { + "modulefile": {"no_log": False, "type": "str"}, + "name": {"no_log": False, "type": "str"}, + "signaturefile": {"no_log": False, "type": "str"}, + }, + "singleton": False, + "update_payload_keys": [], + }, } diff --git a/plugins/modules/aaaparameter.py b/plugins/modules/aaaparameter.py index 5eda04e4..8e319575 100644 --- a/plugins/modules/aaaparameter.py +++ b/plugins/modules/aaaparameter.py @@ -255,8 +255,8 @@ description: - Entities for which WAF Protection need to be applied. - 'Available settings function as follows:' - - '* C(DEFAULT) - Both C(AUTH) and C(VPN) Protections are enabled. This is default - value for wafProtection' + - '* C(DEFAULT) - C(AUTH), C(VPN) and C(PORTAL) Protections are enabled. This + is the default value for wafProtection' - '* C(AUTH) - Endpoints used for Authentication applicable for both AAATM, IDP, GATEWAY use cases.' - '* C(VPN) - Endpoints used for Gateway use cases.' diff --git a/plugins/modules/analyticsprofile.py b/plugins/modules/analyticsprofile.py index ee3e69d6..0d17f0ed 100644 --- a/plugins/modules/analyticsprofile.py +++ b/plugins/modules/analyticsprofile.py @@ -31,6 +31,7 @@ - present - absent - unset + - changed default: present description: - The state of the resource being configured by the module on the NetScaler @@ -39,6 +40,8 @@ the module's parameters. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(unset), the resource will be unset on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/apispec.py b/plugins/modules/apispec.py index 94a8085b..65fa2639 100644 --- a/plugins/modules/apispec.py +++ b/plugins/modules/apispec.py @@ -30,6 +30,7 @@ choices: - present - absent + - changed default: present description: - The state of the resource being configured by the module on the NetScaler @@ -37,6 +38,8 @@ - When C(present), the resource will be added/updated configured according to the module's parameters. - When C(absent), the resource will be deleted from the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/appfwhtmlerrorpage.py b/plugins/modules/appfwhtmlerrorpage.py index 8741bf6c..2dbc73c8 100644 --- a/plugins/modules/appfwhtmlerrorpage.py +++ b/plugins/modules/appfwhtmlerrorpage.py @@ -30,12 +30,15 @@ choices: - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/appfwjsonerrorpage.py b/plugins/modules/appfwjsonerrorpage.py index 34998c71..39adaadd 100644 --- a/plugins/modules/appfwjsonerrorpage.py +++ b/plugins/modules/appfwjsonerrorpage.py @@ -30,12 +30,15 @@ choices: - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/appfwprotofile.py b/plugins/modules/appfwprotofile.py index 5ddf8f68..39f82bc6 100644 --- a/plugins/modules/appfwprotofile.py +++ b/plugins/modules/appfwprotofile.py @@ -30,12 +30,15 @@ choices: - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/appfwsignatures.py b/plugins/modules/appfwsignatures.py index 17eb9ac1..5bc0ba11 100644 --- a/plugins/modules/appfwsignatures.py +++ b/plugins/modules/appfwsignatures.py @@ -31,12 +31,15 @@ choices: - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/appfwxmlerrorpage.py b/plugins/modules/appfwxmlerrorpage.py index 2f559ca2..7baec82e 100644 --- a/plugins/modules/appfwxmlerrorpage.py +++ b/plugins/modules/appfwxmlerrorpage.py @@ -30,12 +30,15 @@ choices: - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/appqoecustomresp.py b/plugins/modules/appqoecustomresp.py index 544e9f81..9473fd3e 100644 --- a/plugins/modules/appqoecustomresp.py +++ b/plugins/modules/appqoecustomresp.py @@ -30,12 +30,15 @@ choices: - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/auditnslogaction.py b/plugins/modules/auditnslogaction.py index fef622d3..7138329b 100644 --- a/plugins/modules/auditnslogaction.py +++ b/plugins/modules/auditnslogaction.py @@ -215,7 +215,7 @@ trafficplane: type: str choices: - - DEFAULT + - MGMT - DATA description: - Traffic Plane to which the logs will be sent. diff --git a/plugins/modules/auditsyslogaction.py b/plugins/modules/auditsyslogaction.py index d04187d7..71fff496 100644 --- a/plugins/modules/auditsyslogaction.py +++ b/plugins/modules/auditsyslogaction.py @@ -313,10 +313,11 @@ trafficplane: type: str choices: - - DEFAULT + - MGMT - DATA description: - - Traffic Plane to which the logs will be sent. + - Valid only when Secure Management feature is enabled. Traffic Plane to which + the auditlogs will be sent. transport: type: str choices: diff --git a/plugins/modules/botsignature.py b/plugins/modules/botsignature.py index 580c61b7..a697f9c8 100644 --- a/plugins/modules/botsignature.py +++ b/plugins/modules/botsignature.py @@ -30,12 +30,15 @@ choices: - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/interface.py b/plugins/modules/interface.py index 78b90388..05677857 100644 --- a/plugins/modules/interface.py +++ b/plugins/modules/interface.py @@ -122,12 +122,12 @@ description: - In a High Availability (HA) configuration, monitor the interface for failure events. In an HA configuration, an interface that has HA MON enabled and is - not bound to any Failover Interface Set (FIS), is a critical interface. Failure + not bound to any Failover interface Set (FIS), is a critical interface. Failure or disabling of any critical interface triggers HA failover. id: type: str description: - - 'Interface number, in C/U format, where C can take one of the following values:' + - 'interface number, in C/U format, where C can take one of the following values:' - '* 0 - Indicates a management interface.' - '* 1 - Indicates a 1 Gbps port.' - '* 10 - Indicates a 10 Gbps port.' @@ -217,7 +217,7 @@ description: - LRSET port priority, expressed as an integer ranging from 1 to 1024. The highest priority is 1. The Citrix ADC limits the number of interfaces in an LRSET - to 8. Within a LRSET the highest LR Priority Interface is considered as the + to 8. Within a LRSET the highest LR Priority interface is considered as the first candidate for the Active interface, if the interface is UP. mtu: type: int @@ -231,14 +231,14 @@ Citrix ADC is 9216, however, some Virtualized / Cloud Platforms will have lesser Maximum Jumbo MTU Value (9000). In the case of Cluster, the Backplane interface requires an MTU value of 78 bytes more than the Max MTU configured - on any other Data-Plane Interface. When the Data plane interfaces are all + on any other Data-Plane interface. When the Data plane interfaces are all at default 1500 MTU, Cluster Back Plane will be automatically set to 1578 - (1500 + 78) MTU. If a Backplane interface is reset to Data Plane Interface, + (1500 + 78) MTU. If a Backplane interface is reset to Data Plane interface, then the 1578 MTU will be automatically reset to the default MTU of 1500(or whatever lesser default value). If any data plane interface of a Cluster is configured with a Jumbo MTU ( > 1500), then all backplane interfaces require to be configured with a minimum MTU of 'Highest Data Plane MTU in the Cluster - + 78'. That makes the maximum Jumbo MTU for any Data-Plane Interface in a + + 78'. That makes the maximum Jumbo MTU for any Data-Plane interface in a Cluster System to be '9138 (9216 - 78)., where 9216 is the maximum Jumbo MTU. On certain Virtualized / Cloud Platforms, the maximum possible MTU is restricted to a lesser value, Similar calculation can be applied, Maximum Data Plane diff --git a/plugins/modules/nsaptlicense.py b/plugins/modules/nsaptlicense.py index 63c426a3..4f1f84d0 100644 --- a/plugins/modules/nsaptlicense.py +++ b/plugins/modules/nsaptlicense.py @@ -27,11 +27,14 @@ - Shiva Shankar Vaddepally (@shivashankar-vaddepally) options: state: - choices: [] + choices: + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/nsextension.py b/plugins/modules/nsextension.py index 84d658c5..c43452aa 100644 --- a/plugins/modules/nsextension.py +++ b/plugins/modules/nsextension.py @@ -32,6 +32,7 @@ - absent - imported - unset + - changed default: present description: - The state of the resource being configured by the module on the NetScaler @@ -41,6 +42,8 @@ - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. - When C(unset), the resource will be unset on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/nslicenseserver.py b/plugins/modules/nslicenseserver.py index 6e71823a..ea3bd2bc 100644 --- a/plugins/modules/nslicenseserver.py +++ b/plugins/modules/nslicenseserver.py @@ -48,6 +48,11 @@ in the resource. - If no, the module will return error if any non-updatable parameters are provided. type: str + deviceprofilename: + type: str + description: + - Device profile is created on ADM and contains the user name and password of + the instance(s). ADM will use this info to add the NS for registration forceupdateip: type: bool description: @@ -62,7 +67,7 @@ - CICO - SelfManagedPool - SelfManagedvCPU - - LASConnected + - LAS description: - This paramter indicates type of license customer interested while configuring add/set licenseserver diff --git a/plugins/modules/policypatsetfile.py b/plugins/modules/policypatsetfile.py index 7b77b072..243cc7b7 100644 --- a/plugins/modules/policypatsetfile.py +++ b/plugins/modules/policypatsetfile.py @@ -31,6 +31,7 @@ - present - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler @@ -39,6 +40,8 @@ the module's parameters. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/policyurlset.py b/plugins/modules/policyurlset.py index e5502184..7982e5d8 100644 --- a/plugins/modules/policyurlset.py +++ b/plugins/modules/policyurlset.py @@ -31,6 +31,7 @@ - present - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler @@ -39,6 +40,8 @@ the module's parameters. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/reporting.py b/plugins/modules/reporting.py deleted file mode 100644 index 9d8acee9..00000000 --- a/plugins/modules/reporting.py +++ /dev/null @@ -1,104 +0,0 @@ -#!/usr/bin/python - -# -*- coding: utf-8 -*- - -# Copyright (c) 2025 Cloud Software Group, Inc. -# MIT License (see LICENSE or https://opensource.org/licenses/MIT) - -from __future__ import absolute_import, division, print_function - -__metaclass__ = type - - -ANSIBLE_METADATA = { - "metadata_version": "1.1", - "status": ["preview"], - "supported_by": "community", -} - -DOCUMENTATION = r""" ---- -module: reporting -short_description: Configuration for reporting resource. -description: Configuration for reporting resource. -version_added: 2.0.0 -author: - - Sumanth Lingappa (@sumanth-lingappa) - - Shiva Shankar Vaddepally (@shivashankar-vaddepally) -options: - state: - choices: - - enabled - - disabled - default: present - description: - - The state of the resource being configured by the module on the NetScaler - ADC node. - - When C(enabled), the resource will be enabled on the NetScaler ADC node. - - When C(disabled), the resource will be disabled on the NetScaler ADC node. - type: str - remove_non_updatable_params: - choices: - - 'yes' - - 'no' - default: 'no' - description: - - When given yes, the module will remove any parameters that are not updatable - in the resource. - - If no, the module will return error if any non-updatable parameters are provided. - type: str -extends_documentation_fragment: netscaler.adc.netscaler_adc - -""" - -EXAMPLES = r""" -""" - -RETURN = r""" ---- -changed: - description: Indicates if any change is made by the module - returned: always - type: bool - sample: true -diff: - description: Dictionary of before and after changes - returned: always - type: dict - sample: {'before': {'key1': 'xyz'}, 'after': {'key2': 'pqr'}, 'prepared': 'changes - done'} -diff_list: - description: List of differences between the actual configured object and the configuration - specified in the module - returned: when changed - type: list - sample: ["Attribute `key1` differs. Desired: () XYZ. Existing: () PQR"] -failed: - description: Indicates if the module failed or not - returned: always - type: bool - sample: false -loglines: - description: list of logged messages by the module - returned: always - type: list - sample: ['message 1', 'message 2'] - -""" - - -import os - -from ..module_utils.module_executor import ModuleExecutor - -RESOURCE_NAME = os.path.basename(__file__).replace(".py", "") - - -def main(): - executor = ModuleExecutor(RESOURCE_NAME) - executor.main() - - -if __name__ == "__main__": - main() diff --git a/plugins/modules/reportingconfig.py b/plugins/modules/reportingconfig.py deleted file mode 100644 index e0070214..00000000 --- a/plugins/modules/reportingconfig.py +++ /dev/null @@ -1,178 +0,0 @@ -#!/usr/bin/python - -# -*- coding: utf-8 -*- - -# Copyright (c) 2025 Cloud Software Group, Inc. -# MIT License (see LICENSE or https://opensource.org/licenses/MIT) - -from __future__ import absolute_import, division, print_function - -__metaclass__ = type - - -ANSIBLE_METADATA = { - "metadata_version": "1.1", - "status": ["preview"], - "supported_by": "community", -} - -DOCUMENTATION = r""" ---- -module: reportingconfig -short_description: Configuration for reporting config resource. -description: Configuration for reporting config resource. -version_added: 2.0.0 -author: - - Sumanth Lingappa (@sumanth-lingappa) - - Shiva Shankar Vaddepally (@shivashankar-vaddepally) -options: - state: - choices: - - present - - absent - default: present - description: - - The state of the resource being configured by the module on the NetScaler - ADC node. - - When C(present), the resource will be added/updated configured according to - the module's parameters. - - When C(absent), the resource will be deleted from the NetScaler ADC node. - type: str - remove_non_updatable_params: - choices: - - 'yes' - - 'no' - default: 'no' - description: - - When given yes, the module will remove any parameters that are not updatable - in the resource. - - If no, the module will return error if any non-updatable parameters are provided. - type: str - entitytypes: - type: str - choices: - - appfwpolicy - - appfwpolicylabel - - appfwprofile - - appqoepolicy - - authenticationloginschemapolicy - - authenticationoauthidppolicy - - authenticationpolicy - - authenticationpolicylabel - - authenticationsamlidppolicy - - authenticationvserver - - authorizationpolicylabel - - botpolicy - - botpolicylabel - - botprofile - - cachecontentgroup - - cachepolicy - - cachepolicylabel - - cmppolicy - - cmppolicylabel - - contentinspectionpolicy - - contentinspectionpolicylabel - - crvserver - - csvserver - - dnspolicylabel - - dnsrecords - - dospolicy - - gslbdomain - - gslbservice - - gslbservicegroup - - gslbservicegroupmember - - gslbsite - - gslbvserver - - inat - - inatsession - - lbvserver - - lldp - - nsacl - - nsacl6 - - nslimitidentifier - - nsmemory - - nspbr - - nspbr6 - - pcpserver - - responderpolicy - - responderpolicylabel - - rewritepolicy - - rewritepolicylabel - - rnatip - - service - - servicegroup - - servicegroupmember - - spilloverpolicy - - sslvserver - - tmsessionpolicy - - tmtrafficpolicy - - tunnelip - - tunnelip6 - - uservserver - - videooptimizationdetectionpolicy - - videooptimizationdetectionpolicylabel - - videooptimizationpacingpolicy - - videooptimizationpacingpolicylabel - - vlan - - vxlan - description: - - Object type of the entity - name: - type: str - description: - - Name of the entity -extends_documentation_fragment: netscaler.adc.netscaler_adc - -""" - -EXAMPLES = r""" -""" - -RETURN = r""" ---- -changed: - description: Indicates if any change is made by the module - returned: always - type: bool - sample: true -diff: - description: Dictionary of before and after changes - returned: always - type: dict - sample: {'before': {'key1': 'xyz'}, 'after': {'key2': 'pqr'}, 'prepared': 'changes - done'} -diff_list: - description: List of differences between the actual configured object and the configuration - specified in the module - returned: when changed - type: list - sample: ["Attribute `key1` differs. Desired: () XYZ. Existing: () PQR"] -failed: - description: Indicates if the module failed or not - returned: always - type: bool - sample: false -loglines: - description: list of logged messages by the module - returned: always - type: list - sample: ['message 1', 'message 2'] - -""" - - -import os - -from ..module_utils.module_executor import ModuleExecutor - -RESOURCE_NAME = os.path.basename(__file__).replace(".py", "") - - -def main(): - executor = ModuleExecutor(RESOURCE_NAME) - executor.main() - - -if __name__ == "__main__": - main() diff --git a/plugins/modules/responderhtmlpage.py b/plugins/modules/responderhtmlpage.py index 0441b956..d8aa09ac 100644 --- a/plugins/modules/responderhtmlpage.py +++ b/plugins/modules/responderhtmlpage.py @@ -30,12 +30,15 @@ choices: - absent - imported + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(imported), the resource will be imported on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/sslcertkey.py b/plugins/modules/sslcertkey.py index 7fc0999d..9b3704c3 100644 --- a/plugins/modules/sslcertkey.py +++ b/plugins/modules/sslcertkey.py @@ -31,6 +31,7 @@ - present - absent - unset + - changed default: present description: - The state of the resource being configured by the module on the NetScaler @@ -39,6 +40,8 @@ the module's parameters. - When C(absent), the resource will be deleted from the NetScaler ADC node. - When C(unset), the resource will be unset on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/sslcertkeybundle.py b/plugins/modules/sslcertkeybundle.py index 26810c5b..e40333d7 100644 --- a/plugins/modules/sslcertkeybundle.py +++ b/plugins/modules/sslcertkeybundle.py @@ -30,6 +30,7 @@ choices: - present - absent + - changed default: present description: - The state of the resource being configured by the module on the NetScaler @@ -37,6 +38,8 @@ - When C(present), the resource will be added/updated configured according to the module's parameters. - When C(absent), the resource will be deleted from the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/sslfips.py b/plugins/modules/sslfips.py index a3e5e94a..3d2b8ac7 100644 --- a/plugins/modules/sslfips.py +++ b/plugins/modules/sslfips.py @@ -30,6 +30,7 @@ choices: - present - unset + - changed default: present description: - The state of the resource being configured by the module on the NetScaler @@ -37,6 +38,8 @@ - When C(present), the resource will be added/updated configured according to the module's parameters. - When C(unset), the resource will be unset on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/sslhsmkey.py b/plugins/modules/sslhsmkey.py index a4ba2870..66889652 100644 --- a/plugins/modules/sslhsmkey.py +++ b/plugins/modules/sslhsmkey.py @@ -85,19 +85,6 @@ """ EXAMPLES = r""" ---- -- name: Create ssl hsm key - hosts: localhost - gather_facts: false - tasks: - - name: Create ssl hsm key - delegate_to: localhost - netscaler.adc.sslhsmkey: - state: present - hsmkeyname: "hsmk1" - hsmtype: "SAFENET" - serialnum: "116877xxxx465464" - password: "xxxxxxx" """ RETURN = r""" diff --git a/plugins/modules/sslprofile.py b/plugins/modules/sslprofile.py index bb1b7d90..51f4fe1f 100644 --- a/plugins/modules/sslprofile.py +++ b/plugins/modules/sslprofile.py @@ -61,6 +61,16 @@ - connection parameters. EMS must be supported by both the TLS client and server - in order to be enabled during a handshake. This setting applies to both - frontend and backend SSL profiles. + allowlegacykdf: + type: str + choices: + - 'YES' + - 'NO' + description: + - 'FIPS 140-3 certification requires all handshakes without EMS be blocked. ' + - 'Such KDFs are allowed by default. This setting is to allow/disallow such + legacy KDFs ' + - when needed. This setting applies to both frontend and backend SSL profiles. allowunknownsni: type: str choices: diff --git a/plugins/modules/systemcollectionparam.py b/plugins/modules/systemcollectionparam.py deleted file mode 100644 index 4b5f0019..00000000 --- a/plugins/modules/systemcollectionparam.py +++ /dev/null @@ -1,117 +0,0 @@ -#!/usr/bin/python - -# -*- coding: utf-8 -*- - -# Copyright (c) 2025 Cloud Software Group, Inc. -# MIT License (see LICENSE or https://opensource.org/licenses/MIT) - -from __future__ import absolute_import, division, print_function - -__metaclass__ = type - - -ANSIBLE_METADATA = { - "metadata_version": "1.1", - "status": ["preview"], - "supported_by": "community", -} - -DOCUMENTATION = r""" ---- -module: systemcollectionparam -short_description: Configuration for collection parameter resource. -description: Configuration for collection parameter resource. -version_added: 2.0.0 -author: - - Sumanth Lingappa (@sumanth-lingappa) - - Shiva Shankar Vaddepally (@shivashankar-vaddepally) -options: - state: - choices: - - present - - unset - default: present - description: - - The state of the resource being configured by the module on the NetScaler - ADC node. - - When C(present), the resource will be added/updated configured according to - the module's parameters. - - When C(unset), the resource will be unset on the NetScaler ADC node. - type: str - remove_non_updatable_params: - choices: - - 'yes' - - 'no' - default: 'no' - description: - - When given yes, the module will remove any parameters that are not updatable - in the resource. - - If no, the module will return error if any non-updatable parameters are provided. - type: str - communityname: - type: str - description: - - SNMPv1 community name for authentication. - datapath: - type: str - description: - - specify the data path to the database. - loglevel: - type: str - description: - - specify the log level. Possible values CRITICAL,WARNING,INFO,DEBUG1,DEBUG2 -extends_documentation_fragment: netscaler.adc.netscaler_adc - -""" - -EXAMPLES = r""" -""" - -RETURN = r""" ---- -changed: - description: Indicates if any change is made by the module - returned: always - type: bool - sample: true -diff: - description: Dictionary of before and after changes - returned: always - type: dict - sample: {'before': {'key1': 'xyz'}, 'after': {'key2': 'pqr'}, 'prepared': 'changes - done'} -diff_list: - description: List of differences between the actual configured object and the configuration - specified in the module - returned: when changed - type: list - sample: ["Attribute `key1` differs. Desired: () XYZ. Existing: () PQR"] -failed: - description: Indicates if the module failed or not - returned: always - type: bool - sample: false -loglines: - description: list of logged messages by the module - returned: always - type: list - sample: ['message 1', 'message 2'] - -""" - - -import os - -from ..module_utils.module_executor import ModuleExecutor - -RESOURCE_NAME = os.path.basename(__file__).replace(".py", "") - - -def main(): - executor = ModuleExecutor(RESOURCE_NAME) - executor.main() - - -if __name__ == "__main__": - main() diff --git a/plugins/modules/systementitydata.py b/plugins/modules/systementitydata.py deleted file mode 100644 index 84819540..00000000 --- a/plugins/modules/systementitydata.py +++ /dev/null @@ -1,154 +0,0 @@ -#!/usr/bin/python - -# -*- coding: utf-8 -*- - -# Copyright (c) 2025 Cloud Software Group, Inc. -# MIT License (see LICENSE or https://opensource.org/licenses/MIT) - -from __future__ import absolute_import, division, print_function - -__metaclass__ = type - - -ANSIBLE_METADATA = { - "metadata_version": "1.1", - "status": ["preview"], - "supported_by": "community", -} - -DOCUMENTATION = r""" ---- -module: systementitydata -short_description: Configuration for entity data resource. -description: Configuration for entity data resource. -version_added: 2.0.0 -author: - - Sumanth Lingappa (@sumanth-lingappa) - - Shiva Shankar Vaddepally (@shivashankar-vaddepally) -options: - state: - choices: - - absent - default: present - description: - - The state of the resource being configured by the module on the NetScaler - ADC node. - - When C(absent), the resource will be deleted from the NetScaler ADC node. - type: str - remove_non_updatable_params: - choices: - - 'yes' - - 'no' - default: 'no' - description: - - When given yes, the module will remove any parameters that are not updatable - in the resource. - - If no, the module will return error if any non-updatable parameters are provided. - type: str - alldeleted: - type: bool - description: - - Specify this if you would like to delete information about all deleted entities - from the database. - allinactive: - type: bool - description: - - Specify this if you would like to delete information about all inactive entities - from the database. - core: - type: int - description: - - Specify core ID of the PE in nCore. - counters: - type: str - description: - - Specify the counters to be collected. - datasource: - type: str - description: - - Specifies the source which contains all the stored counter values. - endtime: - type: str - description: - - Specify end time in mmddyyyyhhmm upto which values have to be collected. - last: - type: int - description: - - 'Last is literal way of saying a certain time period from the current moment. - Example: -last 1 hour, -last 1 day, et cetera.' - name: - type: str - description: - - Specify the entity name. - starttime: - type: str - description: - - Specify start time in mmddyyyyhhmm to start collecting values from that timestamp. - type: - type: str - description: - - Specify the entity type. - unit: - type: str - choices: - - HOURS - - DAYS - - MONTHS - description: - - Specify the time period from current moment. Example 1 x where x = hours/ - days/ years. -extends_documentation_fragment: netscaler.adc.netscaler_adc - -""" - -EXAMPLES = r""" -""" - -RETURN = r""" ---- -changed: - description: Indicates if any change is made by the module - returned: always - type: bool - sample: true -diff: - description: Dictionary of before and after changes - returned: always - type: dict - sample: {'before': {'key1': 'xyz'}, 'after': {'key2': 'pqr'}, 'prepared': 'changes - done'} -diff_list: - description: List of differences between the actual configured object and the configuration - specified in the module - returned: when changed - type: list - sample: ["Attribute `key1` differs. Desired: () XYZ. Existing: () PQR"] -failed: - description: Indicates if the module failed or not - returned: always - type: bool - sample: false -loglines: - description: list of logged messages by the module - returned: always - type: list - sample: ['message 1', 'message 2'] - -""" - - -import os - -from ..module_utils.module_executor import ModuleExecutor - -RESOURCE_NAME = os.path.basename(__file__).replace(".py", "") - - -def main(): - executor = ModuleExecutor(RESOURCE_NAME) - executor.main() - - -if __name__ == "__main__": - main() diff --git a/plugins/modules/systemkek.py b/plugins/modules/systemkek.py index db5700c7..f71f9e52 100644 --- a/plugins/modules/systemkek.py +++ b/plugins/modules/systemkek.py @@ -27,11 +27,14 @@ - Shiva Shankar Vaddepally (@shivashankar-vaddepally) options: state: - choices: [] + choices: + - changed default: present description: - The state of the resource being configured by the module on the NetScaler ADC node. + - When C(changed), the resource will be changed(?action=update) on the NetScaler + ADC node. type: str remove_non_updatable_params: choices: diff --git a/plugins/modules/systemlevelreporting.py b/plugins/modules/systemlevelreporting.py deleted file mode 100644 index 314b3fc9..00000000 --- a/plugins/modules/systemlevelreporting.py +++ /dev/null @@ -1,106 +0,0 @@ -#!/usr/bin/python - -# -*- coding: utf-8 -*- - -# Copyright (c) 2025 Cloud Software Group, Inc. -# MIT License (see LICENSE or https://opensource.org/licenses/MIT) - -from __future__ import absolute_import, division, print_function - -__metaclass__ = type - - -ANSIBLE_METADATA = { - "metadata_version": "1.1", - "status": ["preview"], - "supported_by": "community", -} - -DOCUMENTATION = r""" ---- -module: systemlevelreporting -short_description: Configuration for Make entity count for reporting equal to system - threshold count cumulatively resource. -description: Configuration for Make entity count for reporting equal to system threshold - count cumulatively resource. -version_added: 2.0.0 -author: - - Sumanth Lingappa (@sumanth-lingappa) - - Shiva Shankar Vaddepally (@shivashankar-vaddepally) -options: - state: - choices: - - enabled - - disabled - default: present - description: - - The state of the resource being configured by the module on the NetScaler - ADC node. - - When C(enabled), the resource will be enabled on the NetScaler ADC node. - - When C(disabled), the resource will be disabled on the NetScaler ADC node. - type: str - remove_non_updatable_params: - choices: - - 'yes' - - 'no' - default: 'no' - description: - - When given yes, the module will remove any parameters that are not updatable - in the resource. - - If no, the module will return error if any non-updatable parameters are provided. - type: str -extends_documentation_fragment: netscaler.adc.netscaler_adc - -""" - -EXAMPLES = r""" -""" - -RETURN = r""" ---- -changed: - description: Indicates if any change is made by the module - returned: always - type: bool - sample: true -diff: - description: Dictionary of before and after changes - returned: always - type: dict - sample: {'before': {'key1': 'xyz'}, 'after': {'key2': 'pqr'}, 'prepared': 'changes - done'} -diff_list: - description: List of differences between the actual configured object and the configuration - specified in the module - returned: when changed - type: list - sample: ["Attribute `key1` differs. Desired: () XYZ. Existing: () PQR"] -failed: - description: Indicates if the module failed or not - returned: always - type: bool - sample: false -loglines: - description: list of logged messages by the module - returned: always - type: list - sample: ['message 1', 'message 2'] - -""" - - -import os - -from ..module_utils.module_executor import ModuleExecutor - -RESOURCE_NAME = os.path.basename(__file__).replace(".py", "") - - -def main(): - executor = ModuleExecutor(RESOURCE_NAME) - executor.main() - - -if __name__ == "__main__": - main() diff --git a/supported_modules_matrix.md b/supported_modules_matrix.md index 0382c420..9497836e 100644 --- a/supported_modules_matrix.md +++ b/supported_modules_matrix.md @@ -4,13 +4,13 @@ This is a matrix of all the resources supported by the `netscaler` ansible colle --- -- Total number of resources: **947** -- Total number of supported resources: **947** -- Total number of supported resources with examples: **494** -- Total number of unsupported resources: **0** -- Percentage of supported resources: **100.0%** -- Percentage of supported resources with examples: **52.16%** -- Percentage of unsupported resources: **0.0%** +- Total number of resources: **942** +- Total number of supported resources: **940** +- Total number of supported resources with examples: **502** +- Total number of unsupported resources: **2** +- Percentage of supported resources: **99.79%** +- Percentage of supported resources with examples: **53.29%** +- Percentage of unsupported resources: **0.21%** --- @@ -657,8 +657,6 @@ This is a matrix of all the resources supported by the `netscaler` ansible colle | [rdpconnections](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/rdpconnections_module.html) | ✅ | ❌ | | [rdpserverprofile](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/rdpserverprofile_module.html) | ✅ | ✅ | | [reboot](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/reboot_module.html) | ✅ | ❌ | -| [reporting](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/reporting_module.html) | ✅ | ❌ | -| [reportingconfig](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/reportingconfig_module.html) | ✅ | ❌ | | [reputationsettings](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/reputationsettings_module.html) | ✅ | ❌ | | [responderaction](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/responderaction_module.html) | ✅ | ✅ | | [responderglobal_responderpolicy_binding](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/responderglobal_responderpolicy_binding_module.html) | ✅ | ✅ | @@ -787,9 +785,7 @@ This is a matrix of all the resources supported by the `netscaler` ansible colle | [systemautorestorefeature](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemautorestorefeature_module.html) | ✅ | ❌ | | [systembackup](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systembackup_module.html) | ✅ | ❌ | | [systemcmdpolicy](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemcmdpolicy_module.html) | ✅ | ✅ | -| [systemcollectionparam](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemcollectionparam_module.html) | ✅ | ❌ | | [systemcpuparam](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemcpuparam_module.html) | ✅ | ❌ | -| [systementitydata](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systementitydata_module.html) | ✅ | ❌ | | [systemextramgmtcpu](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemextramgmtcpu_module.html) | ✅ | ✅ | | [systemfile](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemfile_module.html) | ✅ | ❌ | | [systemglobal_auditnslogpolicy_binding](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemglobal_auditnslogpolicy_binding_module.html) | ✅ | ❌ | @@ -805,7 +801,6 @@ This is a matrix of all the resources supported by the `netscaler` ansible colle | [systemgroup_systemuser_binding](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemgroup_systemuser_binding_module.html) | ✅ | ✅ | | [systemhwerror](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemhwerror_module.html) | ✅ | ❌ | | [systemkek](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemkek_module.html) | ✅ | ❌ | -| [systemlevelreporting](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemlevelreporting_module.html) | ✅ | ❌ | | [systemnsbtracing](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemnsbtracing_module.html) | ✅ | ❌ | | [systemparameter](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemparameter_module.html) | ✅ | ✅ | | [systemrestorepoint](https://netscaler.github.io/ansible-collection-netscaleradc/collections/netscaler/adc/systemrestorepoint_module.html) | ✅ | ❌ | diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt index 9311ac21..9cc953e8 100644 --- a/tests/sanity/ignore-2.15.txt +++ b/tests/sanity/ignore-2.15.txt @@ -600,7 +600,6 @@ plugins/modules/rdpclientprofile.py validate-modules:missing-gplv3-license # We plugins/modules/rdpconnections.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/rdpserverprofile.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/reboot.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/reportingconfig.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/reputationsettings.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/responderaction.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/responderglobal_responderpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license @@ -719,9 +718,7 @@ plugins/modules/subscribersessions.py validate-modules:missing-gplv3-license # W plugins/modules/systemadmuserinfo.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systembackup.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemcmdpolicy.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/systemcollectionparam.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemcpuparam.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/systementitydata.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemextramgmtcpu.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemfile.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemglobal_auditnslogpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license @@ -921,13 +918,11 @@ plugins/modules/nssourceroutecachetable.py validate-modules:missing-gplv3-licens plugins/modules/nstestlicense.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/ntpsync.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/policytracing.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/reporting.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/interface.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnvserver_appfwpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnvserver_secureprivateaccessurl_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnglobal_appfwpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnglobal_secureprivateaccessurl_binding.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/systemlevelreporting.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/metricsprofile_authenticationvserver_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/metricsprofile_crvserver_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/metricsprofile_csvserver_binding.py validate-modules:missing-gplv3-license # We use MIT license diff --git a/tests/sanity/ignore-2.16.txt b/tests/sanity/ignore-2.16.txt index 9311ac21..9cc953e8 100644 --- a/tests/sanity/ignore-2.16.txt +++ b/tests/sanity/ignore-2.16.txt @@ -600,7 +600,6 @@ plugins/modules/rdpclientprofile.py validate-modules:missing-gplv3-license # We plugins/modules/rdpconnections.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/rdpserverprofile.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/reboot.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/reportingconfig.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/reputationsettings.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/responderaction.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/responderglobal_responderpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license @@ -719,9 +718,7 @@ plugins/modules/subscribersessions.py validate-modules:missing-gplv3-license # W plugins/modules/systemadmuserinfo.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systembackup.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemcmdpolicy.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/systemcollectionparam.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemcpuparam.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/systementitydata.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemextramgmtcpu.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemfile.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemglobal_auditnslogpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license @@ -921,13 +918,11 @@ plugins/modules/nssourceroutecachetable.py validate-modules:missing-gplv3-licens plugins/modules/nstestlicense.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/ntpsync.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/policytracing.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/reporting.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/interface.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnvserver_appfwpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnvserver_secureprivateaccessurl_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnglobal_appfwpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnglobal_secureprivateaccessurl_binding.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/systemlevelreporting.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/metricsprofile_authenticationvserver_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/metricsprofile_crvserver_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/metricsprofile_csvserver_binding.py validate-modules:missing-gplv3-license # We use MIT license diff --git a/tests/sanity/ignore-2.17.txt b/tests/sanity/ignore-2.17.txt index 9311ac21..9cc953e8 100644 --- a/tests/sanity/ignore-2.17.txt +++ b/tests/sanity/ignore-2.17.txt @@ -600,7 +600,6 @@ plugins/modules/rdpclientprofile.py validate-modules:missing-gplv3-license # We plugins/modules/rdpconnections.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/rdpserverprofile.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/reboot.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/reportingconfig.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/reputationsettings.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/responderaction.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/responderglobal_responderpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license @@ -719,9 +718,7 @@ plugins/modules/subscribersessions.py validate-modules:missing-gplv3-license # W plugins/modules/systemadmuserinfo.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systembackup.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemcmdpolicy.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/systemcollectionparam.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemcpuparam.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/systementitydata.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemextramgmtcpu.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemfile.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/systemglobal_auditnslogpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license @@ -921,13 +918,11 @@ plugins/modules/nssourceroutecachetable.py validate-modules:missing-gplv3-licens plugins/modules/nstestlicense.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/ntpsync.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/policytracing.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/reporting.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/interface.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnvserver_appfwpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnvserver_secureprivateaccessurl_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnglobal_appfwpolicy_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/vpnglobal_secureprivateaccessurl_binding.py validate-modules:missing-gplv3-license # We use MIT license -plugins/modules/systemlevelreporting.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/metricsprofile_authenticationvserver_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/metricsprofile_crvserver_binding.py validate-modules:missing-gplv3-license # We use MIT license plugins/modules/metricsprofile_csvserver_binding.py validate-modules:missing-gplv3-license # We use MIT license