----- Original Message -----
> From: "colm scanlon" <colm.scan...@gmail.com>
> To: "foreman-dev" <foreman-dev@googlegroups.com>
> Sent: Friday, July 8, 2016 3:42:49 AM
> Subject: [foreman-dev] Remote Execution Output.
> 
> Hi all,
> I am looking to capture the output of a foreman remote execution job to parse
> it for display purposes. Does anyone know what table or how to access the
> raw data via the command line? E.g. So I can automate the parsing rather
> than clicking through on the GUI?

It's accessible in the API per host (see /apidoc on your foreman for more 
details):

    /api/job_invocations/:id/hosts/:host_id 

It's also available in hammer CLI:

  hammer job-invocation output --id 155 --host rex01.example.com

There's a few issues we have open to improve this, like 
http://projects.theforeman.org/issues/11664
as Ivan mentioned to provide some parsing ability in Foreman itself, as well
as http://projects.theforeman.org/issues/12818 to download the output
for all hosts in a job invocation, maybe in a .zip archive.

- Stephen


> Many thanks,
> 
> --
> You received this message because you are subscribed to the Google Groups
> "foreman-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to foreman-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to