HvcLinksCreateSpec
The Links.CreateSpec structure is the specification used for the hybrid link creation.
Properties
string
username
Required
The administrator username of the PSC.
string
domain_name
Required
The domain to which the PSC belongs.
string as password
password
Required
The administrator password of the PSC.
string
psc_hostname
Required
The PSC hostname for the domain to be linked.
string
port
Optional
The HTTPS port of the PSC to be linked. If unset 443 will be used as default.
string
ssl_thumbprint
Optional
The ssl thumbprint of the server. if unset no thumbprint is passed.
array of
string
admin_groups
Optional
List of groups to be added to enable administrator access to. if unset administrator access will not be set.
JSON Example
{
"domain_name": "string",
"password": "string",
"psc_hostname": "string",
"username": "string"
}