| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType != 'microservices') |
Parameter | Description | |
---|---|---|
serverName | Identifies the server. | |
diskNumber | Hard disk number (typically 0 through 3) | |
present | Indicates if the hard disk exists. | |
productId | Product ID of the hard disk as assigned by vendor | |
revision | Revision of the hard disk as assigned by vendor | |
capacity | Capacity of the disk | |
diskStatus | Harddisk status that indicates if the disk is online/failed | |
healthTest | Pass or Fail indicating the overall health of the device. | |
diskLifeRemaining | A calculated percentage estimating the life remaining of the device or N/A if not supported by the device. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/hardDiskStatus={serverName},{diskNumber} |