Service Virtualization

 View Only
  • 1.  Are VS deploys logged in the database for querying?

    Posted Oct 21, 2015 04:34 PM

    I'm looking to generate an activity report of developers as well as users who are accessing/using DevTest.  Since most of the stock reporting seems to be around Test metrics, is there a mechanism where the "deploy VSM" events are logged with accompanying metadata (date, user, service, etc) in the database so I can mine this information?

     

    Or is there a better way?

     

    Thanks in advance!



  • 2.  Re: Are VS deploys logged in the database for querying?
    Best Answer

    Posted Oct 22, 2015 05:48 PM

    This should be possible.  Information specific to user actions (deploying a service, starting a service, stopping a service, etc) is available from the ACL_AUDIT_LOG database table.  It does of course require that ACL be enabled.



  • 3.  Re: Are VS deploys logged in the database for querying?

    Posted Oct 23, 2015 09:35 AM

    Perfect...

    I'm a bit surprised I didn't see it there before...


    Thanks again!



  • 4.  Re: Are VS deploys logged in the database for querying?

    Posted Oct 22, 2015 05:52 PM

    Yes you can see historical administrative functions like this (deployments, who deployed...etc) from the dev console.  If it is in the console then you can mine it from db