NSX-T Data Center REST API

LogicalSwitchStatusSummary (type)

{
  "id": "LogicalSwitchStatusSummary",
  "module_id": "AggSvcLogicalSwitch",
  "properties": {
    "filters": {
      "items": {
        "$ref": "Filter"
      },
      "required": false,
      "title": "The filters used to find the logical switches- TransportZone id, LogicalSwitchProfile id or TransportType",
      "type": "array"
    },
    "fully_realized_switches": {
      "required": true,
      "title": "The number of logical switches that are realized in all transport nodes.",
      "type": "integer"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated; unset if data source has never updated the data.",
      "readonly": true
    },
    "total_switches": {
      "required": true,
      "title": "The total number of logical switches.",
      "type": "integer"
    }
  },
  "type": "object"
}