Vcenter NamespaceManagement Supervisors Capabilities Capability

Vcenter NamespaceManagement Supervisors Capabilities Capability
Vcenter NamespaceManagement Supervisors Capabilities Capability

The Vcenter NamespaceManagement Supervisors Capabilities Capability schema represents a Supervisor feature and its specification.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "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
name
Required

Name of the Supervisor feature.

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

string
status
Required

Represents the activation state of the capability.

For more information see: Vcenter NamespaceManagement Supervisors Capabilities Status.

This property was added in vSphere API 9.1.0.0.

string
description
Required

A description about the Supervisor capability.

This property was added in vSphere API 9.1.0.0.

messages
Optional

Messages describes why a capability status is Vcenter NamespaceManagement Supervisors Capabilities Status.SUPPORTED_NOT_ACTIVATED.

This property was added in vSphere API 9.1.0.0.

If missing or null, capability is either Vcenter NamespaceManagement Supervisors Capabilities Status.SUPPORTED or Vcenter NamespaceManagement Supervisors Capabilities Status.UNSUPPORTED.