![]() |
Spectra Logic |
1-800-833-1132 : 1-303-449-6400 |
GET http[s]://{datapathDNSname}/_rest_/canceled_job/[?bucket_id={string}][&chunk_client_processing_order_guarantee= {NONE|IN_ORDER}][&last_page][&name={string}]
[&page_length={32-bit integer}][&page_offset={32-bit integer}] [&page_start_marker={string}] [&priority={CRITICAL|URGENT|HIGH|NORMAL|LOW|BACKGROUND}] [&rechunked={date}] [&request_type=PUT|GET|VERIFY] [&truncated=TRUE|FALSE][&user_id={string}]
Specifies whether the job chunks must be processed in order. Setting a value of NONE will achieve maximum performance, but requires the client to get chunks as they become available, even if they become available out of order.
Values: IN_ORDER, NONE
Default: Configured in the data policy for the bucket.
§
§ The priority for processing this job. The job priority determines the resources assigned and the processing order.
Values: CRITICAL, URGENT, HIGH, NORMAL, LOW, BACKGROUND The date and time when a chunk of a GET or VERIFY job had to be re-chunked to target other media due to the original target becoming unavailable or corrupt in the format YYYY-MM-DDThh:mm:ss.xxxZ or as the number of seconds that have elapsed since January 1, 1970 at 00:00:00 GM. <Data>
<CanceledJob>
<BucketId>{string}</BucketId>
<CachedSizeInBytes>{64-bit integer}</CachedSizeInBytes>
<ChunkClientProcessingOrderGuarantee>
IN_ORDER|NONE
</ChunkClientProcessingOrderGuarantee>
<CompletedSizeInBytes>
{64-bit integer}
</CompletedSizeInBytes>
<CreatedAt>{YYYY-MM-DDThh:mm:ss.xxxZ}</CreatedAt>
<DateCanceled>{YYYY-MM-DDThh:mm:ss.xxxZ}</DateCanceled>
<ErrorMessage>{string}</ErrorMessage>
<Id>{string}</Id>
<Naked>TRUE|FALSE</Naked>
<Name>{string}</Name>
<OriginalSizeInBytes>{64-bit integer}</OriginalSizeInBytes>
<Priority>
CRITICAL|URGENT|HIGH|NORMAL|LOW|BACKGROUND
</Priority>
<Rechunked>{YYYY-MM-DDThh:mm:ss.xxxZ}</Rechunked>
<RequestType>GET|PUT|VERIFY</RequestType>
<Truncated>TRUE|FALSE</Truncated>
<UserId>{string}</UserId>
</CanceledJob>
</Data>
The amount of data that has been transferred to the cache for this job. For RequestType=PUT, this is the amount of data successfully transferred to the BlackPearl Deep Storage Gateway from the client. For RequestType=GET, this the amount of data either in cache originally, or loaded into cache from the permanent data store. For RequestType=VERIFY, this the amount of data loaded into cache from the permanent data store. The amount of data that is completely processed for this job. For RequestType=PUT, this indicates the amount of data written to all permanent data stores. For RequestType=GET, this indicates the amount of data that has been read successfully by the client. For RequestType=VERIFY, this indicates the amount of data for which the CRC has been verified. The date and time the job was created in the format YYYY-MM-DDThh:mm:ss.xxxZ. The date and time the job was canceled in the format YYYY-MM-DDThh:mm:ss.xxxZ. Whether the job was created as the result of a native S3 command (TRUE) or a Create Get/Put/Verify Job command (FALSE). Values: TRUE, FALSE The priority for processing this job. The job priority determines the resources assigned and the processing order. Values: CRITICAL, URGENT, HIGH, NORMAL, LOW, BACKGROUND