BaseCountObservation
BaseCountObservation
The count action results from aggregating checkpoints per port.
AllOf
JSON Example
{
"resource_type": "string",
"checkpoints": {
"ens_checkpoints_result": [
{
"checkpoint_type": "string",
"count": 0
}
],
"non_ens_checkpoints_result": [
{
"checkpoint_type": "string",
"count": 0
}
]
},
"port_id": "string",
"port_name": "string",
"transport_node_id": "string"
}