[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

BaseDataSource

Properties

string
certificate Optional

Certificate of data source


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


entity_type Optional

Possible values are: CiscoSwitchDataSourceDellSwitchDataSourceAristaSwitchDataSourceBrocadeSwitchDataSourceJuniperSwitchDataSourceGDDataSourceF5BIGIPDataSourceNSXALBDataSourceHuaweiSwitchDataSourceMellanoxSwitchDataSourceHPESwitchDataSourceCiscoASRXRDataSourceUANIDataSourceVCenterDataSourceNSXVManagerDataSourceUCSManagerDataSourceHPVCManagerDataSourceHPOneViewDataSourcePanFirewallDataSourceCheckpointFirewallDataSourceFortinetFirewallDataSourceNSXTManagerDataSourceKubernetesDataSourcePKSDataSourceInfobloxManagerDataSourceCiscoACIDataSourceServiceNowDataSourcePolicyManagerDataSourceAzureDataSourceVeloCloudDataSourceAWSDataSourceHcxDataSource


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)


string
new_certificate Optional

New certificate of data source


string
new_sha_thumbprint Optional

New SHA thumbprint of data source


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


string
sha_thumbprint Optional

SHA thumbprint of data source

JSON Example

{
    "certificate": "-----BEGIN CERTIFICATE----- ..etc..",
    "fqdn": "your.domain.com",
    "ip": "192.168.10.1",
    "new_certificate": "-----BEGIN CERTIFICATE----- ..etc..",
    "new_sha_thumbprint": "13:37:46:1E:DB:70:65:80:B2:74:E5:78:25:E5:AD:39:14:53:69:18",
    "nickname": "vc1",
    "notes": "Located in DC1",
    "proxy_id": "1000:104:12313412",
    "sha_thumbprint": "15:37:46:1E:DB:70:65:80:B2:74:E5:78:25:E5:AD:39:14:53:69:18"
}

Feedback

Was this page helpful?