Resources | node | system | security | pki | certStatistics

certStatistics

Specifies Certificate statistics

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
systemName Name of the system.
localCerts Number of installed local certificates
caCerts Number of installed CA/remote certificates
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/sonusNodeListGen2Security:security/pki/certStatistics={systemName}

  • No labels