BaseDataSourceRequest
BaseDataSourceRequest
JSON Example
{
"ip": "192.168.10.1",
"fqdn": "your.domain.com",
"proxy_id": "1000:104:12313412",
"nickname": "vc1",
"enabled": false,
"notes": "Located in DC1"
}
string
ip
Optional
IP address of data source (use either IP or FQDN, not both)
string
fqdn
Optional
Hostname of data source (use either IP or FQDN, not both)
string
proxy_id
Required
ID of Collector VM which should register this vcenter
string
nickname
Required
A friendly nickname for the data source
boolean
enabled
Optional
Whether or not data collection is enabled
string
notes
Optional
Room for notes or comments about the data source
Used By