Values.SlurmRestSourceThe Slurm REST API configuration includes settings for enabling and configuring the Slurm REST API. It's a property of the ClusterSlurmConfiguration object.
type nonrec t = {mode : SlurmRestMode.t option;The default value for mode is NONE. A value of STANDARD means the Slurm REST API is enabled.
*)}