Adding an Image to a Product License in License Manager
Add an image to a product license.
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
imagesare 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 thefile://path/to/filesyntax.Run the UpdateProductLicense operation to update a product license's settings. Include the
imagesattribute to add the images you want to the product license.