List VC Info V2

List VC Info V2

At least one of the listed privileges is required -

Privileges Description
GLOBAL_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
VC_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
Request
URI
GET
https://{api_host}//localhost/rest/config/v2/virtual-centers
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "certificate_override": {
            "certificate": "string",
            "type": "PEM"
        },
        "deployment_type": "string",
        "description": "Virtual Center Server",
        "display_name": "vc1.example.com",
        "enabled": true,
        "has_virtual_tpm_pools": false,
        "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
        "instance_uuid": "6605d116-d1b5-4810-8e3a-b710b30993da",
        "limits": {
            "instant_clone_engine_provisioning_limit": 20,
            "power_operations_limit": 50,
            "provisioning_limit": 20
        },
        "maintenance_mode": false,
        "port": 443,
        "se_sparse_reclamation_enabled": true,
        "server_name": "vc1.example.com",
        "storage_accelerator_data": {
            "default_cache_size_mb": 1024,
            "enabled": false,
            "host_overrides": [
                {
                    "cache_size_mb": 2048,
                    "path": "/path/host"
                }
            ]
        },
        "use_ssl": true,
        "user_name": "[email protected]",
        "version": "6.5.0"
    }
]

401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure