NextHopInfo Object
Contains metric information for a next-hop portion of an API transaction.
This object is used by the following operations:
- Operations that reference the TransactionRecord object
The properties included in the NextHopInfo object are listed below.
| Property | Type | Description | 
|---|---|---|
| eventId | string | The TransactionID for the message. | 
| url | string | The API URL that the next-hop message is sent to. | 
| verb | string | The HTTP verb. | 
| status | string | HTTP status code for the message. | 
| fault | boolean | Indicates whether the message is a fault: true/false. | 
| createDts | dateTime | Timestamp for the point at which the message was created. | 
| requestDts | dateTime | Timestamp for the point at which the request message was sent. | 
| responseTime | long | The time, in milliseconds, from the message being sent to the response being received. | 
| requestSize | long | The size of the request message, in bytes. | 
| responseSize | long | The size of the response message, in bytes. | 
| requestHeaderSize | long | The size of the request headers. | 
| responseHeaderSize | long | The size of the response headers. | 
| timestamps | Timestamps | Contains information about timestamps for a portion of a transaction in the transaction logs. | 
| TTFB | duration | The TTFB (Time to first byte) for this message. |