| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType = 'microservices' and /NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/cnfPodType = 'slb')) |
Parameter | Description | |
---|---|---|
polId | Policer ID | |
policingType | Policing type. | |
zoneId | Zone Id to which the aggregate policer belongs to. | |
policingMode | Policing mode in packets per second | |
bucketSize | Policer bucket size | |
creditRate | Allowed packet rate | |
packetAccept | Number packets accepted | |
packetDiscard | Number packets discarded by the policer | |
aggPolName | Aggregate policer name. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListIpAcl:ipAccessControlList/getAggrPolicers={polId} |