2.21. Data-Class: MetricSchedule
A single metrics schedule
Description: A schedule represents the collection interval for a metric and if the collection is enabled
Name | Type | Description |
---|---|---|
scheduleId | int | The id of the schedule |
scheduleName | String | The name of the metric |
enabled | Boolean | Is the collection enabled? |
collectionInterval | long | The collection interval in milliseconds |
displayName | String | The name of the metric as shown in the UI |
unit | String | The base unit of the metric |
type | String | Type of metric |
definitionId | int | |
mtime | long | Last modification timestamp of the schedule |
links | List<Link> |