Adding an Image to a Product License in License Manager

Add an image to a product license.

    1. On the Product Licenses page, select the product license you want to work with. If you need help finding the list page or the product license, see Listing Product Licenses in License Manager.
      The product license's details page opens.
    2. Select Images.
      The Images page opens. All images are displayed in a table.
    3. Select Add Images.
      The Browse all images panel opens. The Image Source box displays the origin of the images displayed.
    4. Find the image you want to add and select it. Expand the list next to each image entry to display more options, such as the version to select from.
    5. Accept the terms and conditions agreement at the bottom of the panel. You can't add an image without selecting this box.
    6. Select Select Image.
    The Images page reappears with the image you added listed. You can repeat these steps to add other images.
  • Use the oci license-manager product-license update command and required parameters to add the images you want to the product license:

    oci license-manager product-license update --product-license-id product_license_ocid --images images [OPTIONS]

    where images are the details associated with the images you're adding to the product license. This is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using the file://path/to/file syntax.

  • Run the UpdateProductLicense operation to update a product license's settings. Include the images attribute to add the images you want to the product license.