Vcenter NamespaceManagement Supervisors Capabilities ListResult

Vcenter NamespaceManagement Supervisors Capabilities ListResult
Vcenter NamespaceManagement Supervisors Capabilities ListResult

The Vcenter NamespaceManagement Supervisors Capabilities ListResult schema contains information about the capabilities of the Supervisor.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "supervisor": "string",
    "version": "string",
    "capabilities": [
        {
            "name": "string",
            "status": "string",
            "description": "string",
            "messages": [
                {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            ]
        }
    ]
}
string
supervisor
Required

Identifier for the Supervisor.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.

string
version
Required

Identifier for the Supervisor version.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SupervisorVersion. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SupervisorVersion.

capabilities
Required

List of Supervisor capabilities.

This property was added in vSphere API 9.1.0.0.