Re: [slurm-users] Slurm Rest API error

2023-07-01 Thread mohammed shambakey
Hi I'm also trying to use slurm rest api. I wonder if the error about slurmdbd has anything to do with it. Does slurmctld connect correctly to slurmdbd? Regards On Wed, Jun 28, 2023, 9:03 PM Brian Andrus wrote: > Vlad, > > Actually, it looks like it is working. You are using v0.39 for the pars

Re: [slurm-users] Slurm Rest API error

2023-06-28 Thread Brian Andrus
Vlad, Actually, it looks like it is working. You are using v0.39 for the parser, which is trying to use OpenAPI calls. Unless you compiled with OpenAPI, that won't work. Try using the 0.37 version and you may see a simpler result that is successful. Brian Andrus On 6/28/2023 11:05 AM, Oze

[slurm-users] Slurm Rest API error

2023-06-28 Thread Ozeryan, Vladimir
Hello everyone, I am trying to get access to Slurm REST API working. JWT configured and token generated. All daemons are configured and running "slurmdbd, slurmctld and slurmrestd". I can successfully get to Slurm API with "slurm" user but that's it. bash-4.2$ echo -e "GET /slurm/v0.0.39/jobs H