Hvc_Links_CreateSpec
Hvc_Links_CreateSpec
The Links.CreateSpec structure is the specification used for the hybrid link creation.
JSON Example
{
"psc_hostname": "string",
"port": "string",
"domain_name": "string",
"username": "string",
"password": "string",
"ssl_thumbprint": "string",
"admin_groups": [
"string"
]
}
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
domain_name
Required
The domain to which the PSC belongs.
string
username
Required
The administrator username of the PSC.
string As password
password
Required
The administrator password of the PSC.
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.