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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 2 1 4

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
23k 22 9 14

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea