| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices') |
Parameter | Description | |
---|---|---|
sourceIpAddress | The source IP address for this DBL entry. | |
profile | The DBL profile for this DBL entry. | |
rule | The DBL rule for this DBL entry. | |
trunkGroup | The name of the trunk group that the packet came in on that triggered this DBL entry | |
currentAction | The current action pertinent to this entry, either endpoint has been black listed or it is being watched. | |
effectivePeriodRemaining | The period of time the DBL entry will remain in effect. | |
discardPacketCount | The number of packets dropped due to NP black listing of this endpoint. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListDbl:dynamicBlackList/dblStatus={sourceIpAddress},{profile},{rule} |