NSX-T Data Center REST API

VmApplianceState (type)

{
  "description": "The Vm Appliance configuration state.",
  "id": "VmApplianceState",
  "module_id": "PolicyEdgeTransportNode",
  "properties": {
    "dns_servers": {
      "description": "List of DNS servers.",
      "items": {
        "$ref": "IPAddress"
      },
      "required": false,
      "title": "Realized State of DNS Servers.",
      "type": "array"
    },
    "enable_ssh": {
      "default": false,
      "required": false,
      "title": "Realized State of Enable SSH Config.",
      "type": "boolean"
    },
    "enable_upt_mode": {
      "default": false,
      "required": false,
      "title": "Realized State of Uniform Passthrough mode.",
      "type": "boolean"
    },
    "ntp_servers": {
      "description": "List of NTP servers.",
      "items": {
        "$ref": "HostnameOrIPAddress"
      },
      "required": false,
      "title": "Realized State of NTP servers.",
      "type": "array"
    },
    "search_domains": {
      "description": "List of domain names that are used to complete unqualified host names.",
      "items": {
        "type": "string"
      },
      "required": false,
      "title": "Realized State of Search Domain Names.",
      "type": "array"
    },
    "syslog_servers": {
      "description": "List of Syslog server configuration.",
      "items": {
        "$ref": "SyslogConfiguration"
      },
      "maxItems": 5,
      "required": false,
      "title": "Realized State of Syslog Servers",
      "type": "array"
    }
  },
  "type": "object"
}