Esx.Settings.Inventory.CheckEntityResult
Esx.Settings.Inventory.CheckEntityResult
The Esx.Settings.Inventory.CheckEntityResult schema contains the operation status and notifications.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"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
}
]
}
}
string
status
Required
The status of the operation on this entity.
Possible values:
- IN_PROGRESS: The operation is in progress.
- COMPLETED: The operation completed successfully.
- FAILED: The operation encountered an unspecified error.
For more information see: Esx.Settings.Inventory.CheckStatus.
This property was added in vSphere API 9.0.0.0.
notifications
Optional
Notifications providing additional information for the operation on this entity.
This property was added in vSphere API 9.0.0.0.
if missing or null, there is no notifications.