![]() |
Spectra Logic |
1-800-833-1132 : 1-303-449-6400 |
PUT http[s]://{datapathDNSname}/_rest_/bucket/{bucket UUID or name}?operation=START_BULK_VERIFY[&aggregating=TRUE|FALSE][&name={string}][&priority=URGENT|HIGH|NORMAL|LOW]
Whether or not to aggregate jobs. When selected, if additional VERIFY jobs using the same bucket and chunk_client_processing_order_guarantee are created within 30 minutes of the initial job creation, they are appended to the initial job to create a larger job.
Values: TRUE, FALSE (default) The priority for processing this job. The job priority determines the assigned resources and processing order. Jobs with Priority URGENT can use up all of the resources and prevent other jobs from making progress. Use this priority sparingly. Verify jobs can be interrupted every 30 minutes if a job with a higher priority is received. <Objects
<Object Name="{string}" Length="{64‑bit integer}"/>
<Object Name="{string}" Length="{64‑bit integer}"/>
</Objects>
<MasterObjectList
Aggregating="TRUE|FALSE"
BucketName="{string}"
CachedSizeInBytes="{64‑bit integer}"
ChunkClientProcessingOrderGuarantee="IN_ORDER|NONE"
CompletedSizeInBytes="{64‑bit integer}"
EntirelyInCache="TRUE|FALSE"
JobId="{string}"
Naked="TRUE|FALSE"
Name="{string}"
OriginalSizeInBytes="{64‑bit integer}"
Priority="CRITICAL|URGENT|HIGH|NORMAL|LOW|BACKGROUND"
RequestType="VERIFY"
StartDate="YYYY-MM-DDThh:mm:ss.xxxZ"
Status="IN_PROGRESS|COMPLETED|CANCELED"
UserId="{string}"
UserName="{string}">
<Nodes>
<Node EndPoint="{string}" Id="{string}"/>
</Nodes>
<Objects
ChunkId="{string}"
ChunkNumber="{32‑bit integer}">
<Object Id="{string}" 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 PUTs or GETs appended to it. Jobs aggregate if created with the aggregating request parameter set to TRUE, or if created by the BlackPearl system in response to Amazon S3 PUT and GET requests. Values: TRUE, FALSE The amount of data that has been transferred to the cache for this job. For RequestType=VERIFY, this is 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=VERIFY, this indicates the amount of data with CRCs verified. Whether the job was created as the result of a native S3 command (TRUE) or a Create Bulk GET/PUT/VERIFY job command (FALSE). Values: TRUE, FALSE The priority for processing this job. The job priority determines the assigned resources and processing order. Values: CRITICAL, URGENT, HIGH, NORMAL, LOW, BACKGROUND Type of job request. Values: VERIFY 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. PUT http://blackpearl-hostname/_rest_/bucket/bucket1 ?operation=START_BULK_VERIFY&name="VerifyJob" HTTP/1.1