Document toolboxDocument toolbox

v2.4.0.0 Uploading Slurm Profiles

Validate and Push the Customized Profile to the MGMT_SERVER

  1. Validate the profile with the quick jq test.

    1. jq . profile0.json
  2. Push the changes live.

    1. curl -d "@profile0.json" -H 'Content-Type: application/json' -X PUT http://${MGMT_SERVER_IP}:5000/v1/profile

Â