I would like create Virtual Service with Live Invocation using Invoke API (Curl Command), but could not find this option in config.
My requirement is, create and deploy Virtual Service with Live Invocation Step and which should include different executions modes like (Pass requests to the live system (Live Invocation) and Fall through to live system if no virtualized response (Stand In) ..etc).
What are the parameters for all available execution modes in Config?
Release : 10.6
Component : DevTest API
Step process:
{
"virtualService": {
"version": "2",
"name": "Analyze_Live_2",
"description": "VSE_LIVE",
"status": ""
},
"transportProtocol": {
"typeId": "HTTP",
"basePath": "/",
"useGateway": true,
"duptxns": true,
"hostHeaderPassThrough": false,
"recordingEndpoint": {
"useSSL": false,
"host": "localhost",
"port": "8988"
},
"targetEndpoint": {
"host": "lABC.bpc.bbbbb.net",
"port": "8080"
}
},
"dataProtocol": {
"forRequest": true,
"typeId": "RESTDPH"
}
}