Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Validate and Push the Customized Profile to the MGMT_SERVER

  1. Validate the profile with the quick jq test.

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

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

...