Adding a cartridge via the UI editor

Follow the instructions below to add a cartridge:

  1. Navigate to the Cartridge Definitions page.
    1. If you are using the tiles to navigate, follow the steps below:
      1. Click Configurations on the home page.
         
      2. Click Cartridges. The Cartridges page will appear.
    2. If you are using the menu options to navigate, follow the steps below:
      1. Click on the list menu.
      2. Click on the Configurations menu down arrow.
      3. Click Cartridges. The Cartridges page will appear.
  2. Click Add New Cartridge. The form to add a new cartridge will appear in the UI editor.
  3. Enter the required details. For property definitions, see Cartridge property definitions.
     
  4. Click Add Cartridge Definition to add the cartridge definition.

Adding a cartridge via the JSON editor

Follow the instructions below to add a cartridge:

  1. Navigate to the Cartridge Definitions page.
    1. If you are using the tiles to navigate, follow the steps below:
      1. Click Configurations on the home page.
      2. Click Cartridges. The Cartridges page will appear.
    2. If you are using the menu options to navigate, follow the steps below:
      1. Click on the list menu.
      2. Click on the Configurations menu down arrow.
      3. Click Cartridges. The Cartridges page will appear.
  2. Click Add New Cartridge. The form to add a new cartridge will appear in the UI editor.
  3. Click on the editor control to switch to the JSON editor. The JSON code format to add a cartridge will appear.
  4. Optionally, check the Auto correct with schema option to ensure that you do not accidentally delete any mandatory fields from the cartridge definition JSON code.
  5. Code the cartridge definition using JSON. For property definitions, see Cartridge property definitions.
  6. Click Add Cartridge Definition to add the cartridge definition.
  • No labels