Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API & Integration, DevOps,NetOps,SecOps

Reply

Retrieving netMRI Job details log files

Posts: 10
1197     1

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

Re: Retrieving netMRI Job details log files

Adviser
Posts: 9
1197     1

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

Posts: 10
1197     1

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. 

Showing results for 
Search instead for 
Did you mean: 

Recommended for You