dellemc.vxrail.dellemc_vxrail_lcm_advisory_report (2.2.0) — module

Generate an advisory report

| "added in version" 1.5.0 of dellemc.vxrail"

Authors: VxRail Development Team(@VxRailDevTeam) <ansible.team@dell.com>

Install collection

Install with ansible-galaxy collection install dellemc.vxrail:==2.2.0


Add to requirements.yml

  collections:
    - name: dellemc.vxrail
      version: 2.2.0

Description

This module will generate an advisory report that contains information about all online and local lifecycle management updates.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
    - name: Start to generate lcm advisory report
      dellemc_vxrail_lcm_advisory_report:
        vxmip: "{{ vxmip }}"
        vcadmin: "{{ vcadmin }}"
        vcpasswd: "{{ vcpasswd }}"
        timeout: "{{ timeout }}"
        api_version_number: "{{ api_version_number }}"

Inputs

    
vxmip:
    description: The IP address of the VxRail Manager System
    required: true
    type: str

timeout:
    default: 1800
    description: Time out value for cancelling the host shutdown, the default value is
      60 seconds
    required: false
    type: int

vcadmin:
    description: Administrative account of the vCenter Server the VxRail Manager is registered
      to
    required: true
    type: str

vcpasswd:
    description: The password for the administrator account provided in vcadmin
    required: true
    type: str

api_version_number:
    description: A specific version number to use for the API call. If not included, will
      use the highest version by default
    required: false
    type: int

Outputs

LCM_Advisory_Report:
  description: Returns the request ID and whether the operation was successful.
  returned: always
  sample: "{\n    \"Request_ID\": \"advisorycheck-c346da9f-f324-4798-b960-7eda5a8b76f0\"\
    ,\n    \"Request_Status\": \"COMPLETED\"\n}"
  type: dict