HostsSoftwareInfo

The SoftwareInfo structure contains fields that describes the software solution for an ESX host.


Properties

add_on Optional

OEM customization on top of given base-image. The components in this customization override the components in the base base-image. If unset, no OEM customization exists.


base_image Required

Base image of the ESX.


components Required

Map of components in an ESX image. The key is the component name and value is the information about specific version of the component. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.hosts.component. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.hosts.component.


hardware_support Optional

Information about the Hardware Support Packages (HSP) configured. If unset, no Hardware Support Package (HSP) info exists.


solutions Required

Map of software solutions in an ESX image. The key is the solution name and value is the specification detailing components registered by that solution. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.hosts.solution. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.hosts.solution.

JSON Example

{
	"base_image": {
		"display_name": "string",
		"display_version": "string",
		"release_date": "string",
		"version": "string"
	},
	"components": {
		"key": {
			"display_name": "string",
			"display_version": "string",
			"vendor": "string",
			"version": "string"
		}
	},
	"solutions": {
		"key": {
			"components": {
				"key": {
					"display_name": "string",
					"display_version": "string",
					"vendor": "string",
					"version": "string"
				}
			},
			"display_name": "string",
			"version": "string"
		}
	}
}
Property Of

HostsSoftwareInfo

Feedback

Was this page helpful?