Resources | system | hardDiskUsage

hardDiskUsage

Specifies the hard disk usage on the server(s).

Operational Data

ParameterDescription
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
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/hardDiskUsage={serverName},{partition}

  • No labels