Job Data

Top  Previous  Next

Path

/topicmaps/{tm}/jobs/{job}/{key}

 

Description

Binary data associated with a job. Job data can be input data, output data or both. The {key} part of the URL is the name used by the job processor to access the data. For details about the data keys supported by different types of job please refer to Managing Long Running Jobs.

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Retrieves the binary data associated with the job data key.

Binary

PUT

Updates the binary data associated with the job data key

Binary

 

Notes