Get the list of files associated with a job (Deprecated)
Purpose
Deprecated since version 9.1.5. Use this API instead: Get the list of files associated with a job (GET).
Lists all the files for a job.
Note: For security reasons, you are not able to view or download hidden files.
Request
| HTTP Request Field | Field format/value | Notes |
|---|---|---|
| HTTP Method | GET | |
| URL | http://<hostname>:<port>/platform/webservice/pacclient/jobfiles/<ID> | <ID>: a positive integer |
| Content-Type | text/plain | |
| Accept | text/plain | |
| Cookie | platform_token=<token> | <token>: returned from logon |
| Body | Empty |
Response
| HTTP Response | Field format/value | Notes |
|---|---|---|
| Response code | "200" - connection ok; otherwise connection failed | |
| Success Message | /shareDisk/jobRepo/lsfadmin/myJob_22111/a.tar.z;/shareDisk/jobRepo/lsfadmin/myJob_22111/output.txt | Files are separated by “;”.File names started with “.” are filtered out. |
| Failure Message | Empty | Error details are in the log file. |