Get Vsphere Configuration

Get Vsphere Configuration

Get vSphere Configuration for an organisation by ID

Request
URI
GET
https://{api_host}//vrlic/api/v1/vsphere/configs/{id}
COPY
Path Parameters
string
id
Required

ID of the existing config


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VsphereConfigDto of type(s) */*
{
    "id": "aer45cf-280f-4444-b0d2-88676792ebca",
    "hostname": "vc-test.eng.vmware.com",
    "username": "[email protected]",
    "password": "****",
    "autoConfigureEsxiHosts": true,
    "vsphereEventsEnabled": true,
    "target": "90u5645f-73ec-4d15-93a7-e86cd2rt454",
    "syslogProtocol": "TCP",
    "cspOrgId": "e4562932c-1274-4495-b7f5-a647f3c0ec69",
    "userTags": "vc=vc-test",
    "esxiHostsWereConfigured": true
}
string
id
Required

vSphere Configuration identifier. It should be unique

string
hostname
Required

Hostname of the vCenter. It should be unique

string
username
Required

Username of the vCenter.

string
password
Required

Password of the vCenter.

boolean
autoConfigureEsxiHosts
Required

Indicates whether auto configuration of ESXI hosts must be performed.

boolean
vsphereEventsEnabled
Required

Indicates whether vSphere Events must be enabled.

string
target
Required

Specify the Cloud Proxy.

string
syslogProtocol
Required

Specify the Syslog Protocol like UDP, TCP or SSL.

Possible values are : UDP, TCP, SSL,
string
cspOrgId
Optional

Associated org.

string
userTags
Optional

List of User Tags separated by comma(,)

boolean
esxiHostsWereConfigured
Optional

Indicates whether ESXI hosts were configured or not