Vcenter NamespaceManagement Software Supervisors Upgrades ListResult

Vcenter NamespaceManagement Software Supervisors Upgrades ListResult
Vcenter NamespaceManagement Software Supervisors Upgrades ListResult

The Vcenter NamespaceManagement Software Supervisors Upgrades ListResult schema represents the result of GET /vcenter/namespace-management/software/supervisors/upgrades operation.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "supervisors": [
        {
            "supervisor": "string",
            "current_version": "string",
            "available_versions": [
                "string"
            ],
            "last_upgraded_date": "string",
            "desired_version": "string",
            "state": "string"
        }
    ]
}
supervisors
Required

List of upgrade summaries for each Supervisor. Each summary includes information such as current version, desired version, available upgrade versions and upgrade state.

This property was added in vSphere API 9.1.0.0.