The slurm-web project [1] has a REST API [2]. Never used it myself, just used the regular web frontend for viewing queue and node state.
[1] https://edf-hpc.github.io/slurm-web/index.html [2] https://edf-hpc.github.io/slurm-web/api.html > On Jan 24, 2020, at 1:22 PM, Dean Schulze <dean.w.schu...@gmail.com> wrote: > > External Email Warning > This email originated from outside the university. Please use caution when > opening attachments, clicking links, or responding to requests. > Since there isn't a list for slurm development I'll ask here. Does the slurm > code include a library for making REST calls? I'm writing a plugin that will > make REST calls and if slurm already has one I'll use that, otherwise I'll > find one with an appropriate open source license for my plugin. > > Thanks.