HostConfigSummary
An overview of the key configuration parameters.
{
"_typeName": "string",
"name": "string",
"port": 0,
"sslThumbprint": "string",
"sslCertificate": "string",
"product": {
"_typeName": "string",
"name": "string",
"fullName": "string",
"vendor": "string",
"version": "string",
"patchLevel": "string",
"build": "string",
"localeVersion": "string",
"localeBuild": "string",
"osType": "string",
"productLineId": "string",
"apiType": "string",
"apiVersion": "string",
"instanceUuid": "string",
"licenseProductName": "string",
"licenseProductVersion": "string"
},
"vmotionEnabled": false,
"faultToleranceEnabled": false,
"featureVersion": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"agentVmDatastore": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"agentVmNetwork": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
The name of the host.
The port number.
The SSL thumbprint of the host, if known.
The SSL certificate of the host, if known.
Note: sslThumbprint and sslCertificate parameters are mutually exclusive, and should never be used simultaneously.
Since: vSphere API Release 9.0.0.0
Information about the software running on the host, if known.
The current supported hosts are ESX Server 2.0.1 (and later) and VMware Server 2.0.0 (and later).
The flag to indicate whether or not VMotion is enabled on this host.
The flag to indicate whether or not Fault Tolerance logging is enabled on this host.
List of feature-specific version information.
Each element refers to the version information for a specific feature.
Datastore used to deploy Agent VMs on for this host.
Management network for Agent VMs.