![]() Specifies the hard disk usage on the server(s). |
Parameter | Description | |
---|---|---|
![]() ![]() | serverName | Identifies the server. |
![]() ![]() | partition | Name of the hard disk partition |
![]() | totalDiskSpace | Capacity of the disk (KBytes) |
![]() | freeDiskSpace | Indicates free hard disk space (KBytes) |
![]() | usedDiskSpace | Indicates used hard disk (%) |
![]() | role | Role of the server for the indicated partition |
![]() | syncStatus | Partition's synchronization status with peer server |
![]() | syncCompletion | Indicates partition's sync completion percentage |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/hardDiskUsage/{serverName},{partition} |