Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
Table 56. ome_diagnostics (continued)
Parameter Required Default Choices Comments
■ Provide
name for the
slot.
■ Required:
True
Return Values
msg:
type: str
description: Overall status of the slot rename operation.
returned: always
sample: "Successfully renamed the slot(s)."
slot_info:
description:
- Information of the slots that are renamed successfully.
- C(NOTE) Only slots which were renamed will be populated.
type: list
elements: dict
returned: if at least one slot renamed
sample: [
{
"ChassisId": 10053,
"ChassisServiceTag": "ABCD123",
"DeviceName": "",
"DeviceType": 1000,
"JobId": 15746,
"SlotId": "10072",
"SlotName": "slot_op2",
"SlotNumber": "6",
"SlotType": 2000
},
{
"ChassisId": 10053,
"ChassisName": "MX-ABCD123",
"ChassisServiceTag": "ABCD123",
"DeviceType": "3000",
"JobId": 15747,
"SlotId": "10070",
"SlotName": "slot_op2",
"SlotNumber": "4",
"SlotType": "2000"
},
{
"ChassisId": "10053",
"ChassisName": "MX-PQRS123",
"ChassisServiceTag": "PQRS123",
"DeviceId": "10054",
"DeviceServiceTag": "XYZ5678",
"DeviceType": "1000",
"JobId": 15761,
"SlotId": "10067",
"SlotName": "a1",
"SlotNumber": "1",
"SlotType": "2000"
}
]
rename_failed_slots:
description:
- Information of the valid slots that are not renamed.
- C(NOTE) Only slots which failed to rename will be populated.
type: list
elements: dict
returned: if at least one slot renaming fails
sample: [
{
"ChassisId": "12345",
Modules for OpenManage Enterprise (OME)
159