NSX-T Data Center REST API

TransportNodeStateParameters (type)

{
  "additionalProperties": false,
  "id": "TransportNodeStateParameters",
  "module_id": "TransportNode",
  "properties": {
    "mm_state": {
      "$ref": "MaintenanceModeState",
      "required": false,
      "title": "Realized maintenance node state"
    },
    "status": {
      "enum": [
        "PENDING",
        "IN_PROGRESS",
        "SUCCESS",
        "PARTIAL_SUCCESS",
        "FAILED",
        "ORPHANED"
      ],
      "required": false,
      "title": "Realized state of transport nodes",
      "type": "string"
    },
    "vtep_ip": {
      "required": false,
      "title": "Virtual tunnel endpoint ip address of transport node",
      "type": "string"
    }
  },
  "type": "object"
}