Is there a way to access all the job statuses through python? For example the live in progress jobs or active users etc.
sincerely,
Michael Koning
Digital Golem
Accesing Job status
Re: Accesing Job status
Hi Michael,
Currently in the API you would need to query all jobs for a specific user with get_userJobs() and then iterate though the returned job IDs querying get_jobInfo() to look for a specific job status. There is not a general job search function in the API at this time but it is something we can add to our feature request list.
Thanks,
Andrew
Currently in the API you would need to query all jobs for a specific user with get_userJobs() and then iterate though the returned job IDs querying get_jobInfo() to look for a specific job status. There is not a general job search function in the API at this time but it is something we can add to our feature request list.
Thanks,
Andrew
Re: Accesing Job status
I'm having the same problem today, trying to iterate through all the available jobs.
I think is convoluted to force loopiong every user in order to discover all jobs in NIM, I think something like get_jobList() would be very welcome.
Cheers
P
I think is convoluted to force loopiong every user in order to discover all jobs in NIM, I think something like get_jobList() would be very welcome.
Cheers
P
Re: Accesing Job status
Hey Pablo,
Thanks for the feedback. I'll give this one a nudge up on the feature request list.
Cheers,
Andrew
Thanks for the feedback. I'll give this one a nudge up on the feature request list.
Cheers,
Andrew