Settings_Clusters_InstalledImages_InstalledImage

Settings_Clusters_InstalledImages_InstalledImage
Settings_Clusters_InstalledImages_InstalledImage

The InstalledImages.InstalledImage structure contains fields information about installed software image that is running on the group of hosts

JSON Example
{
    "software_info": {
        "base_image": {
            "details": {
                "display_name": "string",
                "display_version": "string",
                "release_date": "string",
                "quick_patch_compatible_versions": {
                    "quick_patch_compatible_versions": "string"
                }
            },
            "version": "string"
        },
        "add_on": {
            "details": {
                "display_name": "string",
                "vendor": "string",
                "display_version": "string"
            },
            "name": "string",
            "version": "string"
        },
        "components": {
            "components": {
                "version": "string",
                "details": {
                    "display_name": "string",
                    "vendor": "string",
                    "display_version": "string"
                }
            }
        },
        "solutions": {
            "solutions": {
                "details": {
                    "display_name": "string",
                    "display_version": "string",
                    "components": [
                        {
                            "component": "string",
                            "display_name": "string",
                            "display_version": "string",
                            "vendor": "string"
                        }
                    ]
                },
                "version": "string",
                "components": [
                    {
                        "component": "string"
                    }
                ]
            }
        },
        "hardware_support": {
            "packages": {
                "packages": {
                    "pkg": "string",
                    "version": "string"
                }
            }
        },
        "removed_components": {
            "removed_components": {
                "version": "string",
                "details": {
                    "display_name": "string",
                    "vendor": "string",
                    "display_version": "string"
                }
            }
        }
    },
    "host_list": [
        "string"
    ]
}
software_info
Required

The SoftwareInfo structure contains information that describes the desired software specification for an ESX host.

array of string
host_list
Required

List of hosts having the same software image When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem.