Redgate Monitor 14

Disk Usage Endpoint

The disk usage endpoint provided information about the disks on monitored entities. Additional documentation for this endpoint can be found by navigating to http://your-web-server:port/api-docs.

/api/v1/disk-usage

Parameters

NameMandatory/OptionalTypeDefaultDescription
MonitoredEntityIdOptionalStringNoneMonitored entity ID which can be retrieved from the monitored entities endpoint, can be used to restrict the result to a single monitored entity

Attributes

monitoredEntityid and name of the monitored entity the disk belongs to.
groupNameThe group the monitored entity belongs to.
clusterNameName of the cluster on which the disk is located, empty if there is no cluster
machineNameThe name of the machine the disk is on
diskNameThe name of the disk
diskLabelThe label of the disk that is attached to the disk name
diskUsedThe amount of disk space used in bytes
diskSizeThe total size of the disk in bytes
projectedSizeNowThe projected disk space used today in bytes
projectedSizeInOneYearThe project disk space used in a year in bytes
projectedDateForFullCapacityUsedThe projected date the disk will be full
sqlInstancesList of SQL servers on the machine in which the disk is located

Limitation

Rate limitDefaults to 100 API requests per minute, you can refer rate limiting to change these default values.
Monitored EntitiesCurrently supports Windows machines, Linux machines and Amazon RDS hosts

Didn't find what you were looking for?