![]() |
Spectra Logic |
1-800-833-1132 : 1-303-449-6400 |
GET http[s]://{datapathDNSname}/_rest_/job_chunk/?job={string}[&preferred_number_of_chunks={32-bit integer}]
<MasterObjectList
Aggregating="TRUE|FALSE"
BucketName="{string}"
CachedSizeInBytes="{64-bit integer}"
ChunkClientProcessingOrderGuarantee="IN_ORDER|NONE"
CompletedSizeInBytes="{64-bit integer}"
JobId="{string}"
Naked="TRUE|FALSE"
Name="{string}"
OriginalSizeInBytes="{64-bit integer}"
Priority="CRITICAL|URGENT|HIGH|NORMAL|LOW|BACKGROUND"Status="IN_PROGRESS|COMPLETED|CANCELED"
UserId="{string}"
UserName="{string}"
<Nodes>
<Node
EndPoint="{string}" Id="{string}"/>
...
</Nodes>
<Objects
ChunkId="{string}"
ChunkNumber="{32-bit integer}">
<Object
InCache="TRUE|FALSE"
Latest="TRUE|FALSE"
Length="{64-bit integer}"
Name="{string}"
Offset="{64-bit integer}"/>
Version="{64-bit integer}"
...
</Objects>
...
</MasterObjectList>
Whether the job can have additional work appended to it. Jobs can aggregate if they are created with the aggregating request parameter set to TRUE (Naked=FALSE) or if they are created by the BlackPearl gateway in response to Amazon S3 PUT and GET requests (Naked=TRUE). Values: TRUE, FALSE 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 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. 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 The date and time the job was started in the format YYYY-MM-DDThh:mm:ss.xxxZ.
§ IN_PROGRESS — The job is currently running.
§ COMPLETED — The job completed.
§ CANCELED — The job was canceled by the user or automatically due to internal timeouts. GET http://blackpearl-hostname/_rest_/job_chunk/?job=63c605c4-8f8f-47c8-87ec-5735fbd53218 HTTP/1.1