- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Retrieving netMRI Job details log files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 10:34 AM
Hello Everyone!
I'm trying to retrieve netMRI Job details using its WAPI but I'm not sure why my request is giving me an error? Can someone please advise.
Here is the wapi call I found and I'm hoping it would have my answer
https://xxxx/api/3.7/job_processes/show_job_files.json?job_id=xxx
https://xxxx/api/3.7/job_processes/stream_output.json?job_id=XXX
Solved! Go to Solution.
Re: Retrieving netMRI Job details log files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2022 07:38 AM
I'm trying to do the same thing. Did you find an answer?
I get this error:
{"error": "general\/record_not_found", "message": "The job process cannot be found."}
Re: Retrieving netMRI Job details log files
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2022 06:23 PM
Hi
I tried following and was able to get the complete job details provided job_id and device_id are given.
get_job_details = '/job_processes/stream_output.json?job_id='+job_id+'&device_id='+device_id+'&stream=session'
Hope it helps and sorry for replying this late.