Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.43 KB

HclHardwareCompatibilityProfile.md

File metadata and controls

21 lines (17 loc) · 1.43 KB

HclHardwareCompatibilityProfile

Profile giving server hardware details, OS details and UCS Version details.

Properties

Name Type Description Notes
driver_iso_url str Url for the ISO with the drivers supported for the server. [optional]
error_code str Error code indicating the compatibility status. [optional] [readonly] [default to 'Success']
id str Identifier of the hardware compatibility profile. [optional]
os_vendor str Vendor of the Operating System running on the server. [optional]
os_version str Version of the Operating System running on the server. [optional]
processor_model str Model of the processor present in the server. [optional]
products list[HclProduct] [optional]
server_model str Model of the server as returned by UCSM/CIMC XML API. [optional]
server_revision str Revision of the server model. [optional]
ucs_version str Version of the UCS software. [optional]
version_type str Type of the UCS version indicating whether it is a UCSM release vesion or a IMC release. [optional] [default to 'UCSM']

[Back to Model list] [Back to API list] [Back to README]