| ||
| detail: element | attribute | value | ||
Data Structure {
"typeId": "com.tintri.api.rest.v310.dto.domain.beans.quota.QuotaAlertThreshold",
"alertThresholdIntervalInMinutes": <Number>,
"lastUpdatedTime": DateTime,
"alertThresholdsPercent": [<Number>],
}
|
| Name | Type | Description |
|---|---|---|
| alertThresholdsPercent | xsd:list[xsd:double] | Alert thresholds as a percentage (up to two decimal places) of the total space limit. The second threshold must be greater than the first. The valid range is 0 to 100. The value 0 is considered as no configuration. Error will be generated when trying to apply out of range value to the quota policy. |
| Name | Type | Description |
|---|---|---|
| alertThresholdIntervalInMinutes | xsd:int | Number of minutes the system should wait before raising alert when the quota threshold remains exceeded. Minimum effective value is 1 minute. Max value is 2147483647 (Integer.MAX_VALUE). If this is set to 0, the alert will not be repeated. Default value is 1 minute. |
| lastUpdatedTime | DateTime | Time stamp when the object is last updated. |
| ||
| detail: element | attribute | value | ||