HostSystemInfo
Information about the system as a whole.
{
"_typeName": "string",
"vendor": "string",
"model": "string",
"uuid": "string",
"otherIdentifyingInfo": [
{
"_typeName": "string",
"identifierValue": "string",
"identifierType": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
}
],
"serialNumber": "string",
"qualifiedName": [
{
"_typeName": "string",
"value": "string",
"type": "string"
}
],
"vvolHostNQN": {
"_typeName": "string",
"value": "string",
"type": "string"
},
"vvolHostId": "string"
}
Hardware vendor identification.
System model identification.
Hardware BIOS identification.
Other System identification information.
This information may be vendor specific
serialNumber
List of qualified names used to identify the host in a specific context.
Unlike the other types of system identification information, these can potentially change as a result of configuration.
Since: vSphere API Release 7.0.3.0
This data object describes a qualified name of the host used to identify it in a particular context.
Since: vSphere API Release 7.0.3.0
Host id used by Vvol.
The hostd id, obtained through vmkctl storage control path while fetching the NVMe info.
Since: vSphere API Release 8.0.0.0