Vcenter NamespaceManagement Supervisors Summary ListItem

Vcenter NamespaceManagement Supervisors Summary ListItem
Vcenter NamespaceManagement Supervisors Summary ListItem

The Vcenter NamespaceManagement Supervisors Summary ListItem schema contains information about a Supervisor returned by GET /vcenter/namespace-management/supervisors/summaries operation

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "supervisor": "string",
    "info": {
        "name": "string",
        "apiendpoint": "string",
        "stats": {
            "cpu_used": 0,
            "cpu_capacity": 0,
            "memory_used": 0,
            "memory_capacity": 0,
            "storage_used": 0,
            "storage_capacity": 0
        },
        "config_status": "string",
        "kubernetes_status": "string",
        "messages": [
            {
                "id": "string",
                "severity": "string",
                "details": {
                    "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"
                },
                "kb_article_link": "string"
            }
        ]
    }
}
string
supervisor
Required

The immutable identifier of the Supervisor generated during enablement.

This property was added in vSphere API 8.0.0.1.

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.

info
Required

The current state of the Supervisor.

This property was added in vSphere API 8.0.0.1.