Service Virtualization

 View Only

Where is the schema of LISA Invoke 2.0?

  • 1.  Where is the schema of LISA Invoke 2.0?

    Posted Nov 20, 2014 05:55 AM

    For example, when i want to get the status of the virtual service, you can call the "/VSEs/{serviceName}/{virtualServiceName}" of the API.

    At that time, the following response is returned.

     

     

     

    VSE {
    name (string, optional),
    host (string, optional),
    rollingTransactionCount (integer, optional),
    lifetimeTransactionCount (integer, optional),
    status (string, optional),
    consoleURL (string, optional),
    virtualServiceList (VirtualServiceList, optional)
    }
    VirtualServiceList {
    virtualServiceList (java.util.Collection, optional)
    }
    In order to confirm the meaning of the value of status (2 or 4, etc...), when i refer to the URL of the following schema that is in the response of INVOKE, 404 Not Found error has occurred

    <Vse xmlns="http://www.ca.com/lisa/invoke/v2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="VSE" type="application/vnd.ca.lisaInvoke.vse+xml" href="http://{hostname}:1505/api/Dcm/VSEs/VSE" xsi:schemaLocation="http://www.ca.com/lisa/invoke/v2.0 Vse.xsd">

    Please tell me the correct method of referring schema.