NSX-T Data Center REST API
VlanExtensionStatistics (type)
{
"additionalProperties": false,
"extends": {
"$ref": "VlanExtensionAggregatedDataCounter"
},
"id": "VlanExtensionStatistics",
"module_id": "PolicyVpcSubnetStatistics",
"nsx_feature": "DlcCidrSubnetForVpc",
"properties": {
"endpoint_id": {
"title": "The id of the extension endpoint",
"type": "string"
},
"last_update_timestamp": {
"$ref": "EpochMsTimestamp",
"description": "Timestamp when the data was last updated; unset if data source has never updated the data."
},
"vlan_to_vpc_bytes": {
"$ref": "VlanExtensionDataCounter"
},
"vlan_to_vpc_packets": {
"$ref": "VlanExtensionDataCounter"
},
"vpc_to_vlan_bytes": {
"$ref": "VlanExtensionDataCounter"
},
"vpc_to_vlan_packets": {
"$ref": "VlanExtensionDataCounter"
}
},
"title": "Vlan extension statistics",
"type": "object"
}