InlineStaticConnection1

InlineStaticConnection1
InlineStaticConnection1
JSON Example
{
    "connection_type": "string",
    "host_addresses": [
        "string"
    ]
}
string
connection_type
Optional
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 endpoint. These could be load balancer VIPs or NAT-ed addresses. Accepts FQDNs or IPv4 address, with optional ports. All addresses must use the same port (if specified). For SSP Endpoint it should be the FQDN. Required for onboard and reconnect operations, not required for offboard. Supported formats:

  • FQDN: 'ssp.example.com'
  • IPv4: '192.168.1.10' (defaults to port 443)
  • IPv4 with Port: '192.168.1.10:8443'