API for Displaying the end of support date

Hello

Can someone help me to make an API that displays the software component with its date of end of support. I can’t make the join between the two APIs.

API 1 : https://xx.xx.xx.xx:9081/sam/software_components?token=xxx;columns[]=component_lifecycles.eos_date

API 1 correctly returns the date of end of support

API 2: https://xx.xx.xx.xx:9081/api/sam/v2/software_instances?token=xxx;columns[]=computer_name;columns[]=product_name

API 2 correctly returns computer name and installed products

Regards

I just found the solution, I had to go back to the ILMT documentation

https://xx.xx.xx.xx:9081/api/sam/v2/software_instances?token=xxx;columns[]=computer_name;columns[]=product_name;columns[]=release_component_lifecycle.eos_date

1 Like