User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

The Published Clusters Configuration JSON Object

The JSON key:value pairs that describe published clusters in call responses.

Publishing clusters creates versioned datasets that Tamr Core stores according to a garbage collection policy. The default garbage collection is to never delete old datasets. This configuration is defined by an object that can be created, read, updated, or deleted. See Get published clusters configuration.

FieldDescriptionType
versionsTimeToLiveThe amount of time Tamr retains published datasets. The most recent dataset is never garbage collected, even if it is older than the policy stated.

Defined in terms of ISO 8601 Duration in the format of PnDTnHnMn.nS. Accepts values for days, hours, minutes, and seconds.
String

An example follows:

{
  "versionsTimeToLive": "P4D"
}