InlineStaticSiteConnection1
InlineStaticSiteConnection1
JSON Example
{
"connection_type": "string",
"host_addresses": [
"192.168.1.10:443",
"192.168.1.11:443",
"192.168.1.12:443"
]
}
string
As ^STATIC$
connection_type
Required
Constraints:
default: STATIC
The connection method to use. Must be STATIC for this type.
array of
string
host_addresses
Optional
Constraints:
minItems: 1
List of addresses for connecting to the site. Accepts FQDNs or IPv4 addresses, optionally with port. All addresses must use the same port. Required for onboard and reconnect operations.