Intro to slurmrestd What is the Slurm REST API? Short answer: Slurm without command line What is the Slurm REST API? ● Slightly longer answer: ○ Allows users to query Slurm via HTTP requests (AKA restful API) ■ Supports data formatted as JSON or YAML ○ OpenAPI v3 (aka Swagger v3)...
slurm-rest_api接口参考 https://app.swaggerhub.com/apis/rherrick/slurm-rest_api/0.0.35#/ https://slurm.schedmd.com/SLUG20/REST_API.pdf https://slurm.schedmd.com/SLUG19/REST_API.pdf REST_API.pdf 因偶尔出现远程访问rest接口会比较慢,但是在集群内部访问会比较快。因此将6688端口转发到16688,这...
The plugins interact with a REST API (provided by myBRC), documented in the spec/swagger.json. The following three plugins are used: job_submit_plugin (job submission stage): Estimate maximum job cost based on submission parameters, and reject job if the API reports that the user/account ...