Spectra Logic
1-800-833-1132 : 1-303-449-6400


Spectra S3 Bucket, Object, and Job Operations : Job Operations : Verify That It Is Safe to Create a PUT Job

Verify That It Is Safe to Create a PUT Job
Description
Determines if the specified user can safely create a PUT job for the specified bucket at this time. It is not safe to create a PUT job if either of the following are true:
§
§
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/bucket/{bucket name, UUID, or other unique attribute}?operation=VERIFY_SAFE_TO_START_BULK_PUT
Request Parameters
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request verifies whether it is safe for the current user to start a PUT job to the bucket named ‘bucket1’.
PUT http://blackpearl-hostname/_rest_/bucket/bucket1?operation=VERIFY_SAFE_TO_START_BULK_PUT HTTP/1.1
Sample Response
HTTP/1.1 200 OK