NSX-T Data Center REST API

TransportZoneStatus (type) (Deprecated)

{
  "deprecated": true,
  "id": "TransportZoneStatus",
  "module_id": "TransportZone",
  "properties": {
    "num_logical_ports": {
      "readonly": true,
      "required": true,
      "title": "Count of logical ports in the transport zone",
      "type": "int"
    },
    "num_logical_switches": {
      "readonly": true,
      "required": true,
      "title": "Count of logical switches in the transport zone",
      "type": "int"
    },
    "num_transport_nodes": {
      "readonly": true,
      "required": true,
      "title": "Count of transport nodes in the transport zone",
      "type": "int"
    },
    "transport_node_members": {
      "items": {
        "$ref": "TransportNodeMemberInfo"
      },
      "nsx_feature": "NsxtOnVds",
      "readonly": true,
      "title": "Information about transport nodes which are part of this transport zone",
      "type": "array"
    },
    "transport_zone_id": {
      "readonly": true,
      "required": true,
      "title": "Unique ID identifying the transport zone",
      "type": "string"
    }
  },
  "title": "Transport zone runtime status information",
  "type": "object"
}