You would like to create Virtual Service with Live Invocation using Invoke API (Curl Command), but could not find this option in config.
You requirement is to create and deploy Virtual Service with Live Invocation Step.
What are the parameters for all available execution modes in Config?
Release : 10.7 or newer
Component : DevTest API
PUT 'http://DevTestRegistry:1505/api/Dcm/VSEs/VseServer/VsNAme' \ --header 'Content-Type: application/vnd.ca.lisaInvoke.virtualService+xml' \ --header 'Authorization: Basic c3Zwb3dlcjpzdnBvd2Vy' \ --header 'Cookie: JSESSIONID=10tu9fooo92t1127qs211gisol' \ --data-raw '<VirtualService xmlns="http://www.server.com/lisa/invoke/v2.0" name="A1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.server.com/lisa/invoke/v2.0VirtualService.xsd" href="http://localhost:1505/api/Dcm/VSEs/VSE/A1" type="application/vnd.ca.lisaInvoke.virtualService+xml"> <ExecutionMode>Live System</ExecutionMode> </VirtualService>'