Esx.Settings.Inventory.EntityTransitionResult

Esx.Settings.Inventory.EntityTransitionResult
Esx.Settings.Inventory.EntityTransitionResult

The Esx.Settings.Inventory.EntityTransitionResult schema contains information of entities specified in Esx.Settings.Inventory.TransitionSpec and the status of their transition operation invoked on them.

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 Esx.Settings.Inventory.TransitionStatus describes the state of the transition operation invoked on the specified entity. Here the status describes the status of the operation as defined in #Status.

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.TransitionStatus.

This property was added in vSphere API 9.0.0.0.

notifications
Required

Notifications raised during the execution of transition operation invoked on the specified entity.

This property was added in vSphere API 9.0.0.0.