Vcenter NamespaceManagement Supervisors Summary ListResult

Vcenter NamespaceManagement Supervisors Summary ListResult
Vcenter NamespaceManagement Supervisors Summary ListResult

The Vcenter NamespaceManagement Supervisors Summary ListResult schema represents the result of GET /vcenter/namespace-management/supervisors/summaries operation.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "items": [
        {
            "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"
                    }
                ]
            }
        }
    ]
}
items
Required

List of items.

This property was added in vSphere API 8.0.0.1.