| |
Exists on Condition | /system/isOAM ='true' |
Parameter | Description | |
---|---|---|
name | The name of this link detection group. | |
singleFailures | The number of times a link monitor within this link detection group failed to receive a single echo reply, but the first reattempt was successful. | |
doubleFailures | The number of times a link monitor within this link detection group failed to receive two consecutive echo replies, but the second reattempt was successful. | |
failures | The number of times a link monitor within this link detection group has declared itself failed. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListLvm:linkDetectionGroupStatistics={name} |