Get Vcenter Validation By Name

Get Vcenter Validation By Name

Get the validation details for a vcenter.

Request
URI
GET
https://{api_host}/api/v2/vcenters/{name}/validation
COPY
Path Parameters
string
name
Required

The name of the vcenter


Authentication
This operation uses the following authentication methods.
Responses
200

vcenter_validation

Returns vcenter_validation of type(s) application/json
{
    "certificate": {
        "hostname": "string",
        "pem": "string"
    },
    "clusters": [
        {
            "datacenter": {
                "moref": "string",
                "name": "string"
            },
            "moref": "string",
            "name": "string"
        }
    ],
    "datacenters": [
        {
            "moref": "string",
            "name": "string"
        }
    ],
    "datastores": [
        {
            "datacenter": {
                "moref": "string",
                "name": "string"
            },
            "moref": "string",
            "name": "string",
            "stats": {
                "capacityGB": 0,
                "freeGB": 0,
                "glanceName": "string",
                "isLocal": false,
                "isSSD": false
            }
        }
    ],
    "networks": [
        {
            "moref": "string",
            "name": "string"
        }
    ],
    "resourcepools": [
        {
            "datacenter": {
                "moref": "string",
                "name": "string"
            },
            "moref": "string",
            "name": "string"
        }
    ],
    "si": {
        "moref": "string",
        "name": "string",
        "stats": {
            "buildNumber": "string",
            "uuid": "string",
            "version": "string"
        }
    },
    "switches": [
        {
            "moref": "string",
            "name": "string"
        }
    ]
}
certificate
Optional

certificate

clusters
Required

The clusters of vcenter.

array of datacenter
datacenters
Required

The data centers of vcenter.

datastores
Required

The data stores of vcenter.

networks
Required

The networks of vcenter.

resourcepools
Required

The resource pools of vcenter.

si
Optional

si

switches
Required

The switches of vcenter.


401
Operation doesn't return any data structure

404
Operation doesn't return any data structure