NSX-T Data Center REST API

NodeProperties (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "NodeProperties",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "cli_coredump_config": {
      "$ref": "CoreDumpConfig",
      "readonly": true,
      "title": "NSX CLI core dump files config"
    },
    "cli_history_size": {
      "minimum": 0,
      "title": "NSX CLI command history limit, set to 0 to configure no history size limit",
      "type": "integer"
    },
    "cli_output_datetime": {
      "title": "NSX CLI display datetime stamp in command output",
      "type": "boolean"
    },
    "cli_output_deprecate_warn": {
      "title": "NSX CLI display deprecate warning in command output",
      "type": "boolean"
    },
    "cli_timeout": {
      "minimum": 0,
      "title": "NSX CLI inactivity timeout, set to 0 to configure no timeout",
      "type": "integer"
    },
    "export_type": {
      "enum": [
        "RESTRICTED",
        "UNRESTRICTED"
      ],
      "readonly": true,
      "title": "Export restrictions in effect, if any",
      "type": "string"
    },
    "fully_qualified_domain_name": {
      "readonly": true,
      "title": "Fully qualified domain name",
      "type": "string"
    },
    "hostname": {
      "$ref": "SystemHostname",
      "title": "Host name or fully qualified domain name of node",
      "type": "string"
    },
    "kernel_version": {
      "readonly": true,
      "title": "Kernel version",
      "type": "string"
    },
    "motd": {
      "title": "Message of the day to display when users login to node using the NSX CLI",
      "type": [
        "string",
        "null"
      ]
    },
    "node_type": {
      "enum": [
        "NSX Manager",
        "NSX Global Manager",
        "NSX Edge",
        "NSX Autonomous Edge",
        "NSX Cloud Service Manager",
        "NSX Public Cloud Gateway",
        "NSX Malware Prevention Service VM"
      ],
      "readonly": true,
      "title": "Node type",
      "type": "string"
    },
    "node_uuid": {
      "maxLength": 36,
      "readonly": true,
      "title": "Node Unique Identifier",
      "type": "string"
    },
    "node_version": {
      "readonly": true,
      "title": "Node version",
      "type": "string"
    },
    "product_version": {
      "readonly": true,
      "title": "Product version",
      "type": "string"
    },
    "system_datetime": {
      "$ref": "DatetimeUTC",
      "title": "System date time in UTC"
    },
    "system_time": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "title": "Current time expressed in milliseconds since epoch"
    },
    "timezone": {
      "title": "Timezone",
      "type": "string"
    }
  },
  "title": "Node properties",
  "type": "object"
}