(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in this issue.)
As per the [Ansible community package inclusion requirements][ci-testing], collections must pass ansible-test sanity
tests. Version 1.10.0
of cisco.ucs
, corresponding to the v1.10.0
tag in this repo, fails one or more of the required sanity tests.
Please see the errors below and address them. If these issues aren't addressed within a reasonable time period, the collection may be subject to [removal from Ansible][removal].
Thank you for your efforts and for being part of the Ansible package! We appreciate it.
The following tests were run using ansible-test
version 2.16.1
:
- ansible-doc
- compile
- validate-modules
- yamllint
Note that this is only a subset of the required sanity tests. Please make sure you run them in all in your CI.
The test ansible-test sanity --test validate-modules
[explain] failed with 9502 errors:
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'org_dn' in argument_spec defines default as ('org-root') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_dns_server.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_dns_server.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_dns_server.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_dns_server.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_dns_server.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_dns_server.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.8') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.8'. Got {'module': 'ucs_dns_server', 'short_description': 'Configure DNS servers on Cisco UCS Manager', 'description': ['Configure DNS servers on Cisco UCS Manager.'], 'options': {'state': {'description': ['If C(absent), will remove a DNS server.', 'If C(present), will add or update a DNS server.'], 'choices': ['absent', 'present'], 'default': 'present', 'type': 'str'}, 'dns_server': {'description': ['DNS server IP address.', 'Enter a valid IPV4 Address.', 'UCS Manager supports up to 4 DNS Servers'],...
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'org_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_dns_server.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_graphics_card_policy.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_graphics_card_policy.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_graphics_card_policy.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_graphics_card_policy.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.9') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.9'. Got {'module': 'ucs_graphics_card_policy', 'short_description': 'Manages UCS Graphics Card Policies on UCS Manager', 'description': ['Manages UCS Graphics Card Policies on UCS Manager.'], 'options': {'state': {'description': ['If C(absent), will remove organization.', 'If C(present), will create or update organization.'], 'choices': ['absent', 'present'], 'default': 'present', 'type': 'str'}, 'name': {'description': ['The name of the organization.', 'Enter up to 16 characters.', 'You can use any ...
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_graphics_card_policy.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'descr' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ip_pool.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_ip_pool.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_ip_pool.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_ip_pool.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_ip_pool.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_ip_pool.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ip_pool.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ip_pool.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ip_pool.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.5') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.5'. Got {'module': 'ucs_ip_pool', 'short_description': 'Configures IP address pools on Cisco UCS Manager', 'description': ['Configures IP address pools and blocks of IP addresses on Cisco UCS Manager.'], 'options': {'state': {'description': ['If C(present), will verify IP pool is present and will create if needed.', 'If C(absent), will verify IP pool is absent and will delete if needed.'], 'choices': ['present', 'absent'], 'default': 'present'}, 'name': {'description': ['The name of the IP address po...
plugins/modules/ucs_ip_pool.py:0:0: nonexistent-parameter-documented: Argument 'ip_blocks' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ip_pool.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'descr' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_lan_connectivity.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_lan_connectivity.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_lan_connectivity.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_lan_connectivity.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_lan_connectivity.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_lan_connectivity.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_lan_connectivity.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_lan_connectivity.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_lan_connectivity.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_lan_connectivity.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_lan_connectivity.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_lan_connectivity.py:0:0: option-invalid-version-added: DOCUMENTATION.options.iscsi_vnic_list: version_added ('2.8') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.8' for dictionary value @ data['options']['iscsi_vnic_list']. Got {'description': ['List of iSCSI vNICs used by the LAN Connectivity Policy.'], 'suboptions': {'name': {'description': ['The name of the iSCSI vNIC.'], 'required': True}, 'overlay_vnic': {'description': ['The LAN vNIC associated with this iSCSI vNIC.']}, 'iscsi_adapter_policy': {'description': ['The iSCSI adapter policy associated with this iSCSI vNIC.']}, 'mac_address': {'description': ['The MAC address associated with this iSCSI vNIC.', 'If the MAC address is not set, Cisco UCS Manager uses a...
plugins/modules/ucs_lan_connectivity.py:0:0: option-invalid-version-added: DOCUMENTATION.options.vnic_list: version_added ('2.8') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.8' for dictionary value @ data['options']['vnic_list']. Got {'description': ['List of vNICs used by the LAN Connectivity Policy.', 'vNICs used by the LAN Connectivity Policy must be created from a vNIC template.'], 'suboptions': {'name': {'description': ['The name of the vNIC.'], 'required': True}, 'vnic_template': {'description': ['The name of the vNIC template.'], 'required': True}, 'adapter_policy': {'description': ['The name of the Ethernet adapter policy.', 'A user defined policy can be used, or one of the system defined policies.']}, 'order': {'...
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_lan_connectivity.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'descr' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_mac_pool.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_mac_pool.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_mac_pool.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_mac_pool.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_mac_pool.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_mac_pool.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_mac_pool.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_mac_pool.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_mac_pool.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_mac_pool.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_mac_pool.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_mac_pool.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_mac_pool.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_mac_pool.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_mac_pool.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_mac_pool.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_mac_pool.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.5') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.5'. Got {'module': 'ucs_mac_pool', 'short_description': 'Configures MAC address pools on Cisco UCS Manager', 'description': ['Configures MAC address pools and MAC address blocks on Cisco UCS Manager.'], 'options': {'state': {'description': ['If C(present), will verify MAC pool is present and will create if needed.', 'If C(absent), will verify MAC pool is absent and will delete if needed.'], 'choices': ['present', 'absent'], 'default': 'present'}, 'name': {'description': ['The name of the MAC pool.', ...
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_mac_pool.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'descr' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'org_dn' in argument_spec defines default as ('org-root') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_managed_objects.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_managed_objects.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_managed_objects.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_managed_objects.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_managed_objects.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_managed_objects.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_managed_objects.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_managed_objects.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_managed_objects.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_managed_objects.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_managed_objects.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_managed_objects.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_managed_objects.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_managed_objects.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_managed_objects.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_managed_objects.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_managed_objects.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_managed_objects.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.8') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.8'. Got {'module': 'ucs_managed_objects', 'short_description': 'Configures Managed Objects on Cisco UCS Manager', 'description': ['Configures Managed Objects on Cisco UCS Manager.', 'The Python SDK module, Python class within the module (UCSM Class), and all properties must be directly specified.', 'More information on the UCSM Python SDK and how to directly configure Managed Objects is available at L(UCSM Python SDK,http://ucsmsdk.readthedocs.io/).'], 'options': {'state': {'description': ['If C(pres...
plugins/modules/ucs_managed_objects.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'descr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'description' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'org_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_managed_objects.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'ntp_server' in argument_spec defines default as (None) but documentation defines default as ('')
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'org_dn' in argument_spec defines default as ('org-root') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_ntp_server.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_ntp_server.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_ntp_server.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_ntp_server.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_ntp_server.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_ntp_server.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_ntp_server.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_ntp_server.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_ntp_server.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_ntp_server.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_ntp_server.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_ntp_server.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_ntp_server.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_ntp_server.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_ntp_server.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_ntp_server.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ntp_server.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ntp_server.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ntp_server.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ntp_server.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ntp_server.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ntp_server.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_ntp_server.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.7') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.7'. Got {'module': 'ucs_ntp_server', 'short_description': 'Configures NTP server on Cisco UCS Manager', 'description': ['Configures NTP server on Cisco UCS Manager.'], 'options': {'state': {'description': ['If C(absent), will remove an NTP server.', 'If C(present), will add or update an NTP server.'], 'choices': ['absent', 'present'], 'default': 'present'}, 'ntp_server': {'description': ['NTP server IP address or hostname.', 'Enter up to 63 characters that form a valid hostname.', 'Enter a valid IPV4...
plugins/modules/ucs_ntp_server.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'org_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_ntp_server.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'descr' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'org_dn' in argument_spec defines default as ('org-root') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_org.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_org.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_org.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_org.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_org.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_org.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_org.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_org.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_org.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_org.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_org.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_org.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_org.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_org.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_org.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_org.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_org.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_org.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_org.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_org.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_org.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_org.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_org.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.8') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.8'. Got {'module': 'ucs_org', 'short_description': 'Manages UCS Organizations for UCS Manager', 'description': ['Manages UCS Organizations for UCS Manager.'], 'options': {'state': {'description': ['If C(absent), will remove organization.', 'If C(present), will create or update organization.'], 'choices': ['absent', 'present'], 'default': 'present', 'type': 'str'}, 'org_name': {'description': ['The name of the organization.', 'Enter up to 16 characters.', 'You can use any characters or spaces except t...
plugins/modules/ucs_org.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'org_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_org.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'descr' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'org_dn' in argument_spec defines default as ('org-root') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_query.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_query.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_query.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_query.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_query.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_query.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_query.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_query.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_query.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_query.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_query.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_query.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_query.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_query.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_query.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_query.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_query.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_query.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_query.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_query.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_query.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_query.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_query.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.8') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.8'. Got {'module': 'ucs_query', 'short_description': 'Queries UCS Manager objects by class or distinguished name', 'description': '-Queries UCS Manager objects by class or distinguished name.', 'options': {'class_ids': {'description': ['One or more UCS Manager Class IDs to query.', 'As a comma separated list'], 'type': 'str'}, 'distinguished_names': {'description': ['One or more UCS Manager Distinguished Names to query.', 'As a comma separated list'], 'type': 'str'}, 'delegate_to': {'description': ['...
plugins/modules/ucs_query.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'org_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_query.py:0:0: return-syntax-error: RETURN.objects.returned: required key not provided @ data['objects']['returned']. Got None
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'descr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'description' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'org_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_query.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_san_connectivity.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_san_connectivity.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_san_connectivity.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_san_connectivity.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_san_connectivity.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_san_connectivity.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'ntp_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'org_name' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_san_connectivity.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_san_connectivity.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_san_connectivity.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_san_connectivity.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_san_connectivity.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_san_connectivity.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_san_connectivity.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_san_connectivity.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.5') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.5'. Got {'module': 'ucs_san_connectivity', 'short_description': 'Configures SAN Connectivity Policies on Cisco UCS Manager', 'description': ['Configures SAN Connectivity Policies on Cisco UCS Manager.'], 'options': {'state': {'description': ['If C(present), will verify SAN Connectivity Policies are present and will create if needed.', 'If C(absent), will verify SAN Connectivity Policies are absent and will delete if needed.'], 'choices': ['present', 'absent'], 'default': 'present'}, 'name': {'descrip...
plugins/modules/ucs_san_connectivity.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_san_connectivity.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_san_connectivity.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'org_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'san_connectivity_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_san_connectivity.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'bios_settings_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as (['True', 'False'])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'disk_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as (['True', 'False'])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'flex_flash_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as (['True', 'False'])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'persistent_memory_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as (['True', 'False'])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-incompatible-type: DOCUMENTATION.options.bios_settings_scrub: Argument defines choices as (True) but this is incompatible with argument type str: Value must be string for dictionary value @ data['options']['bios_settings_scrub']. Got {'description': ['Scrub the BIOS settings.', 'If the field is set to Yes, when a service profile containing this', 'scrub policy is disassociated from a server, the BIOS settings for', 'that server are erased and reset to the defaults for that server', 'type and vendor. If this field is set to No, the BIOS settings are', 'preserved.', 'yes scrub the BIOS settings.', 'no do not scrub the BIOS settings.'], 'choices': [True, False], 'type': 'str'}
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-incompatible-type: DOCUMENTATION.options.disk_scrub: Argument defines choices as (True) but this is incompatible with argument type str: Value must be string for dictionary value @ data['options']['disk_scrub']. Got {'description': ['Scrub the BIOS settings.', 'If this field is set to Yes, when a service profile containing this', 'scrub policy is disassociated from a server, all data on the server', 'local drives is completely erased. If this field is set to No, the', 'data on the local drives is preserved, including all local storage', 'configuration.', 'yes scrub the server disks.', 'no do not scrub the server disks.'], 'choices': [True, False], 'type': 'str'}
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-incompatible-type: DOCUMENTATION.options.flex_flash_scrub: Argument defines choices as (True) but this is incompatible with argument type str: Value must be string for dictionary value @ data['options']['flex_flash_scrub']. Got {'description': ['Scrub the BIOS settings.', 'If the field is set to Yes, the HV partition on the SD card is', 'formatted using the PNUOS formatting utility when the server is', 'reacknowledged. If this field is set to No, the SD card is preserved.', 'yes scrub the flex flash.', 'no do not scrub the flex flash.'], 'choices': [True, False], 'type': 'str'}
plugins/modules/ucs_scrub_policy.py:0:0: doc-choices-incompatible-type: DOCUMENTATION.options.persistent_memory_scrub: Argument defines choices as (True) but this is incompatible with argument type str: Value must be string for dictionary value @ data['options']['persistent_memory_scrub']. Got {'description': ['Scrub the BIOS settings.', 'If the field is set to Yes, when a service profile containing this', 'scrub policy is disassociated from a server, all persistent memory', 'modules for that server are erased and reset to the defaults for that', 'server type and vendor. If this field is set to No, the persistent', 'memory modules are preserved.', 'yes scrub the persistent memory.', 'no do not scrub the persistent memory.'], 'choices': [True, False], 'type': 'str'}
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-default-does-not-match-spec: Argument 'wwnn_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_scrub_policy.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_scrub_policy.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_scrub_policy.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_scrub_policy.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_scrub_policy.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_scrub_policy.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'ntp_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'org_name' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_scrub_policy.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_scrub_policy.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_scrub_policy.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_scrub_policy.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_scrub_policy.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_scrub_policy.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_scrub_policy.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_scrub_policy.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_scrub_policy.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_scrub_policy.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'san_connectivity_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'vhba_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_scrub_policy.py:0:0: undocumented-parameter: Argument 'wwnn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'bios_settings_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'disk_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'flex_flash_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'persistent_memory_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-choices-incompatible-type: DOCUMENTATION.options.speed: Argument defines choices as (9600) but this is incompatible with argument type str: Value must be string for dictionary value @ data['options']['speed']. Got {'description': ['The transmission speed of the serial over lan policy.'], 'choices': [9600, 19200, 38400, 57600, 115200], 'type': 'str'}
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-default-does-not-match-spec: Argument 'wwnn_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'ntp_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'org_name' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_serial_over_lan_policy.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_serial_over_lan_policy.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_serial_over_lan_policy.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_serial_over_lan_policy.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_serial_over_lan_policy.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_serial_over_lan_policy.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_serial_over_lan_policy.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'bios_settings_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'disk_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'flex_flash_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'persistent_memory_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'bios_settings_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'disk_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'flex_flash_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'persistent_memory_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'san_connectivity_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'vhba_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_serial_over_lan_policy.py:0:0: undocumented-parameter: Argument 'wwnn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'admin_state' in argument_spec defines choices as (['enable', 'disable']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'bios_settings_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'disk_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'flex_flash_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'persistent_memory_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'speed' in argument_spec defines choices as (['9600', '19200', '38400', '57600', '115200']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'org_dn' in argument_spec defines default as ('org-root') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'trigger_config' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-default-does-not-match-spec: Argument 'wwnn_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_server_maintenance.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_server_maintenance.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_server_maintenance.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_server_maintenance.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_server_maintenance.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_server_maintenance.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'ntp_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'org_name' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_server_maintenance.py:0:0: invalid-documentation: DOCUMENTATION.version_added: expected str for dictionary value @ data['version_added']. Got 2.1
plugins/modules/ucs_server_maintenance.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_server_maintenance.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_server_maintenance.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_server_maintenance.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_server_maintenance.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_server_maintenance.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_server_maintenance.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_server_maintenance.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_server_maintenance.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_server_maintenance.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'admin_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'bios_settings_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'disk_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'flex_flash_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'org_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'persistent_memory_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'speed' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'trigger_config' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'uptime_disr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'admin_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'bios_settings_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'disk_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'flex_flash_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'org_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'persistent_memory_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'san_connectivity_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'speed' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'vhba_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_server_maintenance.py:0:0: undocumented-parameter: Argument 'wwnn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'admin_state' in argument_spec defines choices as (['enable', 'disable']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'bios_settings_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'disk_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'flex_flash_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'persistent_memory_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'speed' in argument_spec defines choices as (['9600', '19200', '38400', '57600', '115200']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'trigger_config' in argument_spec defines choices as (['on-next-boot']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'uptime_disr' in argument_spec defines choices as (['immediate', 'timer-automatic', 'user-ack']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'trigger_config' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-default-does-not-match-spec: Argument 'wwnn_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_association.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_association.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_association.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_association.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_association.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_association.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'server_assignment' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'uptime_disr' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_service_profile_association.py:0:0: invalid-documentation: DOCUMENTATION.version_added: expected str for dictionary value @ data['version_added']. Got 2.1
plugins/modules/ucs_service_profile_association.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_association.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_association.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_association.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_association.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_association.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_association.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_association.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_service_profile_association.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_service_profile_association.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'admin_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'bios_settings_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'disk_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'flex_flash_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'org_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'persistent_memory_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'restrict_migration' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'server_assignment' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'server_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'service_profile_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'speed' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'trigger_config' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'uptime_disr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_association.py:0:0: return-syntax-error: RETURN.assign_state.type: not a valid value for dictionary value @ data['assign_state']['type']. Got 'string'
plugins/modules/ucs_service_profile_association.py:0:0: return-syntax-error: RETURN.assoc_state.type: not a valid value for dictionary value @ data['assoc_state']['type']. Got 'string'
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'admin_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'bios_settings_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'descr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'description' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'disk_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'flex_flash_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'persistent_memory_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'san_connectivity_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'speed' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'trigger_config' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'uptime_disr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'vhba_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_association.py:0:0: undocumented-parameter: Argument 'wwnn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'admin_state' in argument_spec defines choices as (['enable', 'disable']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'bios_settings_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'disk_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'flex_flash_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'persistent_memory_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'restrict_migration' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'server_assignment' in argument_spec defines choices as (['server', 'pool']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'speed' in argument_spec defines choices as (['9600', '19200', '38400', '57600', '115200']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'trigger_config' in argument_spec defines choices as (['on-next-boot']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'uptime_disr' in argument_spec defines choices as (['immediate', 'timer-automatic', 'user-ack']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'restrict_migration' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'trigger_config' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'user_label' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-default-does-not-match-spec: Argument 'wwnn_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'ntp_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'org_name' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'service_profile_name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'uptime_disr' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_service_profile_from_template.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_from_template.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_from_template.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_from_template.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_from_template.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_from_template.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_from_template.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_from_template.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.5') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.5'. Got {'module': 'ucs_service_profile_from_template', 'short_description': 'Configures Service Profiles from templates on Cisco UCS Manager', 'description': ['Configures Service Profile created from templates on Cisco UCS Manager.'], 'options': {'state': {'description': ['If C(present), will verify Service Profiles are present and will create if needed.', 'If C(absent), will verify Service Profiles are absent and will delete if needed.'], 'choices': ['present', 'absent'], 'default': 'present'}, 'na...
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'admin_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'bios_settings_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'disk_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'flex_flash_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'org_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'persistent_memory_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'power_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'restrict_migration' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'server_assignment' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'server_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'service_profile_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'source_template' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'speed' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'trigger_config' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'uptime_disr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'user_label' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'admin_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'bios_settings_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'descr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'disk_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'flex_flash_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'persistent_memory_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'restrict_migration' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'san_connectivity_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'server_assignment' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'server_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'server_pool_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'service_profile_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'speed' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'trigger_config' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'uptime_disr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'vhba_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_from_template.py:0:0: undocumented-parameter: Argument 'wwnn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'admin_state' in argument_spec defines choices as (['enable', 'disable']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'bios_settings_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'disk_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'flex_flash_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'mgmt_ip_state' in argument_spec defines choices as ([]) but documentation defines choices as (['none', 'pooled'])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'persistent_memory_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'restrict_migration' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'server_assignment' in argument_spec defines choices as (['server', 'pool']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'speed' in argument_spec defines choices as (['9600', '19200', '38400', '57600', '115200']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'trigger_config' in argument_spec defines choices as (['on-next-boot']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'uptime_disr' in argument_spec defines choices as (['immediate', 'timer-automatic', 'user-ack']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'bios_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'graphics_card_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'host_firmware_package' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipmi_access_profile' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'iqn_pool' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'kvm_mgmt_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'lan_connectivity_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'local_disk_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'maintenance_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_inband_pool_name' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_interface_mode' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_vnet_name' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'power_sync_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'restrict_migration' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'san_connectivity_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'scrub_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'server_pool' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'server_pool_qualification' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'sol_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'storage_profile' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'trigger_config' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'user_label' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'vmedia_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-default-does-not-match-spec: Argument 'wwnn_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_service_profile_template.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_template.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_template.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_template.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_template.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_template.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'ntp_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'org_name' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'service_profile_name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'source_template' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'uptime_disr' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_service_profile_template.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_template.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_template.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_template.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_template.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_template.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_template.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_service_profile_template.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.8') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.8'. Got {'module': 'ucs_service_profile_template', 'short_description': 'Configures Service Profile Templates on Cisco UCS Manager', 'description': ['Configures Service Profile Templates on Cisco UCS Manager.'], 'options': {'state': {'description': ['If C(present), will verify Service Profile Templates are present and will create if needed.', 'If C(absent), will verify Service Profile Templates are absent and will delete if needed.'], 'choices': ['present', 'absent'], 'default': 'present'}, 'name': {...
plugins/modules/ucs_service_profile_template.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_service_profile_template.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_service_profile_template.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'admin_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'bios_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'bios_settings_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'boot_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'disk_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'flex_flash_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'host_firmware_package' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipmi_access_profile' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'iqn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'kvm_mgmt_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'lan_connectivity_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'local_disk_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'maintenance_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_inband_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_interface_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_ip_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_ip_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_vnet_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'org_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'persistent_memory_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'power_control_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'power_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'power_sync_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'restrict_migration' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'scrub_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'server_assignment' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'server_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'server_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_qualification' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'service_profile_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'sol_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'source_template' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'speed' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'storage_profile' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'template_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'threshold_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'trigger_config' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'uptime_disr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'user_label' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'uuid_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'vmedia_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'admin_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'bios_settings_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'disk_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'flex_flash_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'persistent_memory_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'restrict_migration' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'san_connectivity_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'server_assignment' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'server_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'server_pool_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'service_profile_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'source_template' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'speed' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'trigger_config' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'uptime_disr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'vhba_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_service_profile_template.py:0:0: undocumented-parameter: Argument 'wwnn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'admin_state' in argument_spec defines choices as (['enable', 'disable']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'bios_settings_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'disk_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'flex_flash_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'mgmt_interface_mode' in argument_spec defines choices as (['', 'in-band']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec found in vnics defines choices as ([]) but documentation defines choices as (['unspecified', '0-256'])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'persistent_memory_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'power_state' in argument_spec defines choices as (['up', 'down']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'restrict_migration' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'server_assignment' in argument_spec defines choices as (['server', 'pool']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'speed' in argument_spec defines choices as (['9600', '19200', '38400', '57600', '115200']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'template_type' in argument_spec defines choices as (['initial-template', 'updating-template']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'trigger_config' in argument_spec defines choices as (['on-next-boot']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'uptime_disr' in argument_spec defines choices as (['immediate', 'timer-automatic', 'user-ack']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'bios_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'boot_policy' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'graphics_card_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'host_firmware_package' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'ipmi_access_profile' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'iqn_pool' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'kvm_mgmt_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'lan_connectivity_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'local_disk_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'maintenance_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_inband_pool_name' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_interface_mode' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_ip_pool' in argument_spec defines default as ('ext-mgmt') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_ip_state' in argument_spec defines default as ('pooled') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_vnet_name' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'org_dn' in argument_spec defines default as ('org-root') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'power_control_policy' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'power_state' in argument_spec defines default as ('up') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'power_sync_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'restrict_migration' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'san_connectivity_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'scrub_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'server_pool' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'server_pool_qualification' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'sol_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'storage_profile' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'template_type' in argument_spec defines default as ('initial-template') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'threshold_policy' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'trigger_config' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'user_label' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'uuid_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'vmedia_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-default-does-not-match-spec: Argument 'wwnn_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-elements-mismatch: Argument 'vnics' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'service_profile_name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'source_template' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'sp_name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'uptime_disr' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: doc-required-mismatch: Argument 'vnics' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_sp_vnic_order.py:0:0: invalid-documentation: DOCUMENTATION.version_added: expected str for dictionary value @ data['version_added']. Got 2.1
plugins/modules/ucs_sp_vnic_order.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_sp_vnic_order.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_sp_vnic_order.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_sp_vnic_order.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_sp_vnic_order.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_sp_vnic_order.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_sp_vnic_order.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'admin_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'admin_vcon' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'bios_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'bios_settings_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'boot_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'disk_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'flex_flash_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'host_firmware_package' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipmi_access_profile' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'iqn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'kvm_mgmt_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'lan_connectivity_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'local_disk_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'maintenance_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_inband_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_interface_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_ip_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_ip_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_vnet_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'org_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'persistent_memory_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'power_control_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'power_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'power_sync_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'restrict_migration' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'scrub_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'server_assignment' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'server_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'server_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_qualification' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'service_profile_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'sol_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'source_template' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'sp_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'speed' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'storage_profile' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'template_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'threshold_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'transport' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'trigger_config' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'uptime_disr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'user_label' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'uuid_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'vmedia_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'vnics' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'admin_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'bios_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'bios_settings_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'boot_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'descr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'description' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'disk_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'flex_flash_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'graphics_card_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'host_firmware_package' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipmi_access_profile' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'iqn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'kvm_mgmt_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'lan_connectivity_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'local_disk_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'maintenance_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'mgmt_inband_pool_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'mgmt_interface_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'mgmt_ip_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'mgmt_ip_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'mgmt_vnet_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'persistent_memory_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'power_control_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'power_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'power_sync_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'restrict_migration' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'san_connectivity_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'san_connectivity_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'scrub_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'server_assignment' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'server_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'server_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'server_pool_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'server_pool_qualification' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'service_profile_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'sol_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'source_template' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'speed' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'storage_profile' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'template_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'threshold_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'trigger_config' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'uptime_disr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'user_label' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'uuid_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'vhba_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'vmedia_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_sp_vnic_order.py:0:0: undocumented-parameter: Argument 'wwnn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'admin_state' in argument_spec defines choices as (['enable', 'disable']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'admin_vcon' in argument_spec found in vnics defines choices as (['1', '2', '3', '4', 'any']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'bios_settings_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'disk_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'expand_to_avail' in argument_spec found in local_luns defines choices as (['no', 'yes']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'flex_flash_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'mgmt_interface_mode' in argument_spec defines choices as (['', 'in-band']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'persistent_memory_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'power_state' in argument_spec defines choices as (['up', 'down']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'restrict_migration' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'server_assignment' in argument_spec defines choices as (['server', 'pool']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'speed' in argument_spec defines choices as (['9600', '19200', '38400', '57600', '115200']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnics defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'template_type' in argument_spec defines choices as (['initial-template', 'updating-template']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'transport' in argument_spec found in vnics defines choices as (['ethernet', 'fc']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'trigger_config' in argument_spec defines choices as (['on-next-boot']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'uptime_disr' in argument_spec defines choices as (['immediate', 'timer-automatic', 'user-ack']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'bios_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'boot_policy' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'disk_policy_name' in argument_spec found in local_luns defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'graphics_card_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'host_firmware_package' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ipmi_access_profile' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'iqn_pool' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'kvm_mgmt_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'lan_connectivity_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'local_disk_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'maintenance_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_inband_pool_name' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_interface_mode' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_ip_pool' in argument_spec defines default as ('ext-mgmt') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_ip_state' in argument_spec defines default as ('pooled') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_vnet_name' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'power_control_policy' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'power_state' in argument_spec defines default as ('up') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'power_sync_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'restrict_migration' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'san_connectivity_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'scrub_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'server_pool' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'server_pool_qualification' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'sol_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnics defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'storage_profile' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'template_type' in argument_spec defines default as ('initial-template') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'threshold_policy' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'trigger_config' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'user_label' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'uuid_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'vmedia_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-default-does-not-match-spec: Argument 'wwnn_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_storage_profile.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_storage_profile.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_storage_profile.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_storage_profile.py:0:0: doc-elements-mismatch: Argument 'local_luns' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_storage_profile.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_storage_profile.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_storage_profile.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_storage_profile.py:0:0: doc-elements-mismatch: Argument 'vnics' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'dns_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnics is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'ntp_server' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'org_name' in argument_spec is not required, but is documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'service_profile_name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'source_template' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'sp_name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'transport' in argument_spec found in vnics is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'uptime_disr' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-required-mismatch: Argument 'vnics' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_storage_profile.py:0:0: doc-type-does-not-match-spec: Argument 'expand_to_avail' in argument_spec found in local_luns defines type as 'str' but documentation defines type as 'bool'
plugins/modules/ucs_storage_profile.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_storage_profile.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_storage_profile.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_storage_profile.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_storage_profile.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_storage_profile.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_storage_profile.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_storage_profile.py:0:0: missing-suboption-docs: Argument 'vnics' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_storage_profile.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.7') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.7'. Got {'module': 'ucs_storage_profile', 'short_description': 'Configures storage profiles on Cisco UCS Manager', 'description': ['Configures storage profiles on Cisco UCS Manager.'], 'options': {'state': {'description': ['If C(present), will verify that the storage profile is present and will create if needed.', 'If C(absent), will verify that the storage profile is absent and will delete if needed.'], 'choices': ['absent', 'present'], 'default': 'present'}, 'name': {'description': ['The name of th...
plugins/modules/ucs_storage_profile.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_storage_profile.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_storage_profile.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'admin_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'admin_vcon' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'auto_deploy' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'bios_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'bios_settings_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'boot_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'disk_policy_name' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'disk_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'flex_flash_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'fractional_size' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'host_firmware_package' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipmi_access_profile' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'iqn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'kvm_mgmt_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'lan_connectivity_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'local_disk_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'local_luns' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'maintenance_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_inband_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_interface_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_ip_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_ip_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_vnet_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'org_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'persistent_memory_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'power_control_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'power_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'power_sync_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'restrict_migration' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'scrub_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'server_assignment' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'server_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'server_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_qualification' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'service_profile_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'size' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'sol_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'source_template' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'sp_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'speed' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'storage_profile' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'template_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'threshold_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'transport' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'trigger_config' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'uptime_disr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'user_label' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'uuid_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'vmedia_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'vnics' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'admin_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'admin_vcon' found in vnics is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'bios_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'bios_settings_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'boot_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'disk_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'flex_flash_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'graphics_card_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'graphics_card_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'host_firmware_package' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'io_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipmi_access_profile' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv4_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_blocks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_prefix' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ipv6_secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'iqn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'iscsi_adapter_policy' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'iscsi_vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'kvm_mgmt_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'lan_connectivity_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'last_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'last_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'local_disk_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'mac_address' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'maintenance_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'manual_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'mgmt_inband_pool_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'mgmt_interface_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'mgmt_ip_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'mgmt_ip_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'mgmt_vnet_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'min_drive_size' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'module' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'name' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'name' found in vnics is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'ntp_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'num_ded_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'num_drives' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'num_glob_hot_spares' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'objects' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'order' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'order' found in vnics is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'order' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'org_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'overlay_vnic' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'parent_org_path' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'persistent_memory_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'power_control_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'power_state' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'power_sync_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'primary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'primary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'properties' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'raid_level' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'read_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'restrict_migration' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'role' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'san_connectivity_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'san_connectivity_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'scrub_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'secondary_dns' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'secondary_dns' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'server_assignment' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'server_dn' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'server_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'server_pool_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'server_pool_qualification' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'service_profile_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'slot_num' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'sol_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'source_template' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'sp_name' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'span_id' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'speed' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'state' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'state' found in ipv6_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'state' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'state' found in manual_disks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'state' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'state' found in vnics is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'storage_profile' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'strip_size' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'subnet_mask' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'subnet_mask' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'template_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'threshold_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'transport' found in vnics is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'trigger_config' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'uptime_disr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'use_remaining_disks' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'user_label' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'uuid_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'vhba_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'virtual_drive' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'vlan_name' found in iscsi_vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'vmedia_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'vnic_list' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'vnic_template' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'vnics' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'write_cache_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_storage_profile.py:0:0: undocumented-parameter: Argument 'wwnn_pool' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines choices as (['blocked', 'hidden', 'platform-default', 'read-only', 'read-write', 'transport-ready']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'admin_vcon' in argument_spec found in vnics defines choices as (['1', '2', '3', '4', 'any']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'auto_deploy' in argument_spec found in local_luns defines choices as (['auto-deploy', 'no-auto-deploy']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'bios_settings_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'configuration_mode' in argument_spec defines choices as (['automatic', 'manual']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'cos' in argument_spec defines choices as ([]) but documentation defines choices as (['any', '0-6'])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'disk_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines choices as (['disable', 'enable', 'no-change', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'drive_type' in argument_spec defines choices as (['unspecified', 'HDD', 'SSD']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'expand_to_avail' in argument_spec found in local_luns defines choices as (['no', 'yes']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'flex_flash_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'graphics_card_mode' in argument_spec defines choices as (['any-configuration', 'compute', 'graphics']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines choices as (['cached', 'direct', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'mgmt_interface_mode' in argument_spec defines choices as (['', 'in-band']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'mtu' in argument_spec defines choices as ([]) but documentation defines choices as (['fc', 'normal', '0-4294967295'])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'order' in argument_spec defines choices as (['default', 'sequential']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'persistent_memory_scrub' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'power_state' in argument_spec defines choices as (['up', 'down']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'raid_level' in argument_spec defines choices as (['stripe', 'mirror', 'mirror-stripe', 'stripe-parity', 'stripe-dual-parity', 'stripe-parity-stripe', 'stripe-dual-parity-stripe']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines choices as (['normal', 'platform-default', 'read-ahead']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'restrict_migration' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines choices as (['normal', 'ded-hot-spare', 'glob-hot-spare']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'server_assignment' in argument_spec defines choices as (['server', 'pool']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'speed' in argument_spec defines choices as (['9600', '19200', '38400', '57600', '115200']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in local_luns defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec found in vnics defines choices as (['present', 'absent']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines choices as (['1024KB', '128KB', '16KB', '256KB', '32KB', '512KB', '64KB', '8KB', 'platform-default']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'template_type' in argument_spec defines choices as (['initial-template', 'updating-template']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'transport' in argument_spec found in vnics defines choices as (['ethernet', 'fc']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'trigger_config' in argument_spec defines choices as (['on-next-boot']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'uptime_disr' in argument_spec defines choices as (['immediate', 'timer-automatic', 'user-ack']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines choices as (['yes', 'no']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'weight' in argument_spec defines choices as ([]) but documentation defines choices as (['best-effort', 'none', '0-10'])
plugins/modules/ucs_system_qos.py:0:0: doc-choices-do-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines choices as (['always-write-back', 'platform-default', 'write-back-good-bbu', 'write-through']) but documentation defines choices as ([])
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'access_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'adapter_policy' in argument_spec found in vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'auto_deploy' in argument_spec found in local_luns defines default as ('auto-deploy') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'bios_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'boot_policy' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'configuration_mode' in argument_spec defines default as ('automatic') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'default_gw' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'delegate_to' in argument_spec defines default as ('localhost') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'disk_policy_name' in argument_spec found in local_luns defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'drive_cache' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'drive_type' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'expand_to_avail' in argument_spec found in local_luns defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'fractional_size' in argument_spec found in local_luns defines default as ('0') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'graphics_card_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'host_firmware_package' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'io_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'ipmi_access_profile' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines default as ('64') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines default as ('::') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'iqn_pool' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'kvm_mgmt_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'lan_connectivity_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'local_disk_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines default as ('derived') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'maintenance_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_inband_pool_name' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_interface_mode' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_ip_pool' in argument_spec defines default as ('ext-mgmt') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_ip_state' in argument_spec defines default as ('pooled') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'mgmt_vnet_name' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'min_drive_size' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'multicast_optimize' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'num_ded_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'num_drives' in argument_spec defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'num_glob_hot_spares' in argument_spec defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'order' in argument_spec found in vnic_list defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'org_dn' in argument_spec defines default as ('org-root') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'parent_org_path' in argument_spec defines default as ('root') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'power_control_policy' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'power_state' in argument_spec defines default as ('up') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'power_sync_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'raid_level' in argument_spec defines default as ('stripe') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'read_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'restrict_migration' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'role' in argument_spec found in manual_disks defines default as ('normal') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'san_connectivity_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'scrub_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines default as ('0.0.0.0') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'server_pool' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'server_pool_qualification' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'size' in argument_spec found in local_luns defines default as ('1') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'sol_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'span_id' in argument_spec found in manual_disks defines default as ('unspecified') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv4_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in ipv6_blocks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in iscsi_vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in local_luns defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in manual_disks defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnic_list defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec found in vnics defines default as ('present') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'storage_profile' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'strip_size' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines default as ('255.255.255.0') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'template_type' in argument_spec defines default as ('initial-template') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'threshold_policy' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'trigger_config' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'use_remaining_disks' in argument_spec defines default as ('no') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'user_label' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'uuid_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'vmedia_policy' in argument_spec defines default as ('') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines default as ('platform-default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-default-does-not-match-spec: Argument 'wwnn_pool' in argument_spec defines default as ('default') but documentation defines default as (None)
plugins/modules/ucs_system_qos.py:0:0: doc-elements-mismatch: Argument 'ipv4_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_system_qos.py:0:0: doc-elements-mismatch: Argument 'ipv6_blocks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_system_qos.py:0:0: doc-elements-mismatch: Argument 'iscsi_vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_system_qos.py:0:0: doc-elements-mismatch: Argument 'local_luns' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_system_qos.py:0:0: doc-elements-mismatch: Argument 'manual_disks' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_system_qos.py:0:0: doc-elements-mismatch: Argument 'objects' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_system_qos.py:0:0: doc-elements-mismatch: Argument 'vnic_list' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_system_qos.py:0:0: doc-elements-mismatch: Argument 'vnics' in argument_spec specifies elements as dict,but elements is not documented
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'class_name' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'module' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in iscsi_vnic_list is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in local_luns is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec found in vnics is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'objects' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'properties' in argument_spec found in objects is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'service_profile_name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'slot_num' in argument_spec found in manual_disks is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'source_template' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'sp_name' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'transport' in argument_spec found in vnics is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'uptime_disr' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'vnic_template' in argument_spec found in vnic_list is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: doc-required-mismatch: Argument 'vnics' in argument_spec is required, but is not documented as being required
plugins/modules/ucs_system_qos.py:0:0: invalid-documentation: DOCUMENTATION.version_added: expected str for dictionary value @ data['version_added']. Got 2.1
plugins/modules/ucs_system_qos.py:0:0: missing-suboption-docs: Argument 'ipv4_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_system_qos.py:0:0: missing-suboption-docs: Argument 'ipv6_blocks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_system_qos.py:0:0: missing-suboption-docs: Argument 'iscsi_vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_system_qos.py:0:0: missing-suboption-docs: Argument 'local_luns' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_system_qos.py:0:0: missing-suboption-docs: Argument 'manual_disks' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_system_qos.py:0:0: missing-suboption-docs: Argument 'objects' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_system_qos.py:0:0: missing-suboption-docs: Argument 'virtual_drive' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_system_qos.py:0:0: missing-suboption-docs: Argument 'vnic_list' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_system_qos.py:0:0: missing-suboption-docs: Argument 'vnics' in argument_spec has sub-options but documentation does not define it
plugins/modules/ucs_system_qos.py:0:0: parameter-list-no-elements: Argument 'children' in argument_spec found in objects defines type as list but elements is not defined
plugins/modules/ucs_system_qos.py:0:0: parameter-list-no-elements: Argument 'san_connectivity_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_system_qos.py:0:0: parameter-list-no-elements: Argument 'vhba_list' in argument_spec defines type as list but elements is not defined
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'access_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'adapter_policy' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'admin_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'admin_vcon' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'auto_deploy' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'bios_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'bios_settings_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'boot_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'children' in argument_spec found in objects defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'class_ids' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'configuration_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'cos' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'default_gw' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'delegate_to' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'descr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'disk_policy_name' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'disk_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'distinguished_names' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'dns_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'drive_cache' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'drive_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'drop' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'expand_to_avail' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'first_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'flex_flash_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'fractional_size' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'graphics_card_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'host_firmware_package' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'io_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipmi_access_profile' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv4_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_blocks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_default_gw' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_first_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_last_addr' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_prefix' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_primary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ipv6_secondary_dns' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'iqn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_adapter_policy' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'iscsi_vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'kvm_mgmt_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'lan_connectivity_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'last_addr' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'local_disk_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'local_luns' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'mac_address' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'maintenance_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'manual_disks' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_inband_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_interface_mode' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_ip_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_ip_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'mgmt_vnet_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'min_drive_size' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'module' in argument_spec found in objects defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'mtu' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'multicast_optimize' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'ntp_server' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'num_ded_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'num_drives' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'num_glob_hot_spares' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'objects' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'order' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'org_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'org_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'overlay_vnic' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'parent_org_path' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'persistent_memory_scrub' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'power_control_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'power_state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'power_sync_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'primary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'priority' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'properties' in argument_spec found in objects defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'raid_level' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'read_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'restrict_migration' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'role' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'san_connectivity_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'scrub_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'secondary_dns' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'server_assignment' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'server_dn' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'server_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'server_pool_qualification' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'service_profile_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'size' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'slot_num' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'sol_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'source_template' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'sp_name' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'span_id' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'speed' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in ipv6_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in local_luns defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in manual_disks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'storage_profile' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'strip_size' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'subnet_mask' in argument_spec found in ipv4_blocks defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'template_type' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'threshold_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'transport' in argument_spec found in vnics defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'trigger_config' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'uptime_disr' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'use_remaining_disks' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'user_label' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'uuid_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'vhba_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'virtual_drive' in argument_spec defines type as 'dict' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec found in iscsi_vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'vmedia_policy' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'vnic_list' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'vnic_template' in argument_spec found in vnic_list defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'vnics' in argument_spec defines type as 'list' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'weight' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'write_cache_policy' in argument_spec found in virtual_drive defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: parameter-type-not-in-doc: Argument 'wwnn_pool' in argument_spec defines type as 'str' but documentation doesn't define type
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'access_policy' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'adapter_policy' found in vnic_list is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'admin_vcon' found in vnics is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'auto_deploy' found in local_luns is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'bios_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'bios_settings_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'boot_policy' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'children' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'class' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'class_ids' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'class_name' found in objects is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'configuration_mode' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'default_gw' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'default_gw' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'delegate_to' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'descr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'description' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'disk_policy_name' found in local_luns is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'disk_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'distinguished_names' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'dns_server' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'drive_cache' found in virtual_drive is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'drive_type' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'expand_to_avail' found in local_luns is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'first_addr' found in ipv4_blocks is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'first_addr' is listed in the argument_spec, but not documented in the module documentation
plugins/modules/ucs_system_qos.py:0:0: undocumented-parameter: Argument 'flex_flash_scrub' is listed in the argument_spec, but not documented in the module documentation
plugins/m