Users Guide

Table Of Contents
"ChassisName": "MX-ABCD123",
"ChassisServiceTag": "ABCD123",
"DeviceType": "4000",
"JobId": 1234,
"JobStatus": "Aborted",
"SlotId": "10061",
"SlotName": "c2",
"SlotNumber": "1",
"SlotType": "4000"
},
{
"ChassisId": "10053",
"ChassisName": "MX-PQRS123",
"ChassisServiceTag": "PQRS123",
"DeviceType": "1000",
"JobId": 0,
"JobStatus": "HTTP Error 400: Bad Request",
"SlotId": "10069",
"SlotName": "b2",
"SlotNumber": "3",
"SlotType": "2000"
}
]
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error": {
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more
information.",
"@Message.ExtendedInfo": [
{
"MessageId": "CGEN1014",
"RelatedProperties": [],
"Message": "Unable to complete the operation because an invalid value is
entered for the property
Invalid json type: STRING for Edm.Int64 property: Id .",
"MessageArgs": [
"Invalid json type: STRING for Edm.Int64 property: Id"
],
"Severity": "Critical",
"Resolution": "Enter a valid value for the property and retry the
operation. For more information about
valid values, see the OpenManage Enterprise-Modular User's Guide
available on the support site."
}
]
}
}
Examples
- name: Rename the slots in multiple chassis using slot number and chassis service tag
ome_chassis_slots:
hostname: "192.168.0.1"
username: "username"
password: "password"
slot_options:
- chassis_service_tag: ABC1234
slots:
- slot_number: 1
slot_name: sled_name_1
- slot_number: 2
slot_name: sled_name_2
- chassis_service_tag: ABC1235
slots:
- slot_number: 1
slot_name: sled_name_1
- slot_number: 2
slot_name: sled_name_2
160
Modules for OpenManage Enterprise (OME)