You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 7
Next »
Resources |
addressContext |
linkDetectionGroupStatistics
linkDetectionGroupStatistics Specifies the link failure statistics per trunk group. |
Operational Data
| 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.
|
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/addressContext/{name}/linkDetectionGroupStatistics/{name} |