Resources | system | ipPolicing | uFlowOffendersList

uFlowOffendersList

Specifies the table of statistics for for the micro flow policer offenders list. For example: Microflow packet exceeding the policing rate.

Exists on Condition (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and /system/cnfPodType = 'slb'))

Operational Data

ParameterDescription
role The role of the entry.
index The index of the entry.
addressContext The name of the address context of the table entry.
interfaceGroupName The name of the interface group of the table entry.
interfaceName The name of the interface of the table entry.
sourceIpAddress The source IP address of the table entry.
destinationIpAddress The destination IP address of the table entry.
sourceIpPort The source IP port of the table entry.
destinationIpPort The destination IP port of the table entry.
ipProtocol The IP Protocol of the table entry.
discardCount The number of packets discarded by the policer.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusGen2Ipm:ipPolicing/uFlowOffendersList={role},{index}

  • No labels