Users Guide

Table Of Contents
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