Name: SystemProperty

Contains system property information

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.SystemProperty",
   "custom": <Boolean>,
   "defaultValue": <String>,
   "name": <String>,
   "value": <String>,
}

Attributes
NameTypeDescription
customxsd:booleanTrue indicates the current value is a custom value specified by the user. False indicates that the current value is the default value.
defaultValuexsd:stringThe default value of the system property.
namexsd:stringThe current system properties are:

SystemProperty Description
com.tintri.space.usedPercentAlertLowThreshold After physical used space percent exceeds this threshold, the VMstore will send a daily User Alert for up to 7 consecutive days, after which a daily User Notice will be displayed on the UI, until the physical used space drops below this threshold. A valid value for this threshold is an integer between 0 and 100 (inclusive), that is also less than or equal to usedPercentAlertHighThreshold.
com.tintri.space.usedPercentAlertHighThreshold After physical used space percent exceeds this threshold, the VMstore will send a daily User Alert until the physical used space drops below this threshold. A valid value for this threshold is an integer between 0 and 100 (inclusive), that is also greater than or equal to usedPercentAlertLowThreshold.
com.tintri.performance.reservesUsedPercentAlertThreshold After used performance reserves percent exceeds this threshold, the VMstore will send a User Alert. Once past the threshold, if the used performance reserves continues to increase a User Alert will be sent once a week. The used performance reserves percent is allowed to exceed 100 percent. The impact of being over 100 percent is that latencies may increase, since all performance resources have been utilized. A valid value for this threshold is an integer >= 0.
com.tintri.space.usedPercentDisableSnapshotsThreshold After physical used space percent meets or exceeds this threshold, the VMstore will disable snapshot creation to prevent the VMstore from becoming full, and send a User Alert. Once physical used space percent drops below this threshold, snapshot creation will be allowed again. If physical used space remains stable below the threshold for a period of time (1 hr), the VMstore will send another User Alert to notify the user that things are stable and functioning normally. A valid value for this threshold is an integer between 0 and 100 (inclusive).
  • VAAI and ODX snapshots (generally used for provisioning or migration operations) are not governed by this threshold. Only scheduled and manual Tintri snapshots are governed by this threshold.
  • When creating a snapshot of a thick provisioned virtual machine, space needs to be allocated for the snapshot. If the current physical used space plus the space needed for the snapshot will cause the total physical used space to meet or exceed the threshold, the snapshot creation operation will fail.
com.tintri.space.usedPercentDisableReplicationThreshold After physical used space percent meets or exceeds this threshold, the VMstore will disable incoming snapshot replication to prevent the VMstore from becoming full, and send a User Alert. Once physical used space percent drops below the threshold, incoming snapshot replication will be allowed again. If physical used space remains stable below the threshold for a period of time (1 hr), the VMstore will send another User Alert to notify the user that things are stable and functioning normally. A valid value for this threshold is an integer between 0 and 100 (inclusive).

valuexsd:stringThe current value of the system property.