-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix validates modules (sanity) #76
Open
alagoutte
wants to merge
43
commits into
aruba:master
Choose a base branch
from
alagoutte:fix-validates-modules
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arubaoss_aaa_accounting.py:0:0: deprecation-collection-missing: AnsibleModule.argument_spec.username: If removed_in_version or removed_at_date is specified, removed_from_collection must be specified as well for dictionary value @ data['argument_spec']['username']. Got {'removed_in_version': '2.9.0'}
arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'cmd_accounting_method' in argument_spec defines default as ('AME_NONE') but documentation defines default as (None) arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'cmd_accounting_mode' in argument_spec defines default as ('AMO_NONE') but documentation defines default as (None) arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'ntwk_accounting_method' in argument_spec defines default as ('AME_NONE') but documentation defines default as (None) arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'ntwk_accounting_mode' in argument_spec defines default as ('AMO_NONE') but documentation defines default as (None) arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'update_interval' in argument_spec defines default as (0) but documentation defines default as (None)
arubaoss_aaa_accounting.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.4') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.4'
arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'cmd_accounting_mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'cmd_server_group' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'ntwk_accounting_method' in argument_spec defines type as 'str' but documentation doesn't define type /arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'ntwk_accounting_mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'update_interval' in argument_spec defines type as 'int' but documentation doesn't define type
…cumentation parameter
arubaoss_aaa_authentication.py:0:0: doc-choices-do-not-match-spec: Argument 'config' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([]) arubaoss_aaa_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'config' in argument_spec defines default as ('create') but documentation defines default as (None) arubaoss_aaa_authentication.py:0:0: doc-type-does-not-match-spec: Argument 'min_pwd_len' in argument_spec defines type as 'int' but documentation defines type as 'int <1-64>' arubaoss_aaa_authentication.py:0:0: invalid-documentation: DOCUMENTATION.options.min_pwd_len.type: not a valid value for dictionary value @ data['options']['min_pwd_len']['type']. Got 'int <1-64>' arubaoss_aaa_authentication.py:0:0: no-log-needed: Argument 'user_password' in argument_spec could be a secret, though doesn't have set arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'password_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'primary_method' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'secondary_method' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_authentication.py:0:0: undocumented-parameter: Argument 'config' is listed in the argument_spec, but not documented in the module documentation
arubaoss_aaa_authorization.py:0:0: doc-choices-do-not-match-spec: Argument 'is_log_enabled' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False]) arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'authorization_method' in argument_spec defines default as ('AZM_NONE') but documentation defines default as (None) arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'config' in argument_spec defines default as ('create') but documentation defines default as (None) arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'authorization_method' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'cmd_permission' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'is_log_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_aaa_authorization.py:0:0: return-syntax-error: RETURN.message.returned: required key not provided @ data['message']['returned']. Got None arubaoss_aaa_authorization.py:0:0: return-syntax-error: RETURN.message.type: required key not provided @ data['message']['type']. Got None arubaoss_aaa_authorization.py:0:0: return-syntax-error: RETURN.original_message.returned: required key not provided @ data['original_message']['returned']. Got None
arubaoss_acl_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'acl_type' in argument_spec defines choices as (['AT_EXTENDED_IPV4', 'AT_STANDARD_IPV4', 'AT_CONNECTION_RATE_FILTER']) but documentation defines choices as (['AT_STANDARD_IPV4', 'AT_EXTENDED_IPV4', 'AT_CONNECTOIN_RATE_FILTER']) arubaoss_acl_policy.py:0:0: doc-default-does-not-match-spec: Argument 'acl_source_address' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None) arubaoss_acl_policy.py:0:0: doc-default-does-not-match-spec: Argument 'acl_source_mask' in argument_spec defines default as ('255.255.255.255') but documentation defines default as (None) arubaoss_acl_policy.py:0:0: parameter-list-no-elements: Argument 'match_bit' in argument_spec defines type as list but elements is not defined arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'acl_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'destination_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'destination_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'igmp_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'match_bit' in argument_spec defines type as 'list' but documentation doesn't define type arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'protocol_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'source_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'source_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_acl_policy.py:0:0: return-syntax-error: RETURN.message.returned: required key not provided @ data['message']['returned']. Got None arubaoss_acl_policy.py:0:0: return-syntax-error: RETURN.message.type: required key not provided @ data['message']['type']. Got None arubaoss_acl_policy.py:0:0: return-syntax-error: RETURN.original_message.returned: required key not provided @ data['original_message']['returned']. Got None arubaoss_acl_policy.py:0:0: undocumented-parameter: Argument 'destination_ip_mask' is listed in the argument_spec, but not documented in the module documentation
arubaoss_anycli.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required
arubaoss_captive_portal.py:0:0: doc-default-does-not-match-spec: Argument 'enable_captive_portal' in argument_spec defines default as (True) but documentation defines default as (None) arubaoss_captive_portal.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None) arubaoss_captive_portal.py:0:0: no-log-needed: Argument 'url_hash_key' in argument_spec could be a secret, though doesn't have `no_log` set arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'enable_captive_portal' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'profile_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'server_url' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'url_hash_key' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_command.py:0:0: parameter-list-no-elements: Argument 'commands' in argument_spec defines type as list but elements is not defined arubaoss_command.py:0:0: parameter-list-no-elements: Argument 'wait_for' in argument_spec defines type as list but elements is not defined arubaoss_command.py:0:0: undocumented-parameter: Argument 'waitfor' is listed in the argument_spec, but not documented in the module documentatio
arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_config_mode' in argument_spec defines default as ('DCM_MANUAL') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'version_1' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'version_2' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'version_3' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'version_4' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None) arubaoss_dns.py:0:0: parameter-type-not-in-doc: Argument 'dns_config_mode' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_dot1x.py:0:0: doc-choices-do-not-match-spec: Argument 'controlled_direction' in argument_spec defines choices as (['DCD_BOTH', 'DCD_IN']) but documentation defines choices as (['DCD_IN', 'DCD_OUT']) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'allow_gvrp_vlans' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'allow_mbv' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'allow_mixed_users' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('dot1x_config') but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'control' in argument_spec defines default as ('DAPC_AUTO') but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'controlled_direction' in argument_spec defines default as ('DCD_BOTH') but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'enforce_cache_reauth' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'is_authenticator_enabled' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'is_dot1x_enabled' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'is_port_speed_vsa_enabled' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'logoff_period' in argument_spec defines default as (None) but documentation defines default as (300) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'max_requests' in argument_spec defines default as (None) but documentation defines default as (2) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'primary_authentication_method' in argument_spec defines default as ('DPAM_LOCAL') but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_authentication_method' in argument_spec defines default as ('DSAM_NONE') but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'server_timeout' in argument_spec defines default as (None) but documentation defines default as (300) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'supplicant_timeout' in argument_spec defines default as (None) but documentation defines default as (30) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'use_lldp_data' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'allow_gvrp_vlans' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'allow_mbv' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'allow_mixed_users' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'authorized_vlan_id' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'cached_reauth_delay' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'cached_reauth_period' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'client_limit' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'control' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'controlled_direction' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'enforce_cache_reauth' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'is_authenticator_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'is_dot1x_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'is_port_speed_vsa_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'logoff_period' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'max_requests' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'primary_authentication_method' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'quiet_period' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'reauth_period' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'secondary_authentication_method' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'server_group' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'server_timeout' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'supplicant_timeout' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'tx_period' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'unauth_period' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'unauthorized_vlan_id' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'use_lldp_data' in argument_spec defines type as 'bool' but documentation doesn't define type
arubaoss_config.py:0:0: doc-type-does-not-match-spec: Argument 'dir_path' in argument_spec found in backup_options defines type as 'path' but documentation defines type as 'str' arubaoss_config.py:0:0: doc-type-does-not-match-spec: Argument 'src' in argument_spec defines type as 'path' but documentation defines type as 'str' arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'after' in argument_spec defines type as list but elements is not defined arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'before' in argument_spec defines type as list but elements is not defined arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'diff_ignore_lines' in argument_spec defines type as list but elements is not defined arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'lines' in argument_spec defines type as list but elements is not defined arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'parents' in argument_spec defines type as list but elements is not defined arubaoss_config.py:0:0: undocumented-parameter: Argument 'commands' is listed in the argument_spec, but not documented in the module documentation
arubaoss_config_bkup.py:0:0: nonexistent-parameter-documented: Argument 'recover_mode' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'config_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'file_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'forced_reboot' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'recovery_mode' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'server_ip' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'server_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'server_passwd' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'server_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'sftp_port' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'user_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'wait_for_apply' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_config_bkup.py:0:0: undocumented-parameter: Argument 'recovery_mode' is listed in the argument_spec, but not documented in the module documentation
arubaoss_dsnoop.py:0:0: doc-choices-do-not-match-spec: Argument 'dsnoop' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False]) arubaoss_dsnoop.py:0:0: doc-choices-do-not-match-spec: Argument 'is_dsnoop_option82_enabled' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False]) arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'dsnoop' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'is_dsnoop_option82_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'remote_id' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'server_ip' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'untrusted_policy' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'action' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'boot_image' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'copy_iter' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'file_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'file_url' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'show_tech_option' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_interface.py:0:0: doc-choices-do-not-match-spec: Argument 'acl_direction' in argument_spec defines choices as (['AD_INBOUND', 'AD_OUTBOUND', 'AD_CRF']) but documentation defines choices as ([]) arubaoss_interface.py:0:0: doc-choices-do-not-match-spec: Argument 'acl_type' in argument_spec defines choices as (['AT_STANDARD_IPV4', 'AT_EXTENDED_IPV4', 'AT_CONNECTION_RATE_FILTER']) but documentation defines choices as ([]) arubaoss_interface.py:0:0: doc-choices-do-not-match-spec: Argument 'qos_direction' in argument_spec defines choices as (['QPPD_INBOUND', 'QPPD_OUTBOUND']) but documentation defines choices as ([]) arubaoss_interface.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([]) arubaoss_interface.py:0:0: doc-default-does-not-match-spec: Argument 'acl_type' in argument_spec defines default as ('AT_STANDARD_IPV4') but documentation defines default as (None) arubaoss_interface.py:0:0: doc-default-does-not-match-spec: Argument 'qos_direction' in argument_spec defines default as ('QPPD_INBOUND') but documentation defines default as (None) arubaoss_interface.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None) arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'acl_direction' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'acl_id' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'acl_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'admin_stat' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'interface' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'qos_direction' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'qos_policy' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_interface.py:0:0: undocumented-parameter: Argument 'acl_type' is listed in the argument_spec, but not documented in the module documentation arubaoss_interface.py:0:0: undocumented-parameter: Argument 'qos_direction' is listed in the argument_spec, but not documented in the module documentation arubaoss_interface.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
arubaoss_ip_auth.py:0:0: doc-default-does-not-match-spec: Argument 'access_method' in argument_spec defines default as ('AM_ALL') but documentation defines default as (None) arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'access_method' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'access_role' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'auth_id' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'auth_ip' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'mask' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_facts.py:0:0: doc-elements-mismatch: Argument 'gather_network_resources' in argument_spec specifies elements as str,but elements is not documented arubaoss_facts.py:0:0: doc-elements-mismatch: Argument 'gather_subset' in argument_spec specifies elements as str,but elements is not documented
arubaoss_ip_route.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([]) arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'destination_vlan' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'ip_version' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as ('IAV_IPV_V4') arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'logging' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None) arubaoss_ip_route.py:0:0: doc-required-mismatch: Argument 'destination' in argument_spec is required, but is not documented as being required arubaoss_ip_route.py:0:0: doc-required-mismatch: Argument 'mask' in argument_spec is required, but is not documented as being required arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'bfd_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'destination' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'destination_vlan' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'distance' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'gateway' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'ip_route_mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'ip_version' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'logging' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'mask' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'metric' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'tag' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ip_route.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
arubaoss_loop_protect.py:0:0: doc-default-does-not-match-spec: Argument 'loop_protected' in argument_spec defines default as (True) but documentation defines default as (None) arubaoss_loop_protect.py:0:0: doc-default-does-not-match-spec: Argument 'transmit_interval' in argument_spec defines default as (5) but documentation defines default as (None) arubaoss_loop_protect.py:0:0: doc-default-does-not-match-spec: Argument 'trap' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_loop_protect.py:0:0: nonexistent-parameter-documented: Argument 'trasmit_interval' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'interface' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'loop_protected' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'port_disable_timer' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'receiver_action' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'transmit_interval' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'trap' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'vlan' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_loop_protect.py:0:0: undocumented-parameter: Argument 'loop_protected' is listed in the argument_spec, but not documented in the module documentation arubaoss_loop_protect.py:0:0: undocumented-parameter: Argument 'transmit_interval' is listed in the argument_spec, but not documented in the module documentation arubaoss_loop_protect.py:0:0: undocumented-parameter: Argument 'trap' is listed in the argument_spec, but not documented in the module documentation
arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('configMacAuth') but documentation defines default as (None) arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'is_mac_authentication_enabled' in argument_spec defines default as (True) but documentation defines default as (None) arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address_limit' in argument_spec defines default as (1) but documentation defines default as (None) arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'reauthenticate' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'is_mac_authentication_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'mac_address_limit' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'reauthenticate' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'unauthorized_vlan_id' in argument_spec defines type as 'int' but documentation doesn't define type
arubaoss_ntp.py:0:0: doc-choices-do-not-match-spec: Argument 'authenticationMode' in argument_spec defines choices as (['md5', 'sha1']) but documentation defines choices as ([]) arubaoss_ntp.py:0:0: doc-choices-do-not-match-spec: Argument 'config' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as (['c', 'r', 'e', 'a', 't', 'e', ',', ' ', 'd', 'e', 'l', 'e', 't', 'e']) arubaoss_ntp.py:0:0: doc-choices-do-not-match-spec: Argument 'timesyncType' in argument_spec defines choices as (['ntp', 'sntp', 'timep', 'timep-or-sntp']) but documentation defines choices as (['burst', 'iburst']) arubaoss_ntp.py:0:0: doc-choices-do-not-match-spec: Argument 'use_oobm' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False]) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'association_value' in argument_spec defines default as (8) but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'authenticationMode' in argument_spec defines default as ('md5') but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'config' in argument_spec defines default as ('create') but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'include_credentials_in_response' in argument_spec defines default as ('ICS_ENABLED') but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'maxpoll_value' in argument_spec defines default as (10) but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'minpoll_value' in argument_spec defines default as (6) but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'mode' in argument_spec defines default as ('burst') but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'operate' in argument_spec defines default as ('broadcast') but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'timesyncType' in argument_spec defines default as ('timep-or-sntp') but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'trusted' in argument_spec defines default as (True) but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'use_oobm' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-required-mismatch: Argument 'trap_value' in argument_spec is not required, but is documented as being required arubaoss_ntp.py:0:0: doc-type-does-not-match-spec: Argument 'trap_value' in argument_spec defines type as 'list' but documentation defines type as 'list of dictionaries' arubaoss_ntp.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.trap_value.enable: extra keys not allowed @ data['argument_spec']['trap_value']['enable']. Got {'type': 'bool', 'required': False, 'default': False} arubaoss_ntp.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.trap_value.trap: extra keys not allowed @ data['argument_spec']['trap_value']['trap']. Got {'type': 'str', 'required': True, 'choices': ['ntp-Mode-Change', 'ntp-Stratum-Change', 'ntp-Peer-Change', 'ntp-New-Association', 'ntp-Remove-Association', 'ntp-Config-Change', 'ntp-LeapSec-announced', 'Ntp-alive-Heartbeat', 'all']} arubaoss_ntp.py:0:0: invalid-documentation: DOCUMENTATION.options.config.choices: expected list for dictionary value @ data['options']['config']['choices']. Got 'create, delete' arubaoss_ntp.py:0:0: invalid-documentation: DOCUMENTATION.options.trap_value.enable: extra keys not allowed @ data['options']['trap_value']['enable']. Got {'description': 'enable or disable traps', 'choices': [True, False], 'required': False} arubaoss_ntp.py:0:0: invalid-documentation: DOCUMENTATION.options.trap_value.trap: extra keys not allowed @ data['options']['trap_value']['trap']. Got {'description': 'Select trap variable', 'choices': ['ntp-Mode-Change', 'ntp-Stratum-Change', 'ntp-Peer-Change', 'ntp-New-Association', 'ntp-Remove-Association', 'ntp-Config-Change', 'ntp-LeapSec-announced', 'ntp-alive-Heartbeat', 'all']} arubaoss_ntp.py:0:0: invalid-documentation: DOCUMENTATION.options.trap_value.type: not a valid value for dictionary value @ data['options']['trap_value']['type']. Got 'list of dictionaries' arubaoss_ntp.py:0:0: no-log-needed: Argument 'keyId' in argument_spec could be a secret, though doesn't have set arubaoss_ntp.py:0:0: no-log-needed: Argument 'keyValue' in argument_spec could be a secret, though doesn't have set arubaoss_ntp.py:0:0: parameter-list-no-elements: Argument 'trap_value' in argument_spec defines type as list but elements is not defined arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'association_value' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'authenticationMode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'include_credentials_in_response' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'keyId' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'keyValue' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'maxpoll_value' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'minpoll_value' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'ntp_ip4addr' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'operate' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'timesyncType' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'trusted' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'use_oobm' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_ntp.py:0:0: undocumented-parameter: Argument 'authenticationMode' is listed in the argument_spec, but not documented in the module documentation arubaoss_ntp.py:0:0: undocumented-parameter: Argument 'trusted' is listed in the argument_spec, but not documented in the module documentation
arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'is_poe_enabled' in argument_spec defines default as (True) but documentation defines default as (None) arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'power_threshold_percentage' in argument_spec defines default as (1) but documentation defines default as (None) arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'allocated_power_in_watts' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'is_poe_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'poe_allocation_method' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'poe_priority' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'port_configured_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'power_threshold_percentage' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'pre_standard_detect_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'slot_name' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_qos_policy.py:0:0: doc-default-does-not-match-spec: Argument 'action_value' in argument_spec defines default as (-1) but documentation defines default as (None) arubaoss_qos_policy.py:0:0: doc-default-does-not-match-spec: Argument 'policy_type' in argument_spec defines default as ('QPT_QOS') but documentation defines default as (None) arubaoss_qos_policy.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.action_value.reqquired: extra keys not allowed @ data['argument_spec']['action_value']['reqquired']. Got False arubaoss_qos_policy.py:0:0: invalid-documentation: DOCUMENTATION.options.action.requried: extra keys not allowed @ data['options']['action']['requried']. Got False arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'action' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'action_value' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'class_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'policy_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'policy_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'sequence_no' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_reboot.py:0:0: doc-choices-do-not-match-spec: Argument 'is_wait' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False]) arubaoss_reboot.py:0:0: doc-required-mismatch: Argument 'boot_image' in argument_spec is not required, but is documented as being required arubaoss_reboot.py:0:0: parameter-type-not-in-doc: Argument 'boot_image' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_reboot.py:0:0: parameter-type-not-in-doc: Argument 'is_wait' in argument_spec defines type as 'bool' but documentation doesn't define type
arubaoss_routing.py:0:0: doc-required-mismatch: Argument 'state' in argument_spec is not required, but is documented as being required arubaoss_routing.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_radius_profile.py:0:0: doc-choices-incompatible-type: Argument 'radius_server_id' in documentation defines choices as ('1 -- 15') but this is incompatible with argument type 'int' arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'accounting_port' in argument_spec defines default as (1813) but documentation defines default as (None) arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'authentication_port' in argument_spec defines default as (1812) but documentation defines default as (None) arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'is_dyn_authorization_enabled' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'is_oobm' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'is_tracking_enabled' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'time_window' in argument_spec defines default as (300) but documentation defines default as (None) arubaoss_radius_profile.py:0:0: no-log-needed: Argument 'key' in argument_spec could be a secret, though doesn't have set arubaoss_radius_profile.py:0:0: no-log-needed: Argument 'shared_secret' in argument_spec could be a secret, though doesn't have set arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'accounting_port' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'authentication_port' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'is_dyn_authorization_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'is_oobm' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'is_tracking_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'radius_server_id' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'server_group_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'time_window' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'time_window_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'accounting_port' is listed in the argument_spec, but not documented in the module documentation arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'authentication_port' is listed in the argument_spec, but not documented in the module documentation arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'is_dyn_authorization_enabled' is listed in the argument_spec, but not documented in the module documentation arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'is_oobm' is listed in the argument_spec, but not documented in the module documentation arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'time_window' is listed in the argument_spec, but not documented in the module documentation
arubaoss_snmp.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([]) arubaoss_snmp.py:0:0: doc-choices-do-not-match-spec: Argument 'version' in argument_spec defines choices as ([]) but documentation defines choices as (['IAP_IP_V4']) arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'inform_retries' in argument_spec defines default as (3) but documentation defines default as (None) arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'informs' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'restricted' in argument_spec defines default as (True) but documentation defines default as (None) arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None) arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'use_oobm' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'version' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as ('IAP_IP_V4') arubaoss_snmp.py:0:0: nonexistent-parameter-documented: Argument 'inform_retires' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'access_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'community_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'contact' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'host_ip' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'inform_retries' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'inform_timeout' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'informs' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'location' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'restricted' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'trap_level' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'use_oobm' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp.py:0:0: undocumented-parameter: Argument 'inform_retries' is listed in the argument_spec, but not documented in the module documentation arubaoss_snmp.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
arubaoss_snmp_trap.py:0:0: doc-choices-do-not-match-spec: Argument 'auth_server_fail' in argument_spec defines choices as (['STM_ENABLE', 'STM_DISABLE', 'STM_NONE']) but documentation defines choices as ([]) arubaoss_snmp_trap.py:0:0: doc-choices-do-not-match-spec: Argument 'snmp_authentication' in argument_spec defines choices as (['SATM_EXTENDED', 'SATM_STANDARD', 'SATM_NONE']) but documentation defines choices as (['SATM_EXTENDED', 'SATM_STANDARD', 'STM_NONE']) arubaoss_snmp_trap.py:0:0: doc-choices-incompatible-type: Argument 'mac_notify_trap_interval' in documentation defines choices as ('0 - 120') but this is incompatible with argument type 'int' arubaoss_snmp_trap.py:0:0: doc-choices-incompatible-type: Argument 'running_config_trap_interval' in documentation defines choices as ('0 - 120') but this is incompatible with argument type 'int' arubaoss_snmp_trap.py:0:0: doc-default-does-not-match-spec: Argument 'auth_server_fail' in argument_spec defines default as ('STM_ENABLE') but documentation defines default as (None) arubaoss_snmp_trap.py:0:0: doc-default-does-not-match-spec: Argument 'running_conf_change_trap' in argument_spec defines default as ('STM_ENABLE') but documentation defines default as ('STM_DISABLE') arubaoss_snmp_trap.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.mac_notify_trap_interval.requried: extra keys not allowed @ data['argument_spec']['mac_notify_trap_interval']['requried']. Got False arubaoss_snmp_trap.py:0:0: nonexistent-parameter-documented: Argument 'aut_server_fail' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'arp_protect' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'auth_server_fail' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dhcp_server' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dhcp_snooping' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dhcpv6_snooping_errant_replies' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dhcpv6_snooping_out_of_resource' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dyn_ip_lockdown' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dyn_ipv6_ld_out_of_resources' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dyn_ipv6_ld_violations' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'login_failure_mgr' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'mac_count_notify' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'mac_move_notify_mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'mac_notify_mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'mac_notify_trap_interval' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'macsec_failure' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'nd_snooping_out_of_resources' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'password_change_mgr' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'port_security' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'running_conf_change_trap' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'running_config_trap_interval' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'snmp_authentication' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'startup_config_change' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_snmp_trap.py:0:0: undocumented-parameter: Argument 'auth_server_fail' is listed in the argument_spec, but not documented in the module documentation
arubaoss_sntp.py:0:0: doc-choices-do-not-match-spec: Argument 'version' in argument_spec defines choices as (['IAV_IP_V4', 'IAV_IP_V6']) but documentation defines choices as (['IAV_IP_V4']) arubaoss_sntp.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('config_sntp') but documentation defines default as (None) arubaoss_sntp.py:0:0: doc-default-does-not-match-spec: Argument 'sntp_config_poll_interval' in argument_spec defines default as (720) but documentation defines default as (None) arubaoss_sntp.py:0:0: doc-default-does-not-match-spec: Argument 'sntp_server_version' in argument_spec defines default as (3) but documentation defines default as (7) arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'config' in argument_spec is not required, but is documented as being required arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'sntp_ip_address' in argument_spec is not required, but is documented as being required arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'sntp_server_priority' in argument_spec is not required, but is documented as being required arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'version' in argument_spec is not required, but is documented as being required arubaoss_sntp.py:0:0: invalid-documentation: DOCUMENTATION.author: Invalid author for dictionary value @ data['author']. Got ['Naveen Prabhu S D ([email protected])'] arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_client_operation_mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_config_poll_interval' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_server_is_oobm' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_server_priority' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_server_version' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'is_enable_admin_edge_port' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'is_enable_bpdu_filter' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'is_enable_bpdu_protection' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'is_enable_root_guard' in argument_spec defines default as (False) but documentation defines default as (None) arubaoss_stp.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'is_enable_admin_edge_port' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'is_enable_bpdu_filter' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'is_enable_bpdu_protection' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'is_enable_root_guard' in argument_spec defines type as 'bool' but documentation doesn't define type arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'priority' in argument_spec defines type as 'int' but documentation doesn't define type
arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'protocol' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'server_address' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'server_port' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'contact' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'default_gateway' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'default_gateway_ip' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'device_operation_mode' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'domain_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'hostname' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'location' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'uplink_ip' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'uplink_vlan_id' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_system_attributes.py:0:0: undocumented-parameter: Argument 'default_gateway' is listed in the argument_spec, but not documented in the module documentation
arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('config_tacacs_profile') but documentation defines default as (None) arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'version' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None) arubaoss_tacacs_profile.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required arubaoss_tacacs_profile.py:0:0: no-log-needed: Argument 'auth_key' in argument_spec could be a secret, though doesn't have set arubaoss_tacacs_profile.py:0:0: no-log-needed: Argument 'global_auth_key' in argument_spec could be a secret, though doesn't have set arubaoss_tacacs_profile.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_tacacs_profile.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_tacacs_profile.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_tacacs_profile.py:0:0: undocumented-parameter: Argument 'version' is listed in the argument_spec, but not documented in the module documentation
arubaoss_traffic_class.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([]) arubaoss_traffic_class.py:0:0: doc-choices-incompatible-type: Argument 'dscp_value' in documentation defines choices as ('0 - 64') but this is incompatible with argument type 'int' arubaoss_traffic_class.py:0:0: doc-default-does-not-match-spec: Argument 'icmp_code' in argument_spec defines default as (-1) but documentation defines default as (None) arubaoss_traffic_class.py:0:0: doc-default-does-not-match-spec: Argument 'icmp_type' in argument_spec defines default as (-1) but documentation defines default as (None) arubaoss_traffic_class.py:0:0: doc-default-does-not-match-spec: Argument 'sequence_no' in argument_spec defines default as (-1) but documentation defines default as (None) arubaoss_traffic_class.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None) arubaoss_traffic_class.py:0:0: doc-required-mismatch: Argument 'class_type' in argument_spec is not required, but is documented as being required arubaoss_traffic_class.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.dscp_value.reqquired: extra keys not allowed @ data['argument_spec']['dscp_value']['reqquired']. Got False arubaoss_traffic_class.py:0:0: invalid-documentation: DOCUMENTATION.module: not a valid value for dictionary value @ data['module']. Got 'arubaoss_interfaces' arubaoss_traffic_class.py:0:0: nonexistent-parameter-documented: Argument 'sequece_no' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec arubaoss_traffic_class.py:0:0: parameter-list-no-elements: Argument 'match_bit' in argument_spec defines type as list but elements is not defined arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'application_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'class_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'destination_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'destination_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'destination_port' in argument_spec defines type as 'dict' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'device_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'dscp_value' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'entry_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'icmp_code' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'icmp_type' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'igmp_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'match_bit' in argument_spec defines type as 'list' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'precedence' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'protocol_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'sequence_no' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'source_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'source_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'source_port' in argument_spec defines type as 'dict' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'tos' in argument_spec defines type as 'int' but documentation doesn't define type arubaoss_traffic_class.py:0:0: undocumented-parameter: Argument 'destination_ip_mask' is listed in the argument_spec, but not documented in the module documentation arubaoss_traffic_class.py:0:0: undocumented-parameter: Argument 'sequence_no' is listed in the argument_spec, but not documented in the module documentation arubaoss_traffic_class.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
arubaoss_user.py:0:0: doc-required-mismatch: Argument 'password_type' in argument_spec is not required, but is documented as being required arubaoss_user.py:0:0: doc-required-mismatch: Argument 'user_type' in argument_spec is not required, but is documented as being required arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'password_type' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'user_name' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'user_password' in argument_spec defines type as 'str' but documentation doesn't define type arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'user_type' in argument_spec defines type as 'str' but documentation doesn't define type
ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-choices-do-not-match-spec: Argument 'acl_direction' in argument_spec defines choices as (['AD_INBOUND', 'AD_OUTBOUND', 'AD_CRF']) but documentation defines choices as (['AD_INBOUND', 'AD_OUTPUND', 'AD_CRF']) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-choices-do-not-match-spec: Argument 'command' in argument_spec defines choices as (['config_vlan', 'config_vlan_port', 'config_vlan_ipaddress', 'config_vlan_dhcpHelperAddress', 'config_vlan_qos', 'config_vlan_acl', 'config_vlan_igmp']) but documentation defines choices as (['config_vlan', 'config_vlan_port', 'config_vlan_ipaddress', 'config_vlan_dhcpHelperAddress', 'config_vlan_igmp']) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-choices-do-not-match-spec: Argument 'version' in argument_spec defines choices as (['IAV_IP_V4', 'IAV_IP_V6']) but documentation defines choices as (['IAV_IP_V4']) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('config_vlan') but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'config' in argument_spec defines default as ('create') but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'ip_address_mode' in argument_spec defines default as ('IAAM_STATIC') but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_dhcp_server_enabled' in argument_spec defines default as (False) but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_dsnoop_enabled' in argument_spec defines default as (False) but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_jumbo_enabled' in argument_spec defines default as (False) but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_management_vlan' in argument_spec defines default as (False) but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_voice_enabled' in argument_spec defines default as (False) but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'port_mode' in argument_spec defines default as ('POM_UNTAGGED') but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'status' in argument_spec defines default as ('VS_PORT_BASED') but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'version' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'vlantype' in argument_spec defines default as ('VT_STATIC') but documentation defines default as (None) ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'igmp_version' in documentation defines default as ('2 [2-3]') but this is incompatible with parameter type 'int' ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'interval' in documentation defines default as ('125 [5-300]') but this is incompatible with parameter type 'int' ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'last_member_query_interval' in documentation defines default as ('1 [1-2]') but this is incompatible with parameter type 'int' ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'query_max_response_time' in documentation defines default as ('10 [10-128]') but this is incompatible with parameter type 'int' ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'robustness' in documentation defines default as ('2 [1-8]') but this is incompatible with parameter type 'int' ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'acl_direction' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'acl_id' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'acl_type' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'helper_addresses' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'ip_address_mode' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_dhcp_server_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_dsnoop_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_igmp_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_jumbo_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_management_vlan' in argument_spec defines type as 'bool' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_querier_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_voice_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'port_mode' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'qos_policy' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'status' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'vlan_id' in argument_spec defines type as 'int' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'vlan_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'vlan_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'vlantype' in argument_spec defines type as 'str' but documentation doesn't define type
arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'cmd_server_group' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'ntwk_server_group' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_aaa_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'group_name' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_aaa_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'local_user_name' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_aaa_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'user_password' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'group_name' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'match_cmd' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'seq_num' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_acl_policy.py:0:0: doc-default-does-not-match-spec: Argument 'sequence_no' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_captive_portal.py:0:0: doc-default-does-not-match-spec: Argument 'server_url' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names_2' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names_3' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names_4' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names_5' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'server_1' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'server_2' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'server_3' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'server_4' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'authorized_vlan_id' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'cached_reauth_delay' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'client_limit' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'logoff_period' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'max_requests' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'quiet_period' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'reauth_period' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'server_group' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'server_timeout' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'supplicant_timeout' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'tx_period' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'unauthorized_vlan_id' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'bfd_ip_address' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'gateway' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'name' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'tag' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_loop_protect.py:0:0: doc-default-does-not-match-spec: Argument 'port_disable_timer' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'unauthorized_vlan_id' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'keyId' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'keyValue' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'ntp_ip4addr' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'port_configured_type' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'slot_name' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_port_rate_limit.py:0:0: doc-default-does-not-match-spec: Argument 'rate_limit' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_port_rate_limit.py:0:0: doc-default-does-not-match-spec: Argument 'rate_limit_in_kbps' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_port_rate_limit.py:0:0: doc-default-does-not-match-spec: Argument 'rate_limit_in_percent' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_qos_policy.py:0:0: doc-default-does-not-match-spec: Argument 'sequence_no' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'key' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'server_group_name' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'server_ip' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'shared_secret' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_sntp.py:0:0: doc-default-does-not-match-spec: Argument 'sntp_ip_address' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_syslog.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_syslog.py:0:0: doc-default-does-not-match-spec: Argument 'server_port' in argument_spec defines default as (0) but documentation defines default as (None) arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'contact' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'default_gateway_ip' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'domain_name' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'hostname' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'location' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'uplink_ip' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'uplink_vlan_id' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'auth_key' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'global_auth_key' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ip_address' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'helper_addresses' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'name' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_ip_address' in argument_spec defines default as ('') but documentation defines default as (None) arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_ip_mask' in argument_spec defines default as ('') but documentation defines default as (None)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.