Esx.Settings.Inventory.AssignEntityResult
The Esx.Settings.Inventory.AssignEntityResult schema contains information of entities specified in Esx.Settings.Inventory.AssignEntitiesSpec and the status of their assignment operation invoked on them.
This schema was added in vSphere API 9.0.0.0.
{
"status": "string",
"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
}
]
}
}
The Esx.Settings.Inventory.AssignEntitiesStatus describes the state of the assignment operation invoked on the specified 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.AssignEntitiesStatus.
This property was added in vSphere API 9.0.0.0.
Notifications raised during the execution of assignment operation invoked on the specified entity.
This property was added in vSphere API 9.0.0.0.