Resources | node | oam | accounting | radius | radiusServerStatus

radiusServerStatus

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 = 'oam'))

Operational Data

ParameterDescription
serverName The current status of a specific Radius server.
serverStatus The operational state of the server.
totalRequests The number of requests that have been made to the server.
requestRate The average number of requests per second to the server.
errorRate The percentage of requests that were retried at least once due to a timeout.
timedOutRequests The number of requests that resulted in a timeout.
rejectedRequests The number of requests that were not responded to by the server and presumed to have been rejected.
spuriousResponses The number of responses without a corresponding request.
responsesWithAttributes The number of responses containing attributes.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListOrca:oam/accounting/sonusNodeListGen2Radius:radius/radiusServerStatus={serverName}

  • No labels