Service Virtualization

  • 1.  Any API to Retrieve Virtualized Services information from Dev Test Registry

    Posted Feb 04, 2016 12:51 PM

    Query regarding API to manage the DevTest registry. We have a request to get the list of Virtualized Service that are running , their Port Numbers and Filter them by Their Tags, if they have been tagged. Is there any way we can get the information via SOAP/Rest API? If Rest API is not available any way to get  it from enterprise dashboard or from the database internally? Any pointers would be greatly appreciated. We know that the information is viewable on the devtest console, wondering if the same information is exposed as any API to pull information or get it from the datastore underneath



  • 2.  Re: Any API to Retrieve Virtualized Services information from Dev Test Registry
    Best Answer

    Posted Feb 04, 2016 04:48 PM

    the Invoke2 REST apis will give you the list of services and add/start/stop/remove

     

    I created some scripts here, the answer

    how can I execute deploymar via curl



  • 3.  Re: Any API to Retrieve Virtualized Services information from Dev Test Registry

    Posted Feb 05, 2016 03:34 AM

    Hi Swapm,

     

    We do have an Invoke2 REST APIs that can run on VSE server to get the list of virtual services and other details.

    Have a look at this please

    The REST API - DevTest Solutions - 8.0 - CA Technologies Documentation

     

    https://support.ca.com/cadocs/0/CA%20DevTest%20Solutions%208%200-ENU/Bookshelf_Files/Invoke/index.html#-1036894486

     

    (Have a look at the VSE APIs)

     

    Hope that helps

     

    Regards

    Tanveer



  • 4.  Re: Any API to Retrieve Virtualized Services information from Dev Test Registry

    Posted Feb 05, 2016 01:24 PM

    Thank you, followed @sdetweil2

    comments and explored the REST API documentation.

     

    <server>:1505/api/swagger is the best resource to go to.

    Executed GET on the  http://<servername>:1505/api/Dcm/VSEs to get the list of services and their status.

     

    Thank you