VCenterDataSource
Properties
boolean
enabled
Optional
Whether or not data collection is enabled
string
entity_id
Optional
Internal ID of data source, to be used in subsequent API calls
string
fqdn
Optional
Hostname of data source (use either IP or FQDN, not both)
string
ip
Optional
IP address of data source (use either IP or FQDN, not both)
boolean
is_vmc
Optional
Whether vCenter is a VMware Cloud operated vCenter (true or false).
string
nickname
Optional
A friendly nickname for the data source
string
notes
Optional
Room for notes or comments about the data source
string
proxy_id
Optional
ID of Collector VM which should register this vcenter
Parameter To
Update vCenter
Returned By
Add vCenter Datasource
Get vCenter
Update vCenter
Extends
BaseDataSource
JSON Example
{
"credentials": {
"password": "VMware1!",
"username": "readonly"
},
"enabled": false,
"entity_id": "string",
"entity_type": "enum",
"fqdn": "your.domain.com",
"ip": "192.168.10.1",
"is_vmc": false,
"nickname": "vc1",
"notes": "Located in DC1",
"proxy_id": "1000:104:12313412"
}