List VC Info

List VC Info

Lists Virtual Centers configured in the environment.

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

OK

[
    {
        "certificate_override": {
            "certificate": "string",
            "type": "PEM"
        },
        "description": "Virtual Center Server",
        "display_name": "vc1.example.com",
        "enabled": true,
        "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
        },
        "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",
        "vmc_deployment": false
    }
]

401

User is not authenticated

Operation doesn't return any data structure