Esx.Settings.Inventory.ImageExtractionResult
The Esx.Settings.Inventory.ImageExtractionResult schema contains properties that describes the status and brief details about the image extract operation invoked on an entity.
This schema was added in vSphere API 9.0.0.0.
{
"status": "string",
"uniform_image": false,
"notifications": {
"info": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"warnings": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"errors": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
]
}
}
Describes the status of the specified operation invoked the entity.
Possible values:
- COMPLETED: Describes the specified operation is completed successfully.
- FAILED: Describes the specified operation failed during its execution.
- IN_PROGRESS: Describes the specified operation is still in-progress.
For more information see: Esx.Settings.Inventory.ExtractStatus.
This property was added in vSphere API 9.0.0.0.
Describes if the image present on the entity is uniform or not. In case of standalone host this property will always be true. In case of clusters, if all hosts within the cluster are running same image then this property will be set to true else false. In case of folders/datacenters, if all the standalone hosts and clusters within them are running the same image, then property will be set to true else false.
This property was added in vSphere API 9.0.0.0.
Notifications raised during the execution of the specified operation.
This property was added in vSphere API 9.0.0.0.