![]() |
Spectra Logic |
1-800-833-1132 : 1-303-449-6400 |
Create a data persistence rule for a data policy. Each data policy must have one or more permanent persistence rules. Each persistence rule targets a specified storage domain. Data is persisted to every storage domain for which there is a persistence rule with type PERMANENT or TEMPORARY at the time the data is written.The data policy and storage domain must be created before the persistence rule. See Create Data Policy and Create Storage Domain.POST http[s]://{datapathDNSname}/_rest_/data_persistence_rule/?data_policy_id={string}&isolation_level=STANDARD|BUCKET_ISOLATED| SECURE_BUCKET_ISOLATED&storage_domain_id={string}&type=PERMANENT| TEMPORARY[&minimum_days_to_retain={unsigned 32-bit integer}]
The level of physical isolation required for the data retention. The STANDARD isolation level provides the best capacity utilization and overall performance.Note: BUCKET_ISOLATED and SECURE_BUCKET_ISOLATED allocate an entire tape or pool to a bucket when needed. Allocating an entire pool to a bucket may use up resources quickly and is not recommended.
§ STANDARD — Data is isolated according to the standard Storage Domain isolation requirements.
§ BUCKET_ISOLATED — Data from different buckets can not be mixed on the same physical storage media.
§ SECURE_BUCKET_ISOLATED — Data from different buckets can not be mixed on the same physical storage media and media cannot be reclaimed into the general pool once assigned to a bucket; it can only be reclaimed for use within the same bucket.
§ PERMANENT — A copy of the data is placed in the specified storage domain initially and maintained there permanently.
§ TEMPORARY — A copy of the data is placed in the specified storage domain initially and maintained there at least until the specified retention period expires. The minimum number of days the data should be retained based on a TEMPORARY persistence rule.Note: The minimum_days_to_retain for a persistence rule targeting a storage domain with a NEARLINE pool (ArcticBlue) storage domain member must be 90 days or greater. <Data>
<DataPolicyId>{string}</DataPolicyId>
<Id>{string}</Id>
<IsolationLevel>
STANDARD|BUCKET_ISOLATED|SECURE_BUCKET_ISOLATED
</IsolationLevel>
<MinimumDaysToRetain>{32-bit integer}</MinimumDaysToRetain>
<State>NORMAL</State>
<StorageDomainId>{string}</StorageDomainId>
<Type>PERMANENT|TEMPORARY</Type>
</Data>
The level of physical isolation required for the data retention. Values: STANDARD, BUCKET_ISOLATED, SECURE_BUCKET_ISOLATED See isolation_level for descriptions. The minimum number of days the data should be retained based on a TEMPORARY persistence rule.
§ NORMAL — The persistence rule is in a normal, included state. POST http[s]://blackpearl-hostname/_rest_/data_persistence_rule/?data_policy_id={044854c9-7557-4136-a374-dddf7c29e370}&isolation_level=STANDARD&storage_domain_id={8ed43978-846a-44c9-8e14-f34179e33a33}&type=PERMANENT HTTP/1.1