List Virtual Center Monitors

List Virtual Center Monitors

Lists monitoring information related to Virtual Centers of the environment.

Request
URI
GET
https://{api_host}//localhost/rest/monitor/virtual-centers
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "connection_servers": [
            {
                "certificate": {
                    "valid": true,
                    "valid_from": 1561939200000,
                    "valid_to": 1561939200000
                },
                "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
                "name": "cs1.example.com",
                "status": "OK",
                "thumbprint_accepted": true
            }
        ],
        "datastores": [
            {
                "capacity_mb": 12345,
                "details": {
                    "name": "vsandatastore",
                    "path": "/datacenter1/vsandatastore",
                    "url": "ds:///vmfs/volumes/vsan:52654c2aa8e79416-8ea7a3309e82c7b7/"
                },
                "free_space_mb": 12345,
                "status": "ACCESSIBLE",
                "type": "VSAN"
            }
        ],
        "desktops_count": 0,
        "details": {
            "api_version": 6.5,
            "build": "12345678.0.1",
            "version": "6.5.0"
        },
        "hosts": [
            {
                "cpu_core_count": 16,
                "cpu_mhz": 2194,
                "details": {
                    "api_version": 6.5,
                    "cluster_name": "cluster-1",
                    "name": "host1.example.com",
                    "version": "6.5.0",
                    "vgpu_types": [
                        "string"
                    ]
                },
                "memory_size_mb": 12345,
                "status": "CONNECTED"
            }
        ],
        "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
        "name": "vc1.example.com"
    }
]

401

User is not authenticated

Operation doesn't return any data structure