v2.4.0.0 Uploading Slurm Profiles
Validate and Push the Customized Profile to the MGMT_SERVER
Validate the profile with the quick
jq
test.jq . profile0.json
Push the changes live.
curl -d "@profile0.json" -H 'Content-Type: application/json' -X PUT http://${MGMT_SERVER_IP}:5000/v1/profile
Â