NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PolicyVmApplianceConfig (schema)
This field contains information about VM appliance specific configs.
| Name | Description | Type | Notes |
|---|---|---|---|
| allow_ssh_root_login | Allow root SSH logins. Allowing root SSH logins is not recommended for security reasons. Edit of this property is not supported when updating transport node. Use the CLI to change this property. |
boolean | Readonly Default: "False" |
| core_allocation_profile | Core Allocation Profile This attribute enables the creation of an edge transport node using a core allocation profile, with the understanding that the edge is initially outside the cluster and must be added later. For redeployment and update operations: If the edge transport node is already part of a cluster, the core allocation profile defined at the edge cluster level will be applied to that node. The API will throw a validation error if the cluster-level and node-level core allocation profile values are not identical. |
CoreAllocationProfile | |
| dns_servers | DNS servers. List of DNS servers. |
array of IPAddress | |
| enable_ssh | Enable SSH. Enabling SSH service is not recommended for security reasons. |
boolean | Default: "False" |
| enable_upt_mode | Enable Uniform Passthrough mode. Enable Uniform Passthrough ( UPT ) on VMXNET 3 devices to improve overall system performance and reduces latency. Caution: This involves restart of the edge dataplane and hence may lead to network disruption. Use GET api/v1/edge-transport-nodes/ to monitor realization of UPT. |
boolean | Default: "False" |
| ntp_servers | NTP servers. List of NTP servers. |
array of HostnameOrIPAddress | |
| search_domains | Search domain names. List of domain names that are used to complete unqualified host names. |
array of string | |
| syslog_servers | Syslog servers List of Syslog server configuration. |
array of SyslogConfiguration | Maximum items: 5 |