Host System Update Ipmi
Update fields that are part of the HostIpmiInfo object.
Required privileges: Host.Config.Settings
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"ipmiInfo": {
"_typeName": "string",
"bmcIpAddress": "string",
"bmcMacAddress": "string",
"login": "string",
"password": "string"
}
}
The IpmiInfo data object contains IPMI (Intelligent Platform Management Interface) and BMC (Baseboard Management Controller) information for the host.
No Content
InvalidIpmiLoginInfo: if the supplied user ID and/or password is invalid.
InvalidIpmiMacAddress: if the supplied MAC address is invalid.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}