NSX-T Data Center REST API

LogicalPortStatusSummary (type)

{
  "id": "LogicalPortStatusSummary",
  "module_id": "AggSvcLogicalPort",
  "properties": {
    "filters": {
      "items": {
        "$ref": "Filter"
      },
      "required": false,
      "title": "The filters used to find the logical ports- TransportZone id, LogicalSwitch id or LogicalSwitchProfile id",
      "type": "array"
    },
    "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_ports": {
      "required": true,
      "title": "The total number of logical ports.",
      "type": "integer"
    },
    "up_ports": {
      "required": true,
      "title": "The number of logical ports whose Operational status is UP",
      "type": "integer"
    }
  },
  "type": "object"
}