Esx.Settings.Clusters.Software.Reports.ImageHostDetails

Esx.Settings.Clusters.Software.Reports.ImageHostDetails
Esx.Settings.Clusters.Software.Reports.ImageHostDetails

The Esx.Settings.Clusters.Software.Reports.ImageHostDetails schema contains details about the image and the list of hosts on which it will be applied.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "image": {
        "display_name": "string"
    },
    "hosts": [
        "string"
    ]
}
image
Optional

This property was added in vSphere API 9.0.0.0.

missing or null for the default image.

array of string
hosts
Required

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.