This page was last edited on September 26, 2013, at 15:01.
Comments or questions about this documentation? Contact us for support!
Transactions define how CTI applications calculate customer-defined statistics.
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int | A unique identifier of a tenant. If specified, Configuration Server will return information only about the transactions that belong to this tenant. |
object_type | int | Type of the object (see CfgTransactionType). If specified, Configuration Server will return information only about the transactions of this type. |
state | int | Current state of a transaction (see CfgObjectState). If specified, Configuration Server will return information only about transactions that are currently in this state. |
dbid | int | A unique identifier of a transaction. If specified, Configuration Server will return information only about this transaction. |
name | string | Name of a transaction. Shall be specified as a character string. If specified, Configuration Server will return information only about the transaction(s) with that name. |
<CfgTransaction> <DBID value="101" /> <tenantDBID value="101" /> <name value="Transaction" /> <type value="20" /> <recordPeriod value="0" /> <alias value="Transaction" /> <description value="Transaction" /> <state value="1" /> <userProperties> <list_pair key="Propery"> <str_pair key="key" value="value" /> </list_pair> </userProperties> </CfgTransaction>