Esx.Settings.Inventory.AssignEntitiesResult
The Esx.Settings.Inventory.AssignEntitiesResult schema contains properties describing the entities specified in Esx.Settings.Inventory.AssignEntitiesSpec and their corresponding assignment operatopm info as specified in Esx.Settings.Inventory.AssignEntityResult.
This schema was added in vSphere API 9.0.0.0.
{
"datacenter_results": {
"datacenter_results": {
"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
}
]
}
}
},
"folder_results": {
"folder_results": {
"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
}
]
}
}
},
"cluster_results": {
"cluster_results": {
"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
}
]
}
}
},
"host_results": {
"host_results": {
"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
}
]
}
}
}
}
Map containing datacenter entities and their corresponding assignment operation details as specified in Esx.Settings.Inventory.AssignEntityResult.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: Datacenter. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: Datacenter.
Map containing folders and their corresponding assignment operation details as specified in Esx.Settings.Inventory.AssignEntityResult.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: Folder. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: Folder.
Map containing cluster entities and their corresponding assignment operation details as specified in Esx.Settings.Inventory.AssignEntityResult.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: ClusterComputeResource.
Map containing standalone hosts and their corresponding assignment operation details as specified in Esx.Settings.Inventory.AssignEntityResult.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: HostSystem.