TransactionRecord Object
Contains information about a transaction for an app or API.
This object is used by the following operations:
- GET /api/apis/versions/{APIVersionID}/txlogs/{TransactionID}
- GET /api/apps/versions/{AppVersionID}/txlogs/{TransactionID}
The properties included in the TransactionRecord object are listed below.
Note: TransactionRecord includes only one of the first three properties, depending on the mesage type.
Property | Type | Description |
---|---|---|
TransactionInfo | TransactionInfo | A set of information about a specific transaction. |
RequestMessage | RequestMessage | Information about the message, if it is a request message. |
ResponseMessage | ResponseMessage | Information about the message, if it is a response message. |
FaultMessage | FaultMessage | Information about the message, if it is a fault message. |
Messages | Messages | Contains information about messages in the transaction logs. |
NextHopInfo | NextHopInfo[ ] | Contains metric information for a next-hop portion of an API transaction. |