Resources | system | hardDiskStatus

hardDiskStatus

Hard disk status on the server(s).

Exists on Condition /system/deploymentType != 'microservices'

Operational Data

ParameterDescription
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/sonusSystem:system/hardDiskStatus={serverName},{diskNumber}

  • No labels