Edit products
You can edit your preconfigured products and their product configurations.
Limitations
-
The changes only affect new licenses that are issued after the changes. Existing licenses continue to work as before.
Note: If you make changes to a product configuration that you’re using in activation code-based licenses, the changes also apply to licenses that will be issued using activation codes which you have already generated but which haven’t been redeemed yet. You can update the activation codes to use a different product configuration if needed.
-
If you edit products in the UI console when you have integrations in place for maintaining the product data, those changes are not automatically updated to the integrated external systems. The changes will also be overwritten by any following updates from the external systems to 10Duke Scale.
Before you start
Review your contracts and offering related to the product configurations you’re about to change, and plan the changes accordingly.
Edit a product in the UI console
-
In the left sidebar, go to LICENSING > Products. The list of your preconfigured products opens.
-
Click the pen icon for the product you want to edit.
-
Edit the settings in the product configurations:
-
In Product configurations, click the pen icon for the configuration you want to edit.
-
Edit the settings in the same way as when creating a product.
-
Click Validate, and if the validation passes, click Save.
-
-
Edit the details of the product:
-
In Basic info, edit the product details in the same way as when creating a product.
-
Click Validate, and if the validation passes, click Save.
-
Edit a product through the API
When using the API, you can edit the basic details of the product itself and all the product configurations in a single API request. You can also edit each product configuration separately, and create and delete product configurations.
Use the following License Management API operations:
Operation | URL (relative, prepend the environment base URL) |
---|---|
Edit a product | PUT /products/{productId} |
Edit a product configuration | POST /products/{productId}/configurations/{productConfigurationId} |
Next steps
The changes take effect immediately.
If the changes need to apply to any existing licenses that were created with the old product configurations, revoke those licenses and issue new licenses using the edited product configurations.