Deleting the end of support date for software components
Available from 9.2.11. You use the DELETE operation on the sam/software_components/software_component_id/component_lifecycles/ element to remove the end of support date for a software component.
Permissions
You must be an Administrator or have the Manage Catalogs permission to use this API.
Resource URL
https://server_url:server_port/sam/software_components/software_component_id/component_lifecycles
Resource information
| Operation details | Description |
|---|---|
| HTTP method | DELETE |
| Request headers |
|
| Request format | application/json |
| Response headers |
|
| Response format | application/json |
| Response codes |
|
Example conversation - clearing the end of support date for a software component
- To retrieve information about the software component ID for which you want to clear the end of support date, perform the following steps:
- Log in to License Metric Tool.
- Go to .
- Hover over the component name and check the URL address at the bottom of the page. The software component ID is a number at the end of the URL. For example:
sam/catalog/software_components/10379
- To remove the end of support date, use the following
DELETErequest.- Request
-
DELETE https://server_url:server_port/sam/software_components/software_component_id/component_lifecycles - Request header
-
Accept: application/json Accept-Language: en-US Token: <token> - Response
-
200 - OK