![]() |
Spectra Logic |
1-800-833-1132 : 1-303-449-6400 |
PUT http[s]://{datapathDNSname}/_rest_/data_persistence_rule/{data persistence rule UUID or other unique}/[?isolation_level= STANDARD|BUCKET_ISOLATED|SECURE_BUCKET_ISOLATED] [&minimum_days_to_retain={32-bit integer}] [&type=PERMANENT|TEMPORARY|RETIRED]
The level of physical isolation required for the data retention. The STANDARD isolation level provides the best capacity utilization and overall performance.Note: The isolation mode can be reduced at any time but cannot be increased from STANDARD to BUCKET_ISOLATED or SECURE_BUCKET_ISOLATED after a bucket is created, unless the data policy is not in use by any buckets. 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.
§ The TEMPORARY value is not allowed for a persistence rule targeting a storage domain with a tape partition member.
§ A data persistence rule with type PERMANENT cannot be modified to type RETIRED or TEMPORARY if it is the last PERMANENT persistence rule for an in use storage domain. <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|RETIRED</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. The state of the persistence rule.
Values: NORMAL — The persistence rule is in a normal, included state. PUT http[s]://blackpearl-hostname/_rest_/data_persistence_rule/d8716fda-c2e5-44c6-8bea-713bb147e5e0/?isolation_level=STANDARD HTTP/1.1