L2VPNSessionStatisticsNsxT
L2VPNSessionStatisticsNsxT
L2VPN session statistics gives session status and traffic statistics per segment.
AllOf
This class requires all of the following:
JSON Example
{
"alarm": {
"error_details": {
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
},
"error_id": "string",
"message": "string"
},
"enforcement_point_path": "string",
"resource_type": "string",
"tap_traffic_counters": [
{
"bytes_in": 0,
"bytes_out": 0,
"packets_in": 0,
"packets_out": 0,
"packets_receive_error": 0,
"packets_sent_error": 0
}
],
"traffic_statistics_per_segment": [
{
"bum_bytes_in": 0,
"bum_bytes_out": 0,
"bum_packets_in": 0,
"bum_packets_out": 0,
"bytes_in": 0,
"bytes_out": 0,
"packets_in": 0,
"packets_out": 0,
"packets_receive_error": 0,
"packets_sent_error": 0,
"segment_path": "string"
}
]
}