SiteDiscoveryInfo
SiteDiscoveryInfo
Details about how to connect to the site to be configured.
JSON Example
{
"discovery_hostname": "string",
"username": "string",
"password": "string",
"certificate": "string"
}
string
discovery_hostname
Optional
The hostname of the site to connect to. This can be the ip of a manager, the virtual IP for the site or the site's fqdn.
string
username
Required
Username to access the NSX site SSP will be communicating with.
string
password
Required
Password to access the NSX site SSP will be communicating with.
string
certificate
Optional
The pem encoded certificate to be used to authenticate with the specified host.