Vcenter NamespaceManagement Supervisors Summary Info

Vcenter NamespaceManagement Supervisors Summary Info
Vcenter NamespaceManagement Supervisors Summary Info

The Vcenter NamespaceManagement Supervisors Summary Info schema contains the basic information about the statistics and status related to the Supervisor.

This schema was added in vSphere API 8.0.0.1.

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

Name of the Supervisor.

This property was added in vSphere API 8.0.0.1.

string
apiendpoint
Optional

The Supervisor API endpoint used by users to manipulate Supervisor resources.

This property was added in vSphere API 9.1.0.0.

If missing or null, the API server is not yet configured.

stats
Required

Basic runtime statistics for the Supervisor.

This property was added in vSphere API 8.0.0.1.

string
config_status
Required

Current status of reaching the desired state configuration for the Supervisor.

For more information see: Vcenter NamespaceManagement Supervisors Summary ConfigStatus.

This property was added in vSphere API 8.0.0.1.

string
kubernetes_status
Required

Current Status of the Supervisor's ability to deploy pods.

For more information see: Vcenter NamespaceManagement Supervisors Summary KubernetesStatus.

This property was added in vSphere API 8.0.0.1.

messages
Optional

Current set of messages associated with the Supervisor.

This property was added in vSphere API 9.1.0.0.

This property is optional because it was added in a newer version than its parent node.