NSX-T Data Center REST API

LogicalPortOperationalStatus (type)

{
  "id": "LogicalPortOperationalStatus",
  "module_id": "AggSvcLogicalPort",
  "properties": {
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated; unset if data source has never updated the data.",
      "readonly": true
    },
    "logical_port_id": {
      "readonly": true,
      "required": true,
      "title": "The id of the logical port",
      "type": "string"
    },
    "status": {
      "enum": [
        "UP",
        "DOWN",
        "UNKNOWN"
      ],
      "required": true,
      "title": "The Operational status of the logical port",
      "type": "string"
    }
  },
  "type": "object"
}