![]() |
Spectra Logic |
1-800-833-1132 : 1-303-449-6400 |
GET http[s]://{datapathDNSname}/_rest_/storage_domain/[?auto_eject_upon_cron={string}] [&auto_eject_upon_job_cancellation=TRUE|FALSE] [&auto_eject_upon_job_completion=TRUE|FALSE] [&auto_eject_upon_media_full=TRUE|FALSE][&last_page] [&media_ejection_allowed=TRUE|FALSE][&name={string}] [&page_length={32-bit integer}][&page_offset={32-bit integer}] [&page_start_marker={string}] [&write_optimization=CAPACITY|PERFOMRANCE]
§
§ Whether job chunks are written as quickly as possible or across as few pieces of media as possible. For example, when PERFORMANCE mode is set for a tape partition, job chunks are written as quickly as possible, using all tape drive resources, even if that means that more tapes are allocated to the bucket than are necessary to write the data. <Data>
<StorageDomain>
<AutoEjectUponCron>{string}</AutoEjectUponCron>
<AutoEjectUponJobCancellation>
TRUE|FALSE
</AutoEjectUponJobCancellation>
<AutoEjectUponJobCompletion>
TRUE|FALSE
</AutoEjectUponJobCompletion>
<AutoEjectUponMediaFull>
TRUE|FALSE
</AutoEjectUponMediaFull><MaximumAutoVerificationFrequencyInDays>
{32-bit integer}
</MaximumAutoVerificationFrequencyInDays>
<MediaEjectionAllowed>
TRUE|FALSE
</MediaEjectionAllowed>
<Name>{string}</Name>
<VerifyPriorToAutoEject>
CRITICAL|URGENT|HIGH|NORMAL|LOW|BACKGROUND
</VerifyPriorToAutoEject>
<WriteOptimization>CAPACITY|PERFORMANCE</WriteOptimization>
</StorageDomain>
...
</Data>
The LTFS file naming mode used on tapes in the storage domain. Values: OBJECT_ID, OBJECT_NAME. See ltfs_file_naming for descriptions. The priority for verifying tapes being ejected automatically due to any of the auto-eject triggers. The priority is null if verification is not required prior to ejection. The priority determines the resources assigned and the processing order.
Values: CRITICAL, URGENT, HIGH, NORMAL, LOW, BACKGROUND Whether job chunks are written as quickly as possible (PERFORMANCE) or across as few pieces of media as possible (CAPACITY).
Values: CAPACITY, PERFORMANCE