Daniel - Thanks! Exactly what I was needing (and missing in reading the documentation).
Scott On Tue, Jan 28, 2014 at 3:49 PM, Daniel Beck <[email protected]> wrote: > > On 28.01.2014, at 22:45, Scott Evans <[email protected]> wrote: > > > 1. Is this expected behavior? > > Yes. > > > 3. If this is the expected response via the /api/xml call, is there any > way I can use an api/xml call on a different url to get the names of the > running jobs on each executor of the given nodename? > > Quoting https://<server>/computer/<nodename>/api, from the section titled > "Controlling the amount of data you fetch": > > > In all formats, the depth query parameter can be used to control the > amount of data you'll receive. The default is depth=0, but by increasing > this value you can get a lot of data by single remote API invocation (the > downside is bigger bandwidth requirement.) Compare depth=0 and depth=1 and > see what the difference is for yourself. Also note that data created by a > smaller depth value is always a subset of the data created by a bigger > depth value. > > So just use: https://<server>/computer/<nodename>/api/xml?depth=1 > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
