For the below service call, what does LifetimeTransactionCount and RollingTransactionCount represent?
GET http://localhost:1505/api/Dcm/VSEs
<VseList ...>
<Vse name="VSE" ...>
<VirtualServiceList ...>
...
<VirtualService ...>
...
</VirtualService>
</VirtualServiceList>
<LifetimeTransactionCount>667</LifetimeTransactionCount>
<RollingTransactionCount>1</RollingTransactionCount>
</Vse>
</VseList>
All supported DevTest releases.
At the VSE level:
LifetimeTransactionCount is the total number of transactions for this VSE for all time.
RollingTransactionCount is the total number of transaction for this VSE since the last time the VSE was restarted.