CA Service Management

  • 1.  How do I script and pass information into ITAM?

    Posted Oct 05, 2016 09:33 AM

    I am automating server provisioning via PowerShell and part of the process is to be able to create a record in ITAM and pass information into the ITAM system for that server record.  Is there a way to script this via PowerShell or any other language?  How do I connect to ITAM and create new records? 



  • 2.  Re: How do I script and pass information into ITAM?
    Best Answer

    Posted Oct 05, 2016 10:55 AM

    If you're trying to create an (ownership) asset record in CA APM I'd suggest to do this either directly through web services integration (Administration (tab) -> Web Services -> WSDL Download) or through use of the Data Importer (Integrate with CA Process Automation Integration for a Data Importer Process Manually - CA Service Management - 14.1 - C… )

     

    If you're trying to generate discovery information to pass through to CA SAM then creating a CSV file to be loaded may the more appropriate...

     

    Thanks,

    John Sorensen



  • 3.  Re: How do I script and pass information into ITAM?

    Broadcom Employee
    Posted Oct 06, 2016 12:34 AM

    Hi Charles Santos,

    As John mentioned on Webservices and DataImporter tool available for any interaction with the product.

    There are no command line utility available which could be used with the scripts.

    ~Vinod.