N1 Service Provisioning System - How to grab stdout/stderr using Jython CLI?
Hi All,
we are trying to grab stdout/stderr from within Jython CLI. Plan was run with 'pe.p.run'.
Now we are trying to grab stdout/stderr from there using the 'pe.p.en' command. Therefore, we either need a so-called stepID, which we would have to parse from a separate file using 'pe.p.lo' first, or we could pass in a so-called StepDescriptionContainer using the syntax:
L:<label>:ID:<taskID:<host>
We have both host and taskID, but where the heck do we get a label from and what is its meaning? (No need to mention, we don't prefer the first way of parsing stepIDs from the output file.)
Regards,
Frank

