NSX-T Data Center REST API

LogicalRoutersInfo (type)

{
  "id": "LogicalRoutersInfo",
  "properties": {
    "ha_info": {
      "$ref": "HaInfo",
      "description": "Logical router high-availability information",
      "readonly": true,
      "title": "Logical router high-availability information"
    },
    "logical_router_uuid": {
      "description": "Logical router UUID",
      "readonly": true,
      "title": "Logical router UUID",
      "type": "string"
    },
    "mp_router_uuid": {
      "description": "MP logical router UUID",
      "readonly": true,
      "title": "MP logical router UUID",
      "type": "string"
    },
    "name": {
      "description": "Name of the logical router",
      "readonly": true,
      "title": "Name of the logical router",
      "type": "string"
    },
    "router_type": {
      "description": "Logical router type",
      "enum": [
        "SERVICE_ROUTER_TIER0",
        "VRF_SERVICE_ROUTER_TIER0",
        "DISTRIBUTED_ROUTER_TIER0",
        "VRF_DISTRIBUTED_ROUTER_TIER0",
        "SERVICE_ROUTER_TIER1",
        "VRF_SERVICE_ROUTER_TIER1",
        "DISTRIBUTED_ROUTER_TIER1",
        "VRF_DISTRIBUTED_ROUTER_TIER1",
        "TUNNEL",
        "RTEP_TUNNEL_VRF"
      ],
      "readonly": true,
      "title": "Logical router type",
      "type": "string"
    }
  },
  "type": "object"
}