MgmtEndpointConfiguration

MgmtEndpointConfiguration
MgmtEndpointConfiguration

Represents the configuration of the management endpoints.

JSON Example
{
    "mgmtAddress": "10.71.249.18",
    "mgmtPort": 8046,
    "mgmtPublicAddress": "tn-3b0f0539-869d-4e37-8005-e1c6f01a2ef3.tnexus.io",
    "mgmtPublicPort": 8048
}
string
mgmtAddress
Optional

IP address or hostname for HTTPS management traffic. When not specified the literal IP address assigned to the first NIC of the local appliance will be used.

integer As int32 As int32
mgmtPort
Optional

Port number for the REST API endpoint.

string
mgmtPublicAddress
Optional

IP address or hostname for HTTPS (management) traffic to advertise to components on remote sites. When not specified, the mgmtAddress will be advertised.

integer As int32 As int32
mgmtPublicPort
Optional

Port number for the REST API endpoint to advertise to components on remote sites. When not specified the mgmtPort will be advertised.