NSX-T Data Center REST API

NodeConfigProperties (type)

{
  "additionalProperties": false,
  "id": "NodeConfigProperties",
  "properties": {
    "maintenance_mode_enabled": {
      "default": "disabled",
      "description": "Maintenance Mode enabled",
      "enum": [
        "entering",
        "enabled",
        "exiting",
        "disabled"
      ],
      "readonly": true,
      "type": "string"
    },
    "management_interface": {
      "description": "Network properties of the management interface",
      "readonly": true,
      "title": "Management Interface Properties",
      "type": [
        {
          "$ref": "NodeNetworkInterfaceProperties"
        }
      ]
    },
    "management_interface_vlan_id": {
      "description": "VLAN ID of the In-Band management interface",
      "maximum": 4094,
      "minimum": 1,
      "readonly": true,
      "title": "Management Interface VLAN ID",
      "type": "integer"
    },
    "management_routes": {
      "description": "Management interface static routes of this node",
      "items": {
        "$ref": "NodeRouteProperties"
      },
      "readonly": true,
      "title": "Management Interface Static Routes",
      "type": "array"
    }
  },
  "title": "Information about configuration of this node",
  "type": "object"
}