For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
16 3 6 12

how unique are JobIDs?

i just had a job with this ID: 0x0796e0d1bb2cbb5d

how unique is it?

is it randomly chosen? or is it randomly chosen and then removed from the pool?

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 19

Hello @opsp ,

Please see:

DSS Key Mechanisms - Asynch for the complete details on asynchronous job processing by DSS:

"...

Jobs

Each asynchronous request starts a job, and each job has a unique id. This job id is included in the monitor URL, which might look something like .../restapi/v1/Extractions/ExtractRawResult(ExtractionId='0x057e267fd3db1f86'), where 0x057e267fd3db1f86 is the asynchronous job's id. The monitor URL allows the caller to retrieve the results, status, progress percentage or error message. A job's results are available for seven days after the request was initiated. The Jobs Context (/jobs) provides a means to list the active (in process) and completed jobs. ..."

The jobId and the job results should be valid for 7 days.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.