is there a way of specifying "Model Behavior" on CreateService REST Deployment? Not sure if it would be in serviceProperties.xml or the VRS file. I would like for them to start up in Learning mode.
Thanks,
Jeff Tucker
is there a way of specifying "Model Behavior" on CreateService REST Deployment? Not sure if it would be in serviceProperties.xml or the VRS file. I would like for them to start up in Learning mode.
Thanks,
Jeff Tucker
From the documentation:
lisa.vse.execution.mode
Default: EFFICIENT
I have included the property called "lisa.vse.execution.mode" in the config file. For example, if you add this property to the config and set its value to "FAILOVER". When the service is deployed, it will deploy in failover mode.
I believe the following are the value settings for the various modes.
EFFICIENT - Most Efficient
LIVE - Live Invocation
TRACK - Tracking
STAND_IN
FAILOVER
VALIDATION
LEARNING
DYNAMIC
Also see this link in case you want to use the REST API:
https://communities.ca.com/external-link.jspa?url=https%3A%2F%2Fdocops.ca.com%2Fdevtest-solutions%2F9-0%2Fen%2Freference…