NSX-T Data Center REST API
SegmentPortStatistics (type)
{
"additionalProperties": false,
"description": "Segment port statistics on specific Enforcement Point.",
"extends": {
"$ref": "LogicalPortStatistics"
},
"id": "SegmentPortStatistics",
"module_id": "PolicyConnectivityStatistics",
"properties": {
"distributed_dhcp_server_packets": {
"$ref": "DistributedDhcpServerPackets",
"readonly": true,
"required": false
},
"dropped_by_firewall_packets": {
"$ref": "DfwDropCounters",
"readonly": true,
"required": false
},
"dropped_by_security_packets": {
"$ref": "PacketsDroppedBySecurity",
"readonly": true,
"required": false
},
"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"
},
"mac_learning": {
"$ref": "MacLearningCounters",
"readonly": true,
"required": false
},
"rx_bytes": {
"$ref": "DataCounter",
"readonly": true,
"required": false
},
"rx_packets": {
"$ref": "DataCounter",
"readonly": true,
"required": false
},
"tx_bytes": {
"$ref": "DataCounter",
"readonly": true,
"required": false
},
"tx_packets": {
"$ref": "DataCounter",
"readonly": true,
"required": false
}
},
"title": "Segment port statistics on specific Enforcement Point",
"type": "object"
}