![]() Hard disk status on the server(s). |
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. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/hardDiskStatus/{serverName},{diskNumber} |