API v3: LifetimeTransactionCount and RollingTransactionCount
search cancel

API v3: LifetimeTransactionCount and RollingTransactionCount

book

Article ID: 404913

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

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>

Environment

All supported DevTest releases.

Resolution

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.