Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

Pull Down the Default Profile Assets as a JSON Payload:

  1. The default is named az1.

    1. Code Block
      curl -X GET http://${MGMT_SERVER_IP}:5000/v1/profile/az1 |jq > default-profile.json
  2. Copy it to faciliatate customization, leaving the default for future reference.

    1. Code Block
      cp default-profile.json profile0.json
  3. The asset will look like this:

...