BaseSiteConnectionInfo

BaseSiteConnectionInfo
Base Site Connection Info

Base connection information containing common fields for all connection types.

JSON Example
{
    "connection_type": "string",
    "username": "string",
    "password": "string",
    "certificate": "string"
}
string
connection_type
Optional

The connection method to use. Must be DYNAMIC for this type.

string
username
Required  

Username to access the NSX site SSP will be communicating with. Required for all operations.

string
password
Required  

Password to access the NSX site SSP will be communicating with. Required for all operations.

string
certificate
Optional

The pem encoded certificate to be used to authenticate with the specified host. Required for all operations.