NSX-T Data Center REST API
TransitGatewayAttachmentStatistics (type)
{
"additionalProperties": false,
"id": "TransitGatewayAttachmentStatistics",
"module_id": "PolicyTransitGatewayStatistics",
"properties": {
"rx": {
"$ref": "ServiceGatewayCounter",
"readonly": true,
"required": false,
"title": "Receiving traffic stats."
},
"tx": {
"$ref": "ServiceGatewayCounter",
"readonly": true,
"required": false,
"title": "Sending traffic stats."
}
},
"title": "Transit gateway attachment port counters",
"type": "object"
}