DatapathCounterResult

DatapathCounterResult
DatapathCounterResult

The datapath counter result.

JSON Example
{
    "module_counters": [
        {
            "counter_name": "string",
            "counter_value": 0
        }
    ],
    "module_name": "string"
}
module_counters
Optional

The data of the datapath module counters.

string
module_name
Optional

The name of the datapath module (e.g., VDL2, VDR).