dellemc.openmanage.idrac_lifecycle_controller_job_status_info (2.1.5) — module

Get the status of a Lifecycle Controller job.

| "added in version" 2.9.11 of dellemc.openmanage"

Authors: Rajeev Arakkal (@rajeevarakkal), Anooja Vardhineni (@anooja-vardhineni)

preview | supported by community

Install collection

Install with ansible-galaxy collection install dellemc.openmanage:==2.1.5


Add to requirements.yml

  collections:
    - name: dellemc.openmanage
      version: 2.1.5

Description

This module shows the status of a specific Lifecycle Controller job using its job ID.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
- name: Show status of a Lifecycle Control job.
  dellemc.openmanage.idrac_lifecycle_controller_job_status_info:
       idrac_ip:  "192.168.0.1"
       idrac_user:  "user_name"
       idrac_password:  "user_password"
       job_id:  "JID_1234567890"

Inputs

    
job_id:
    description: JOB ID in the format "JID_123456789012".
    required: true
    type: str

idrac_ip:
    description: iDRAC IP Address.
    required: true
    type: str

idrac_port:
    default: 443
    description: iDRAC port.
    required: false
    type: int

idrac_user:
    description: iDRAC username.
    required: true
    type: str

idrac_password:
    aliases:
    - idrac_pwd
    description: iDRAC user password.
    required: true
    type: str