NSX-T Data Center REST API

LogicalSwitchStatus (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "id": "LogicalSwitchStatus",
  "module_id": "LogicalSwitch",
  "properties": {
    "logical_switch_id": {
      "readonly": true,
      "required": false,
      "title": "Unique ID identifying the the Logical Switch",
      "type": "string"
    },
    "num_logical_ports": {
      "readonly": true,
      "required": false,
      "title": "Count of Logical Ports belonging to this switch",
      "type": "int"
    }
  },
  "type": "object"
}