- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 08:08 AM
Hello everyone,
I'm currently implementing the TPM module. However, open source technologies like "SpringBoot" are not discovered and maintained in the SAM module. I would like to know how and what steps to implement the following:
- First of all, how do I create a SAM software product manually ?
- Once the software product is created, how do I create its lifecycle?
- Then, how do I create software installations for these software products? What steps do I need to go through?
The goal of all this is to be able to use SpringBoot in the TPM module. Do you recommend using TRM for this type of technology? If anyone has already encountered this type of problem, I would be happy to hear the solution implemented.
Thank you very much, best regards.
Bruno
Solved! Go to Solution.
- Labels:
-
apm
-
Enterprise Architecture
-
SAM
-
tpm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 02:10 PM
Hi @b_regadaspere,
- Add a custom software product in Software Asset Management classic
- Product life cycles - Section Custom life cycles
- Custom software installation records can be created by using an import set and pushing the data directly into the "cmdb_sam_sw_install" table or you could you the following payload method - Sample payload for generic software install records
Best, Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 02:10 PM
Hi @b_regadaspere,
- Add a custom software product in Software Asset Management classic
- Product life cycles - Section Custom life cycles
- Custom software installation records can be created by using an import set and pushing the data directly into the "cmdb_sam_sw_install" table or you could you the following payload method - Sample payload for generic software install records
Best, Dennis