Managed Object -
HostImageConfigManager(vim.host.ImageConfigManager)
- Property of
-
HostConfigManager
- See also
-
HostImageProfileSummary, SoftwarePackage
- Since
- vSphere API 5.0
Managed Object Description
This managed object is the interface for
configuration of the ESX software image, including
properties such as acceptance level.
It is currently designed to be host agent specific.
Properties
Name
|
Type
|
Description
|
None |
Methods
fetchSoftwarePackages
Reports the set of software packages installed. The
CLI command is: esxcli software vib get
- Required Privileges
- Host.Config.Image
- Since
- vSphere API 6.5
Parameters
Return Value
Faults
Type
|
Description
|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
HostImageConfigGetAcceptance(queryHostAcceptanceLevel)
Queries the current host acceptance level setting.
See HostImageAcceptanceLevel
- Required Privileges
- System.Read
Parameters
Return Value
Type
|
Description
|
xsd:string | |
Faults
Events
Show WSDL type definition
HostImageConfigGetProfile(queryHostImageProfile)
Queries the current host image profile information.
See HostImageProfileSummary
- Required Privileges
- System.Read
Parameters
Return Value
Faults
Type
|
Description
|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
installDate
Reports the UTC time stamp when this system was first installed. The
CLI command is: esxcli system stats installtime get
- Required Privileges
- Host.Config.Image
- Since
- vSphere API 6.5
Parameters
Return Value
Type
|
Description
|
xsd:dateTime | |
Faults
Type
|
Description
|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
UpdateHostImageAcceptanceLevel(updateAcceptanceLevel)
Sets the acceptance level of the host image profile.
See HostImageAcceptanceLevel
- Required Privileges
- Host.Config.Image
Parameters
Return Value
Faults
Type
|
Description
|
HostConfigFault | Thrown if the acceptance level is raised and there are VIB packages that are not permitted by the higher acceptance level. See HostImageAcceptanceLevel
|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition