Esx.Settings.Inventory.UpdateVumCapabilityResult

Esx.Settings.Inventory.UpdateVumCapabilityResult
Esx.Settings.Inventory.UpdateVumCapabilityResult

The Esx.Settings.Inventory.UpdateVumCapabilityResult schema contains information about whether VUM operations are enabled at the vCenter or not.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "vum_operations_enabled": 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
            }
        ]
    }
}
boolean
vum_operations_enabled
Required

Indicates if VUM operations are enabled (true) or blocked (false) on vCenter.

This property was added in vSphere API 9.0.0.0.

notifications
Required

Notifications raised during the execution of enabling VUM operation invoked on the vCenter.

This property was added in vSphere API 9.0.0.0.