NSX-T Data Center REST API
VpcServiceGatewayPortExternalCounters (type)
{
"additionalProperties": false,
"id": "VpcServiceGatewayPortExternalCounters",
"module_id": "PolicyVpcStatistics",
"properties": {
"last_update_timestamp": {
"$ref": "EpochMsTimestamp",
"can_sort": true,
"readonly": true,
"title": "Timestamp when the data was last updated."
},
"rx": {
"$ref": "ServiceGatewayCounter",
"readonly": true,
"required": false
},
"tx": {
"$ref": "ServiceGatewayCounter",
"readonly": true,
"required": false
}
},
"type": "object"
}