PolicyManagerDataSourceRequest
Properties
string
csp_refresh_token
Optional
Cloud Services Portal API Refresh Token. You can generate this via the CSP UI under My Account and API Tokens.
boolean
enabled
Optional
Whether or not data collection is enabled
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
ipfix_enabled
Optional
Whether or not to configure NSX-T to send IPFIX to vRNI
string
nickname
Required
A friendly nickname for the data source
string
notes
Optional
Room for notes or comments about the data source
string
proxy_id
Required
ID of Collector VM which should register this vcenter
string
vcenter_id
Optional
Associated vcenter data source entity ID
string
web_proxy_id
Optional
Identifier of web proxy to be used for connection. If not given or empty, any web proxy used earlier will be cleared
JSON Example
{
"nickname": "vc1",
"proxy_id": "1000:104:12313412"
}